diff --git a/.envrc b/.envrc new file mode 100755 index 0000000..54aba90 --- /dev/null +++ b/.envrc @@ -0,0 +1,5 @@ +#! /bin/env bash +echo "Either start nREPL server directly:" +echo "'clj -M:nrepl'" +echo "or connect to it inside nvim(vim-jack-in): " +echo "':Clj'" diff --git a/bb.edn b/bb.edn new file mode 100644 index 0000000..2eeeb51 --- /dev/null +++ b/bb.edn @@ -0,0 +1,15 @@ +{:paths ["."] + :deps {; reuse deps.edn in bb.edn: + local/deps {:local/root "."} + } + :tasks {; write `.nrepl-port` file on nrepl startup + nrepl + {:requires ([babashka.fs :as fs] + [babashka.nrepl.server :as srv]) + :task ( +do (srv/start-server! {:host "localhost" :port 1339}) + (spit ".nrepl-port" "1339") + (-> (Runtime/getRuntime) + (.addShutdownHook + (Thread. (fn [] (fs/delete ".nrepl-port"))))) + (deref (promise)))}}} diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$inner.class b/classes/tech/v3/datatype/ffi/jna/G__34013$inner.class new file mode 100644 index 0000000..99ea9ec Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$inner.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCFunction_NewEx.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCFunction_NewEx.class new file mode 100644 index 0000000..4576e78 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCFunction_NewEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCallable_Check.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCallable_Check.class new file mode 100644 index 0000000..003126f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyCallable_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_New.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_New.class new file mode 100644 index 0000000..b80adea Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_Next.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_Next.class new file mode 100644 index 0000000..1315005 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_Next.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_SetItem.class new file mode 100644 index 0000000..efbe497 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyDict_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Clear.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Clear.class new file mode 100644 index 0000000..952f234 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Clear.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Fetch.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Fetch.class new file mode 100644 index 0000000..9cfb818 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Fetch.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_NormalizeException.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_NormalizeException.class new file mode 100644 index 0000000..0e643ed Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_NormalizeException.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Occurred.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Occurred.class new file mode 100644 index 0000000..ace7d7c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Occurred.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Restore.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Restore.class new file mode 100644 index 0000000..1d7dce1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_Restore.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetNone.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetNone.class new file mode 100644 index 0000000..0423618 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetNone.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetString.class new file mode 100644 index 0000000..262009a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyErr_SetString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_EvalCode.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_EvalCode.class new file mode 100644 index 0000000..643dd98 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_EvalCode.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_RestoreThread.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_RestoreThread.class new file mode 100644 index 0000000..0d4c358 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_RestoreThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_SaveThread.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_SaveThread.class new file mode 100644 index 0000000..2960d85 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyEval_SaveThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyException_SetTraceback.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyException_SetTraceback.class new file mode 100644 index 0000000..6909c03 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyException_SetTraceback.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_AsDouble.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_AsDouble.class new file mode 100644 index 0000000..cac3b95 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_AsDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_FromDouble.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_FromDouble.class new file mode 100644 index 0000000..e4c1402 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyFloat_FromDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Check.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Check.class new file mode 100644 index 0000000..76e1278 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Ensure.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Ensure.class new file mode 100644 index 0000000..aa4e278 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Ensure.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Release.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Release.class new file mode 100644 index 0000000..417cf95 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyGILState_Release.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_AddModule.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_AddModule.class new file mode 100644 index 0000000..9131b81 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_AddModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_ImportModule.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_ImportModule.class new file mode 100644 index 0000000..e488090 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyImport_ImportModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyInstanceMethod_New.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyInstanceMethod_New.class new file mode 100644 index 0000000..2e6148d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyInstanceMethod_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_GetItem.class new file mode 100644 index 0000000..a8ef85a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_New.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_New.class new file mode 100644 index 0000000..7d9d1b9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_SetItem.class new file mode 100644 index 0000000..32848e0 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_Size.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_Size.class new file mode 100644 index 0000000..1a5fbb2 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyList_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsLongLong.class new file mode 100644 index 0000000..7ff4da6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsUnsignedLongLongMask.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsUnsignedLongLongMask.class new file mode 100644 index 0000000..aba3460 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_AsUnsignedLongLongMask.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_FromLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_FromLongLong.class new file mode 100644 index 0000000..5a45666 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyLong_FromLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Check.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Check.class new file mode 100644 index 0000000..3887378 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Items.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Items.class new file mode 100644 index 0000000..8de8bcf Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyMapping_Items.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyModule_GetDict.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyModule_GetDict.class new file mode 100644 index 0000000..64ae087 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyModule_GetDict.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Call.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Call.class new file mode 100644 index 0000000..08db2ce Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Call.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_CallObject.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_CallObject.class new file mode 100644 index 0000000..4835359 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_CallObject.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Dir.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Dir.class new file mode 100644 index 0000000..c708d9b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Dir.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttr.class new file mode 100644 index 0000000..62fe6c1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttrString.class new file mode 100644 index 0000000..2a957f6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetItem.class new file mode 100644 index 0000000..aa8ee5a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttr.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttr.class new file mode 100644 index 0000000..72d03b9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttrString.class new file mode 100644 index 0000000..fa11703 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_HasAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Hash.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Hash.class new file mode 100644 index 0000000..30bcc05 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_Hash.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsInstance.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsInstance.class new file mode 100644 index 0000000..315cb0a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsInstance.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsTrue.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsTrue.class new file mode 100644 index 0000000..c1a68fa Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_IsTrue.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_RichCompareBool.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_RichCompareBool.class new file mode 100644 index 0000000..23503f5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_RichCompareBool.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttr.class new file mode 100644 index 0000000..026f736 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttrString.class new file mode 100644 index 0000000..8ccf310 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetItem.class new file mode 100644 index 0000000..8676a88 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyObject_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_SimpleString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_SimpleString.class new file mode 100644 index 0000000..a8c61f9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_SimpleString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_String.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_String.class new file mode 100644 index 0000000..02e4e10 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyRun_String.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Check.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Check.class new file mode 100644 index 0000000..3ff414f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_GetItem.class new file mode 100644 index 0000000..b1f9dec Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Length.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Length.class new file mode 100644 index 0000000..a17c361 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySequence_Length.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySet_New.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySet_New.class new file mode 100644 index 0000000..25c4ee6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySet_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySys_SetArgvEx.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySys_SetArgvEx.class new file mode 100644 index 0000000..3b7b600 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PySys_SetArgvEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_GetItem.class new file mode 100644 index 0000000..0ec4632 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_New.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_New.class new file mode 100644 index 0000000..6aa7834 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_SetItem.class new file mode 100644 index 0000000..45443fb Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_Size.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_Size.class new file mode 100644 index 0000000..6f5806b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyTuple_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8.class new file mode 100644 index 0000000..3626706 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8AndSize.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8AndSize.class new file mode 100644 index 0000000..fa4711b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_AsUTF8AndSize.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_FromString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_FromString.class new file mode 100644 index 0000000..b133f6a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_PyUnicode_FromString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_CompileString.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_CompileString.class new file mode 100644 index 0000000..97f1f91 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_CompileString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_DecRef.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_DecRef.class new file mode 100644 index 0000000..642240e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_DecRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IncRef.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IncRef.class new file mode 100644 index 0000000..038196f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IncRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_InitializeEx.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_InitializeEx.class new file mode 100644 index 0000000..b51f4f5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_InitializeEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IsInitialized.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IsInitialized.class new file mode 100644 index 0000000..2c124be Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_IsInitialized.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetProgramName.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetProgramName.class new file mode 100644 index 0000000..c51595d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetProgramName.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetPythonHome.class b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetPythonHome.class new file mode 100644 index 0000000..133e247 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013$invoker_Py_SetPythonHome.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__34013.class b/classes/tech/v3/datatype/ffi/jna/G__34013.class new file mode 100644 index 0000000..fb7be9a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__34013.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$inner.class b/classes/tech/v3/datatype/ffi/jna/G__40916$inner.class new file mode 100644 index 0000000..4f1b75c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$inner.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCFunction_NewEx.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCFunction_NewEx.class new file mode 100644 index 0000000..49ca75c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCFunction_NewEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCallable_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCallable_Check.class new file mode 100644 index 0000000..c3e83db Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyCallable_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_New.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_New.class new file mode 100644 index 0000000..7e12f88 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_Next.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_Next.class new file mode 100644 index 0000000..afb00dc Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_Next.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_SetItem.class new file mode 100644 index 0000000..71cd2b8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyDict_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Clear.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Clear.class new file mode 100644 index 0000000..304af2d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Clear.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Fetch.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Fetch.class new file mode 100644 index 0000000..92b8657 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Fetch.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_NormalizeException.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_NormalizeException.class new file mode 100644 index 0000000..b1554a3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_NormalizeException.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Occurred.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Occurred.class new file mode 100644 index 0000000..a059543 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Occurred.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Restore.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Restore.class new file mode 100644 index 0000000..7394666 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_Restore.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetNone.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetNone.class new file mode 100644 index 0000000..762565c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetNone.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetString.class new file mode 100644 index 0000000..a7db025 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyErr_SetString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_EvalCode.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_EvalCode.class new file mode 100644 index 0000000..dd82fdd Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_EvalCode.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_RestoreThread.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_RestoreThread.class new file mode 100644 index 0000000..9eb2c07 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_RestoreThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_SaveThread.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_SaveThread.class new file mode 100644 index 0000000..87cbe41 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyEval_SaveThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyException_SetTraceback.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyException_SetTraceback.class new file mode 100644 index 0000000..7a9e942 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyException_SetTraceback.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_AsDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_AsDouble.class new file mode 100644 index 0000000..388bd62 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_AsDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_FromDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_FromDouble.class new file mode 100644 index 0000000..f394249 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyFloat_FromDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Check.class new file mode 100644 index 0000000..18c9703 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Ensure.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Ensure.class new file mode 100644 index 0000000..ea5e73e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Ensure.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Release.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Release.class new file mode 100644 index 0000000..c94fe5a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyGILState_Release.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_AddModule.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_AddModule.class new file mode 100644 index 0000000..dd8f128 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_AddModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_ImportModule.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_ImportModule.class new file mode 100644 index 0000000..9e80011 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyImport_ImportModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyInstanceMethod_New.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyInstanceMethod_New.class new file mode 100644 index 0000000..c9122b3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyInstanceMethod_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_GetItem.class new file mode 100644 index 0000000..4f16ae7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_New.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_New.class new file mode 100644 index 0000000..8fa9026 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_SetItem.class new file mode 100644 index 0000000..961e6a9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_Size.class new file mode 100644 index 0000000..9ad5978 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyList_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsLongLong.class new file mode 100644 index 0000000..5280b79 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsUnsignedLongLongMask.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsUnsignedLongLongMask.class new file mode 100644 index 0000000..d516d4b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_AsUnsignedLongLongMask.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_FromLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_FromLongLong.class new file mode 100644 index 0000000..7ddbb54 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyLong_FromLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Check.class new file mode 100644 index 0000000..0137a92 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Items.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Items.class new file mode 100644 index 0000000..a3a7ee2 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyMapping_Items.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyModule_GetDict.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyModule_GetDict.class new file mode 100644 index 0000000..ddd5b55 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyModule_GetDict.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Call.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Call.class new file mode 100644 index 0000000..e204e61 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Call.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_CallObject.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_CallObject.class new file mode 100644 index 0000000..019b666 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_CallObject.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Dir.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Dir.class new file mode 100644 index 0000000..6be3c23 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Dir.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttr.class new file mode 100644 index 0000000..d539a88 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttrString.class new file mode 100644 index 0000000..8a982ed Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetItem.class new file mode 100644 index 0000000..46f6611 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttr.class new file mode 100644 index 0000000..f60683e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttrString.class new file mode 100644 index 0000000..9aa17b0 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_HasAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Hash.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Hash.class new file mode 100644 index 0000000..23056fc Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_Hash.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsInstance.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsInstance.class new file mode 100644 index 0000000..9b0b39c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsInstance.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsTrue.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsTrue.class new file mode 100644 index 0000000..33c9789 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_IsTrue.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_RichCompareBool.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_RichCompareBool.class new file mode 100644 index 0000000..aac23c7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_RichCompareBool.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttr.class new file mode 100644 index 0000000..9dba748 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttrString.class new file mode 100644 index 0000000..cf06bd4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetItem.class new file mode 100644 index 0000000..43bc239 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyObject_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_SimpleString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_SimpleString.class new file mode 100644 index 0000000..46930f8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_SimpleString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_String.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_String.class new file mode 100644 index 0000000..89154ec Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyRun_String.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Check.class new file mode 100644 index 0000000..0a4b7c9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_GetItem.class new file mode 100644 index 0000000..b4b4004 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Length.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Length.class new file mode 100644 index 0000000..17fea17 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySequence_Length.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySet_New.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySet_New.class new file mode 100644 index 0000000..5a739f3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySet_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySys_SetArgvEx.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySys_SetArgvEx.class new file mode 100644 index 0000000..ae740ee Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PySys_SetArgvEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_GetItem.class new file mode 100644 index 0000000..97e35d1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_New.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_New.class new file mode 100644 index 0000000..822b42e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_SetItem.class new file mode 100644 index 0000000..30ae7c6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_Size.class new file mode 100644 index 0000000..7cd5e27 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyTuple_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8.class new file mode 100644 index 0000000..72be930 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8AndSize.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8AndSize.class new file mode 100644 index 0000000..b42ee10 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_AsUTF8AndSize.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_FromString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_FromString.class new file mode 100644 index 0000000..34f32cb Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_PyUnicode_FromString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_CompileString.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_CompileString.class new file mode 100644 index 0000000..ff2ee52 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_CompileString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_DecRef.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_DecRef.class new file mode 100644 index 0000000..ad74c7e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_DecRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IncRef.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IncRef.class new file mode 100644 index 0000000..fbe6efa Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IncRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_InitializeEx.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_InitializeEx.class new file mode 100644 index 0000000..0b69203 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_InitializeEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IsInitialized.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IsInitialized.class new file mode 100644 index 0000000..0779143 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_IsInitialized.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetProgramName.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetProgramName.class new file mode 100644 index 0000000..6e6b022 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetProgramName.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetPythonHome.class b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetPythonHome.class new file mode 100644 index 0000000..494d688 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916$invoker_Py_SetPythonHome.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40916.class b/classes/tech/v3/datatype/ffi/jna/G__40916.class new file mode 100644 index 0000000..f10960c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40916.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$inner.class b/classes/tech/v3/datatype/ffi/jna/G__40922$inner.class new file mode 100644 index 0000000..e2703f8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$inner.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCFunction_NewEx.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCFunction_NewEx.class new file mode 100644 index 0000000..510126b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCFunction_NewEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCallable_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCallable_Check.class new file mode 100644 index 0000000..1928b25 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyCallable_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_New.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_New.class new file mode 100644 index 0000000..dc4b44c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_Next.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_Next.class new file mode 100644 index 0000000..6999709 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_Next.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_SetItem.class new file mode 100644 index 0000000..36903f4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyDict_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Clear.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Clear.class new file mode 100644 index 0000000..39f3964 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Clear.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Fetch.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Fetch.class new file mode 100644 index 0000000..65a7a7d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Fetch.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_NormalizeException.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_NormalizeException.class new file mode 100644 index 0000000..ca280e5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_NormalizeException.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Occurred.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Occurred.class new file mode 100644 index 0000000..35a5ea8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Occurred.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Restore.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Restore.class new file mode 100644 index 0000000..31baeb7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_Restore.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetNone.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetNone.class new file mode 100644 index 0000000..84a9285 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetNone.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetString.class new file mode 100644 index 0000000..f13163c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyErr_SetString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_EvalCode.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_EvalCode.class new file mode 100644 index 0000000..7a7d504 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_EvalCode.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_RestoreThread.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_RestoreThread.class new file mode 100644 index 0000000..f7b8414 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_RestoreThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_SaveThread.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_SaveThread.class new file mode 100644 index 0000000..0b35fb7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyEval_SaveThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyException_SetTraceback.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyException_SetTraceback.class new file mode 100644 index 0000000..8c4aecb Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyException_SetTraceback.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_AsDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_AsDouble.class new file mode 100644 index 0000000..06a3ef0 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_AsDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_FromDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_FromDouble.class new file mode 100644 index 0000000..2bf7996 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyFloat_FromDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Check.class new file mode 100644 index 0000000..3735a29 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Ensure.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Ensure.class new file mode 100644 index 0000000..d5f6f22 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Ensure.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Release.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Release.class new file mode 100644 index 0000000..9b594ed Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyGILState_Release.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_AddModule.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_AddModule.class new file mode 100644 index 0000000..00d1b56 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_AddModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_ImportModule.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_ImportModule.class new file mode 100644 index 0000000..13b1cd8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyImport_ImportModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyInstanceMethod_New.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyInstanceMethod_New.class new file mode 100644 index 0000000..75e1d69 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyInstanceMethod_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_GetItem.class new file mode 100644 index 0000000..f7a57d7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_New.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_New.class new file mode 100644 index 0000000..d71c167 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_SetItem.class new file mode 100644 index 0000000..61ad743 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_Size.class new file mode 100644 index 0000000..dd5c05f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyList_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsLongLong.class new file mode 100644 index 0000000..2eeef2e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsUnsignedLongLongMask.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsUnsignedLongLongMask.class new file mode 100644 index 0000000..569304e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_AsUnsignedLongLongMask.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_FromLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_FromLongLong.class new file mode 100644 index 0000000..179cc23 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyLong_FromLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Check.class new file mode 100644 index 0000000..f314cd0 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Items.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Items.class new file mode 100644 index 0000000..dafe6fa Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyMapping_Items.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyModule_GetDict.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyModule_GetDict.class new file mode 100644 index 0000000..8def2d1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyModule_GetDict.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Call.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Call.class new file mode 100644 index 0000000..5147b0a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Call.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_CallObject.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_CallObject.class new file mode 100644 index 0000000..0d443d9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_CallObject.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Dir.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Dir.class new file mode 100644 index 0000000..ff96c7c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Dir.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttr.class new file mode 100644 index 0000000..1ca59cc Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttrString.class new file mode 100644 index 0000000..1e43ef1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetItem.class new file mode 100644 index 0000000..b96a3cc Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttr.class new file mode 100644 index 0000000..75b91d4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttrString.class new file mode 100644 index 0000000..59e3a1d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_HasAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Hash.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Hash.class new file mode 100644 index 0000000..bddf4f8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_Hash.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsInstance.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsInstance.class new file mode 100644 index 0000000..163d65a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsInstance.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsTrue.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsTrue.class new file mode 100644 index 0000000..a600921 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_IsTrue.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_RichCompareBool.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_RichCompareBool.class new file mode 100644 index 0000000..ced58cf Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_RichCompareBool.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttr.class new file mode 100644 index 0000000..994afa3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttrString.class new file mode 100644 index 0000000..98be9ca Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetItem.class new file mode 100644 index 0000000..0227701 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyObject_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_SimpleString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_SimpleString.class new file mode 100644 index 0000000..994a94b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_SimpleString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_String.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_String.class new file mode 100644 index 0000000..1e05204 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyRun_String.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Check.class new file mode 100644 index 0000000..c92df16 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_GetItem.class new file mode 100644 index 0000000..6de1cd5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Length.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Length.class new file mode 100644 index 0000000..4eb4949 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySequence_Length.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySet_New.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySet_New.class new file mode 100644 index 0000000..dce1bc8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySet_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySys_SetArgvEx.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySys_SetArgvEx.class new file mode 100644 index 0000000..9d71503 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PySys_SetArgvEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_GetItem.class new file mode 100644 index 0000000..90d982f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_New.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_New.class new file mode 100644 index 0000000..6e8299e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_SetItem.class new file mode 100644 index 0000000..8a9f4b6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_Size.class new file mode 100644 index 0000000..37ddcb9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyTuple_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8.class new file mode 100644 index 0000000..cfe3997 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8AndSize.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8AndSize.class new file mode 100644 index 0000000..22b582a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_AsUTF8AndSize.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_FromString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_FromString.class new file mode 100644 index 0000000..e0ac99f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_PyUnicode_FromString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_CompileString.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_CompileString.class new file mode 100644 index 0000000..fc3dff4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_CompileString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_DecRef.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_DecRef.class new file mode 100644 index 0000000..cf7c4e5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_DecRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IncRef.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IncRef.class new file mode 100644 index 0000000..7610bf3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IncRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_InitializeEx.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_InitializeEx.class new file mode 100644 index 0000000..5e8c518 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_InitializeEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IsInitialized.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IsInitialized.class new file mode 100644 index 0000000..8a2ab0b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_IsInitialized.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetProgramName.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetProgramName.class new file mode 100644 index 0000000..aed6481 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetProgramName.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetPythonHome.class b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetPythonHome.class new file mode 100644 index 0000000..9344e9d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922$invoker_Py_SetPythonHome.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40922.class b/classes/tech/v3/datatype/ffi/jna/G__40922.class new file mode 100644 index 0000000..7151734 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40922.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$inner.class b/classes/tech/v3/datatype/ffi/jna/G__40982$inner.class new file mode 100644 index 0000000..9e50989 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$inner.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCFunction_NewEx.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCFunction_NewEx.class new file mode 100644 index 0000000..9b304ac Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCFunction_NewEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCallable_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCallable_Check.class new file mode 100644 index 0000000..7ae39f9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyCallable_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_New.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_New.class new file mode 100644 index 0000000..6d5ab2d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_Next.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_Next.class new file mode 100644 index 0000000..69f2e9b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_Next.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_SetItem.class new file mode 100644 index 0000000..b4aafb2 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyDict_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Clear.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Clear.class new file mode 100644 index 0000000..d9c84b8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Clear.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Fetch.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Fetch.class new file mode 100644 index 0000000..744d09f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Fetch.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_NormalizeException.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_NormalizeException.class new file mode 100644 index 0000000..705054f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_NormalizeException.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Occurred.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Occurred.class new file mode 100644 index 0000000..a9eb7f9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Occurred.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Restore.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Restore.class new file mode 100644 index 0000000..e73d3db Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_Restore.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetNone.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetNone.class new file mode 100644 index 0000000..dffd057 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetNone.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetString.class new file mode 100644 index 0000000..14eca70 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyErr_SetString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_EvalCode.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_EvalCode.class new file mode 100644 index 0000000..bb0a7e9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_EvalCode.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_RestoreThread.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_RestoreThread.class new file mode 100644 index 0000000..76c4752 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_RestoreThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_SaveThread.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_SaveThread.class new file mode 100644 index 0000000..424963f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyEval_SaveThread.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyException_SetTraceback.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyException_SetTraceback.class new file mode 100644 index 0000000..f630974 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyException_SetTraceback.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_AsDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_AsDouble.class new file mode 100644 index 0000000..8990428 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_AsDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_FromDouble.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_FromDouble.class new file mode 100644 index 0000000..e2f440e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyFloat_FromDouble.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Check.class new file mode 100644 index 0000000..6a3de54 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Ensure.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Ensure.class new file mode 100644 index 0000000..ad5dbbd Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Ensure.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Release.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Release.class new file mode 100644 index 0000000..43fb4f1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyGILState_Release.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_AddModule.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_AddModule.class new file mode 100644 index 0000000..873b27b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_AddModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_ImportModule.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_ImportModule.class new file mode 100644 index 0000000..c3161a4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyImport_ImportModule.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyInstanceMethod_New.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyInstanceMethod_New.class new file mode 100644 index 0000000..e2500b1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyInstanceMethod_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_GetItem.class new file mode 100644 index 0000000..781063c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_New.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_New.class new file mode 100644 index 0000000..ddbc462 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_SetItem.class new file mode 100644 index 0000000..1748881 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_Size.class new file mode 100644 index 0000000..a6ccefe Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyList_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsLongLong.class new file mode 100644 index 0000000..36dc5dc Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsUnsignedLongLongMask.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsUnsignedLongLongMask.class new file mode 100644 index 0000000..eb5370f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_AsUnsignedLongLongMask.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_FromLongLong.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_FromLongLong.class new file mode 100644 index 0000000..d615fed Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyLong_FromLongLong.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Check.class new file mode 100644 index 0000000..f353d06 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Items.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Items.class new file mode 100644 index 0000000..0cb1db5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyMapping_Items.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyModule_GetDict.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyModule_GetDict.class new file mode 100644 index 0000000..2a8a5e8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyModule_GetDict.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Call.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Call.class new file mode 100644 index 0000000..88603a4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Call.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_CallObject.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_CallObject.class new file mode 100644 index 0000000..0364d9a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_CallObject.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Dir.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Dir.class new file mode 100644 index 0000000..47001e3 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Dir.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttr.class new file mode 100644 index 0000000..6f58158 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttrString.class new file mode 100644 index 0000000..1d5f77a Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetItem.class new file mode 100644 index 0000000..d8bc0eb Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttr.class new file mode 100644 index 0000000..b57ee28 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttrString.class new file mode 100644 index 0000000..84704fb Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_HasAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Hash.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Hash.class new file mode 100644 index 0000000..1d7c29d Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_Hash.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsInstance.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsInstance.class new file mode 100644 index 0000000..1d18913 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsInstance.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsTrue.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsTrue.class new file mode 100644 index 0000000..b9899c7 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_IsTrue.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_RichCompareBool.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_RichCompareBool.class new file mode 100644 index 0000000..56c5528 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_RichCompareBool.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttr.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttr.class new file mode 100644 index 0000000..1ea7279 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttr.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttrString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttrString.class new file mode 100644 index 0000000..887f977 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetAttrString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetItem.class new file mode 100644 index 0000000..946322c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyObject_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_SimpleString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_SimpleString.class new file mode 100644 index 0000000..89195f9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_SimpleString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_String.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_String.class new file mode 100644 index 0000000..d881492 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyRun_String.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Check.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Check.class new file mode 100644 index 0000000..b1a40c8 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Check.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_GetItem.class new file mode 100644 index 0000000..93c9931 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Length.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Length.class new file mode 100644 index 0000000..0b722e9 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySequence_Length.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySet_New.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySet_New.class new file mode 100644 index 0000000..23af879 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySet_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySys_SetArgvEx.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySys_SetArgvEx.class new file mode 100644 index 0000000..acadf1c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PySys_SetArgvEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_GetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_GetItem.class new file mode 100644 index 0000000..7dbd90b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_GetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_New.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_New.class new file mode 100644 index 0000000..62fab4e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_New.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_SetItem.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_SetItem.class new file mode 100644 index 0000000..71a90e5 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_SetItem.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_Size.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_Size.class new file mode 100644 index 0000000..c3ac6de Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyTuple_Size.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8.class new file mode 100644 index 0000000..d7313c1 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8AndSize.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8AndSize.class new file mode 100644 index 0000000..cbcbd0e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_AsUTF8AndSize.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_FromString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_FromString.class new file mode 100644 index 0000000..884d35e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_PyUnicode_FromString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_CompileString.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_CompileString.class new file mode 100644 index 0000000..dc41667 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_CompileString.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_DecRef.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_DecRef.class new file mode 100644 index 0000000..574725f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_DecRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IncRef.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IncRef.class new file mode 100644 index 0000000..ab4dbe4 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IncRef.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_InitializeEx.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_InitializeEx.class new file mode 100644 index 0000000..d4b103c Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_InitializeEx.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IsInitialized.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IsInitialized.class new file mode 100644 index 0000000..f1da089 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_IsInitialized.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetProgramName.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetProgramName.class new file mode 100644 index 0000000..6345ce6 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetProgramName.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetPythonHome.class b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetPythonHome.class new file mode 100644 index 0000000..dfbff2f Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982$invoker_Py_SetPythonHome.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/G__40982.class b/classes/tech/v3/datatype/ffi/jna/G__40982.class new file mode 100644 index 0000000..554941e Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/G__40982.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/ffi_G__36882.class b/classes/tech/v3/datatype/ffi/jna/ffi_G__36882.class new file mode 100644 index 0000000..c2dec1b Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/ffi_G__36882.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/ffi_G__43785.class b/classes/tech/v3/datatype/ffi/jna/ffi_G__43785.class new file mode 100644 index 0000000..3e2ad29 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/ffi_G__43785.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/ffi_G__43791.class b/classes/tech/v3/datatype/ffi/jna/ffi_G__43791.class new file mode 100644 index 0000000..3438b77 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/ffi_G__43791.class differ diff --git a/classes/tech/v3/datatype/ffi/jna/ffi_G__43851.class b/classes/tech/v3/datatype/ffi/jna/ffi_G__43851.class new file mode 100644 index 0000000..feb5b42 Binary files /dev/null and b/classes/tech/v3/datatype/ffi/jna/ffi_G__43851.class differ diff --git a/datasets/part-00000-7c9d5846-3aab-4a0b-b700-ff3a1d2e4a39-c000.csv b/datasets/part-00000-7c9d5846-3aab-4a0b-b700-ff3a1d2e4a39-c000.csv new file mode 100644 index 0000000..8c211c4 --- /dev/null +++ b/datasets/part-00000-7c9d5846-3aab-4a0b-b700-ff3a1d2e4a39-c000.csv @@ -0,0 +1,1673 @@ +User_ID,UTC_Time,Account,Operation,Coin,Change,Remark +63822743,2022-11-10 11:52:53,USDT-Futures,Referrer rebates,USDT,0.00379196,"" +63822743,2022-11-10 11:52:53,USDT-Futures,Referrer rebates,USDT,0.00398777,"" +63822743,2022-11-10 11:52:53,USDT-Futures,Referrer rebates,USDT,0.00780421,"" +63822743,2022-11-10 11:52:53,USDT-Futures,Referrer rebates,USDT,0.00052530,"" +63822743,2022-11-10 11:53:07,USDT-Futures,Referrer rebates,USDT,0.02931598,"" +63822743,2022-11-10 12:15:29,USDT-Futures,Referrer rebates,USDT,0.03338300,"" +63822743,2022-11-10 12:15:29,USDT-Futures,Referrer rebates,USDT,0.00020146,"" +63822743,2022-11-10 12:15:29,USDT-Futures,Referrer rebates,USDT,0.01220688,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00020252,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00134236,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00326330,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00325532,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00212143,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00650300,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00046658,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.02238372,"" +63822743,2022-11-10 12:16:25,USDT-Futures,Referrer rebates,USDT,0.00650913,"" +63822743,2022-11-10 12:21:00,USDT-Futures,Referrer rebates,USDT,0.04786834,"" +63822743,2022-11-10 13:03:13,USDT-Futures,Referrer rebates,USDT,0.01199786,"" +63822743,2022-11-10 13:03:13,USDT-Futures,Referrer rebates,USDT,0.00200028,"" +63822743,2022-11-10 13:03:13,USDT-Futures,Referrer rebates,USDT,0.00159492,"" +63822743,2022-11-10 13:03:13,USDT-Futures,Referrer rebates,USDT,0.03268286,"" +63822743,2022-11-10 13:24:28,USDT-Futures,Referrer rebates,USDT,0.02488350,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00318293,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00323185,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.01199410,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00641065,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00289085,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00436459,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00758400,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00643083,"" +63822743,2022-11-10 13:31:35,USDT-Futures,Referrer rebates,USDT,0.00318293,"" +63822743,2022-11-10 13:32:06,USDT-Futures,Referrer rebates,USDT,0.03705380,"" +63822743,2022-11-10 13:32:06,USDT-Futures,Referrer rebates,USDT,0.01139615,"" +63822743,2022-11-10 13:32:47,USDT-Futures,Referrer rebates,USDT,0.00096520,"" +63822743,2022-11-10 13:42:02,USDT-Futures,Referrer rebates,USDT,0.00250838,"" +63822743,2022-11-10 13:42:02,USDT-Futures,Referrer rebates,USDT,0.00353974,"" +63822743,2022-11-10 13:42:02,USDT-Futures,Referrer rebates,USDT,0.01959971,"" +63822743,2022-11-10 13:54:40,USDT-Futures,Referrer rebates,USDT,0.00385536,"" +63822743,2022-11-10 13:54:40,USDT-Futures,Referrer rebates,USDT,0.01289682,"" +63822743,2022-11-10 13:54:40,USDT-Futures,Referrer rebates,USDT,0.01290196,"" +63822743,2022-11-10 13:54:40,USDT-Futures,Referrer rebates,USDT,0.01600134,"" +63822743,2022-11-10 13:54:40,USDT-Futures,Referrer rebates,USDT,0.00657624,"" +63822743,2022-11-10 13:59:44,USDT-Futures,Referrer rebates,USDT,0.02731627,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00033390,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00194234,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00075332,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00075332,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00749248,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00164916,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.02491087,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00607950,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00791190,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00046430,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00251650,"" +63822743,2022-11-10 15:14:46,USDT-Futures,Referrer rebates,USDT,0.00065566,"" +63822743,2022-11-10 15:32:38,USDT-Futures,Referrer rebates,USDT,0.00286000,"" +63822743,2022-11-10 15:32:38,USDT-Futures,Referrer rebates,USDT,0.00402800,"" +63822743,2022-11-10 15:32:41,USDT-Futures,Referrer rebates,USDT,0.00419600,"" +63822743,2022-11-10 15:32:41,USDT-Futures,Referrer rebates,USDT,0.00402800,"" +63822743,2022-11-10 15:32:41,USDT-Futures,Referrer rebates,USDT,0.00670000,"" +63822743,2022-11-10 15:32:44,USDT-Futures,Referrer rebates,USDT,0.00007800,"" +63822743,2022-11-10 15:32:46,USDT-Futures,Referrer rebates,USDT,0.00392200,"" +63822743,2022-11-10 15:32:47,USDT-Futures,Referrer rebates,USDT,0.00043400,"" +63822743,2022-11-10 19:17:13,USDT-Futures,Referrer rebates,USDT,0.02930794,"" +63822743,2022-11-10 21:23:11,USDT-Futures,Referrer rebates,USDT,0.02894880,"" +63822743,2022-11-10 21:23:11,USDT-Futures,Referrer rebates,USDT,0.02758523,"" +63822743,2022-11-11 01:54:34,USDT-Futures,Referrer rebates,USDT,0.03013696,"" +63822743,2022-11-11 04:05:47,USDT-Futures,Referrer rebates,USDT,0.00025463,"" +63822743,2022-11-11 04:05:48,USDT-Futures,Referrer rebates,USDT,0.00884639,"" +63822743,2022-11-11 04:05:48,USDT-Futures,Referrer rebates,USDT,0.04080800,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.01158365,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.01581091,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.00419929,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.02370018,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.01999488,"" +63822743,2022-11-11 06:37:18,USDT-Futures,Referrer rebates,USDT,0.03339233,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.03938570,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.01269896,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.01185049,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.00885733,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.01269639,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.00549439,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.00549495,"" +63822743,2022-11-11 07:29:08,USDT-Futures,Referrer rebates,USDT,0.01269768,"" +63822743,2022-11-11 07:32:23,USDT-Futures,Referrer rebates,USDT,0.05300460,"" +63822743,2022-11-13 23:15:07,USDT-Futures,Referrer rebates,USDT,0.01253939,"" +63822743,2022-11-13 23:15:07,USDT-Futures,Referrer rebates,USDT,0.00949300,"" +63822743,2022-11-13 23:15:07,USDT-Futures,Referrer rebates,USDT,0.01910509,"" +63822743,2022-11-16 03:37:46,USDT-Futures,Referrer rebates,USDT,0.01999764,"" +63822743,2022-11-16 03:37:46,USDT-Futures,Referrer rebates,USDT,0.00494810,"" +63822743,2022-11-16 03:37:46,USDT-Futures,Referrer rebates,USDT,0.02226273,"" +63822743,2022-11-18 11:31:46,USDT-Futures,Asset Conversion Transfer,USDT,-102.22038108,"" +63822743,2022-11-18 11:31:46,USDT-Futures,Asset Conversion Transfer,BNB,0.37387922,"" +63822743,2022-11-18 11:32:15,USDT-Futures,Asset Conversion Transfer,BNB,0.01855137,"" +63822743,2022-11-18 11:32:15,USDT-Futures,Asset Conversion Transfer,BUSD,-5.06874113,"" +63822743,2022-11-19 20:22:18,USDT-Futures,Fee,BNB,-0.00001100,"" +63822743,2022-11-19 20:22:19,USDT-Futures,Fee,BNB,-0.00005504,"" +63822743,2022-11-19 22:42:59,USDT-Futures,Fee,BNB,-0.00013229,"" +63822743,2022-11-19 22:42:59,USDT-Futures,Realize profit and loss,USDT,0.84600000,"" +63822743,2022-11-20 20:23:38,USDT-Futures,Fee,BNB,-0.00006619,"" +63822743,2022-11-20 20:24:05,USDT-Futures,Realize profit and loss,USDT,0.44400000,"" +63822743,2022-11-20 20:24:05,USDT-Futures,Fee,BNB,-0.00006645,"" +63822743,2022-11-20 20:24:06,USDT-Futures,Fee,BNB,-0.00013292,"" +63822743,2022-11-20 21:32:41,USDT-Futures,Realize profit and loss,USDT,-0.62040000,"" +63822743,2022-11-20 21:32:41,USDT-Futures,Fee,BNB,-0.00013274,"" +63822743,2022-11-21 15:04:19,USDT-Futures,Asset Conversion Transfer,BUSD,1099.07562129,"" +63822743,2022-11-21 15:04:19,USDT-Futures,Asset Conversion Transfer,USDT,-1100.66960000,"" +63822743,2022-11-21 15:14:59,USDT-Futures,Fee,BNB,-0.00067828,"" +63822743,2022-11-21 15:22:43,USDT-Futures,Fee,BNB,-0.00135477,"" +63822743,2022-11-21 15:22:43,USDT-Futures,Realize profit and loss,USDT,-0.65270000,"" +63822743,2022-11-21 15:25:37,USDT-Futures,Fee,BNB,-0.00068910,"" +63822743,2022-11-21 15:43:58,USDT-Futures,Fee,BNB,-0.00138307,"" +63822743,2022-11-21 15:43:58,USDT-Futures,Realize profit and loss,USDT,0.31000000,"" +63822743,2022-11-21 16:01:39,USDT-Futures,Fee,BNB,-0.00067992,"" +63822743,2022-11-21 16:12:02,USDT-Futures,Realize profit and loss,USDT,-1.48840000,"" +63822743,2022-11-21 16:12:02,USDT-Futures,Fee,BNB,-0.00136359,"" +63822743,2022-11-21 16:13:54,USDT-Futures,Fee,BNB,-0.00069240,"" +63822743,2022-11-21 16:22:15,USDT-Futures,Realize profit and loss,USDT,6.13800000,"" +63822743,2022-11-21 16:22:15,USDT-Futures,Fee,BNB,-0.00069347,"" +63822743,2022-11-21 16:34:37,USDT-Futures,Fee,BNB,-0.00048383,"" +63822743,2022-11-21 16:35:11,USDT-Futures,Fee,BNB,-0.00048379,"" +63822743,2022-11-21 16:42:08,USDT-Futures,Realize profit and loss,USDT,-5.17720000,"" +63822743,2022-11-21 16:42:08,USDT-Futures,Fee,BNB,-0.00193453,"" +63822743,2022-11-21 16:45:22,USDT-Futures,Fee,BNB,-0.00002246,"" +63822743,2022-11-21 16:45:22,USDT-Futures,Fee,BNB,-0.00002246,"" +63822743,2022-11-21 16:45:22,USDT-Futures,Fee,BNB,-0.00148268,"" +63822743,2022-11-21 16:47:10,USDT-Futures,Fee,BNB,-0.00152663,"" +63822743,2022-11-21 16:49:51,USDT-Futures,Realize profit and loss,USDT,1.35320000,"" +63822743,2022-11-21 16:49:51,USDT-Futures,Fee,BNB,-0.00076299,"" +63822743,2022-11-21 16:52:12,USDT-Futures,Realize profit and loss,USDT,0.33000000,"" +63822743,2022-11-21 16:52:12,USDT-Futures,Fee,BNB,-0.00053967,"" +63822743,2022-11-21 16:52:12,USDT-Futures,Realize profit and loss,USDT,0.18000000,"" +63822743,2022-11-21 16:52:12,USDT-Futures,Fee,BNB,-0.00098940,"" +63822743,2022-11-21 16:53:27,USDT-Futures,Fee,BNB,-0.00061840,"" +63822743,2022-11-21 16:53:28,USDT-Futures,Fee,BNB,-0.00012368,"" +63822743,2022-11-21 16:53:28,USDT-Futures,Fee,BNB,-0.00001124,"" +63822743,2022-11-21 16:53:28,USDT-Futures,Fee,BNB,-0.00001124,"" +63822743,2022-11-21 17:01:26,USDT-Futures,Realize profit and loss,USDT,-1.02000000,"" +63822743,2022-11-21 17:01:26,USDT-Futures,Fee,BNB,-0.00152716,"" +63822743,2022-11-21 17:07:57,USDT-Futures,Fee,BNB,-0.00001124,"" +63822743,2022-11-21 17:07:57,USDT-Futures,Fee,BNB,-0.00001124,"" +63822743,2022-11-21 17:07:57,USDT-Futures,Fee,BNB,-0.00001124,"" +63822743,2022-11-21 17:08:21,USDT-Futures,Fee,BNB,-0.00073093,"" +63822743,2022-11-21 17:11:15,USDT-Futures,Realize profit and loss,USDT,1.25120000,"" +63822743,2022-11-21 17:11:15,USDT-Futures,Fee,BNB,-0.00152821,"" +63822743,2022-11-21 17:15:21,USDT-Futures,Fee,BNB,-0.00076517,"" +63822743,2022-11-21 17:28:07,USDT-Futures,Fee,BNB,-0.00076524,"" +63822743,2022-11-21 17:28:07,USDT-Futures,Realize profit and loss,USDT,1.22400000,"" +63822743,2022-11-21 17:36:24,USDT-Futures,Fee,BNB,-0.00076726,"" +63822743,2022-11-21 19:28:15,USDT-Futures,Realize profit and loss,USDT,14.21200000,"" +63822743,2022-11-21 19:28:15,USDT-Futures,Fee,BNB,-0.00076302,"" +63822743,2022-11-22 14:45:01,USDT-Futures,Fee,BNB,-0.00342086,"" +63822743,2022-11-22 14:50:05,USDT-Futures,Realize profit and loss,USDT,6.44800000,"" +63822743,2022-11-22 14:50:05,USDT-Futures,Fee,BNB,-0.00683752,"" +63822743,2022-11-22 14:53:21,USDT-Futures,Fee,BNB,-0.00341756,"" +63822743,2022-11-22 14:56:08,USDT-Futures,Fee,BNB,-0.00206136,"" +63822743,2022-11-22 14:56:08,USDT-Futures,Fee,BNB,-0.00135586,"" +63822743,2022-11-22 15:00:23,USDT-Futures,Realize profit and loss,USDT,-22.66100000,"" +63822743,2022-11-22 15:00:23,USDT-Futures,Fee,BNB,-0.01368085,"" +63822743,2022-11-22 15:07:06,USDT-Futures,Fee,BNB,-0.00134669,"" +63822743,2022-11-22 15:11:47,USDT-Futures,Fee,BNB,-0.00067227,"" +63822743,2022-11-22 15:11:47,USDT-Futures,Realize profit and loss,USDT,1.53720000,"" +63822743,2022-11-22 15:13:43,USDT-Futures,Fee,BNB,-0.00067304,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Realize profit and loss,USDT,1.16380000,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Fee,BNB,-0.00048638,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Fee,BNB,-0.00011054,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Realize profit and loss,USDT,0.26450000,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Realize profit and loss,USDT,1.79860000,"" +63822743,2022-11-22 15:17:33,USDT-Futures,Fee,BNB,-0.00075168,"" +63822743,2022-11-22 15:18:20,USDT-Futures,Fee,BNB,-0.00067480,"" +63822743,2022-11-22 15:20:04,USDT-Futures,Realize profit and loss,USDT,2.25700000,"" +63822743,2022-11-22 15:20:04,USDT-Futures,Fee,BNB,-0.00134969,"" +63822743,2022-11-22 15:21:06,USDT-Futures,Fee,BNB,-0.00067455,"" +63822743,2022-11-22 15:22:47,USDT-Futures,Fee,BNB,-0.00134844,"" +63822743,2022-11-22 15:22:47,USDT-Futures,Realize profit and loss,USDT,-0.87230000,"" +63822743,2022-11-22 15:28:03,USDT-Futures,Fee,BNB,-0.00134943,"" +63822743,2022-11-22 15:29:18,USDT-Futures,Fee,BNB,-0.00001105,"" +63822743,2022-11-22 15:29:18,USDT-Futures,Fee,BNB,-0.00066327,"" +63822743,2022-11-22 15:32:16,USDT-Futures,Realize profit and loss,USDT,-1.89100000,"" +63822743,2022-11-22 15:32:16,USDT-Futures,Fee,BNB,-0.00134828,"" +63822743,2022-11-22 15:33:55,USDT-Futures,Fee,BNB,-0.00134899,"" +63822743,2022-11-22 15:33:55,USDT-Futures,Realize profit and loss,USDT,-2.35460000,"" +63822743,2022-11-22 15:41:26,USDT-Futures,Fee,BNB,-0.00067495,"" +63822743,2022-11-22 15:43:50,USDT-Futures,Realize profit and loss,USDT,-1.00650000,"" +63822743,2022-11-22 15:43:50,USDT-Futures,Fee,BNB,-0.00134976,"" +63822743,2022-11-22 15:51:21,USDT-Futures,Fee,BNB,-0.00134660,"" +63822743,2022-11-22 15:52:30,USDT-Futures,Fee,BNB,-0.00134655,"" +63822743,2022-11-22 15:52:30,USDT-Futures,Realize profit and loss,USDT,-1.52500000,"" +63822743,2022-11-22 15:54:37,USDT-Futures,Fee,BNB,-0.00134678,"" +63822743,2022-11-22 15:54:49,USDT-Futures,Realize profit and loss,USDT,-0.82350000,"" +63822743,2022-11-22 15:54:49,USDT-Futures,Fee,BNB,-0.00134646,"" +63822743,2022-11-22 15:56:16,USDT-Futures,Fee,BNB,-0.00067405,"" +63822743,2022-11-22 15:56:44,USDT-Futures,Fee,BNB,-0.00134723,"" +63822743,2022-11-22 15:56:44,USDT-Futures,Realize profit and loss,USDT,-1.14680000,"" +63822743,2022-11-22 15:58:56,USDT-Futures,Fee,BNB,-0.00134724,"" +63822743,2022-11-22 16:00:00,USDT-Futures,Funding Fee,USDT,-0.07803772,"" +63822743,2022-11-22 16:05:16,USDT-Futures,Fee,BNB,-0.00134676,"" +63822743,2022-11-22 16:05:16,USDT-Futures,Realize profit and loss,USDT,0.06100000,"" +63822743,2022-11-22 16:06:17,USDT-Futures,Fee,BNB,-0.00067384,"" +63822743,2022-11-22 16:06:48,USDT-Futures,Fee,BNB,-0.00134744,"" +63822743,2022-11-22 16:06:48,USDT-Futures,Realize profit and loss,USDT,-0.73200000,"" +63822743,2022-11-22 16:07:13,USDT-Futures,Fee,BNB,-0.00134681,"" +63822743,2022-11-22 16:14:51,USDT-Futures,Fee,BNB,-0.00134681,"" +63822743,2022-11-22 16:14:51,USDT-Futures,Realize profit and loss,USDT,-0.65270000,"" +63822743,2022-11-22 16:14:55,USDT-Futures,Fee,BNB,-0.00004414,"" +63822743,2022-11-22 16:14:56,USDT-Futures,Fee,BNB,-0.00002207,"" +63822743,2022-11-22 16:14:56,USDT-Futures,Fee,BNB,-0.00013244,"" +63822743,2022-11-22 16:14:56,USDT-Futures,Fee,BNB,-0.00011037,"" +63822743,2022-11-22 16:14:56,USDT-Futures,Fee,BNB,-0.00034216,"" +63822743,2022-11-22 16:14:56,USDT-Futures,Fee,BNB,-0.00002207,"" +63822743,2022-11-22 16:19:56,USDT-Futures,Realize profit and loss,USDT,-0.94549999,"" +63822743,2022-11-22 16:19:56,USDT-Futures,Fee,BNB,-0.00134723,"" +63822743,2022-11-22 16:20:07,USDT-Futures,Fee,BNB,-0.01362587,"" +63822743,2022-11-22 16:23:51,USDT-Futures,Fee,BNB,-0.00680333,"" +63822743,2022-11-22 16:32:25,USDT-Futures,Fee,BNB,-0.00680458,"" +63822743,2022-11-22 17:11:48,USDT-Futures,Realize profit and loss,USDT,-7.12378477,"" +63822743,2022-11-22 17:11:48,USDT-Futures,Fee,BNB,-0.00680724,"" +63822743,2022-11-22 17:33:19,USDT-Futures,Fee,BNB,-0.02712453,"" +63822743,2022-11-22 17:33:19,USDT-Futures,Realize profit and loss,USDT,-90.73251523,"" +63822743,2022-11-22 17:37:06,USDT-Futures,Fee,BNB,-0.00682482,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00220094,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,0.22900000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,1.62590000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00026411,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00004401,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00002200,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00704301,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,0.09160000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,0.27480000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00008803,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,0.04580000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,2.29000000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00022009,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,7.32800000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00156266,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,0.02290000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Realize profit and loss,USDT,2.29000000,"" +63822743,2022-11-22 17:38:26,USDT-Futures,Fee,BNB,-0.00220094,"" +63822743,2022-11-22 17:38:51,USDT-Futures,Fee,BNB,-0.00613904,"" +63822743,2022-11-22 17:38:51,USDT-Futures,Fee,BNB,-0.00068211,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Fee,BNB,-0.00019800,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Realize profit and loss,USDT,-8.60100000,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Fee,BNB,-0.00002200,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Fee,BNB,-0.01342060,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Realize profit and loss,USDT,-0.01400000,"" +63822743,2022-11-22 17:40:12,USDT-Futures,Realize profit and loss,USDT,-0.12510000,"" +63822743,2022-11-22 17:41:00,USDT-Futures,Fee,BNB,-0.00681509,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,3.23640000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00002205,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00132315,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00410177,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00317557,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,1.04400000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,0.01740000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,1.39200000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,0.83520000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00176420,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00220525,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Fee,BNB,-0.00105852,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,1.74000000,"" +63822743,2022-11-22 17:49:44,USDT-Futures,Realize profit and loss,USDT,2.50560000,"" +63822743,2022-11-22 17:52:16,USDT-Futures,Fee,BNB,-0.00167529,"" +63822743,2022-11-22 17:52:16,USDT-Futures,Fee,BNB,-0.00185164,"" +63822743,2022-11-22 17:52:16,USDT-Futures,Fee,BNB,-0.00003306,"" +63822743,2022-11-22 17:52:16,USDT-Futures,Fee,BNB,-0.00001102,"" +63822743,2022-11-22 17:52:16,USDT-Futures,Fee,BNB,-0.00034167,"" +63822743,2022-11-22 17:52:17,USDT-Futures,Fee,BNB,-0.00071641,"" +63822743,2022-11-22 17:52:35,USDT-Futures,Fee,BNB,-0.00022054,"" +63822743,2022-11-22 17:52:35,USDT-Futures,Fee,BNB,-0.00100345,"" +63822743,2022-11-22 17:52:35,USDT-Futures,Fee,BNB,-0.00014335,"" +63822743,2022-11-22 17:52:35,USDT-Futures,Fee,BNB,-0.00084908,"" +63822743,2022-11-22 17:55:59,USDT-Futures,Fee,BNB,-0.01369650,"" +63822743,2022-11-22 17:55:59,USDT-Futures,Realize profit and loss,USDT,-9.56339999,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00224843,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00352694,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00112421,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00200595,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00310812,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00143282,"" +63822743,2022-11-22 17:58:45,USDT-Futures,Fee,BNB,-0.00026452,"" +63822743,2022-11-22 18:05:56,USDT-Futures,Fee,BNB,-0.00059571,"" +63822743,2022-11-22 18:05:57,USDT-Futures,Fee,BNB,-0.00131277,"" +63822743,2022-11-22 18:05:57,USDT-Futures,Fee,BNB,-0.00002206,"" +63822743,2022-11-22 18:05:57,USDT-Futures,Fee,BNB,-0.00493117,"" +63822743,2022-11-22 18:06:16,USDT-Futures,Fee,BNB,-0.00685227,"" +63822743,2022-11-22 18:07:02,USDT-Futures,Fee,BNB,-0.00686360,"" +63822743,2022-11-22 18:07:11,USDT-Futures,Fee,BNB,-0.02107035,"" +63822743,2022-11-22 18:07:11,USDT-Futures,Realize profit and loss,USDT,-58.98132239,"" +63822743,2022-11-22 18:07:11,USDT-Futures,Fee,BNB,-0.03380082,"" +63822743,2022-11-22 18:07:11,USDT-Futures,Realize profit and loss,USDT,-36.76707760,"" +63822743,2022-11-22 18:07:24,USDT-Futures,Fee,BNB,-0.00683472,"" +63822743,2022-11-22 18:07:46,USDT-Futures,Fee,BNB,-0.00173279,"" +63822743,2022-11-22 18:07:46,USDT-Futures,Fee,BNB,-0.00040836,"" +63822743,2022-11-22 18:07:46,USDT-Futures,Fee,BNB,-0.00354283,"" +63822743,2022-11-22 18:07:46,USDT-Futures,Fee,BNB,-0.00115887,"" +63822743,2022-11-22 18:10:07,USDT-Futures,Fee,BNB,-0.00683619,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.07640000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00002208,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00017664,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.07640000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.30560000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-7.14340000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00452651,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00004416,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00033120,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.01474973,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.03800000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.57000000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-25.38400000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-12.19200000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00002208,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00004416,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-7.81050000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00953875,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00041953,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-16.41600000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.03800000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Realize profit and loss,USDT,-0.72580000,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00706578,"" +63822743,2022-11-22 18:11:13,USDT-Futures,Fee,BNB,-0.00412909,"" +63822743,2022-11-25 20:02:19,USDT-Futures,Fee,BNB,-0.00038506,"" +63822743,2022-11-25 20:20:29,USDT-Futures,Realize profit and loss,USDT,-1.70040000,"" +63822743,2022-11-25 20:20:29,USDT-Futures,Fee,BNB,-0.00076988,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.00238354,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.00407641,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.00407641,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.00403512,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.01937608,"" +63822743,2022-11-26 14:41:26,USDT-Futures,Referrer rebates,USDT,0.00166660,"" +63822743,2022-11-27 12:41:14,USDT-Futures,Referrer rebates,USDT,0.01976491,"" +63822743,2022-11-27 12:41:14,USDT-Futures,Referrer rebates,USDT,0.02942347,"" +63822743,2022-11-27 12:41:14,USDT-Futures,Referrer rebates,USDT,0.00498638,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.00021269,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.00873540,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.00552551,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.00924053,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.01892724,"" +63822743,2022-11-27 13:06:31,USDT-Futures,Referrer rebates,USDT,0.01141179,"" +63822743,2022-11-28 01:11:17,USDT-Futures,Referrer rebates,USDT,0.03792733,"" +63822743,2022-11-28 14:16:12,USDT-Futures,Fee,BNB,-0.00612711,"" +63822743,2022-11-28 14:30:11,USDT-Futures,Fee,BNB,-0.01224076,"" +63822743,2022-11-28 14:30:11,USDT-Futures,Realize profit and loss,USDT,-8.09580000,"" +63822743,2022-11-28 14:32:40,USDT-Futures,Fee,BNB,-0.01218803,"" +63822743,2022-11-28 14:35:51,USDT-Futures,Fee,BNB,-0.00499569,"" +63822743,2022-11-28 14:35:51,USDT-Futures,Fee,BNB,-0.00106627,"" +63822743,2022-11-28 14:37:42,USDT-Futures,Realize profit and loss,USDT,-4.61324875,"" +63822743,2022-11-28 14:37:42,USDT-Futures,Fee,BNB,-0.00302898,"" +63822743,2022-11-28 14:38:41,USDT-Futures,Realize profit and loss,USDT,-5.01234875,"" +63822743,2022-11-28 14:38:41,USDT-Futures,Fee,BNB,-0.00303133,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Fee,BNB,-0.00017752,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Realize profit and loss,USDT,-1.09786348,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Realize profit and loss,USDT,-0.03984182,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Fee,BNB,-0.00098626,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Realize profit and loss,USDT,-0.22134344,"" +63822743,2022-11-28 14:45:02,USDT-Futures,Fee,BNB,-0.00489187,"" +63822743,2022-11-28 14:45:09,USDT-Futures,Fee,BNB,-0.00003944,"" +63822743,2022-11-28 14:45:09,USDT-Futures,Realize profit and loss,USDT,-0.01285373,"" +63822743,2022-11-28 14:45:17,USDT-Futures,Fee,BNB,-0.00302776,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Fee,BNB,-0.00031580,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Realize profit and loss,USDT,-0.30880000,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Fee,BNB,-0.00065134,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Realize profit and loss,USDT,-0.58200000,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Realize profit and loss,USDT,-4.42650000,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Fee,BNB,-0.00059213,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Realize profit and loss,USDT,-0.64020000,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Fee,BNB,-0.00448044,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Fee,BNB,-0.00001973,"" +63822743,2022-11-28 14:49:21,USDT-Futures,Realize profit and loss,USDT,-0.01940000,"" +63822743,2022-11-28 14:56:35,USDT-Futures,Fee,BNB,-0.00241528,"" +63822743,2022-11-28 14:56:35,USDT-Futures,Fee,BNB,-0.00062107,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Realize profit and loss,USDT,-0.06900000,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Realize profit and loss,USDT,-0.16799999,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Fee,BNB,-0.00045432,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Fee,BNB,-0.00110619,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Realize profit and loss,USDT,-0.22350000,"" +63822743,2022-11-28 15:00:55,USDT-Futures,Fee,BNB,-0.00147163,"" +63822743,2022-11-28 15:01:01,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 15:01:01,USDT-Futures,Realize profit and loss,USDT,-0.00010000,"" +63822743,2022-11-28 15:05:04,USDT-Futures,Fee,BNB,-0.00304058,"" +63822743,2022-11-28 15:07:51,USDT-Futures,Realize profit and loss,USDT,-1.57680000,"" +63822743,2022-11-28 15:07:51,USDT-Futures,Fee,BNB,-0.00464350,"" +63822743,2022-11-28 15:07:51,USDT-Futures,Realize profit and loss,USDT,-5.07600000,"" +63822743,2022-11-28 15:07:51,USDT-Futures,Fee,BNB,-0.00144245,"" +63822743,2022-11-28 15:08:09,USDT-Futures,Fee,BNB,-0.00267894,"" +63822743,2022-11-28 15:08:09,USDT-Futures,Fee,BNB,-0.00036575,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Realize profit and loss,USDT,-2.78850000,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Fee,BNB,-0.00017785,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Realize profit and loss,USDT,-2.14140000,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Realize profit and loss,USDT,-0.01660000,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Realize profit and loss,USDT,-0.14940000,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Fee,BNB,-0.00254928,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Fee,BNB,-0.00333978,"" +63822743,2022-11-28 15:08:35,USDT-Futures,Fee,BNB,-0.00001976,"" +63822743,2022-11-28 15:09:47,USDT-Futures,Fee,BNB,-0.00035619,"" +63822743,2022-11-28 15:13:26,USDT-Futures,Fee,BNB,-0.00071323,"" +63822743,2022-11-28 15:13:26,USDT-Futures,Realize profit and loss,USDT,0.41040000,"" +63822743,2022-11-28 15:13:47,USDT-Futures,Fee,BNB,-0.00305102,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.01200000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00005947,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00039647,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00406384,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00001982,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00015858,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00130839,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.00810000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.17820000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00001982,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.00290000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.05800000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.00300000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.02480000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Realize profit and loss,USDT,0.63550000,"" +63822743,2022-11-28 15:19:49,USDT-Futures,Fee,BNB,-0.00007929,"" +63822743,2022-11-28 15:20:47,USDT-Futures,Fee,BNB,-0.00091161,"" +63822743,2022-11-28 15:20:47,USDT-Futures,Fee,BNB,-0.00047562,"" +63822743,2022-11-28 15:20:48,USDT-Futures,Fee,BNB,-0.00166501,"" +63822743,2022-11-28 15:22:24,USDT-Futures,Fee,BNB,-0.00610518,"" +63822743,2022-11-28 15:22:24,USDT-Futures,Realize profit and loss,USDT,-4.77400000,"" +63822743,2022-11-28 15:23:03,USDT-Futures,Fee,BNB,-0.00263748,"" +63822743,2022-11-28 15:23:03,USDT-Futures,Fee,BNB,-0.00042636,"" +63822743,2022-11-28 15:23:24,USDT-Futures,Fee,BNB,-0.00612957,"" +63822743,2022-11-28 15:23:24,USDT-Futures,Realize profit and loss,USDT,-4.29510000,"" +63822743,2022-11-28 15:24:04,USDT-Futures,Fee,BNB,-0.00144949,"" +63822743,2022-11-28 15:24:04,USDT-Futures,Fee,BNB,-0.00092330,"" +63822743,2022-11-28 15:24:04,USDT-Futures,Fee,BNB,-0.00001985,"" +63822743,2022-11-28 15:24:04,USDT-Futures,Fee,BNB,-0.00067510,"" +63822743,2022-11-28 15:24:47,USDT-Futures,Realize profit and loss,USDT,-4.44960000,"" +63822743,2022-11-28 15:24:47,USDT-Futures,Fee,BNB,-0.00613403,"" +63822743,2022-11-28 15:25:08,USDT-Futures,Fee,BNB,-0.00613897,"" +63822743,2022-11-28 15:37:54,USDT-Futures,Realize profit and loss,USDT,-1.60680000,"" +63822743,2022-11-28 15:37:54,USDT-Futures,Fee,BNB,-0.00614703,"" +63822743,2022-11-28 15:38:03,USDT-Futures,Fee,BNB,-0.00307340,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-0.11580000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00015908,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00165055,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-0.48250000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-2.35600000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-0.01890000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-1.17180000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00246590,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00011932,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-0.15120000,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00123294,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Fee,BNB,-0.00049716,"" +63822743,2022-11-28 15:41:12,USDT-Futures,Realize profit and loss,USDT,-1.56870000,"" +63822743,2022-11-28 15:41:46,USDT-Futures,Fee,BNB,-0.00614084,"" +63822743,2022-11-28 15:46:22,USDT-Futures,Fee,BNB,-0.00615402,"" +63822743,2022-11-28 15:46:22,USDT-Futures,Realize profit and loss,USDT,-4.04790000,"" +63822743,2022-11-28 15:50:29,USDT-Futures,Fee,BNB,-0.00308072,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00053916,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00031950,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.02380000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00003993,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.70800000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00117816,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.18880000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00003993,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.69600000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00169735,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.71399999,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00119813,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-1.02000000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.31859999,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Realize profit and loss,USDT,-0.02380000,"" +63822743,2022-11-28 15:53:10,USDT-Futures,Fee,BNB,-0.00115819,"" +63822743,2022-11-28 15:54:11,USDT-Futures,Fee,BNB,-0.00001997,"" +63822743,2022-11-28 15:54:11,USDT-Futures,Fee,BNB,-0.00306665,"" +63822743,2022-11-28 16:00:00,USDT-Futures,Funding Fee,USDT,-0.00104710,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Realize profit and loss,USDT,-3.76980000,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Fee,BNB,-0.00001992,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Fee,BNB,-0.00199266,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Realize profit and loss,USDT,-0.01820000,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Realize profit and loss,USDT,-0.01820000,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Fee,BNB,-0.00001992,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Fee,BNB,-0.00410489,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Realize profit and loss,USDT,-1.83000000,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Realize profit and loss,USDT,-0.01820000,"" +63822743,2022-11-28 16:01:49,USDT-Futures,Fee,BNB,-0.00001992,"" +63822743,2022-11-28 16:02:24,USDT-Futures,Fee,BNB,-0.00308758,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Fee,BNB,-0.00591899,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Realize profit and loss,USDT,-1.03950000,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Fee,BNB,-0.00005978,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Realize profit and loss,USDT,-0.01020000,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Fee,BNB,-0.00019929,"" +63822743,2022-11-28 16:02:27,USDT-Futures,Realize profit and loss,USDT,-0.03400000,"" +63822743,2022-11-28 16:03:11,USDT-Futures,Fee,BNB,-0.00308686,"" +63822743,2022-11-28 16:03:26,USDT-Futures,Fee,BNB,-0.00364230,"" +63822743,2022-11-28 16:03:26,USDT-Futures,Realize profit and loss,USDT,-1.46050000,"" +63822743,2022-11-28 16:03:26,USDT-Futures,Fee,BNB,-0.00252803,"" +63822743,2022-11-28 16:03:26,USDT-Futures,Realize profit and loss,USDT,-2.47050000,"" +63822743,2022-11-28 16:09:17,USDT-Futures,Fee,BNB,-0.00290769,"" +63822743,2022-11-28 16:09:17,USDT-Futures,Fee,BNB,-0.00185216,"" +63822743,2022-11-28 16:09:17,USDT-Futures,Fee,BNB,-0.00141401,"" +63822743,2022-11-28 16:09:58,USDT-Futures,Fee,BNB,-0.00225025,"" +63822743,2022-11-28 16:09:58,USDT-Futures,Fee,BNB,-0.00083637,"" +63822743,2022-11-28 16:14:58,USDT-Futures,Realize profit and loss,USDT,16.15100000,"" +63822743,2022-11-28 16:14:58,USDT-Futures,Fee,BNB,-0.00615768,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00004969,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00009938,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00061615,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00049690,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00035776,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00107330,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00036770,"" +63822743,2022-11-28 16:15:37,USDT-Futures,Fee,BNB,-0.00002981,"" +63822743,2022-11-28 16:16:02,USDT-Futures,Fee,BNB,-0.00616649,"" +63822743,2022-11-28 16:16:02,USDT-Futures,Realize profit and loss,USDT,-2.36640450,"" +63822743,2022-11-28 16:16:02,USDT-Futures,Fee,BNB,-0.00618715,"" +63822743,2022-11-28 16:17:32,USDT-Futures,Realize profit and loss,USDT,1.31747117,"" +63822743,2022-11-28 16:17:32,USDT-Futures,Realize profit and loss,USDT,2.64773333,"" +63822743,2022-11-28 16:17:32,USDT-Futures,Fee,BNB,-0.00411400,"" +63822743,2022-11-28 16:17:32,USDT-Futures,Fee,BNB,-0.00204706,"" +63822743,2022-11-28 16:17:37,USDT-Futures,Fee,BNB,-0.00309035,"" +63822743,2022-11-28 16:18:54,USDT-Futures,Realize profit and loss,USDT,-4.04300000,"" +63822743,2022-11-28 16:18:54,USDT-Futures,Fee,BNB,-0.00617996,"" +63822743,2022-11-28 16:20:10,USDT-Futures,Fee,BNB,-0.00310312,"" +63822743,2022-11-28 16:20:57,USDT-Futures,Realize profit and loss,USDT,-6.39600000,"" +63822743,2022-11-28 16:20:57,USDT-Futures,Fee,BNB,-0.00621433,"" +63822743,2022-11-28 16:21:25,USDT-Futures,Fee,BNB,-0.00620270,"" +63822743,2022-11-28 16:22:13,USDT-Futures,Fee,BNB,-0.00619657,"" +63822743,2022-11-28 16:22:13,USDT-Futures,Fee,BNB,-0.00122500,"" +63822743,2022-11-28 16:22:13,USDT-Futures,Realize profit and loss,USDT,-3.65425000,"" +63822743,2022-11-28 16:22:13,USDT-Futures,Fee,BNB,-0.00187237,"" +63822743,2022-11-28 16:23:47,USDT-Futures,Realize profit and loss,USDT,-7.04415000,"" +63822743,2022-11-28 16:23:47,USDT-Futures,Fee,BNB,-0.00309240,"" +63822743,2022-11-28 16:24:01,USDT-Futures,Fee,BNB,-0.00309108,"" +63822743,2022-11-28 16:49:35,USDT-Futures,Realize profit and loss,USDT,37.35110000,"" +63822743,2022-11-28 16:49:35,USDT-Futures,Fee,BNB,-0.00615211,"" +63822743,2022-11-28 16:50:27,USDT-Futures,Fee,BNB,-0.00005935,"" +63822743,2022-11-28 16:50:27,USDT-Futures,Fee,BNB,-0.00366030,"" +63822743,2022-11-28 16:50:27,USDT-Futures,Fee,BNB,-0.00850773,"" +63822743,2022-11-28 16:53:30,USDT-Futures,Fee,BNB,-0.00606658,"" +63822743,2022-11-28 16:55:53,USDT-Futures,Fee,BNB,-0.02430540,"" +63822743,2022-11-28 16:55:53,USDT-Futures,Realize profit and loss,USDT,-66.80580000,"" +63822743,2022-11-28 16:56:53,USDT-Futures,Fee,BNB,-0.00602300,"" +63822743,2022-11-28 17:17:11,USDT-Futures,Realize profit and loss,USDT,45.82500000,"" +63822743,2022-11-28 17:17:11,USDT-Futures,Fee,BNB,-0.01210844,"" +63822743,2022-11-28 17:19:12,USDT-Futures,Fee,BNB,-0.00607668,"" +63822743,2022-11-28 17:25:12,USDT-Futures,Fee,BNB,-0.01212192,"" +63822743,2022-11-28 17:25:12,USDT-Futures,Realize profit and loss,USDT,10.37660000,"" +63822743,2022-11-28 17:27:11,USDT-Futures,Fee,BNB,-0.00607077,"" +63822743,2022-11-28 17:28:56,USDT-Futures,Fee,BNB,-0.01213784,"" +63822743,2022-11-28 17:28:56,USDT-Futures,Realize profit and loss,USDT,-3.93600000,"" +63822743,2022-11-28 17:29:29,USDT-Futures,Fee,BNB,-0.00607083,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Realize profit and loss,USDT,-0.10620000,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Fee,BNB,-0.00011838,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Fee,BNB,-0.00059190,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Fee,BNB,-0.00743826,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Realize profit and loss,USDT,-6.67290000,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Realize profit and loss,USDT,-3.57540000,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Realize profit and loss,USDT,-0.53099999,"" +63822743,2022-11-28 17:30:06,USDT-Futures,Fee,BNB,-0.00398548,"" +63822743,2022-11-28 17:30:51,USDT-Futures,Fee,BNB,-0.00519229,"" +63822743,2022-11-28 17:30:51,USDT-Futures,Fee,BNB,-0.00621890,"" +63822743,2022-11-28 17:30:51,USDT-Futures,Fee,BNB,-0.00073047,"" +63822743,2022-11-28 17:32:02,USDT-Futures,Realize profit and loss,USDT,-9.04050000,"" +63822743,2022-11-28 17:32:02,USDT-Futures,Fee,BNB,-0.01215947,"" +63822743,2022-11-28 17:32:04,USDT-Futures,Fee,BNB,-0.00493291,"" +63822743,2022-11-28 17:32:04,USDT-Futures,Fee,BNB,-0.00114672,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00039494,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01660000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00175761,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00037522,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.03460000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.09420000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01590000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.48000000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01690000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00003949,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00005924,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,4.25580000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01680000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00019747,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00055295,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00029622,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00011848,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01690000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00485811,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01730000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01600000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00227083,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.09720000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01620000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,1.79400000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.25950000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01630000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.32870000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00009874,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01570000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,1.53970000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00003949,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.08650000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.16800000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00011847,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01730000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01580000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01570000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00059240,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.32600000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.03380000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.04980000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00001974,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.07950000,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Fee,BNB,-0.00009873,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.48439999,"" +63822743,2022-11-28 17:41:07,USDT-Futures,Realize profit and loss,USDT,0.01730000,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00292262,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00025671,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00191550,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00199449,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00179701,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00171802,"" +63822743,2022-11-28 17:41:49,USDT-Futures,Fee,BNB,-0.00154030,"" +63822743,2022-11-28 17:54:05,USDT-Futures,Realize profit and loss,USDT,27.18300000,"" +63822743,2022-11-28 17:54:05,USDT-Futures,Fee,BNB,-0.01222301,"" +63822743,2022-11-28 17:55:38,USDT-Futures,Fee,BNB,-0.00508243,"" +63822743,2022-11-28 17:55:38,USDT-Futures,Fee,BNB,-0.00105428,"" +63822743,2022-11-28 18:03:49,USDT-Futures,Fee,BNB,-0.01227182,"" +63822743,2022-11-28 18:03:49,USDT-Futures,Realize profit and loss,USDT,-8.57630000,"" +63822743,2022-11-28 18:06:47,USDT-Futures,Fee,BNB,-0.00453716,"" +63822743,2022-11-28 18:06:48,USDT-Futures,Fee,BNB,-0.00162198,"" +63822743,2022-11-28 18:07:02,USDT-Futures,Realize profit and loss,USDT,-9.34690000,"" +63822743,2022-11-28 18:07:02,USDT-Futures,Fee,BNB,-0.01231668,"" +63822743,2022-11-28 18:07:52,USDT-Futures,Fee,BNB,-0.00616059,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.04440000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00354015,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00005966,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,1.39500000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00017899,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00005966,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.13500000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00015911,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.02210000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00011933,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.19890000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.22500000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00246622,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00011933,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00003977,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.33150000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.22500000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,3.93380000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00067622,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.13260000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.02240000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00019889,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00029832,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,2.77760000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.76500000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.02220000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00246617,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.02240000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00039777,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.44800000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,2.74040000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.18000000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00019889,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.02250000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.06750000,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00001988,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Fee,BNB,-0.00123311,"" +63822743,2022-11-28 18:14:04,USDT-Futures,Realize profit and loss,USDT,0.06660000,"" +63822743,2022-11-28 18:15:06,USDT-Futures,Fee,BNB,-0.00331079,"" +63822743,2022-11-28 18:15:06,USDT-Futures,Fee,BNB,-0.00098428,"" +63822743,2022-11-28 18:15:07,USDT-Futures,Fee,BNB,-0.00184927,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.02700000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00011937,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00009947,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00003979,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.08280000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.01370000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00011937,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.02700000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00063665,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00001989,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00007958,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.05360000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-4.01710000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00003979,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.06850000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.01380000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00007958,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.08280000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00003979,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.08340000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00574997,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.02740000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.05480000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00001989,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.11040000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00011937,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-3.47500000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00497402,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Realize profit and loss,USDT,-0.43200000,"" +63822743,2022-11-28 18:15:50,USDT-Futures,Fee,BNB,-0.00015916,"" +63822743,2022-11-28 18:18:46,USDT-Futures,Fee,BNB,-0.00613196,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Fee,BNB,-0.00015901,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Realize profit and loss,USDT,3.58200000,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Realize profit and loss,USDT,1.08900000,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Fee,BNB,-0.00001987,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Fee,BNB,-0.00791107,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Realize profit and loss,USDT,0.80099999,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Fee,BNB,-0.00240512,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Realize profit and loss,USDT,0.07200000,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Fee,BNB,-0.00176905,"" +63822743,2022-11-28 18:39:47,USDT-Futures,Realize profit and loss,USDT,0.00900000,"" +63822743,2022-11-28 18:45:59,USDT-Futures,Fee,BNB,-0.00614748,"" +63822743,2022-11-28 18:49:36,USDT-Futures,Fee,BNB,-0.00103445,"" +63822743,2022-11-28 18:49:36,USDT-Futures,Fee,BNB,-0.00511258,"" +63822743,2022-11-28 19:34:03,USDT-Futures,Fee,BNB,-0.00615428,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00081633,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.03966666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00033848,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.81316666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00219017,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.25783333,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00005973,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00071678,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-12.69333333,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.01274281,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-8.76633333,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.71399999,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-1.11066666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00111499,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-6.64416666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00003982,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00880050,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00151320,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00165258,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-1.64616666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-2.18166666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.33716666,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00667006,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-1.50733333,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Realize profit and loss,USDT,-0.05949999,"" +63822743,2022-11-28 19:40:15,USDT-Futures,Fee,BNB,-0.00025883,"" +63822743,2022-11-28 19:40:22,USDT-Futures,Fee,BNB,-0.00614130,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Fee,BNB,-0.00065756,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Realize profit and loss,USDT,1.44540000,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Fee,BNB,-0.00446345,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Realize profit and loss,USDT,9.81120000,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Fee,BNB,-0.00651585,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Realize profit and loss,USDT,1.44540000,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Fee,BNB,-0.00065756,"" +63822743,2022-11-28 19:45:25,USDT-Futures,Realize profit and loss,USDT,14.32260000,"" +63822743,2022-11-28 19:46:27,USDT-Futures,Fee,BNB,-0.00613475,"" +63822743,2022-11-28 20:06:46,USDT-Futures,Realize profit and loss,USDT,5.60559999,"" +63822743,2022-11-28 20:06:46,USDT-Futures,Fee,BNB,-0.01228459,"" +63822743,2022-11-28 20:10:34,USDT-Futures,Fee,BNB,-0.00055782,"" +63822743,2022-11-28 20:10:35,USDT-Futures,Fee,BNB,-0.00398450,"" +63822743,2022-11-28 20:10:36,USDT-Futures,Fee,BNB,-0.00047814,"" +63822743,2022-11-28 20:10:37,USDT-Futures,Fee,BNB,-0.00005976,"" +63822743,2022-11-28 20:10:39,USDT-Futures,Fee,BNB,-0.00071716,"" +63822743,2022-11-28 20:10:39,USDT-Futures,Fee,BNB,-0.00011952,"" +63822743,2022-11-28 20:10:41,USDT-Futures,Fee,BNB,-0.00021912,"" +63822743,2022-11-28 20:14:33,USDT-Futures,Fee,BNB,-0.00712750,"" +63822743,2022-11-28 20:14:33,USDT-Futures,Fee,BNB,-0.00497730,"" +63822743,2022-11-28 20:14:33,USDT-Futures,Realize profit and loss,USDT,-2.09440000,"" +63822743,2022-11-28 20:14:33,USDT-Futures,Fee,BNB,-0.01242335,"" +63822743,2022-11-28 20:25:31,USDT-Futures,Fee,BNB,-0.00669176,"" +63822743,2022-11-28 20:25:31,USDT-Futures,Realize profit and loss,USDT,-0.23520000,"" +63822743,2022-11-28 20:25:31,USDT-Futures,Realize profit and loss,USDT,-0.19599999,"" +63822743,2022-11-28 20:25:31,USDT-Futures,Fee,BNB,-0.00557646,"" +63822743,2022-11-28 20:25:50,USDT-Futures,Fee,BNB,-0.00667242,"" +63822743,2022-11-28 20:25:50,USDT-Futures,Fee,BNB,-0.00557695,"" +63822743,2022-11-28 20:25:50,USDT-Futures,Fee,BNB,-0.00001991,"" +63822743,2022-11-28 22:10:49,USDT-Futures,Fee,BNB,-0.01226354,"" +63822743,2022-11-29 00:00:00,USDT-Futures,Funding Fee,USDT,0.95119005,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.01586587,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00005979,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-30.86412530,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00159455,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00687649,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-0.17912246,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-71.29074128,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-0.08946123,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00001993,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00003986,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Fee,BNB,-0.00011959,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-0.26868369,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-7.15689862,"" +63822743,2022-11-29 01:46:59,USDT-Futures,Realize profit and loss,USDT,-0.53736739,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.00036973,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.01522193,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.00037731,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.04031826,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.01270902,"" +63822743,2022-11-29 04:34:12,USDT-Futures,Referrer rebates,USDT,0.00892202,"" +63822743,2022-11-29 13:55:41,USDT-Futures,Fee,BNB,-0.00006889,"" +63822743,2022-11-29 13:55:41,USDT-Futures,Fee,BNB,-0.00028540,"" +63822743,2022-11-29 13:55:41,USDT-Futures,Fee,BNB,-0.00001968,"" +63822743,2022-11-29 13:55:41,USDT-Futures,Fee,BNB,-0.00043303,"" +63822743,2022-11-29 13:55:41,USDT-Futures,Fee,BNB,-0.00069875,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00005904,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00067907,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00050192,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00015746,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00151561,"" +63822743,2022-11-29 13:55:42,USDT-Futures,Fee,BNB,-0.00101369,"" +63822743,2022-11-29 13:55:43,USDT-Futures,Fee,BNB,-0.00021655,"" +63822743,2022-11-29 13:55:43,USDT-Futures,Fee,BNB,-0.00035435,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01740000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01850000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00112077,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00009831,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01750000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,8.47700000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00963456,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.09250000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01850000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00039326,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01760000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01750000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01810000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00049156,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01770000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01760000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01840000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.44000000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.36200000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01820000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01830000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,0.01790000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Realize profit and loss,USDT,1.00320000,"" +63822743,2022-11-29 13:57:31,USDT-Futures,Fee,BNB,-0.00001966,"" +63822743,2022-11-29 13:59:01,USDT-Futures,Fee,BNB,-0.01197864,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Realize profit and loss,USDT,-2.05800000,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Fee,BNB,-0.00001964,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Realize profit and loss,USDT,-2.19800000,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Fee,BNB,-0.00577513,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Realize profit and loss,USDT,-0.00700000,"" +63822743,2022-11-29 14:01:51,USDT-Futures,Fee,BNB,-0.00616800,"" +63822743,2022-11-29 14:20:27,USDT-Futures,Fee,BNB,-0.00600448,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Realize profit and loss,USDT,-0.01330000,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Realize profit and loss,USDT,-1.66320000,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Fee,BNB,-0.00899976,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Realize profit and loss,USDT,-6.03239999,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Fee,BNB,-0.00248133,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Fee,BNB,-0.00001969,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Fee,BNB,-0.00003938,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Fee,BNB,-0.00047264,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Realize profit and loss,USDT,-0.02660000,"" +63822743,2022-11-29 14:25:41,USDT-Futures,Realize profit and loss,USDT,-0.32160000,"" +63822743,2022-11-29 14:26:20,USDT-Futures,Fee,BNB,-0.00599577,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00015757,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00990000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.02750000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.27499999,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00584993,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00492418,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00880000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00240300,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00001969,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00088635,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00181210,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00110000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.10559999,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00001969,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00005909,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.02750000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00990000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00238330,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.04950000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00005909,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00110000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00660000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00027575,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.10119999,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00049241,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00001969,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.00990000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Realize profit and loss,USDT,-0.03630000,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00064999,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00049241,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00011818,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00017727,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00001969,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00200906,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00017727,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00007878,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00072877,"" +63822743,2022-11-29 14:29:42,USDT-Futures,Fee,BNB,-0.00017727,"" +63822743,2022-11-29 14:31:38,USDT-Futures,Realize profit and loss,USDT,-23.62920000,"" +63822743,2022-11-29 14:31:38,USDT-Futures,Fee,BNB,-0.01199761,"" +63822743,2022-11-29 14:32:05,USDT-Futures,Fee,BNB,-0.00601141,"" +63822743,2022-11-29 14:32:12,USDT-Futures,Realize profit and loss,USDT,-8.29600000,"" +63822743,2022-11-29 14:32:12,USDT-Futures,Fee,BNB,-0.01202309,"" +63822743,2022-11-29 14:32:51,USDT-Futures,Fee,USDT,-1.18022400,"" +63822743,2022-11-29 14:32:51,USDT-Futures,Fee,BNB,-0.00246198,"" +63822743,2022-11-29 14:33:07,USDT-Futures,Realize profit and loss,USDT,-8.54000000,"" +63822743,2022-11-29 14:33:07,USDT-Futures,Fee,USDT,-4.00306400,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,BNB,-0.00112184,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-0.38743648,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,BNB,-0.00017713,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-2.41655296,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-0.05910048,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,BNB,-0.00007872,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-0.36773632,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,BNB,-0.00001968,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-0.10506752,"" +63822743,2022-11-29 14:33:39,USDT-Futures,Fee,USDT,-0.19700160,"" +63822743,2022-11-29 14:34:30,USDT-Futures,Realize profit and loss,USDT,-7.91700000,"" +63822743,2022-11-29 14:34:30,USDT-Futures,Fee,USDT,-4.00229928,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-2.32610568,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-0.22341128,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-0.11827656,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-0.42053888,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-0.11170564,"" +63822743,2022-11-29 14:34:33,USDT-Futures,Fee,USDT,-0.79508132,"" +63822743,2022-11-29 14:35:55,USDT-Futures,Fee,USDT,-3.99023104,"" +63822743,2022-11-29 14:35:55,USDT-Futures,Realize profit and loss,USDT,-12.22080000,"" +63822743,2022-11-29 14:36:27,USDT-Futures,Fee,USDT,-3.99932736,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.02880000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-0.02627968,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-1.64248000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.14400000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-0.00656968,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-0.03284860,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.00660000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-1.99719488,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.00690000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,2.03680000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,BNB,-0.00001967,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.03350000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,0.15600000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-0.13139840,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Realize profit and loss,USDT,1.80000000,"" +63822743,2022-11-29 14:37:53,USDT-Futures,Fee,USDT,-0.15767136,"" +63822743,2022-11-29 14:38:18,USDT-Futures,Fee,USDT,-0.10186228,"" +63822743,2022-11-29 14:38:18,USDT-Futures,Fee,USDT,-0.01642940,"" +63822743,2022-11-29 14:38:18,USDT-Futures,Fee,USDT,-0.17086576,"" +63822743,2022-11-29 14:38:18,USDT-Futures,Fee,USDT,-1.70865760,"" +63822743,2022-11-29 14:40:03,USDT-Futures,Fee,USDT,-3.41600480,"" +63822743,2022-11-29 14:40:03,USDT-Futures,Realize profit and loss,USDT,3.27600000,"" +63822743,2022-11-29 14:40:03,USDT-Futures,Realize profit and loss,USDT,0.55440000,"" +63822743,2022-11-29 14:40:03,USDT-Futures,Fee,USDT,-0.57809312,"" +63822743,2022-11-29 14:40:35,USDT-Futures,Fee,USDT,-3.99521664,"" +63822743,2022-11-29 14:40:36,USDT-Futures,Fee,USDT,-1.14666742,"" +63822743,2022-11-29 14:40:36,USDT-Futures,Fee,USDT,-0.00657116,"" +63822743,2022-11-29 14:40:36,USDT-Futures,Fee,USDT,-0.12156646,"" +63822743,2022-11-29 14:40:36,USDT-Futures,Fee,USDT,-0.72282760,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.01319999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.79199999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.01319999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.39458400,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-3.85439999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.62879999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.06549999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-1.99922560,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-1.92030880,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-4.02599999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.00657640,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.03288180,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-1.19690480,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.00657640,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-2.00580200,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-0.23759999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-2.40239999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.11837520,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Realize profit and loss,USDT,-4.01279999,"" +63822743,2022-11-29 14:43:54,USDT-Futures,Fee,USDT,-0.31566528,"" +63822743,2022-11-29 14:44:14,USDT-Futures,Fee,USDT,-1.99807040,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Realize profit and loss,USDT,-0.03200000,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Fee,USDT,-1.76147824,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Fee,USDT,-0.59154120,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Fee,USDT,-1.05162880,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Fee,USDT,-4.58773064,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Realize profit and loss,USDT,-0.01800000,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Realize profit and loss,USDT,-0.01800000,"" +63822743,2022-11-29 14:55:07,USDT-Futures,Realize profit and loss,USDT,-0.05360000,"" +63822743,2022-11-29 14:55:35,USDT-Futures,Realize profit and loss,USDT,-3.60460000,"" +63822743,2022-11-29 14:55:35,USDT-Futures,Fee,USDT,-2.22632148,"" +63822743,2022-11-29 14:55:35,USDT-Futures,Fee,USDT,-1.76660908,"" +63822743,2022-11-29 14:55:35,USDT-Futures,Realize profit and loss,USDT,-4.54260000,"" +63822743,2022-11-29 14:56:12,USDT-Futures,Fee,USDT,-1.99692318,"" +63822743,2022-11-29 14:56:52,USDT-Futures,Realize profit and loss,USDT,0.93600000,"" +63822743,2022-11-29 14:56:52,USDT-Futures,Realize profit and loss,USDT,14.89800000,"" +63822743,2022-11-29 14:56:52,USDT-Futures,Fee,USDT,-1.87589886,"" +63822743,2022-11-29 14:56:52,USDT-Futures,Fee,USDT,-0.11785752,"" +63822743,2022-11-29 14:57:40,USDT-Futures,Fee,USDT,-1.99744454,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Realize profit and loss,USDT,-0.96380000,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Fee,USDT,-0.79728464,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Realize profit and loss,USDT,-2.79660000,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Realize profit and loss,USDT,-1.08000000,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Fee,USDT,-0.88223580,"" +63822743,2022-11-29 15:05:31,USDT-Futures,Fee,USDT,-2.31343248,"" +63822743,2022-11-29 15:06:00,USDT-Futures,Fee,USDT,-0.13400767,"" +63822743,2022-11-29 15:06:00,USDT-Futures,Fee,USDT,-1.86303360,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Fee,USDT,-1.04675840,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Fee,USDT,-0.63460116,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Realize profit and loss,USDT,-2.11200000,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Realize profit and loss,USDT,-0.45219999,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Fee,USDT,-0.52337920,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Realize profit and loss,USDT,-1.05600000,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Realize profit and loss,USDT,-1.29010000,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Fee,USDT,-1.57014720,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Fee,USDT,-0.22243752,"" +63822743,2022-11-29 15:06:24,USDT-Futures,Realize profit and loss,USDT,-3.19200000,"" +63822743,2022-11-29 15:07:21,USDT-Futures,Fee,USDT,-1.88640000,"" +63822743,2022-11-29 15:07:21,USDT-Futures,Fee,USDT,-0.11135000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-4.94000000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-1.58600000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-0.29900000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-2.49097600,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.09177280,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-0.18200000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-0.49400000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.01966559,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.15076960,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-0.39000000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.79973440,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.19665600,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Realize profit and loss,USDT,-0.03900000,"" +63822743,2022-11-29 15:07:36,USDT-Futures,Fee,USDT,-0.24909760,"" +63822743,2022-11-29 15:07:43,USDT-Futures,Fee,USDT,-0.04915770,"" +63822743,2022-11-29 15:07:43,USDT-Futures,Fee,USDT,-0.57678368,"" +63822743,2022-11-29 15:07:43,USDT-Futures,Fee,USDT,-0.04915770,"" +63822743,2022-11-29 15:07:43,USDT-Futures,Fee,USDT,-1.15356736,"" +63822743,2022-11-29 15:07:43,USDT-Futures,Fee,USDT,-0.17041336,"" +63822743,2022-11-29 15:09:59,USDT-Futures,Fee,USDT,-0.15396824,"" +63822743,2022-11-29 15:09:59,USDT-Futures,Fee,USDT,-0.31776423,"" +63822743,2022-11-29 15:09:59,USDT-Futures,Fee,USDT,-0.12120904,"" +63822743,2022-11-29 15:10:00,USDT-Futures,Fee,USDT,-0.01310368,"" +63822743,2022-11-29 15:10:00,USDT-Futures,Fee,USDT,-1.39226600,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-3.67220000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.05892372,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-3.31100000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.16555000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-1.59748752,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.45829560,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.11784744,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.18986532,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.13545000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.27090000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.07201788,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.00654708,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.43645000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-3.29595000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.01505000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-9.89263788,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-4.37955000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-1.43381052,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.65470799,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-1.44035760,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-1.50500000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Fee,USDT,-0.05237664,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-0.12040000,"" +63822743,2022-11-29 15:11:21,USDT-Futures,Realize profit and loss,USDT,-1.05350000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,2.35980000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-1.35430164,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,2.01780000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,2.95260000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,2.35980000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-1.35430164,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-1.69451268,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-1.35430164,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,1.64160000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-1.15802604,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-0.94212288,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,2.35980000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Realize profit and loss,USDT,0.21660000,"" +63822743,2022-11-29 15:13:52,USDT-Futures,Fee,USDT,-0.12430788,"" +63822743,2022-11-29 15:14:02,USDT-Futures,Fee,USDT,-0.28778816,"" +63822743,2022-11-29 15:14:02,USDT-Futures,Fee,USDT,-1.71037736,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Realize profit and loss,USDT,7.25760000,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Realize profit and loss,USDT,4.23360000,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Realize profit and loss,USDT,0.05670000,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Fee,USDT,-1.46679680,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Fee,USDT,-0.01964460,"" +63822743,2022-11-29 15:15:30,USDT-Futures,Fee,USDT,-2.51450880,"" +63822743,2022-11-29 15:15:51,USDT-Futures,Fee,USDT,-3.99428000,"" +63822743,2022-11-29 15:17:16,USDT-Futures,Realize profit and loss,USDT,-2.74500000,"" +63822743,2022-11-29 15:17:16,USDT-Futures,Fee,USDT,-7.99075600,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Realize profit and loss,USDT,0.47520000,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Fee,USDT,-3.27598000,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Fee,USDT,-1.12693712,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Fee,USDT,-3.01390160,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Realize profit and loss,USDT,1.88999999,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Realize profit and loss,USDT,0.92879999,"" +63822743,2022-11-29 15:18:26,USDT-Futures,Fee,USDT,-0.57657248,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.35384040,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.20313060,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.04960000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-1.04841600,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.17120000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.65525999,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.70112820,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.25599999,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.04960000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.20313060,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.42591900,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.20313060,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.04960000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.04960000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Fee,USDT,-0.20313060,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.10399999,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.16000000,"" +63822743,2022-11-29 15:22:57,USDT-Futures,Realize profit and loss,USDT,-0.08640000,"" +63822743,2022-11-29 15:27:23,USDT-Futures,Fee,USDT,-1.99752000,"" +63822743,2022-11-29 15:28:08,USDT-Futures,Fee,USDT,-2.91265776,"" +63822743,2022-11-29 15:28:08,USDT-Futures,Fee,USDT,-5.07747096,"" +63822743,2022-11-29 15:28:08,USDT-Futures,Realize profit and loss,USDT,-0.01650000,"" +63822743,2022-11-29 15:28:08,USDT-Futures,Realize profit and loss,USDT,-0.04439999,"" +63822743,2022-11-29 15:30:40,USDT-Futures,Realize profit and loss,USDT,18.63540000,"" +63822743,2022-11-29 15:30:40,USDT-Futures,Fee,USDT,-4.00251852,"" +63822743,2022-11-29 15:30:53,USDT-Futures,Fee,USDT,-0.07889280,"" +63822743,2022-11-29 15:30:54,USDT-Futures,Fee,USDT,-1.91972480,"" +63822743,2022-11-29 15:30:56,USDT-Futures,Fee,USDT,-4.00059135,"" +63822743,2022-11-29 15:30:56,USDT-Futures,Realize profit and loss,USDT,-8.39040000,"" +63822743,2022-11-29 15:33:28,USDT-Futures,Fee,USDT,-3.99638400,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Fee,USDT,-1.79481120,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Realize profit and loss,USDT,-0.95550000,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Fee,USDT,-1.01245760,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Fee,USDT,-1.18996640,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Realize profit and loss,USDT,-0.63350000,"" +63822743,2022-11-29 15:34:19,USDT-Futures,Realize profit and loss,USDT,-0.53899999,"" +63822743,2022-11-29 15:35:28,USDT-Futures,Fee,USDT,-0.80827236,"" +63822743,2022-11-29 15:35:28,USDT-Futures,Fee,USDT,-0.17085432,"" +63822743,2022-11-29 15:35:28,USDT-Futures,Fee,USDT,-2.98337928,"" +63822743,2022-11-29 15:35:28,USDT-Futures,Fee,USDT,-0.03285660,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-1.94721516,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.11801304,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Realize profit and loss,USDT,8.68560000,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.00655628,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.00655628,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-2.47171756,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.01311256,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.01311256,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.01966884,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Realize profit and loss,USDT,14.17520000,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.42615820,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-1.98655284,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.01311256,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.01966884,"" +63822743,2022-11-29 15:51:55,USDT-Futures,Fee,USDT,-0.93099176,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.03276620,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-0.00750000,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.00655324,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.00655320,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.00655328,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.37353696,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-2.72613120,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-2.48250000,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.30800416,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.63566040,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-0.65532800,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-0.75000000,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-0.35250000,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-2.16913568,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Fee,USDT,-1.04852480,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-0.42750000,"" +63822743,2022-11-29 15:58:30,USDT-Futures,Realize profit and loss,USDT,-0.54000000,"" +63822743,2022-11-29 16:00:00,USDT-Futures,Funding Fee,USDT,0.41551328,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Realize profit and loss,USDT,0.09593881,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Fee,USDT,-2.84971980,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Realize profit and loss,USDT,3.14466118,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Fee,USDT,-0.11791944,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Fee,USDT,-0.80578284,"" +63822743,2022-11-29 16:03:56,USDT-Futures,Fee,USDT,-4.19269119,"" +63822743,2022-11-29 16:04:35,USDT-Futures,Realize profit and loss,USDT,-4.13440000,"" +63822743,2022-11-29 16:04:35,USDT-Futures,Fee,USDT,-7.26867960,"" +63822743,2022-11-29 16:04:35,USDT-Futures,Fee,USDT,-0.69412616,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.83300000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.00820000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.00810000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.03926976,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-2.59834912,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.00654508,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.00654496,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.12435652,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.09817500,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.00850000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.15580000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.35998380,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,3.37450000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.41600000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.00654496,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.00850000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.64140608,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.00654496,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.10472256,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.00850000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Fee,USDT,-0.00654512,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.05100000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.12800000,"" +63822743,2022-11-29 16:14:10,USDT-Futures,Realize profit and loss,USDT,0.12600000,"" +63822743,2022-11-29 16:15:01,USDT-Futures,Fee,USDT,-0.01963824,"" +63822743,2022-11-29 16:15:01,USDT-Futures,Realize profit and loss,USDT,0.00690000,"" +63822743,2022-11-29 16:15:18,USDT-Futures,Fee,USDT,-0.01308808,"" +63822743,2022-11-29 16:15:18,USDT-Futures,Fee,USDT,-2.24460572,"" +63822743,2022-11-29 16:15:18,USDT-Futures,Fee,USDT,-0.13088080,"" +63822743,2022-11-29 16:15:18,USDT-Futures,Fee,USDT,-1.60983384,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-0.40609008,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-1.76900000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-0.00654984,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-0.24650000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-2.30550000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-2.44964016,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-0.01450000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-3.62500000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-0.79908048,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-2.59373664,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-1.63746000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Realize profit and loss,USDT,-0.89900000,"" +63822743,2022-11-29 16:24:55,USDT-Futures,Fee,USDT,-0.11134728,"" +63822743,2022-11-29 16:24:59,USDT-Futures,Fee,USDT,-4.00302760,"" +63822743,2022-11-29 16:28:34,USDT-Futures,Fee,USDT,-1.00890328,"" +63822743,2022-11-29 16:28:34,USDT-Futures,Realize profit and loss,USDT,0.23100000,"" +63822743,2022-11-29 16:28:34,USDT-Futures,Realize profit and loss,USDT,1.60199999,"" +63822743,2022-11-29 16:28:34,USDT-Futures,Fee,USDT,-6.99680976,"" +63822743,2022-11-29 16:28:57,USDT-Futures,Fee,USDT,-0.64188431,"" +63822743,2022-11-29 16:28:57,USDT-Futures,Fee,USDT,-0.96937632,"" +63822743,2022-11-29 16:28:57,USDT-Futures,Fee,USDT,-1.25756928,"" +63822743,2022-11-29 16:28:57,USDT-Futures,Fee,USDT,-1.12657248,"" +63822743,2022-11-29 16:33:15,USDT-Futures,Realize profit and loss,USDT,-9.88200000,"" +63822743,2022-11-29 16:33:15,USDT-Futures,Fee,USDT,-2.65663800,"" +63822743,2022-11-29 16:33:15,USDT-Futures,Realize profit and loss,USDT,-5.00200000,"" +63822743,2022-11-29 16:33:15,USDT-Futures,Fee,USDT,-1.34471800,"" +63822743,2022-11-29 16:35:08,USDT-Futures,Fee,USDT,-2.89186632,"" +63822743,2022-11-29 16:35:08,USDT-Futures,Fee,USDT,-1.10166336,"" +63822743,2022-11-29 16:37:00,USDT-Futures,Fee,USDT,-3.99672084,"" +63822743,2022-11-29 16:37:00,USDT-Futures,Realize profit and loss,USDT,-7.97790000,"" +63822743,2022-11-29 16:37:51,USDT-Futures,Fee,USDT,-3.99857220,"" +63822743,2022-11-29 16:38:24,USDT-Futures,Fee,USDT,-6.82730880,"" +63822743,2022-11-29 16:38:24,USDT-Futures,Realize profit and loss,USDT,-1.34460000,"" +63822743,2022-11-29 16:38:24,USDT-Futures,Fee,USDT,-0.72868392,"" +63822743,2022-11-29 16:38:24,USDT-Futures,Fee,USDT,-0.43983624,"" +63822743,2022-11-29 16:38:24,USDT-Futures,Realize profit and loss,USDT,-0.29970000,"" +63822743,2022-11-29 16:38:52,USDT-Futures,Fee,USDT,-3.99915684,"" +63822743,2022-11-29 16:38:52,USDT-Futures,Realize profit and loss,USDT,-3.10590000,"" +63822743,2022-11-29 16:39:09,USDT-Futures,Fee,USDT,-1.95042276,"" +63822743,2022-11-29 16:39:09,USDT-Futures,Fee,USDT,-0.04925310,"" +63822743,2022-11-29 16:49:22,USDT-Futures,Fee,USDT,-1.99780014,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Fee,USDT,-3.27282124,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Realize profit and loss,USDT,-6.53690000,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Fee,USDT,-3.27938000,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Fee,USDT,-1.31175200,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Realize profit and loss,USDT,-6.54999999,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Realize profit and loss,USDT,-0.24890000,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Realize profit and loss,USDT,-2.62000000,"" +63822743,2022-11-29 16:59:00,USDT-Futures,Fee,USDT,-0.12461644,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-1.35811872,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-0.60360832,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-0.39365760,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-0.60360832,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-0.86604672,"" +63822743,2022-11-29 16:59:04,USDT-Futures,Fee,USDT,-0.17058496,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01330000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.01313232,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.02600000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.13132320,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656620,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01340000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-3.09932192,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656632,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01330000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656616,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656628,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656628,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.25999999,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656632,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-6.37199999,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-1.30000000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.10640000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.00656628,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01310000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.05253024,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01300000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01330000,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Fee,USDT,-0.65661600,"" +63822743,2022-11-29 17:02:46,USDT-Futures,Realize profit and loss,USDT,-0.01340000,"" +63822743,2022-11-29 17:03:34,USDT-Futures,Fee,USDT,-0.15755327,"" +63822743,2022-11-29 17:03:34,USDT-Futures,Fee,USDT,-1.37202648,"" +63822743,2022-11-29 17:03:34,USDT-Futures,Fee,USDT,-0.03610596,"" +63822743,2022-11-29 17:03:36,USDT-Futures,Fee,USDT,-0.00984707,"" +63822743,2022-11-29 17:03:36,USDT-Futures,Fee,USDT,-0.04923540,"" +63822743,2022-11-29 17:03:37,USDT-Futures,Fee,USDT,-0.37090668,"" +63822743,2022-11-29 17:03:37,USDT-Futures,Fee,BNB,-0.00000990,"" +63822743,2022-11-29 17:04:16,USDT-Futures,Realize profit and loss,USDT,-3.59310000,"" +63822743,2022-11-29 17:04:16,USDT-Futures,Fee,USDT,-3.99935172,"" +63822743,2022-11-29 17:04:50,USDT-Futures,Fee,USDT,-3.99859656,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.23635152,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.01313064,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.00130000,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.00656532,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-1.35245592,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.78783840,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.15599999,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.23399999,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.00130000,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.08189999,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.26780000,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.04680000,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.00656532,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-0.41361516,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Fee,USDT,-1.18175760,"" +63822743,2022-11-29 17:05:25,USDT-Futures,Realize profit and loss,USDT,-0.00260000,"" +63822743,2022-11-29 17:14:46,USDT-Futures,Fee,USDT,-0.39376320,"" +63822743,2022-11-29 17:18:51,USDT-Futures,Fee,USDT,-0.39336000,"" +63822743,2022-11-29 17:18:51,USDT-Futures,Realize profit and loss,USDT,-1.00800000,"" +63822743,2022-11-29 17:18:55,USDT-Futures,Fee,USDT,-0.39992820,"" +63822743,2022-11-29 17:27:08,USDT-Futures,Realize profit and loss,USDT,-1.73850000,"" +63822743,2022-11-29 17:27:08,USDT-Futures,Fee,USDT,-0.39923280,"" +63822743,2022-11-29 17:27:54,USDT-Futures,Fee,USDT,-0.19954930,"" +63822743,2022-11-29 17:36:09,USDT-Futures,Fee,USDT,-0.39948168,"" +63822743,2022-11-29 17:36:09,USDT-Futures,Realize profit and loss,USDT,0.95770000,"" +63822743,2022-11-29 17:41:07,USDT-Futures,Fee,USDT,-0.07860480,"" +63822743,2022-11-29 17:41:07,USDT-Futures,Fee,USDT,-0.32096960,"" +63822743,2022-11-29 17:43:40,USDT-Futures,Realize profit and loss,USDT,0.01830000,"" +63822743,2022-11-29 17:43:40,USDT-Futures,Fee,USDT,-0.39956708,"" +63822743,2022-11-29 17:44:24,USDT-Futures,Fee,USDT,-0.19978476,"" +63822743,2022-11-29 18:22:16,USDT-Futures,Fee,USDT,-0.19973352,"" +63822743,2022-11-30 00:00:00,USDT-Futures,Funding Fee,USDT,-0.06824785,"" +63822743,2022-11-30 00:42:25,USDT-Futures,Realize profit and loss,USDT,45.90860000,"" +63822743,2022-11-30 00:42:25,USDT-Futures,Fee,USDT,-0.40870000,"" +63822743,2022-11-30 12:29:39,USDT-Futures,Fee,USDT,-0.19906482,"" +63822743,2022-11-30 12:35:59,USDT-Futures,Fee,USDT,-0.39782284,"" +63822743,2022-11-30 12:35:59,USDT-Futures,Realize profit and loss,USDT,-0.76700000,"" +63822743,2022-11-30 12:56:56,USDT-Futures,Fee,USDT,-0.19854680,"" +63822743,2022-11-30 12:58:14,USDT-Futures,Realize profit and loss,USDT,-0.03200000,"" +63822743,2022-11-30 12:58:14,USDT-Futures,Realize profit and loss,USDT,-0.91200000,"" +63822743,2022-11-30 12:58:14,USDT-Futures,Fee,USDT,-0.38326800,"" +63822743,2022-11-30 12:58:14,USDT-Futures,Fee,USDT,-0.01344800,"" +63822743,2022-11-30 13:08:51,USDT-Futures,Fee,USDT,-0.19813026,"" +63822743,2022-11-30 13:13:03,USDT-Futures,Realize profit and loss,USDT,-0.83189999,"" +63822743,2022-11-30 13:13:03,USDT-Futures,Fee,USDT,-0.39659328,"" +63822743,2022-11-30 13:16:18,USDT-Futures,Fee,USDT,-0.39735320,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Realize profit and loss,USDT,-0.24700000,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Fee,USDT,-0.13480000,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Fee,USDT,-0.13480000,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Realize profit and loss,USDT,-0.26000000,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Realize profit and loss,USDT,-0.26000000,"" +63822743,2022-11-30 13:16:43,USDT-Futures,Fee,USDT,-0.12806000,"" +63822743,2022-11-30 13:22:00,USDT-Futures,Fee,USDT,-0.39766000,"" +63822743,2022-11-30 13:22:47,USDT-Futures,Fee,USDT,-0.39796680,"" +63822743,2022-11-30 13:22:47,USDT-Futures,Realize profit and loss,USDT,-0.76699999,"" +63822743,2022-11-30 13:24:24,USDT-Futures,Fee,USDT,-0.19918400,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.00675064,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.00340000,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.36453024,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.00350000,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.00340000,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.00675072,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.00340000,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.00675064,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.19440000,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.00675060,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Fee,USDT,-0.00675064,"" +63822743,2022-11-30 13:25:00,USDT-Futures,Realize profit and loss,USDT,-0.00320000,"" +63822743,2022-11-30 13:25:51,USDT-Futures,Fee,USDT,-0.39810840,"" +63822743,2022-11-30 13:34:35,USDT-Futures,Realize profit and loss,USDT,4.30700000,"" +63822743,2022-11-30 13:34:35,USDT-Futures,Fee,USDT,-0.39638560,"" +63822743,2022-11-30 13:37:55,USDT-Futures,Fee,USDT,-0.39664520,"" +63822743,2022-11-30 13:42:08,USDT-Futures,Fee,USDT,-0.39695436,"" +63822743,2022-11-30 13:42:08,USDT-Futures,Realize profit and loss,USDT,-0.77289999,"" +63822743,2022-11-30 13:44:54,USDT-Futures,Fee,USDT,-0.19844060,"" +63822743,2022-11-30 13:48:38,USDT-Futures,Fee,USDT,-0.39641864,"" +63822743,2022-11-30 13:48:38,USDT-Futures,Realize profit and loss,USDT,-1.15640000,"" +63822743,2022-11-30 13:50:19,USDT-Futures,Fee,USDT,-0.19830018,"" +63822743,2022-11-30 14:02:26,USDT-Futures,Realize profit and loss,USDT,-0.23010000,"" +63822743,2022-11-30 14:02:26,USDT-Futures,Fee,USDT,-0.39669240,"" +63822743,2022-11-30 14:27:28,USDT-Futures,Fee,USDT,-0.19837098,"" +63822743,2022-11-30 14:38:56,USDT-Futures,Realize profit and loss,USDT,-0.56050000,"" +63822743,2022-11-30 14:38:56,USDT-Futures,Fee,USDT,-0.39696616,"" +63822743,2022-11-30 14:40:43,USDT-Futures,Fee,USDT,-0.39705584,"" +63822743,2022-11-30 14:47:25,USDT-Futures,Realize profit and loss,USDT,0.56639999,"" +63822743,2022-11-30 14:47:25,USDT-Futures,Fee,USDT,-0.39728240,"" +63822743,2022-11-30 14:49:41,USDT-Futures,Fee,USDT,-0.39736500,"" +63822743,2022-11-30 15:00:04,USDT-Futures,Realize profit and loss,USDT,0.23010000,"" +63822743,2022-11-30 15:00:04,USDT-Futures,Fee,USDT,-0.39745704,"" +63822743,2022-11-30 15:00:14,USDT-Futures,Fee,USDT,-0.39714552,"" +63822743,2022-11-30 15:00:20,USDT-Futures,Fee,USDT,-0.39708888,"" +63822743,2022-11-30 15:01:41,USDT-Futures,Realize profit and loss,USDT,1.39240000,"" +63822743,2022-11-30 15:01:41,USDT-Futures,Fee,USDT,-0.79367744,"" +63822743,2022-11-30 15:02:31,USDT-Futures,Fee,USDT,-0.39649888,"" +63822743,2022-11-30 15:14:38,USDT-Futures,Fee,USDT,-0.19848780,"" +63822743,2022-11-30 15:15:36,USDT-Futures,Fee,USDT,-0.79413528,"" +63822743,2022-11-30 15:15:36,USDT-Futures,Realize profit and loss,USDT,1.65200000,"" +63822743,2022-11-30 15:49:48,USDT-Futures,Fee,USDT,-0.19870846,"" +63822743,2022-11-30 15:58:06,USDT-Futures,Fee,USDT,-0.39773316,"" +63822743,2022-11-30 15:58:06,USDT-Futures,Realize profit and loss,USDT,-0.79059999,"" +63822743,2022-11-30 15:58:56,USDT-Futures,Fee,USDT,-0.19884652,"" +63822743,2022-11-30 16:00:00,USDT-Futures,Funding Fee,USDT,-0.09460483,"" +63822743,2022-11-30 16:01:18,USDT-Futures,Fee,USDT,-0.39765764,"" +63822743,2022-11-30 16:01:18,USDT-Futures,Realize profit and loss,USDT,-0.08850000,"" +63822743,2022-11-30 16:01:44,USDT-Futures,Fee,USDT,-0.19883472,"" +63822743,2022-11-30 16:03:16,USDT-Futures,Fee,USDT,-0.79525864,"" +63822743,2022-11-30 16:03:16,USDT-Futures,Realize profit and loss,USDT,-0.10030000,"" +63822743,2022-11-30 16:06:58,USDT-Futures,Realize profit and loss,USDT,0.24190000,"" +63822743,2022-11-30 16:06:58,USDT-Futures,Fee,USDT,-0.79506512,"" +63822743,2022-11-30 16:11:22,USDT-Futures,Realize profit and loss,USDT,1.38060000,"" +63822743,2022-11-30 16:11:22,USDT-Futures,Fee,USDT,-0.19904240,"" +63822743,2022-11-30 16:18:12,USDT-Futures,Fee,USDT,-0.18885440,"" +63822743,2022-11-30 16:18:12,USDT-Futures,Fee,USDT,-0.01011720,"" +63822743,2022-11-30 16:20:31,USDT-Futures,Fee,USDT,-0.39763640,"" +63822743,2022-11-30 16:20:31,USDT-Futures,Realize profit and loss,USDT,-0.76700000,"" +63822743,2022-11-30 16:22:06,USDT-Futures,Fee,USDT,-0.19892676,"" +63822743,2022-11-30 16:26:06,USDT-Futures,Realize profit and loss,USDT,1.13870000,"" +63822743,2022-11-30 16:26:06,USDT-Futures,Fee,USDT,-0.79661800,"" +63822743,2022-11-30 16:35:58,USDT-Futures,Realize profit and loss,USDT,0.34220000,"" +63822743,2022-11-30 16:35:58,USDT-Futures,Fee,USDT,-0.79634424,"" +63822743,2022-11-30 16:42:51,USDT-Futures,Realize profit and loss,USDT,-0.89600000,"" +63822743,2022-11-30 16:42:51,USDT-Futures,Fee,USDT,-0.21559936,"" +63822743,2022-11-30 16:42:51,USDT-Futures,Fee,USDT,-0.18191196,"" +63822743,2022-11-30 16:42:51,USDT-Futures,Realize profit and loss,USDT,-0.75600000,"" +63822743,2022-11-30 16:43:05,USDT-Futures,Fee,USDT,-0.19880522,"" +63822743,2022-11-30 16:43:34,USDT-Futures,Fee,USDT,-0.39729420,"" +63822743,2022-11-30 16:43:34,USDT-Futures,Realize profit and loss,USDT,-0.79060000,"" +63822743,2022-11-30 16:44:39,USDT-Futures,Fee,USDT,-0.39714788,"" +63822743,2022-11-30 16:49:11,USDT-Futures,Realize profit and loss,USDT,0.85550000,"" +63822743,2022-11-30 16:49:11,USDT-Futures,Fee,USDT,-0.79498016,"" +63822743,2022-11-30 16:55:08,USDT-Futures,Realize profit and loss,USDT,-0.16520000,"" +63822743,2022-11-30 16:55:08,USDT-Futures,Fee,USDT,-0.79511232,"" +63822743,2022-11-30 16:58:20,USDT-Futures,Fee,USDT,-0.79505568,"" +63822743,2022-11-30 16:58:20,USDT-Futures,Realize profit and loss,USDT,-0.07080000,"" +63822743,2022-11-30 17:26:38,USDT-Futures,Fee,USDT,-0.79036400,"" +63822743,2022-11-30 17:26:38,USDT-Futures,Realize profit and loss,USDT,5.86460000,"" +63822743,2022-11-30 17:26:47,USDT-Futures,Realize profit and loss,USDT,-0.24700000,"" +63822743,2022-11-30 17:26:47,USDT-Futures,Realize profit and loss,USDT,-0.52000000,"" +63822743,2022-11-30 17:26:47,USDT-Futures,Fee,USDT,-0.12716320,"" +63822743,2022-11-30 17:26:47,USDT-Futures,Fee,USDT,-0.26771200,"" +63822743,2022-11-30 17:32:00,USDT-Futures,Fee,USDT,-0.19748480,"" +63822743,2022-11-30 17:34:40,USDT-Futures,Realize profit and loss,USDT,1.53400000,"" +63822743,2022-11-30 17:34:40,USDT-Futures,Fee,USDT,-0.19779160,"" +63822743,2022-11-30 17:49:52,USDT-Futures,Fee,USDT,-0.19795680,"" +63822743,2022-11-30 18:30:42,USDT-Futures,Realize profit and loss,USDT,-4.72000000,"" +63822743,2022-11-30 18:30:42,USDT-Futures,Fee,USDT,-0.39780160,"" +63822743,2022-11-30 18:54:55,USDT-Futures,Fee,USDT,-0.19927604,"" +63822743,2022-11-30 18:55:27,USDT-Futures,Realize profit and loss,USDT,0.94990000,"" +63822743,2022-11-30 18:55:27,USDT-Futures,Fee,USDT,-0.39893204,"" +63822743,2022-11-30 18:57:18,USDT-Futures,Fee,USDT,-0.19960880,"" +63822743,2022-11-30 18:57:46,USDT-Futures,Realize profit and loss,USDT,-0.98529999,"" +63822743,2022-11-30 18:57:46,USDT-Futures,Fee,USDT,-0.39961172,"" +63822743,2022-11-30 18:57:59,USDT-Futures,Fee,USDT,-0.19971264,"" +63822743,2022-11-30 18:58:25,USDT-Futures,Fee,USDT,-0.39975804,"" +63822743,2022-11-30 18:58:25,USDT-Futures,Realize profit and loss,USDT,-0.83189999,"" +63822743,2022-11-30 18:59:04,USDT-Futures,Fee,USDT,-0.39955508,"" +63822743,2022-11-30 19:03:25,USDT-Futures,Realize profit and loss,USDT,-2.34230000,"" +63822743,2022-11-30 19:03:25,USDT-Futures,Fee,USDT,-0.40049200,"" +63822743,2022-11-30 19:03:44,USDT-Futures,Fee,USDT,-0.39350680,"" +63822743,2022-11-30 19:04:46,USDT-Futures,Realize profit and loss,USDT,-2.58100000,"" +63822743,2022-11-30 19:04:46,USDT-Futures,Fee,USDT,-0.39453920,"" +63822743,2022-11-30 19:06:42,USDT-Futures,Fee,USDT,-0.19685084,"" +63822743,2022-11-30 19:08:21,USDT-Futures,Realize profit and loss,USDT,0.59739999,"" +63822743,2022-11-30 19:08:21,USDT-Futures,Fee,USDT,-0.39394064,"" +63822743,2022-11-30 19:08:35,USDT-Futures,Fee,USDT,-0.19698540,"" +63822743,2022-11-30 19:10:50,USDT-Futures,Realize profit and loss,USDT,-1.24120000,"" +63822743,2022-11-30 19:10:50,USDT-Futures,Fee,USDT,-0.39446728,"" +63822743,2022-11-30 19:12:41,USDT-Futures,Fee,USDT,-0.19759440,"" +63822743,2022-11-30 19:13:01,USDT-Futures,Fee,USDT,-0.12958000,"" +63822743,2022-11-30 19:13:01,USDT-Futures,Realize profit and loss,USDT,-0.30400000,"" +63822743,2022-11-30 19:13:01,USDT-Futures,Fee,USDT,-0.26598000,"" +63822743,2022-11-30 19:13:01,USDT-Futures,Realize profit and loss,USDT,-0.62400000,"" +63822743,2022-11-30 19:15:16,USDT-Futures,Fee,USDT,-0.19738560,"" +63822743,2022-11-30 19:16:55,USDT-Futures,Realize profit and loss,USDT,2.20400000,"" +63822743,2022-11-30 19:16:55,USDT-Futures,Fee,USDT,-0.19782640,"" +63822743,2022-11-30 19:19:45,USDT-Futures,Fee,USDT,-0.39735568,"" +63822743,2022-11-30 19:28:01,USDT-Futures,Fee,USDT,-0.00683420,"" +63822743,2022-11-30 19:28:01,USDT-Futures,Realize profit and loss,USDT,0.04190000,"" +63822743,2022-11-30 19:28:01,USDT-Futures,Realize profit and loss,USDT,2.38830000,"" +63822743,2022-11-30 19:28:01,USDT-Futures,Fee,USDT,-0.78593300,"" +63822743,2022-11-30 19:28:55,USDT-Futures,Realize profit and loss,USDT,0.44010000,"" +63822743,2022-11-30 19:28:55,USDT-Futures,Fee,USDT,-0.18469944,"" +63822743,2022-11-30 19:28:55,USDT-Futures,Fee,USDT,-0.21206232,"" +63822743,2022-11-30 19:28:55,USDT-Futures,Realize profit and loss,USDT,0.50530000,"" +63822743,2022-11-30 19:29:29,USDT-Futures,Fee,USDT,-0.10604480,"" +63822743,2022-11-30 19:29:29,USDT-Futures,Fee,USDT,-0.09236160,"" +63822743,2022-11-30 19:32:11,USDT-Futures,Fee,USDT,-0.79129168,"" +63822743,2022-11-30 19:32:11,USDT-Futures,Realize profit and loss,USDT,2.91740000,"" +63822743,2022-11-30 19:33:09,USDT-Futures,Realize profit and loss,USDT,-0.26790000,"" +63822743,2022-11-30 19:33:09,USDT-Futures,Fee,USDT,-0.00681960,"" +63822743,2022-11-30 19:33:09,USDT-Futures,Realize profit and loss,USDT,-0.00470000,"" +63822743,2022-11-30 19:33:09,USDT-Futures,Fee,USDT,-0.38871720,"" +63822743,2022-11-30 19:34:04,USDT-Futures,Fee,USDT,-0.19792500,"" +63822743,2022-11-30 19:35:12,USDT-Futures,Fee,USDT,-0.39572240,"" +63822743,2022-11-30 19:35:12,USDT-Futures,Realize profit and loss,USDT,0.31900000,"" +63822743,2022-11-30 19:36:37,USDT-Futures,Fee,USDT,-0.19780552,"" +63822743,2022-11-30 19:39:39,USDT-Futures,Fee,USDT,-0.39500088,"" +63822743,2022-11-30 19:39:39,USDT-Futures,Realize profit and loss,USDT,-1.52540000,"" +63822743,2022-11-30 19:41:31,USDT-Futures,Fee,USDT,-0.19771504,"" +63822743,2022-11-30 19:42:31,USDT-Futures,Fee,USDT,-0.39495680,"" +63822743,2022-11-30 19:42:31,USDT-Futures,Realize profit and loss,USDT,-1.18320000,"" +63822743,2022-11-30 19:42:45,USDT-Futures,Fee,USDT,-0.05787888,"" +63822743,2022-11-30 19:42:45,USDT-Futures,Fee,USDT,-0.13618559,"" +63822743,2022-11-30 19:42:45,USDT-Futures,Fee,USDT,-0.00340464,"" +63822743,2022-11-30 19:48:25,USDT-Futures,Realize profit and loss,USDT,0.18560000,"" +63822743,2022-11-30 19:48:25,USDT-Futures,Fee,USDT,-0.78972800,"" +63822743,2022-11-30 19:53:15,USDT-Futures,Fee,USDT,-0.39559248,"" +63822743,2022-11-30 19:53:15,USDT-Futures,Realize profit and loss,USDT,1.82120000,"" +63822743,2022-11-30 19:54:40,USDT-Futures,Fee,USDT,-0.08859500,"" +63822743,2022-11-30 19:54:40,USDT-Futures,Fee,USDT,-0.10904000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.00681768,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.05454208,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.08280000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.08863088,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.07370000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.08181312,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.08970000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.07499448,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.05520000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.00700000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.08140000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.07499756,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.00681776,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.00690000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Realize profit and loss,USDT,-0.00670000,"" +63822743,2022-11-30 19:58:07,USDT-Futures,Fee,USDT,-0.00681780,"" +63822743,2022-11-30 19:59:06,USDT-Futures,Fee,USDT,-0.39538832,"" +63822743,2022-11-30 19:59:17,USDT-Futures,Realize profit and loss,USDT,0.06380000,"" +63822743,2022-11-30 19:59:17,USDT-Futures,Fee,USDT,-0.39541384,"" +63822743,2022-11-30 20:04:48,USDT-Futures,Fee,USDT,-0.19758744,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00080000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00040000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681344,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00080000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.04088088,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.05450624,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681304,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681332,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681340,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.08175839,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.03406580,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.08857264,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681304,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681348,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00480000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00250000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681336,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681320,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.05450592,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00240000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.02043912,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681312,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681340,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00240000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.03406519,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00060000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681328,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.00681324,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.13626480,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Fee,USDT,-0.16352352,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00400000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00600000,"" +63822743,2022-11-30 20:09:14,USDT-Futures,Realize profit and loss,USDT,0.00030000,"" +63822743,2022-11-30 20:17:12,USDT-Futures,Realize profit and loss,USDT,0.48200000,"" +63822743,2022-11-30 20:17:12,USDT-Futures,Fee,USDT,-0.39536976,"" +63822743,2022-11-30 20:18:37,USDT-Futures,Fee,USDT,-0.19784728,"" +63822743,2022-11-30 20:22:27,USDT-Futures,Fee,USDT,-0.16373568,"" +63822743,2022-11-30 20:22:27,USDT-Futures,Fee,USDT,-0.23195888,"" +63822743,2022-11-30 20:22:41,USDT-Futures,Fee,USDT,-0.03411419,"" +63822743,2022-11-30 20:22:41,USDT-Futures,Fee,USDT,-0.16374816,"" +63822743,2022-11-30 20:26:44,USDT-Futures,Realize profit and loss,USDT,-0.64380000,"" +63822743,2022-11-30 20:26:44,USDT-Futures,Fee,USDT,-0.79196448,"" +63822743,2022-11-30 20:28:42,USDT-Futures,Fee,USDT,-0.39574328,"" +63822743,2022-11-30 20:43:34,USDT-Futures,Fee,USDT,-0.78998784,"" +63822743,2022-11-30 20:43:34,USDT-Futures,Realize profit and loss,USDT,-4.34420000,"" +63822743,2022-11-30 20:43:46,USDT-Futures,Fee,USDT,-0.19752596,"" +63822743,2022-11-30 20:46:08,USDT-Futures,Fee,USDT,-0.39530248,"" +63822743,2022-11-30 20:46:08,USDT-Futures,Realize profit and loss,USDT,0.62640000,"" +63822743,2022-11-30 20:48:53,USDT-Futures,Fee,USDT,-0.39517952,"" +63822743,2022-12-01 00:00:00,USDT-Futures,Funding Fee,USDT,0.01023790,"" +63822743,2022-12-01 08:00:00,USDT-Futures,Funding Fee,USDT,-0.04949143,"" +63822743,2022-12-01 16:00:00,USDT-Futures,Funding Fee,USDT,0.09842947,"" +63822743,2022-12-01 20:38:10,USDT-Futures,Referrer rebates,USDT,0.04291795,"" +63822743,2022-12-02 00:00:00,USDT-Futures,Funding Fee,USDT,0.08074170,"" +63822743,2022-12-02 07:18:39,USDT-Futures,Referrer rebates,USDT,0.01167357,"" +63822743,2022-12-02 08:00:00,USDT-Futures,Funding Fee,USDT,0.02776782,"" +63822743,2022-12-02 16:00:00,USDT-Futures,Funding Fee,USDT,-0.03685108,"" +63822743,2022-12-02 20:29:39,USDT-Futures,Realize profit and loss,USDT,3.05660000,"" +63822743,2022-12-02 20:29:39,USDT-Futures,Fee,USDT,-0.39395688,"" +63822743,2022-12-02 20:47:34,USDT-Futures,Asset Conversion Transfer,BUSD,-46.14676396,"" +63822743,2022-12-02 20:47:34,USDT-Futures,Asset Conversion Transfer,BNB,0.15842699,"" +63822743,2022-12-03 06:05:34,USDT-Futures,Fee,BNB,-0.00062782,"" +63822743,2022-12-03 06:18:11,USDT-Futures,Realize profit and loss,USDT,-2.02800000,"" +63822743,2022-12-03 06:18:11,USDT-Futures,Fee,BNB,-0.00125997,"" +63822743,2022-12-03 16:16:16,USDT-Futures,Fee,BNB,-0.00061672,"" +63822743,2022-12-03 17:10:17,USDT-Futures,Fee,BNB,-0.00247238,"" +63822743,2022-12-03 17:10:17,USDT-Futures,Realize profit and loss,USDT,-0.50740000,"" +63822743,2022-12-03 18:36:29,USDT-Futures,Fee,BNB,-0.00039798,"" +63822743,2022-12-04 00:00:00,USDT-Futures,Funding Fee,USDT,0.10108761,"" +63822743,2022-12-04 08:00:00,USDT-Futures,Funding Fee,USDT,0.10607703,"" +63822743,2022-12-04 08:38:46,USDT-Futures,Realize profit and loss,USDT,-4.88790000,"" +63822743,2022-12-04 08:38:46,USDT-Futures,Fee,BNB,-0.00204220,"" +63822743,2022-12-04 08:38:56,USDT-Futures,Fee,BNB,-0.00168423,"" +63822743,2022-12-04 09:15:00,USDT-Futures,Fee,BNB,-0.00336902,"" +63822743,2022-12-04 09:15:00,USDT-Futures,Realize profit and loss,USDT,0.44800000,"" +63822743,2022-12-04 09:15:03,USDT-Futures,Realize profit and loss,USDT,-0.00800000,"" +63822743,2022-12-04 09:15:03,USDT-Futures,Fee,BNB,-0.00168420,"" +63822743,2022-12-04 09:32:59,USDT-Futures,Fee,BNB,-0.00172494,"" +63822743,2022-12-04 11:23:37,USDT-Futures,Fee,BNB,-0.00172561,"" +63822743,2022-12-04 11:23:37,USDT-Futures,Realize profit and loss,USDT,-4.24760000,"" +63822743,2022-12-05 10:45:51,USDT-Futures,Fee,BNB,-0.00010544,"" +63822743,2022-12-05 10:45:51,USDT-Futures,Fee,BNB,-0.00147619,"" +63822743,2022-12-05 16:00:00,USDT-Futures,Funding Fee,USDT,0.05894337,"" +63822743,2022-12-05 16:11:55,USDT-Futures,Realize profit and loss,USDT,16.83750000,"" +63822743,2022-12-05 16:11:55,USDT-Futures,Fee,BNB,-0.00159121,"" +63822743,2022-12-05 19:36:36,USDT-Futures,Fee,BNB,-0.00191042,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Fee,BNB,-0.00025475,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Fee,BNB,-0.00016983,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Realize profit and loss,USDT,-0.01680000,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Fee,BNB,-0.00339676,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Realize profit and loss,USDT,-0.02520000,"" +63822743,2022-12-05 19:36:52,USDT-Futures,Realize profit and loss,USDT,-0.33600000,"" +63822743,2022-12-05 19:36:56,USDT-Futures,Fee,BNB,-0.00115700,"" +63822743,2022-12-05 19:42:17,USDT-Futures,Realize profit and loss,USDT,1.22080000,"" +63822743,2022-12-05 19:42:17,USDT-Futures,Fee,BNB,-0.00231471,"" +63822743,2022-12-05 20:57:31,USDT-Futures,Fee,BNB,-0.00117729,"" +63822743,2022-12-05 21:07:19,USDT-Futures,Realize profit and loss,USDT,-1.52070000,"" +63822743,2022-12-05 21:07:19,USDT-Futures,Fee,BNB,-0.00235289,"" +63822743,2022-12-05 22:12:30,USDT-Futures,Fee,BNB,-0.00226608,"" +63822743,2022-12-06 00:00:00,USDT-Futures,Funding Fee,USDT,0.04002847,"" +63822743,2022-12-06 00:13:55,USDT-Futures,Fee,BNB,-0.00226294,"" +63822743,2022-12-06 00:13:55,USDT-Futures,Realize profit and loss,USDT,-5.90640000,"" +63822743,2022-12-06 15:23:03,USDT-Futures,Fee,BNB,-0.00116562,"" +63822743,2022-12-06 15:23:03,USDT-Futures,Fee,BNB,-0.00095369,"" +63822743,2022-12-06 16:00:00,USDT-Futures,Funding Fee,USDT,0.03912820,"" +63822743,2022-12-06 18:09:43,USDT-Futures,Fee,BNB,-0.00106092,"" +63822743,2022-12-06 18:09:43,USDT-Futures,Realize profit and loss,USDT,6.49000000,"" +63822743,2022-12-06 18:44:46,USDT-Futures,Fee,BNB,-0.00226793,"" +63822743,2022-12-06 18:47:55,USDT-Futures,Fee,BNB,-0.00227098,"" +63822743,2022-12-06 18:47:55,USDT-Futures,Realize profit and loss,USDT,-3.45610000,"" +63822743,2022-12-06 18:56:15,USDT-Futures,Fee,BNB,-0.00093008,"" +63822743,2022-12-06 18:56:18,USDT-Futures,Fee,BNB,-0.00186176,"" +63822743,2022-12-06 19:13:34,USDT-Futures,Fee,BNB,-0.00559187,"" +63822743,2022-12-06 19:13:34,USDT-Futures,Realize profit and loss,USDT,10.22559999,"" +63822743,2022-12-06 19:22:34,USDT-Futures,Fee,BNB,-0.00186356,"" +63822743,2022-12-06 20:07:04,USDT-Futures,Fee,BNB,-0.00022234,"" +63822743,2022-12-06 20:07:04,USDT-Futures,Fee,BNB,-0.00070926,"" +63822743,2022-12-06 20:42:16,USDT-Futures,Realize profit and loss,USDT,-6.17760000,"" +63822743,2022-12-06 20:42:16,USDT-Futures,Fee,BNB,-0.00372935,"" +63822743,2022-12-06 20:47:38,USDT-Futures,Fee,BNB,-0.00012694,"" +63822743,2022-12-06 20:47:38,USDT-Futures,Fee,BNB,-0.00173492,"" +63822743,2022-12-06 20:47:41,USDT-Futures,Fee,BNB,-0.00186206,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Fee,BNB,-0.00012687,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Realize profit and loss,USDT,-4.30400000,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Realize profit and loss,USDT,-0.10760000,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Fee,BNB,-0.00169168,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Fee,BNB,-0.00004229,"" +63822743,2022-12-06 23:13:05,USDT-Futures,Realize profit and loss,USDT,-0.32280000,"" +63822743,2022-12-06 23:26:30,USDT-Futures,Realize profit and loss,USDT,-17.88160000,"" +63822743,2022-12-06 23:26:30,USDT-Futures,Insurance fund compensation,USDT,-12.18205498,穿仓保证金补偿 diff --git a/deps.edn b/deps.edn index 7d0800d..e885677 100644 --- a/deps.edn +++ b/deps.edn @@ -1,7 +1,13 @@ {:paths ["dev" "notebooks" "resources"] + :mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"} + "clojars" {:url "https://clojars.org/repo"}} :deps {io.github.nextjournal/clerk {:git/sha "6c710b552f7b3591e34c93ea635c435a7e35231e"} io.github.nextjournal/clerk-slideshow {:git/sha "5fe197ca0c8f28128379849dc677cd718be71524"} + ;; python integration + ; clj-python/libpython-clj {:mvn/version "1.37"} + org.clojure/data.csv {:mvn/version "0.1.4"} + ;; /python integration ;; keep 1.10 until `kixi/stats` and `sicmutils` fix warnings org.clojure/clojure {:mvn/version "1.10.3"} @@ -22,6 +28,7 @@ ;; semantic web goodies and box/arrow graphs io.github.jackrusher/mundaneum {:git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} arrowic/arrowic {:mvn/version "0.1.1"} + clj-python/libpython-clj {:mvn/version "2.024"} ;; OSC server com.illposed.osc/javaosc-core {:mvn/version "0.8" :exclusions [org.slf4j/slf4j-api org.slf4j/slf4j-log4j12]} @@ -45,4 +52,12 @@ "notebooks/sicmutils.clj" "notebooks/rule_30.clj" "notebooks/zipper_with_scars.clj"]} - :main-opts ["-m" "babashka.cli.exec"]}}} + :main-opts ["-m" "babashka.cli.exec"]} + :test {:extra-paths ["test"] + :extra-deps {org.clojure/test.check {:mvn/version "0.10.0"}}} + :runner + {:extra-deps {com.cognitect/test-runner + {:git/url "https://github.com/cognitect-labs/test-runner" + :sha "f7ef16dc3b8332b0d77bc0274578ad5270fbfedd"}} + :main-opts ["-m" "cognitect.test-runner" + "-d" "test"]}}} diff --git a/dev/user.clj b/dev/user.clj index 1213ea1..19cce10 100644 --- a/dev/user.clj +++ b/dev/user.clj @@ -16,17 +16,25 @@ ;; or call `clerk/show!` explicitly (clerk/show! "notebooks/introduction.clj") + (clerk/show! "notebooks/controls.clj") (clerk/show! "notebooks/data_science.clj") (clerk/show! "notebooks/sicmutils.clj") + (clerk/show! "notebooks/dictionary.clj") + (clerk/show! "notebooks/elements.clj") + (clerk/show! "notebooks/git.clj") + (clerk/show! "notebooks/logo.clj") (clerk/show! "notebooks/rule_30.clj") (clerk/show! "notebooks/semantic.clj") (clerk/show! "notebooks/images.clj") + (clerk/show! "notebooks/zipper_with_scars.clj") + (clerk/show! "notebooks/numpy_plot.clj") + (clerk/show! "notebooks/python.clj") (clerk/show! "index.md") ;; TODO If you would like more details about how Clerk works, here's a ;; notebook with some implementation details. - ;; (clerk/show! "notebooks/how_clerk_works.clj") + (clerk/show! "notebooks/how_clerk_works.clj") ;; produce a static app (clerk/build-static-app! {:paths (mapv #(str "notebooks/" % ".clj") diff --git a/notebooks/gigasquid/numpy_plot.clj b/notebooks/gigasquid/numpy_plot.clj new file mode 100644 index 0000000..4f5859f --- /dev/null +++ b/notebooks/gigasquid/numpy_plot.clj @@ -0,0 +1,110 @@ +; from https://raw.githubusercontent.com/gigasquid/libpython-clj-examples/master/src/gigasquid/numpy_plot.clj +(ns gigasquid.numpy-plot + {:nextjournal.clerk/visibility {:code :fold} + :nextjournal.clerk/no-cache true} + (:require + [clojure.zip :as zip] + [arrowic.core :as a] + [nextjournal.clerk :as clerk] + [nextjournal.clerk.viewer :as v] + [gigasquid.plot :as plot] + [clojure.string :as str] + [libpython-clj2.python + :refer [as-python as-jvm + ->python ->jvm + get-attr call-attr call-attr-kw + get-item initialize! + run-simple-string + add-module module-dict + import-module + python-type] + :as py])) + +(py/initialize!) +; Clojure +(require '[libpython-clj2.require :refer [require-python]]) +(require-python '[matplotlib.pyplot :as pyplot]) +(require-python '[numpy :as np]) +(require-python '[pandas :as pd]) +(require-python '[numpy :as numpy]) + +(def dates (pd/date_range "1/1/2000" :periods 8)) +(def table (pd/DataFrame (call-attr np/random :randn 8 4) :index dates :columns ["A" "B" "C" "D"])) +(def row-date (pd/date_range :start "2000-01-01" :end "2000-01-01")) +(get-item (get-attr table :loc) row-date) +;;;; you will need matplotlib, numpy, and pillow installed to run this in python3 + +;;; This uses a macro from printing in the plot namespace that uses the shell "open" command +;;; to show a saved image from pyplot. If you don't have a mac you will need to modify that +;;; to whatever shell command you have. + +(comment + (def x (numpy/linspace 0 2 50)) + + (plot/with-show (matplotlib.pyplot/plot [[1 2 3 4 5] [1 2 3 4 10]] :label "linear")) + + (plot/with-show + (pyplot/plot [x x] :label "linear") + (pyplot/plot [x (py. x "__pow__" 2)] :label "quadratic") + (pyplot/plot [x (py. x "__pow__" 3)] :label "cubic") + (pyplot/xlabel "x label") + (pyplot/ylabel "y label") + (pyplot/title "Simple Plot")) + +;;; numpy printing tutorial http://cs231n.github.io/python-numpy-tutorial/#matplotlib-plotting + (let [x (numpy/arange 0 (* 3 numpy/pi) 0.1) + y (numpy/sin x)] + (plot/with-show + (pyplot/plot x y))) + + (let [x (numpy/arange 0 (* 3 numpy/pi) 0.1) + y-sin (numpy/sin x) + y-cos (numpy/cos x)] + (plot/with-show + (pyplot/plot x y-sin) + (pyplot/plot x y-cos) + (pyplot/xlabel "x axis label") + (pyplot/ylabel "y axis label") + (pyplot/title "Sine and Cosine") + (pyplot/legend ["Sine" "Cosine"]))) + + ;;;; Subplots + + (let [x (numpy/arange 0 (* 3 numpy/pi) 0.1) + y-sin (numpy/sin x) + y-cos (numpy/cos x)] + (plot/with-show + ;;; set up a subplot gird that has a height of 2 and width of 1 + ;; and set the first such subplot as active + (pyplot/subplot 2 1 1) + (pyplot/plot x y-sin) + (pyplot/title "Sine") + + ;;; set the second subplot as active and make the second plot + (pyplot/subplot 2 1 2) + (pyplot/plot x y-cos) + (pyplot/title "Cosine"))) + +;;;;; Images + + (let [img (pyplot/imread "resources/cat.jpg") + img-tinted (numpy/multiply img [1 0.95 0.9])] + (plot/with-show + (pyplot/subplot 1 2 1) + (pyplot/imshow img) + (pyplot/subplot 1 2 2) + (pyplot/imshow (numpy/uint8 img-tinted)))) + +;;;;; pie chart +;;;; from https://org/3.1.1/gallery/pie_and_polar_charts/pie_features.html + + (let [labels ["Frogs" "Hogs" "Dogs" "Logs"] + sizes [15 30 45 10] + explode [0 0.1 0 0] ; only explode the 2nd slice (Hogs) + ] + (plot/with-show + (let [[fig1 ax1] (pyplot/subplots)] + (py. ax1 "pie" sizes :explode explode :labels labels :autopct "%1.1f%%" + :shadow true :startangle 90) + (py. ax1 "axis" "equal")) ;equal aspec ration ensures that pie is drawn as circle + ))) diff --git a/notebooks/gigasquid/plot.clj b/notebooks/gigasquid/plot.clj new file mode 100644 index 0000000..940c8cb --- /dev/null +++ b/notebooks/gigasquid/plot.clj @@ -0,0 +1,79 @@ +(ns gigasquid.plot + (:require + ; [libpython-clj.python :as py :refer [py. py.. py.-]] + [libpython-clj2.python + :refer [as-python as-jvm + ->python ->jvm + get-attr call-attr call-attr-kw + get-item initialize! + run-simple-string + add-module module-dict + import-module + python-type + py. py.. py.-] + :as py] + [libpython-clj2.require :refer [require-python]] + [gigasquid.utils :refer [display-image create-tmp-file]] + [clojure.java.shell :as sh])) + +;;; This uses the headless version of matplotlib to generate a graph then copy it to the JVM +;;; where we can then print it + +;;; have to set the headless mode before requiring pyplot +(def mplt (py/import-module "matplotlib")) +(py. mplt "use" "Agg") + +(require-python '[matplotlib.pyplot :as pyplot]) +(require-python 'matplotlib.backends.backend_agg) +(require-python 'numpy) + +(defmacro with-show + "Takes forms with mathplotlib.pyplot to then show locally" + [& body] + `(let [_# (pyplot/clf) + fig# (pyplot/figure) + agg-canvas# (matplotlib.backends.backend_agg/FigureCanvasAgg fig#) + temp-file# (create-tmp-file "tmp-image" ".png") + temp-image# (.getAbsolutePath temp-file#)] + ~(cons 'do body) + (py. agg-canvas# "draw") + (pyplot/savefig temp-image#) + (display-image temp-image#) + (.deleteOnExit temp-file#))) + +;;;; If you run into mem problems with temporary files try this one + +(defmacro with-show-one + "Takes forms with mathplotlib.pyplot to then show locally" + [& body] + `(let [_# (pyplot/clf) + fig# (pyplot/figure) + agg-canvas# (matplotlib.backends.backend_agg/FigureCanvasAgg fig#)] + ~(cons 'do body) + (py. agg-canvas# "draw") + (pyplot/savefig "temp.png") + (sh/sh "open" "temp.png"))) + +(defmacro with-save + "Takes forms with mathplotlib.pyplot to then show locally" + [fname & body] + `(let [_# (pyplot/clf) + fig# (pyplot/figure) + agg-canvas# (matplotlib.backends.backend_agg/FigureCanvasAgg fig#)] + ~(cons 'do body) + (py. agg-canvas# "draw") + (pyplot/savefig ~fname))) + +(comment + + (def x (numpy/linspace 0 2 100)) + + (with-show + (pyplot/plot [x x] :label "linear") + (pyplot/plot [x (py. x "__pow__" 2)] :label "quadratic") + (pyplot/plot [x (py. x "__pow__" 3)] :label "cubic") + (pyplot/xlabel "x label") + (pyplot/ylabel "y label") + (pyplot/title "Simple Plot")) + + (with-show (pyplot/plot [[1 2 3 4 5] [1 2 3 4 10]] :label "linear"))) diff --git a/notebooks/gigasquid/utils.clj b/notebooks/gigasquid/utils.clj new file mode 100644 index 0000000..4f638bb --- /dev/null +++ b/notebooks/gigasquid/utils.clj @@ -0,0 +1,36 @@ +(ns gigasquid.utils + (:require + [clojure.string :as string] + [clojure.java.shell :as sh] + [clojure.pprint :refer [pprint]]) + (:import [java.io File])) + +(def is-linux? + (= "linux" + (-> "os.name" + System/getProperty + string/lower-case))) + +(def is-mac? + (-> "os.name" + System/getProperty + string/lower-case + (string/starts-with? "mac"))) + +(defn display-image + "Display image on OSX or on Linux based system" + [image-file] + (cond + is-mac? + (sh/sh "open" image-file) + + is-linux? + (sh/sh "display" image-file))) + +(defn create-tmp-file + "Return full path of temporary file. + + Example: + (create-tmp-file \"tmp-image\" \".png\") " + [prefix ext] + (File/createTempFile prefix ext)) diff --git a/notebooks/python.clj b/notebooks/python.clj new file mode 100644 index 0000000..584fe34 --- /dev/null +++ b/notebooks/python.clj @@ -0,0 +1,18 @@ +^{:nextjournal.clerk/visibility #{:hide-ns}} +(ns python + (:require [libpython-clj2.require :refer [require-python]] + [libpython-clj2.python :refer [py. py.. py.-] :as py] + [tech.v3.datatype :as dtype] + [nextjournal.clerk :as clerk])) + +(py/initialize! :python-executable "/usr/bin/python3" + :library-path "/usr/lib/libpython3.8.so") + +(require-python '[numpy :as np]) +(py/from-import scipy.stats ncx2) + +(def test-ary (np/array [[1 2] [3 4]])) + +(def res (py. ncx2 ppf (- 0.99 0.000001) 5.0 3.0)) + +res diff --git a/utils.clj b/utils.clj new file mode 100644 index 0000000..4f638bb --- /dev/null +++ b/utils.clj @@ -0,0 +1,36 @@ +(ns gigasquid.utils + (:require + [clojure.string :as string] + [clojure.java.shell :as sh] + [clojure.pprint :refer [pprint]]) + (:import [java.io File])) + +(def is-linux? + (= "linux" + (-> "os.name" + System/getProperty + string/lower-case))) + +(def is-mac? + (-> "os.name" + System/getProperty + string/lower-case + (string/starts-with? "mac"))) + +(defn display-image + "Display image on OSX or on Linux based system" + [image-file] + (cond + is-mac? + (sh/sh "open" image-file) + + is-linux? + (sh/sh "display" image-file))) + +(defn create-tmp-file + "Return full path of temporary file. + + Example: + (create-tmp-file \"tmp-image\" \".png\") " + [prefix ext] + (File/createTempFile prefix ext))