diff --git a/Cargo.lock b/Cargo.lock index 7be18e9..0a0813e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,12 +82,6 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -195,9 +189,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "block-buffer" @@ -232,22 +226,22 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytemuck" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" +checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.9.3" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" +checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -279,10 +273,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.27" +version = "1.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" +checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" dependencies = [ + "find-msvc-tools", "jobserver", "libc", "shlex", @@ -290,22 +285,21 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" +checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-link", + "windows-link 0.2.0", ] [[package]] @@ -362,9 +356,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.4" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "crossterm", "unicode-segmentation", @@ -398,9 +392,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ "cfg-if", ] @@ -450,14 +444,15 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" +checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "crossterm_winapi", + "document-features", "parking_lot", - "rustix 0.38.44", + "rustix", "winapi", ] @@ -502,9 +497,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.4.0" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" +checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" dependencies = [ "powerfmt", ] @@ -526,7 +521,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -535,11 +530,20 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +[[package]] +name = "document-features" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" +dependencies = [ + "litrs", +] + [[package]] name = "dyn-clone" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "either" @@ -565,7 +569,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -576,12 +580,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -645,6 +649,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "find-msvc-tools" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" + [[package]] name = "flate2" version = "1.1.2" @@ -706,9 +716,9 @@ checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -793,7 +803,7 @@ dependencies = [ "cfg-if", "libc", "r-efi", - "wasi 0.14.2+wasi-0.2.4", + "wasi 0.14.5+wasi-0.2.4", ] [[package]] @@ -804,15 +814,15 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "h2" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" +checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" dependencies = [ "bytes", "fnv", @@ -840,9 +850,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" [[package]] name = "heck" @@ -930,7 +940,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -1062,9 +1072,9 @@ dependencies = [ [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -1083,12 +1093,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.9.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" dependencies = [ "equivalent", - "hashbrown 0.15.4", + "hashbrown 0.15.5", ] [[package]] @@ -1100,6 +1110,17 @@ dependencies = [ "adler32", ] +[[package]] +name = "io-uring" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" +dependencies = [ + "bitflags 2.9.4", + "cfg-if", + "libc", +] + [[package]] name = "ipnet" version = "2.11.0" @@ -1123,9 +1144,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jobserver" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ "getrandom 0.3.3", "libc", @@ -1139,9 +1160,9 @@ checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" [[package]] name = "js-sys" -version = "0.3.77" +version = "0.3.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" dependencies = [ "once_cell", "wasm-bindgen", @@ -1155,9 +1176,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.174" +version = "0.2.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" [[package]] name = "libm" @@ -1167,15 +1188,9 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "linux-raw-sys" -version = "0.4.15" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" - -[[package]] -name = "linux-raw-sys" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "litemap" @@ -1183,6 +1198,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" +[[package]] +name = "litrs" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" + [[package]] name = "lock_api" version = "0.4.13" @@ -1195,9 +1216,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lz4" @@ -1390,7 +1411,7 @@ version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "foreign-types", "libc", @@ -1407,7 +1428,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -1504,9 +1525,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pin-project-lite" @@ -1590,7 +1611,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6" dependencies = [ "ahash", - "bitflags 2.9.1", + "bitflags 2.9.4", "bytemuck", "chrono", "comfy-table", @@ -1662,7 +1683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20" dependencies = [ "ahash", - "bitflags 2.9.1", + "bitflags 2.9.4", "glob", "once_cell", "polars-arrow", @@ -1816,9 +1837,9 @@ dependencies = [ [[package]] name = "potential_utf" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" dependencies = [ "zerovec", ] @@ -1840,9 +1861,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] @@ -1914,9 +1935,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" dependencies = [ "either", "rayon-core", @@ -1924,9 +1945,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ "crossbeam-deque", "crossbeam-utils", @@ -1934,18 +1955,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.13" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" +checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] name = "regex" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", @@ -1955,9 +1976,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" dependencies = [ "aho-corasick", "memchr", @@ -1966,9 +1987,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "reqwest" @@ -2018,9 +2039,9 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rustc-demangle" -version = "0.1.25" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" +checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" [[package]] name = "rustc_version" @@ -2033,28 +2054,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" -dependencies = [ - "bitflags 2.9.1", - "errno", - "libc", - "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", -] - -[[package]] -name = "rustix" -version = "1.0.7" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "errno", "libc", - "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "linux-raw-sys", + "windows-sys 0.61.0", ] [[package]] @@ -2068,9 +2076,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "ryu" @@ -2080,11 +2088,11 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "schannel" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.0", ] [[package]] @@ -2099,7 +2107,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation", "core-foundation-sys", "libc", @@ -2108,9 +2116,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.14.0" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", @@ -2139,7 +2147,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2205,9 +2213,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "smallvec" @@ -2257,6 +2265,16 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "socket2" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" +dependencies = [ + "libc", + "windows-sys 0.59.0", +] + [[package]] name = "sqlparser" version = "0.39.0" @@ -2317,7 +2335,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2333,9 +2351,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.104" +version = "2.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" +checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" dependencies = [ "proc-macro2", "quote", @@ -2356,7 +2374,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2402,15 +2420,15 @@ checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", - "rustix 1.0.7", - "windows-sys 0.59.0", + "rustix", + "windows-sys 0.61.0", ] [[package]] @@ -2439,17 +2457,16 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "time" -version = "0.3.41" +version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" +checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031" dependencies = [ "deranged", - "itoa", "libc", "num-conv", "num_threads", @@ -2461,15 +2478,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "time-macros" -version = "0.2.22" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" +checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" dependencies = [ "num-conv", "time-core", @@ -2487,9 +2504,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" dependencies = [ "tinyvec_macros", ] @@ -2502,17 +2519,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.45.1" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", + "io-uring", "libc", "mio", "pin-project-lite", - "socket2", - "windows-sys 0.52.0", + "slab", + "socket2 0.6.0", + "windows-sys 0.59.0", ] [[package]] @@ -2527,9 +2546,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", @@ -2589,9 +2608,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" [[package]] name = "unicode-normalization" @@ -2628,13 +2647,14 @@ checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" [[package]] name = "url" -version = "2.5.4" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", "percent-encoding", + "serde", ] [[package]] @@ -2678,44 +2698,54 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.14.2+wasi-0.2.4" +version = "0.14.5+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4494f6290a82f5fe584817a676a34b9d6763e8d9d18204009fb31dceca98fd4" +dependencies = [ + "wasip2", +] + +[[package]] +name = "wasip2" +version = "1.0.0+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", + "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" dependencies = [ "bumpalo", "log", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.50" +version = "0.4.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" +checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" dependencies = [ "cfg-if", "js-sys", @@ -2726,9 +2756,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2736,31 +2766,31 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" dependencies = [ "unicode-ident", ] [[package]] name = "web-sys" -version = "0.3.77" +version = "0.3.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" +checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" dependencies = [ "js-sys", "wasm-bindgen", @@ -2811,7 +2841,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement", "windows-interface", - "windows-link", + "windows-link 0.1.3", "windows-result", "windows-strings", ] @@ -2824,7 +2854,7 @@ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2835,7 +2865,7 @@ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2844,13 +2874,19 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" +[[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + [[package]] name = "windows-result" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -2859,7 +2895,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -2891,11 +2927,11 @@ dependencies = [ [[package]] name = "windows-sys" -version = "0.60.2" +version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" dependencies = [ - "windows-targets 0.53.2", + "windows-link 0.2.0", ] [[package]] @@ -2922,29 +2958,13 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm 0.52.6", + "windows_i686_gnullvm", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] -[[package]] -name = "windows-targets" -version = "0.53.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" -dependencies = [ - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", -] - [[package]] name = "windows_aarch64_gnullvm" version = "0.48.5" @@ -2957,12 +2977,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" - [[package]] name = "windows_aarch64_msvc" version = "0.48.5" @@ -2975,12 +2989,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" -[[package]] -name = "windows_aarch64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" - [[package]] name = "windows_i686_gnu" version = "0.48.5" @@ -2993,24 +3001,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" -[[package]] -name = "windows_i686_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" - [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" -[[package]] -name = "windows_i686_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" - [[package]] name = "windows_i686_msvc" version = "0.48.5" @@ -3023,12 +3019,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" -[[package]] -name = "windows_i686_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" - [[package]] name = "windows_x86_64_gnu" version = "0.48.5" @@ -3041,12 +3031,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" -[[package]] -name = "windows_x86_64_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" - [[package]] name = "windows_x86_64_gnullvm" version = "0.48.5" @@ -3059,12 +3043,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" - [[package]] name = "windows_x86_64_msvc" version = "0.48.5" @@ -3077,12 +3055,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" -[[package]] -name = "windows_x86_64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" - [[package]] name = "winreg" version = "0.50.0" @@ -3094,13 +3066,10 @@ dependencies = [ ] [[package]] -name = "wit-bindgen-rt" -version = "0.39.0" +name = "wit-bindgen" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" -dependencies = [ - "bitflags 2.9.1", -] +checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" [[package]] name = "writeable" @@ -3134,28 +3103,28 @@ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "synstructure", ] [[package]] name = "zerocopy" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" +checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" +checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -3175,7 +3144,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "synstructure", ] @@ -3192,9 +3161,9 @@ dependencies = [ [[package]] name = "zerovec" -version = "0.11.2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" +checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" dependencies = [ "yoke", "zerofrom", @@ -3209,7 +3178,7 @@ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -3244,9 +3213,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.15+zstd.1.5.7" +version = "2.0.16+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" +checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" dependencies = [ "cc", "pkg-config", diff --git a/revolut_data/consolidated-crypto.tsv b/revolut_data/consolidated-crypto.tsv new file mode 100644 index 0000000..ceead74 --- /dev/null +++ b/revolut_data/consolidated-crypto.tsv @@ -0,0 +1,2211 @@ +Summary for Savings Accounts - EUR +Description Amount +Saldo początkowe 0€ +Suma wpłat 697,92€ +Suma wypłat 613,84€ +Łączna kwota zarobionych odsetek 1,66€ +Podatek ogółem 0€ +Opłaty ogółem 0€ +Saldo końcowe 85,74€ + +Summary for Savings Accounts - PLN +Description Amount +Saldo początkowe 0 PLN +Suma wpłat 1 300,00 PLN +Suma wypłat 1 310,09 PLN +Łączna kwota zarobionych odsetek 10,09 PLN +Podatek ogółem 0 PLN +Opłaty ogółem 0 PLN +Saldo końcowe 0 PLN + +Summary for Crypto +Sells summary Amount +Wpływy brutto 7,95$ +Podstawa kosztowa 0$ +Zrealizowany zysk/strata brutto 7,95$ + +Transactions for Savings Accounts - EUR +Date Description Money out Money in Balance +19 Mar 2025 Depositing savings 337,37€ 337,37€ +22 Mar 2025 Interest earned 0,01€ 337,38€ +23 Mar 2025 Interest earned 0,01€ 337,39€ +24 Mar 2025 Interest earned 0,01€ 337,40€ +25 Mar 2025 Interest earned 0,01€ 337,41€ +26 Mar 2025 Interest earned 0,01€ 337,42€ +27 Mar 2025 Interest earned 0,01€ 337,43€ +28 Mar 2025 Interest earned 0,01€ 337,44€ +29 Mar 2025 Interest earned 0,01€ 337,45€ +30 Mar 2025 Interest earned 0,01€ 337,46€ +31 Mar 2025 Interest earned 0,01€ 337,47€ +1 kwi 2025 Interest earned 0,01€ 337,48€ +2 kwi 2025 Interest earned 0,01€ 337,49€ +3 kwi 2025 Interest earned 0,01€ 337,50€ +4 kwi 2025 Interest earned 0,01€ 337,51€ +5 kwi 2025 Interest earned 0,01€ 337,52€ +6 kwi 2025 Interest earned 0,01€ 337,53€ +7 kwi 2025 Interest earned 0,01€ 337,54€ +8 kwi 2025 Interest earned 0,01€ 337,55€ +9 kwi 2025 Interest earned 0,01€ 337,56€ +10 kwi 2025 Interest earned 0,01€ 337,57€ +11 kwi 2025 Interest earned 0,01€ 337,58€ +12 kwi 2025 Interest earned 0,01€ 337,59€ +13 kwi 2025 Interest earned 0,01€ 337,60€ +14 kwi 2025 Interest earned 0,01€ 337,61€ +15 kwi 2025 Interest earned 0,01€ 337,62€ +16 kwi 2025 Interest earned 0,01€ 337,63€ +17 kwi 2025 Interest earned 0,01€ 337,64€ +18 kwi 2025 Interest earned 0,01€ 337,65€ +19 kwi 2025 Interest earned 0,01€ 337,66€ +20 kwi 2025 Interest earned 0,02€ 337,68€ +21 kwi 2025 Interest earned 0,01€ 337,69€ +22 kwi 2025 Interest earned 0,01€ 337,70€ +23 kwi 2025 Interest earned 0,01€ 337,71€ +24 kwi 2025 Interest earned 0,01€ 337,72€ +25 kwi 2025 Interest earned 0,01€ 337,73€ +26 kwi 2025 Interest earned 0,01€ 337,74€ +27 kwi 2025 Interest earned 0,01€ 337,75€ +28 kwi 2025 Interest earned 0,01€ 337,76€ +29 kwi 2025 Interest earned 0,01€ 337,77€ +30 kwi 2025 Interest earned 0,01€ 337,78€ +1 maj 2025 Interest earned 0,01€ 337,79€ +2 maj 2025 Interest earned 0,01€ 337,80€ +3 maj 2025 Interest earned 0,01€ 337,81€ +4 maj 2025 Interest earned 0,01€ 337,82€ +5 maj 2025 Interest earned 0,01€ 337,83€ +6 maj 2025 Interest earned 0,01€ 337,84€ +7 maj 2025 Interest earned 0,01€ 337,85€ +8 maj 2025 Interest earned 0,01€ 337,86€ +9 maj 2025 Interest earned 0,01€ 337,87€ +10 maj 2025 Interest earned 0,01€ 337,88€ +11 maj 2025 Interest earned 0,01€ 337,89€ +12 maj 2025 Interest earned 0,01€ 337,90€ +13 maj 2025 Interest earned 0,01€ 337,91€ +14 maj 2025 Interest earned 0,01€ 337,92€ +15 maj 2025 Interest earned 0,01€ 337,93€ +16 maj 2025 Interest earned 0,01€ 337,94€ +17 maj 2025 Interest earned 0,01€ 337,95€ +18 maj 2025 Interest earned 0,01€ 337,96€ +19 maj 2025 Interest earned 0,01€ 337,97€ +20 maj 2025 Interest earned 0,01€ 337,98€ +21 maj 2025 Interest earned 0,01€ 337,99€ +22 maj 2025 Interest earned 0,01€ 338€ +23 maj 2025 Interest earned 0,01€ 338,01€ +24 maj 2025 Interest earned 0,01€ 338,02€ +25 maj 2025 Interest earned 0,01€ 338,03€ +26 maj 2025 Interest earned 0,01€ 338,04€ +27 maj 2025 Interest earned 0,01€ 338,05€ +28 maj 2025 Interest earned 0,01€ 338,06€ +29 maj 2025 Interest earned 0,01€ 338,07€ +30 maj 2025 Interest earned 0,01€ 338,08€ +31 maj 2025 Interest earned 0,01€ 338,09€ +1 cze 2025 Interest earned 0,01€ 338,10€ +2 cze 2025 Interest earned 0,01€ 338,11€ +3 cze 2025 Interest earned 0,01€ 338,12€ +4 cze 2025 Interest earned 0,01€ 338,13€ +5 cze 2025 Interest earned 0,01€ 338,14€ +6 cze 2025 Interest earned 0,01€ 338,15€ +7 cze 2025 Interest earned 0,01€ 338,16€ +8 cze 2025 Interest earned 0,01€ 338,17€ +9 cze 2025 Interest earned 0,01€ 338,18€ +10 cze 2025 Interest earned 0,01€ 338,19€ +11 cze 2025 Interest earned 0,01€ 338,20€ +12 cze 2025 Interest earned 0,01€ 338,21€ +13 cze 2025 Interest earned 0,02€ 338,23€ +14 cze 2025 Interest earned 0,01€ 338,24€ +15 cze 2025 Interest earned 0,01€ 338,25€ +16 cze 2025 Interest earned 0,01€ 338,26€ +17 cze 2025 Interest earned 0,01€ 338,27€ +18 cze 2025 Interest earned 0,01€ 338,28€ +19 cze 2025 Interest earned 0,01€ 338,29€ +20 cze 2025 Interest earned 0,01€ 338,30€ +21 cze 2025 Interest earned 0,01€ 338,31€ +22 cze 2025 Interest earned 0,01€ 338,32€ +23 cze 2025 Interest earned 0,01€ 338,33€ +24 cze 2025 Interest earned 0,01€ 338,34€ +25 cze 2025 Interest earned 0,01€ 338,35€ +26 cze 2025 Interest earned 0,01€ 338,36€ +27 cze 2025 Interest earned 0,01€ 338,37€ +28 cze 2025 Interest earned 0,01€ 338,38€ +29 cze 2025 Interest earned 0,01€ 338,39€ +30 cze 2025 Interest earned 0,01€ 338,40€ +1 lip 2025 Interest earned 0,01€ 338,41€ +2 lip 2025 Interest earned 0,01€ 338,42€ +3 lip 2025 Interest earned 0,01€ 338,43€ +4 lip 2025 Interest earned 0,01€ 338,44€ +5 lip 2025 Interest earned 0,01€ 338,45€ +6 lip 2025 Interest earned 0,01€ 338,46€ +7 lip 2025 Interest earned 0,01€ 338,47€ +8 lip 2025 Interest earned 0,01€ 338,48€ +9 lip 2025 Interest earned 0,01€ 338,49€ +10 lip 2025 Interest earned 0,01€ 338,50€ +11 lip 2025 Interest earned 0,01€ 338,51€ +12 lip 2025 Interest earned 0,01€ 338,52€ +13 lip 2025 Interest earned 0,01€ 338,53€ +13 lip 2025 Withdrawing savings 100€ 238,53€ +14 lip 2025 Interest earned 0,01€ 238,54€ +15 lip 2025 Interest earned 0,01€ 238,55€ +16 lip 2025 Interest earned 0,01€ 238,56€ +18 lip 2025 Interest earned 0,01€ 238,57€ +19 lip 2025 Interest earned 0,01€ 238,58€ +21 lip 2025 Interest earned 0,01€ 238,59€ +22 lip 2025 Interest earned 0,01€ 238,60€ +23 lip 2025 Interest earned 0,01€ 238,61€ +25 lip 2025 Interest earned 0,01€ 238,62€ +26 lip 2025 Interest earned 0,01€ 238,63€ +27 lip 2025 Depositing savings 74,83€ 313,46€ +28 lip 2025 Interest earned 0,01€ 313,47€ +29 lip 2025 Interest earned 0,01€ 313,48€ +30 lip 2025 Interest earned 0,01€ 313,49€ +31 lip 2025 Interest earned 0,01€ 313,50€ +1 sie 2025 Interest earned 0,01€ 313,51€ +2 sie 2025 Interest earned 0,01€ 313,52€ +3 sie 2025 Interest earned 0,01€ 313,53€ +4 sie 2025 Interest earned 0,01€ 313,54€ +5 sie 2025 Interest earned 0,01€ 313,55€ +6 sie 2025 Interest earned 0,01€ 313,56€ +7 sie 2025 Interest earned 0,01€ 313,57€ +8 sie 2025 Interest earned 0,01€ 313,58€ +9 sie 2025 Interest earned 0,01€ 313,59€ +11 sie 2025 Interest earned 0,01€ 313,60€ +12 sie 2025 Interest earned 0,01€ 313,61€ +13 sie 2025 Interest earned 0,01€ 313,62€ +14 sie 2025 Interest earned 0,01€ 313,63€ +15 sie 2025 Interest earned 0,01€ 313,64€ +16 sie 2025 Interest earned 0,01€ 313,65€ +17 sie 2025 Interest earned 0,01€ 313,66€ +18 sie 2025 Interest earned 0,01€ 313,67€ +19 sie 2025 Interest earned 0,01€ 313,68€ +20 sie 2025 Interest earned 0,01€ 313,69€ +21 sie 2025 Interest earned 0,01€ 313,70€ +22 sie 2025 Interest earned 0,01€ 313,71€ +23 sie 2025 Interest earned 0,01€ 313,72€ +24 sie 2025 Interest earned 0,01€ 313,73€ +25 sie 2025 Interest earned 0,01€ 313,74€ +26 sie 2025 Interest earned 0,01€ 313,75€ +27 sie 2025 Interest earned 0,01€ 313,76€ +29 sie 2025 Interest earned 0,01€ 313,77€ +30 sie 2025 Interest earned 0,01€ 313,78€ +31 sie 2025 Interest earned 0,01€ 313,79€ +1 wrz 2025 Interest earned 0,01€ 313,80€ +2 wrz 2025 Interest earned 0,01€ 313,81€ +3 wrz 2025 Interest earned 0,01€ 313,82€ +3 wrz 2025 Withdrawing savings 313,82€ 0€ +4 wrz 2025 Interest earned 0,01€ 0,01€ +4 wrz 2025 Depositing savings 100€ 100,01€ +5 wrz 2025 Depositing savings 100,01€ 200,02€ +5 wrz 2025 Withdrawing savings 200,02€ 0€ +6 wrz 2025 Interest earned 0,01€ 0,01€ +8 wrz 2025 Interest earned 0,01€ 0,02€ +11 wrz 2025 Depositing savings 85,71€ 85,73€ +13 wrz 2025 Interest earned 0,01€ 85,74€ + +Transactions for Savings Accounts - PLN +Date Description Money out Money in Balance +19 Mar 2025 Depositing savings 500 PLN 500 PLN +22 Mar 2025 Interest earned 0,04 PLN 500,04 PLN +23 Mar 2025 Interest earned 0,04 PLN 500,08 PLN +24 Mar 2025 Interest earned 0,04 PLN 500,12 PLN +25 Mar 2025 Interest earned 0,04 PLN 500,16 PLN +26 Mar 2025 Interest earned 0,05 PLN 500,21 PLN +27 Mar 2025 Interest earned 0,04 PLN 500,25 PLN +28 Mar 2025 Interest earned 0,04 PLN 500,29 PLN +29 Mar 2025 Interest earned 0,04 PLN 500,33 PLN +30 Mar 2025 Interest earned 0,04 PLN 500,37 PLN +31 Mar 2025 Interest earned 0,04 PLN 500,41 PLN +1 kwi 2025 Interest earned 0,04 PLN 500,45 PLN +2 kwi 2025 Interest earned 0,04 PLN 500,49 PLN +3 kwi 2025 Interest earned 0,04 PLN 500,53 PLN +4 kwi 2025 Interest earned 0,05 PLN 500,58 PLN +5 kwi 2025 Interest earned 0,04 PLN 500,62 PLN +6 kwi 2025 Interest earned 0,04 PLN 500,66 PLN +7 kwi 2025 Interest earned 0,04 PLN 500,70 PLN +8 kwi 2025 Interest earned 0,04 PLN 500,74 PLN +9 kwi 2025 Interest earned 0,04 PLN 500,78 PLN +10 kwi 2025 Interest earned 0,04 PLN 500,82 PLN +11 kwi 2025 Interest earned 0,04 PLN 500,86 PLN +12 kwi 2025 Interest earned 0,04 PLN 500,90 PLN +13 kwi 2025 Interest earned 0,05 PLN 500,95 PLN +14 kwi 2025 Interest earned 0,04 PLN 500,99 PLN +15 kwi 2025 Interest earned 0,04 PLN 501,03 PLN +16 kwi 2025 Interest earned 0,04 PLN 501,07 PLN +17 kwi 2025 Interest earned 0,04 PLN 501,11 PLN +18 kwi 2025 Interest earned 0,04 PLN 501,15 PLN +19 kwi 2025 Interest earned 0,04 PLN 501,19 PLN +20 kwi 2025 Interest earned 0,04 PLN 501,23 PLN +21 kwi 2025 Interest earned 0,05 PLN 501,28 PLN +22 kwi 2025 Interest earned 0,04 PLN 501,32 PLN +23 kwi 2025 Interest earned 0,04 PLN 501,36 PLN +24 kwi 2025 Interest earned 0,04 PLN 501,40 PLN +25 kwi 2025 Interest earned 0,04 PLN 501,44 PLN +26 kwi 2025 Interest earned 0,04 PLN 501,48 PLN +27 kwi 2025 Interest earned 0,04 PLN 501,52 PLN +28 kwi 2025 Interest earned 0,04 PLN 501,56 PLN +29 kwi 2025 Interest earned 0,05 PLN 501,61 PLN +30 kwi 2025 Interest earned 0,04 PLN 501,65 PLN +1 maj 2025 Interest earned 0,04 PLN 501,69 PLN +2 maj 2025 Interest earned 0,04 PLN 501,73 PLN +3 maj 2025 Interest earned 0,04 PLN 501,77 PLN +4 maj 2025 Interest earned 0,04 PLN 501,81 PLN +5 maj 2025 Interest earned 0,04 PLN 501,85 PLN +6 maj 2025 Interest earned 0,04 PLN 501,89 PLN +7 maj 2025 Interest earned 0,05 PLN 501,94 PLN +8 maj 2025 Interest earned 0,04 PLN 501,98 PLN +9 maj 2025 Interest earned 0,04 PLN 502,02 PLN +10 maj 2025 Interest earned 0,04 PLN 502,06 PLN +11 maj 2025 Interest earned 0,04 PLN 502,10 PLN +12 maj 2025 Interest earned 0,04 PLN 502,14 PLN +13 maj 2025 Interest earned 0,04 PLN 502,18 PLN +14 maj 2025 Interest earned 0,04 PLN 502,22 PLN +15 maj 2025 Interest earned 0,05 PLN 502,27 PLN +16 maj 2025 Interest earned 0,04 PLN 502,31 PLN +17 maj 2025 Interest earned 0,04 PLN 502,35 PLN +18 maj 2025 Interest earned 0,04 PLN 502,39 PLN +19 maj 2025 Interest earned 0,04 PLN 502,43 PLN +20 maj 2025 Interest earned 0,04 PLN 502,47 PLN +21 maj 2025 Interest earned 0,04 PLN 502,51 PLN +22 maj 2025 Interest earned 0,04 PLN 502,55 PLN +23 maj 2025 Interest earned 0,05 PLN 502,60 PLN +24 maj 2025 Interest earned 0,04 PLN 502,64 PLN +25 maj 2025 Interest earned 0,04 PLN 502,68 PLN +26 maj 2025 Interest earned 0,04 PLN 502,72 PLN +27 maj 2025 Interest earned 0,04 PLN 502,76 PLN +28 maj 2025 Interest earned 0,04 PLN 502,80 PLN +29 maj 2025 Interest earned 0,04 PLN 502,84 PLN +30 maj 2025 Interest earned 0,04 PLN 502,88 PLN +31 maj 2025 Interest earned 0,05 PLN 502,93 PLN +1 cze 2025 Interest earned 0,04 PLN 502,97 PLN +2 cze 2025 Interest earned 0,04 PLN 503,01 PLN +3 cze 2025 Interest earned 0,04 PLN 503,05 PLN +4 cze 2025 Interest earned 0,04 PLN 503,09 PLN +5 cze 2025 Interest earned 0,04 PLN 503,13 PLN +6 cze 2025 Interest earned 0,04 PLN 503,17 PLN +7 cze 2025 Interest earned 0,05 PLN 503,22 PLN +8 cze 2025 Interest earned 0,04 PLN 503,26 PLN +9 cze 2025 Interest earned 0,04 PLN 503,30 PLN +10 cze 2025 Interest earned 0,04 PLN 503,34 PLN +11 cze 2025 Interest earned 0,04 PLN 503,38 PLN +12 cze 2025 Interest earned 0,04 PLN 503,42 PLN +13 cze 2025 Interest earned 0,04 PLN 503,46 PLN +14 cze 2025 Interest earned 0,05 PLN 503,51 PLN +15 cze 2025 Interest earned 0,04 PLN 503,55 PLN +16 cze 2025 Interest earned 0,04 PLN 503,59 PLN +17 cze 2025 Interest earned 0,04 PLN 503,63 PLN +18 cze 2025 Interest earned 0,04 PLN 503,67 PLN +19 cze 2025 Interest earned 0,04 PLN 503,71 PLN +20 cze 2025 Interest earned 0,04 PLN 503,75 PLN +21 cze 2025 Interest earned 0,04 PLN 503,79 PLN +22 cze 2025 Interest earned 0,05 PLN 503,84 PLN +23 cze 2025 Interest earned 0,04 PLN 503,88 PLN +24 cze 2025 Interest earned 0,04 PLN 503,92 PLN +25 cze 2025 Interest earned 0,04 PLN 503,96 PLN +26 cze 2025 Interest earned 0,04 PLN 504 PLN +27 cze 2025 Interest earned 0,04 PLN 504,04 PLN +28 cze 2025 Interest earned 0,04 PLN 504,08 PLN +29 cze 2025 Interest earned 0,05 PLN 504,13 PLN +30 cze 2025 Interest earned 0,04 PLN 504,17 PLN +1 lip 2025 Interest earned 0,04 PLN 504,21 PLN +2 lip 2025 Interest earned 0,04 PLN 504,25 PLN +3 lip 2025 Interest earned 0,04 PLN 504,29 PLN +4 lip 2025 Interest earned 0,04 PLN 504,33 PLN +5 lip 2025 Interest earned 0,05 PLN 504,38 PLN +6 lip 2025 Interest earned 0,04 PLN 504,42 PLN +7 lip 2025 Interest earned 0,04 PLN 504,46 PLN +8 lip 2025 Interest earned 0,04 PLN 504,50 PLN +9 lip 2025 Interest earned 0,04 PLN 504,54 PLN +10 lip 2025 Interest earned 0,04 PLN 504,58 PLN +11 lip 2025 Interest earned 0,04 PLN 504,62 PLN +12 lip 2025 Interest earned 0,05 PLN 504,67 PLN +13 lip 2025 Interest earned 0,04 PLN 504,71 PLN +14 lip 2025 Interest earned 0,04 PLN 504,75 PLN +15 lip 2025 Interest earned 0,04 PLN 504,79 PLN +16 lip 2025 Interest earned 0,04 PLN 504,83 PLN +17 lip 2025 Interest earned 0,04 PLN 504,87 PLN +18 lip 2025 Interest earned 0,04 PLN 504,91 PLN +19 lip 2025 Interest earned 0,05 PLN 504,96 PLN +20 lip 2025 Interest earned 0,04 PLN 505 PLN +21 lip 2025 Interest earned 0,04 PLN 505,04 PLN +22 lip 2025 Interest earned 0,04 PLN 505,08 PLN +23 lip 2025 Interest earned 0,04 PLN 505,12 PLN +24 lip 2025 Interest earned 0,04 PLN 505,16 PLN +25 lip 2025 Interest earned 0,04 PLN 505,20 PLN +26 lip 2025 Interest earned 0,05 PLN 505,25 PLN +27 lip 2025 Interest earned 0,04 PLN 505,29 PLN +27 lip 2025 Depositing savings 800 PLN 1 305,29 PLN +28 lip 2025 Interest earned 0,04 PLN 1 305,33 PLN +29 lip 2025 Interest earned 0,11 PLN 1 305,44 PLN +30 lip 2025 Interest earned 0,10 PLN 1 305,54 PLN +31 lip 2025 Interest earned 0,11 PLN 1 305,65 PLN +1 sie 2025 Interest earned 0,11 PLN 1 305,76 PLN +2 sie 2025 Interest earned 0,11 PLN 1 305,87 PLN +3 sie 2025 Interest earned 0,10 PLN 1 305,97 PLN +4 sie 2025 Interest earned 0,11 PLN 1 306,08 PLN +5 sie 2025 Interest earned 0,11 PLN 1 306,19 PLN +6 sie 2025 Interest earned 0,11 PLN 1 306,30 PLN +7 sie 2025 Interest earned 0,10 PLN 1 306,40 PLN +8 sie 2025 Interest earned 0,11 PLN 1 306,51 PLN +9 sie 2025 Interest earned 0,11 PLN 1 306,62 PLN +10 sie 2025 Interest earned 0,10 PLN 1 306,72 PLN +11 sie 2025 Interest earned 0,11 PLN 1 306,83 PLN +12 sie 2025 Interest earned 0,11 PLN 1 306,94 PLN +13 sie 2025 Interest earned 0,11 PLN 1 307,05 PLN +14 sie 2025 Interest earned 0,10 PLN 1 307,15 PLN +15 sie 2025 Interest earned 0,11 PLN 1 307,26 PLN +16 sie 2025 Interest earned 0,11 PLN 1 307,37 PLN +17 sie 2025 Interest earned 0,11 PLN 1 307,48 PLN +18 sie 2025 Interest earned 0,10 PLN 1 307,58 PLN +19 sie 2025 Interest earned 0,11 PLN 1 307,69 PLN +20 sie 2025 Interest earned 0,11 PLN 1 307,80 PLN +21 sie 2025 Interest earned 0,11 PLN 1 307,91 PLN +22 sie 2025 Interest earned 0,10 PLN 1 308,01 PLN +23 sie 2025 Interest earned 0,11 PLN 1 308,12 PLN +24 sie 2025 Interest earned 0,11 PLN 1 308,23 PLN +25 sie 2025 Interest earned 0,11 PLN 1 308,34 PLN +26 sie 2025 Interest earned 0,10 PLN 1 308,44 PLN +27 sie 2025 Interest earned 0,11 PLN 1 308,55 PLN +28 sie 2025 Interest earned 0,11 PLN 1 308,66 PLN +29 sie 2025 Interest earned 0,11 PLN 1 308,77 PLN +30 sie 2025 Interest earned 0,10 PLN 1 308,87 PLN +31 sie 2025 Interest earned 0,11 PLN 1 308,98 PLN +1 wrz 2025 Interest earned 0,11 PLN 1 309,09 PLN +2 wrz 2025 Interest earned 0,11 PLN 1 309,20 PLN +3 wrz 2025 Interest earned 0,10 PLN 1 309,30 PLN +4 wrz 2025 Interest earned 0,11 PLN 1 309,41 PLN +5 wrz 2025 Interest earned 0,11 PLN 1 309,52 PLN +6 wrz 2025 Interest earned 0,14 PLN 1 309,66 PLN +7 wrz 2025 Interest earned 0,15 PLN 1 309,81 PLN +8 wrz 2025 Interest earned 0,14 PLN 1 309,95 PLN +9 wrz 2025 Interest earned 0,14 PLN 1 310,09 PLN +9 wrz 2025 Withdrawing savings 1 310,09 PLN 0 PLN + +Transactions for Crypto +Date acquired Date sold Token name Qty Cost basis Gross proceeds Gross PnL +25 lut 2023 4 sty 2025 DOT 0.03327325 0$ 0,26$ 0,26$ +25 lut 2023 4 sty 2025 DOT 0.06835404 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.06833228 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.06808638 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.06809752 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.0681165 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.06808116 0$ 0,53$ 0,53$ +25 lut 2023 4 sty 2025 DOT 0.0681444 0$ 0,53$ 0,53$ +27 lut 2023 4 sty 2025 DOT 0.00030635 0$ 0$ 0$ +28 lut 2023 4 sty 2025 DOT 0.00018829 0$ 0$ 0$ +28 lut 2023 4 sty 2025 DOT 0.00009326 0$ 0$ 0$ +1 Mar 2023 4 sty 2025 DOT 0.00002223 0$ 0$ 0$ +1 Mar 2023 4 sty 2025 DOT 0.00020375 0$ 0$ 0$ +2 Mar 2023 4 sty 2025 DOT 0.00010264 0$ 0$ 0$ +2 Mar 2023 4 sty 2025 DOT 0.00015975 0$ 0$ 0$ +3 Mar 2023 4 sty 2025 DOT 0.00006349 0$ 0$ 0$ +3 Mar 2023 4 sty 2025 DOT 0.00018924 0$ 0$ 0$ +4 Mar 2023 4 sty 2025 DOT 0.00004177 0$ 0$ 0$ +5 Mar 2023 4 sty 2025 DOT 0.00017962 0$ 0$ 0$ +5 Mar 2023 4 sty 2025 DOT 0.00020605 0$ 0$ 0$ +6 Mar 2023 4 sty 2025 DOT 0.00005722 0$ 0$ 0$ +6 Mar 2023 4 sty 2025 DOT 0.00010166 0$ 0$ 0$ +6 Mar 2023 4 sty 2025 DOT 0.0001305 0$ 0$ 0$ +7 Mar 2023 4 sty 2025 DOT 0.00012144 0$ 0$ 0$ +7 Mar 2023 4 sty 2025 DOT 0.00014709 0$ 0$ 0$ +8 Mar 2023 4 sty 2025 DOT 0.00007126 0$ 0$ 0$ +9 Mar 2023 4 sty 2025 DOT 0.00020688 0$ 0$ 0$ +9 Mar 2023 4 sty 2025 DOT 0.00012994 0$ 0$ 0$ +9 Mar 2023 4 sty 2025 DOT 0.00011134 0$ 0$ 0$ +10 Mar 2023 4 sty 2025 DOT 0.00023844 0$ 0$ 0$ +11 Mar 2023 4 sty 2025 DOT 0.00010157 0$ 0$ 0$ +11 Mar 2023 4 sty 2025 DOT 0.00012901 0$ 0$ 0$ +12 Mar 2023 4 sty 2025 DOT 0.00007029 0$ 0$ 0$ +13 Mar 2023 4 sty 2025 DOT 0.00019052 0$ 0$ 0$ +14 Mar 2023 4 sty 2025 DOT 0.00019492 0$ 0$ 0$ +14 Mar 2023 4 sty 2025 DOT 0.00011915 0$ 0$ 0$ +14 Mar 2023 4 sty 2025 DOT 0.00005191 0$ 0$ 0$ +14 Mar 2023 4 sty 2025 DOT 0.00005194 0$ 0$ 0$ +15 Mar 2023 4 sty 2025 DOT 0.00007887 0$ 0$ 0$ +15 Mar 2023 4 sty 2025 DOT 0.00011131 0$ 0$ 0$ +16 Mar 2023 4 sty 2025 DOT 0.00021147 0$ 0$ 0$ +16 Mar 2023 4 sty 2025 DOT 0.00014786 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00013266 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00016264 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00014531 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00003044 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00027568 0$ 0$ 0$ +20 Mar 2023 4 sty 2025 DOT 0.00007587 0$ 0$ 0$ +21 Mar 2023 4 sty 2025 DOT 0.00016849 0$ 0$ 0$ +21 Mar 2023 4 sty 2025 DOT 0.00018626 0$ 0$ 0$ +21 Mar 2023 4 sty 2025 DOT 0.00006294 0$ 0$ 0$ +21 Mar 2023 4 sty 2025 DOT 0.00003168 0$ 0$ 0$ +21 Mar 2023 4 sty 2025 DOT 0.00003734 0$ 0$ 0$ +22 Mar 2023 4 sty 2025 DOT 0.00014253 0$ 0$ 0$ +22 Mar 2023 4 sty 2025 DOT 0.00002869 0$ 0$ 0$ +22 Mar 2023 4 sty 2025 DOT 0.00012869 0$ 0$ 0$ +23 Mar 2023 4 sty 2025 DOT 0.00011847 0$ 0$ 0$ +24 Mar 2023 4 sty 2025 DOT 0.00013303 0$ 0$ 0$ +24 Mar 2023 4 sty 2025 DOT 0.00017353 0$ 0$ 0$ +24 Mar 2023 4 sty 2025 DOT 0.00008192 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00009303 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.0000598 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00010185 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00012559 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00012383 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00012437 0$ 0$ 0$ +27 Mar 2023 4 sty 2025 DOT 0.00004947 0$ 0$ 0$ +28 Mar 2023 4 sty 2025 DOT 0.00009058 0$ 0$ 0$ +28 Mar 2023 4 sty 2025 DOT 0.0001322 0$ 0$ 0$ +28 Mar 2023 4 sty 2025 DOT 0.00009289 0$ 0$ 0$ +28 Mar 2023 4 sty 2025 DOT 0.00014257 0$ 0$ 0$ +29 Mar 2023 4 sty 2025 DOT 0.00003553 0$ 0$ 0$ +29 Mar 2023 4 sty 2025 DOT 0.00007606 0$ 0$ 0$ +30 Mar 2023 4 sty 2025 DOT 0.00012773 0$ 0$ 0$ +30 Mar 2023 4 sty 2025 DOT 0.00023993 0$ 0$ 0$ +30 Mar 2023 4 sty 2025 DOT 0.00006555 0$ 0$ 0$ +31 Mar 2023 4 sty 2025 DOT 0.00003045 0$ 0$ 0$ +3 kwi 2023 4 sty 2025 DOT 0.00006318 0$ 0$ 0$ +3 kwi 2023 4 sty 2025 DOT 0.00004737 0$ 0$ 0$ +3 kwi 2023 4 sty 2025 DOT 0.00017752 0$ 0$ 0$ +3 kwi 2023 4 sty 2025 DOT 0.00015031 0$ 0$ 0$ +3 kwi 2023 4 sty 2025 DOT 0.00006836 0$ 0$ 0$ +4 kwi 2023 4 sty 2025 DOT 0.00005472 0$ 0$ 0$ +4 kwi 2023 4 sty 2025 DOT 0.00004228 0$ 0$ 0$ +4 kwi 2023 4 sty 2025 DOT 0.00016072 0$ 0$ 0$ +5 kwi 2023 4 sty 2025 DOT 0.00023928 0$ 0$ 0$ +6 kwi 2023 4 sty 2025 DOT 0.00008548 0$ 0$ 0$ +6 kwi 2023 4 sty 2025 DOT 0.00023888 0$ 0$ 0$ +6 kwi 2023 4 sty 2025 DOT 0.00004348 0$ 0$ 0$ +6 kwi 2023 4 sty 2025 DOT 0.00015264 0$ 0$ 0$ +6 kwi 2023 4 sty 2025 DOT 0.00011281 0$ 0$ 0$ +10 kwi 2023 4 sty 2025 DOT 0.00011946 0$ 0$ 0$ +10 kwi 2023 4 sty 2025 DOT 0.00008733 0$ 0$ 0$ +10 kwi 2023 4 sty 2025 DOT 0.00012047 0$ 0$ 0$ +10 kwi 2023 4 sty 2025 DOT 0.00006427 0$ 0$ 0$ +10 kwi 2023 4 sty 2025 DOT 0.00009253 0$ 0$ 0$ +11 kwi 2023 4 sty 2025 DOT 0.00015209 0$ 0$ 0$ +11 kwi 2023 4 sty 2025 DOT 0.00011553 0$ 0$ 0$ +11 kwi 2023 4 sty 2025 DOT 0.00006997 0$ 0$ 0$ +11 kwi 2023 4 sty 2025 DOT 0.00016958 0$ 0$ 0$ +11 kwi 2023 4 sty 2025 DOT 0.0000764 0$ 0$ 0$ +12 kwi 2023 4 sty 2025 DOT 0.00019976 0$ 0$ 0$ +12 kwi 2023 4 sty 2025 DOT 0.00006166 0$ 0$ 0$ +14 kwi 2023 4 sty 2025 DOT 0.00012592 0$ 0$ 0$ +14 kwi 2023 4 sty 2025 DOT 0.00007705 0$ 0$ 0$ +14 kwi 2023 4 sty 2025 DOT 0.00012301 0$ 0$ 0$ +14 kwi 2023 4 sty 2025 DOT 0.00012222 0$ 0$ 0$ +17 kwi 2023 4 sty 2025 DOT 0.00020604 0$ 0$ 0$ +17 kwi 2023 4 sty 2025 DOT 0.00003925 0$ 0$ 0$ +17 kwi 2023 4 sty 2025 DOT 0.00019001 0$ 0$ 0$ +18 kwi 2023 4 sty 2025 DOT 0.00004161 0$ 0$ 0$ +18 kwi 2023 4 sty 2025 DOT 0.00011953 0$ 0$ 0$ +18 kwi 2023 4 sty 2025 DOT 0.00008464 0$ 0$ 0$ +18 kwi 2023 4 sty 2025 DOT 0.00024285 0$ 0$ 0$ +18 kwi 2023 4 sty 2025 DOT 0.00002608 0$ 0$ 0$ +19 kwi 2023 4 sty 2025 DOT 0.00023657 0$ 0$ 0$ +19 kwi 2023 4 sty 2025 DOT 0.00005576 0$ 0$ 0$ +19 kwi 2023 4 sty 2025 DOT 0.00008184 0$ 0$ 0$ +20 kwi 2023 4 sty 2025 DOT 0.00013487 0$ 0$ 0$ +20 kwi 2023 4 sty 2025 DOT 0.0001579 0$ 0$ 0$ +21 kwi 2023 4 sty 2025 DOT 0.00004196 0$ 0$ 0$ +24 kwi 2023 4 sty 2025 DOT 0.00008506 0$ 0$ 0$ +24 kwi 2023 4 sty 2025 DOT 0.00008 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00018053 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00012081 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00010894 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00009573 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00014802 0$ 0$ 0$ +25 kwi 2023 4 sty 2025 DOT 0.00009491 0$ 0$ 0$ +26 kwi 2023 4 sty 2025 DOT 0.00014508 0$ 0$ 0$ +26 kwi 2023 4 sty 2025 DOT 0.00009537 0$ 0$ 0$ +27 kwi 2023 4 sty 2025 DOT 0.00005482 0$ 0$ 0$ +27 kwi 2023 4 sty 2025 DOT 0.00007963 0$ 0$ 0$ +1 maj 2023 4 sty 2025 DOT 0.00012108 0$ 0$ 0$ +1 maj 2023 4 sty 2025 DOT 0.00005035 0$ 0$ 0$ +1 maj 2023 4 sty 2025 DOT 0.00006421 0$ 0$ 0$ +1 maj 2023 4 sty 2025 DOT 0.0001274 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.0000679 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.00016081 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.00009661 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.00011377 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.00011622 0$ 0$ 0$ +2 maj 2023 4 sty 2025 DOT 0.00022477 0$ 0$ 0$ +3 maj 2023 4 sty 2025 DOT 0.00007523 0$ 0$ 0$ +3 maj 2023 4 sty 2025 DOT 0.00011545 0$ 0$ 0$ +4 maj 2023 4 sty 2025 DOT 0.000072 0$ 0$ 0$ +4 maj 2023 4 sty 2025 DOT 0.00024501 0$ 0$ 0$ +5 maj 2023 4 sty 2025 DOT 0.00005731 0$ 0$ 0$ +8 maj 2023 4 sty 2025 DOT 0.000123 0$ 0$ 0$ +8 maj 2023 4 sty 2025 DOT 0.00024728 0$ 0$ 0$ +8 maj 2023 4 sty 2025 DOT 0.00009895 0$ 0$ 0$ +8 maj 2023 4 sty 2025 DOT 0.00018502 0$ 0$ 0$ +9 maj 2023 4 sty 2025 DOT 0.00004853 0$ 0$ 0$ +9 maj 2023 4 sty 2025 DOT 0.00024247 0$ 0$ 0$ +9 maj 2023 4 sty 2025 DOT 0.00004247 0$ 0$ 0$ +9 maj 2023 4 sty 2025 DOT 0.00012149 0$ 0$ 0$ +9 maj 2023 4 sty 2025 DOT 0.0000964 0$ 0$ 0$ +10 maj 2023 4 sty 2025 DOT 0.00005877 0$ 0$ 0$ +10 maj 2023 4 sty 2025 DOT 0.00007246 0$ 0$ 0$ +11 maj 2023 4 sty 2025 DOT 0.0000469 0$ 0$ 0$ +12 maj 2023 4 sty 2025 DOT 0.00003198 0$ 0$ 0$ +12 maj 2023 4 sty 2025 DOT 0.00014729 0$ 0$ 0$ +12 maj 2023 4 sty 2025 DOT 0.00004676 0$ 0$ 0$ +12 maj 2023 4 sty 2025 DOT 0.00003222 0$ 0$ 0$ +15 maj 2023 4 sty 2025 DOT 0.00014514 0$ 0$ 0$ +15 maj 2023 4 sty 2025 DOT 0.00013657 0$ 0$ 0$ +15 maj 2023 4 sty 2025 DOT 0.00002325 0$ 0$ 0$ +16 maj 2023 4 sty 2025 DOT 0.00004242 0$ 0$ 0$ +16 maj 2023 4 sty 2025 DOT 0.00003178 0$ 0$ 0$ +16 maj 2023 4 sty 2025 DOT 0.00006909 0$ 0$ 0$ +16 maj 2023 4 sty 2025 DOT 0.00002334 0$ 0$ 0$ +17 maj 2023 4 sty 2025 DOT 0.00004656 0$ 0$ 0$ +17 maj 2023 4 sty 2025 DOT 0.00003189 0$ 0$ 0$ +17 maj 2023 4 sty 2025 DOT 0.00010182 0$ 0$ 0$ +17 maj 2023 4 sty 2025 DOT 0.00004613 0$ 0$ 0$ +17 maj 2023 4 sty 2025 DOT 0.00013614 0$ 0$ 0$ +18 maj 2023 4 sty 2025 DOT 0.00003167 0$ 0$ 0$ +18 maj 2023 4 sty 2025 DOT 0.00004636 0$ 0$ 0$ +19 maj 2023 4 sty 2025 DOT 0.00017106 0$ 0$ 0$ +19 maj 2023 4 sty 2025 DOT 0.0000632 0$ 0$ 0$ +19 maj 2023 4 sty 2025 DOT 0.00015712 0$ 0$ 0$ +19 maj 2023 4 sty 2025 DOT 0.00003059 0$ 0$ 0$ +22 maj 2023 4 sty 2025 DOT 0.00007262 0$ 0$ 0$ +22 maj 2023 4 sty 2025 DOT 0.00008753 0$ 0$ 0$ +22 maj 2023 4 sty 2025 DOT 0.00012613 0$ 0$ 0$ +23 maj 2023 4 sty 2025 DOT 0.00003051 0$ 0$ 0$ +23 maj 2023 4 sty 2025 DOT 0.00005918 0$ 0$ 0$ +23 maj 2023 4 sty 2025 DOT 0.00012617 0$ 0$ 0$ +23 maj 2023 4 sty 2025 DOT 0.00006102 0$ 0$ 0$ +24 maj 2023 4 sty 2025 DOT 0.00004466 0$ 0$ 0$ +24 maj 2023 4 sty 2025 DOT 0.00015677 0$ 0$ 0$ +24 maj 2023 4 sty 2025 DOT 0.00006002 0$ 0$ 0$ +25 maj 2023 4 sty 2025 DOT 0.000099 0$ 0$ 0$ +25 maj 2023 4 sty 2025 DOT 0.00010697 0$ 0$ 0$ +25 maj 2023 4 sty 2025 DOT 0.00005034 0$ 0$ 0$ +26 maj 2023 4 sty 2025 DOT 0.00007414 0$ 0$ 0$ +26 maj 2023 4 sty 2025 DOT 0.00012466 0$ 0$ 0$ +26 maj 2023 4 sty 2025 DOT 0.00004038 0$ 0$ 0$ +26 maj 2023 4 sty 2025 DOT 0.00013999 0$ 0$ 0$ +27 maj 2023 4 sty 2025 DOT 0.00006049 0$ 0$ 0$ +27 maj 2023 4 sty 2025 DOT 0.00001173 0$ 0$ 0$ +27 maj 2023 4 sty 2025 DOT 0.00006076 0$ 0$ 0$ +27 maj 2023 4 sty 2025 DOT 0.00019649 0$ 0$ 0$ +27 maj 2023 4 sty 2025 DOT 0.00009327 0$ 0$ 0$ +28 maj 2023 4 sty 2025 DOT 0.00002282 0$ 0$ 0$ +28 maj 2023 4 sty 2025 DOT 0.00009372 0$ 0$ 0$ +28 maj 2023 4 sty 2025 DOT 0.00003931 0$ 0$ 0$ +28 maj 2023 4 sty 2025 DOT 0.00015936 0$ 0$ 0$ +28 maj 2023 4 sty 2025 DOT 0.00000935 0$ 0$ 0$ +29 maj 2023 4 sty 2025 DOT 0.00007501 0$ 0$ 0$ +31 maj 2023 4 sty 2025 DOT 0.00001889 0$ 0$ 0$ +31 maj 2023 4 sty 2025 DOT 0.00012033 0$ 0$ 0$ +31 maj 2023 4 sty 2025 DOT 0.00007707 0$ 0$ 0$ +31 maj 2023 4 sty 2025 DOT 0.00001897 0$ 0$ 0$ +31 maj 2023 4 sty 2025 DOT 0.00007568 0$ 0$ 0$ +1 cze 2023 4 sty 2025 DOT 0.00011742 0$ 0$ 0$ +1 cze 2023 4 sty 2025 DOT 0.00002853 0$ 0$ 0$ +1 cze 2023 4 sty 2025 DOT 0.0001576 0$ 0$ 0$ +1 cze 2023 4 sty 2025 DOT 0.00005673 0$ 0$ 0$ +2 cze 2023 4 sty 2025 DOT 0.00001901 0$ 0$ 0$ +2 cze 2023 4 sty 2025 DOT 0.00015715 0$ 0$ 0$ +2 cze 2023 4 sty 2025 DOT 0.00007617 0$ 0$ 0$ +2 cze 2023 4 sty 2025 DOT 0.00019641 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.00001445 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.00005807 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.000157 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.00001882 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.00011534 0$ 0$ 0$ +3 cze 2023 4 sty 2025 DOT 0.00015569 0$ 0$ 0$ +4 cze 2023 4 sty 2025 DOT 0.00000962 0$ 0$ 0$ +4 cze 2023 4 sty 2025 DOT 0.00003915 0$ 0$ 0$ +5 cze 2023 4 sty 2025 DOT 0.00005881 0$ 0$ 0$ +5 cze 2023 4 sty 2025 DOT 0.00019217 0$ 0$ 0$ +6 cze 2023 4 sty 2025 DOT 0.00001895 0$ 0$ 0$ +6 cze 2023 4 sty 2025 DOT 0.00009825 0$ 0$ 0$ +6 cze 2023 4 sty 2025 DOT 0.00015517 0$ 0$ 0$ +6 cze 2023 4 sty 2025 DOT 0.00000969 0$ 0$ 0$ +6 cze 2023 4 sty 2025 DOT 0.00005957 0$ 0$ 0$ +7 cze 2023 4 sty 2025 DOT 0.00019279 0$ 0$ 0$ +7 cze 2023 4 sty 2025 DOT 0.00002831 0$ 0$ 0$ +7 cze 2023 4 sty 2025 DOT 0.00002382 0$ 0$ 0$ +7 cze 2023 4 sty 2025 DOT 0.00015321 0$ 0$ 0$ +7 cze 2023 4 sty 2025 DOT 0.00011847 0$ 0$ 0$ +8 cze 2023 4 sty 2025 DOT 0.00015102 0$ 0$ 0$ +8 cze 2023 4 sty 2025 DOT 0.00000956 0$ 0$ 0$ +9 cze 2023 4 sty 2025 DOT 0.00005965 0$ 0$ 0$ +9 cze 2023 4 sty 2025 DOT 0.00015007 0$ 0$ 0$ +9 cze 2023 4 sty 2025 DOT 0.00001924 0$ 0$ 0$ +10 cze 2023 4 sty 2025 DOT 0.00006068 0$ 0$ 0$ +10 cze 2023 4 sty 2025 DOT 0.0001501 0$ 0$ 0$ +10 cze 2023 4 sty 2025 DOT 0.00001448 0$ 0$ 0$ +10 cze 2023 4 sty 2025 DOT 0.00006111 0$ 0$ 0$ +11 cze 2023 4 sty 2025 DOT 0.00002121 0$ 0$ 0$ +11 cze 2023 4 sty 2025 DOT 0.00018644 0$ 0$ 0$ +12 cze 2023 4 sty 2025 DOT 0.00001444 0$ 0$ 0$ +13 cze 2023 4 sty 2025 DOT 0.00008231 0$ 0$ 0$ +14 cze 2023 4 sty 2025 DOT 0.00018231 0$ 0$ 0$ +14 cze 2023 4 sty 2025 DOT 0.0000097 0$ 0$ 0$ +14 cze 2023 4 sty 2025 DOT 0.00001957 0$ 0$ 0$ +14 cze 2023 4 sty 2025 DOT 0.00007327 0$ 0$ 0$ +14 cze 2023 4 sty 2025 DOT 0.00006309 0$ 0$ 0$ +15 cze 2023 4 sty 2025 DOT 0.00006371 0$ 0$ 0$ +15 cze 2023 4 sty 2025 DOT 0.00018233 0$ 0$ 0$ +15 cze 2023 4 sty 2025 DOT 0.00001473 0$ 0$ 0$ +15 cze 2023 4 sty 2025 DOT 0.00018228 0$ 0$ 0$ +15 cze 2023 4 sty 2025 DOT 0.00012674 0$ 0$ 0$ +16 cze 2023 4 sty 2025 DOT 0.00001003 0$ 0$ 0$ +16 cze 2023 4 sty 2025 DOT 0.00001498 0$ 0$ 0$ +18 cze 2023 4 sty 2025 DOT 0.00008589 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.000146 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.0000641 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.00014523 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.00002938 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.00010745 0$ 0$ 0$ +19 cze 2023 4 sty 2025 DOT 0.00001986 0$ 0$ 0$ +20 cze 2023 4 sty 2025 DOT 0.00010798 0$ 0$ 0$ +20 cze 2023 4 sty 2025 DOT 0.00010832 0$ 0$ 0$ +20 cze 2023 4 sty 2025 DOT 0.0000149 0$ 0$ 0$ +20 cze 2023 4 sty 2025 DOT 0.00010686 0$ 0$ 0$ +20 cze 2023 4 sty 2025 DOT 0.0001084 0$ 0$ 0$ +21 cze 2023 4 sty 2025 DOT 0.00002312 0$ 0$ 0$ +21 cze 2023 4 sty 2025 DOT 0.00010631 0$ 0$ 0$ +21 cze 2023 4 sty 2025 DOT 0.0002129 0$ 0$ 0$ +21 cze 2023 4 sty 2025 DOT 0.00001011 0$ 0$ 0$ +21 cze 2023 4 sty 2025 DOT 0.00008674 0$ 0$ 0$ +23 cze 2023 4 sty 2025 DOT 0.00006614 0$ 0$ 0$ +23 cze 2023 4 sty 2025 DOT 0.00002498 0$ 0$ 0$ +23 cze 2023 4 sty 2025 DOT 0.00017671 0$ 0$ 0$ +23 cze 2023 4 sty 2025 DOT 0.00001516 0$ 0$ 0$ +23 cze 2023 4 sty 2025 DOT 0.00014178 0$ 0$ 0$ +24 cze 2023 4 sty 2025 DOT 0.0000445 0$ 0$ 0$ +24 cze 2023 4 sty 2025 DOT 0.00011026 0$ 0$ 0$ +24 cze 2023 4 sty 2025 DOT 0.00017703 0$ 0$ 0$ +24 cze 2023 4 sty 2025 DOT 0.00002505 0$ 0$ 0$ +25 cze 2023 4 sty 2025 DOT 0.00006669 0$ 0$ 0$ +25 cze 2023 4 sty 2025 DOT 0.00002002 0$ 0$ 0$ +25 cze 2023 4 sty 2025 DOT 0.00017488 0$ 0$ 0$ +26 cze 2023 4 sty 2025 DOT 0.00011001 0$ 0$ 0$ +26 cze 2023 4 sty 2025 DOT 0.00002004 0$ 0$ 0$ +26 cze 2023 4 sty 2025 DOT 0.00007086 0$ 0$ 0$ +27 cze 2023 4 sty 2025 DOT 0.00008907 0$ 0$ 0$ +27 cze 2023 4 sty 2025 DOT 0.00002508 0$ 0$ 0$ +27 cze 2023 4 sty 2025 DOT 0.00020881 0$ 0$ 0$ +28 cze 2023 4 sty 2025 DOT 0.00011153 0$ 0$ 0$ +28 cze 2023 4 sty 2025 DOT 0.00002036 0$ 0$ 0$ +28 cze 2023 4 sty 2025 DOT 0.00017343 0$ 0$ 0$ +29 cze 2023 4 sty 2025 DOT 0.00011191 0$ 0$ 0$ +29 cze 2023 4 sty 2025 DOT 0.00017581 0$ 0$ 0$ +29 cze 2023 4 sty 2025 DOT 0.00002527 0$ 0$ 0$ +30 cze 2023 4 sty 2025 DOT 0.00006741 0$ 0$ 0$ +30 cze 2023 4 sty 2025 DOT 0.00010474 0$ 0$ 0$ +30 cze 2023 4 sty 2025 DOT 0.00003015 0$ 0$ 0$ +2 lip 2023 4 sty 2025 DOT 0.00013915 0$ 0$ 0$ +2 lip 2023 4 sty 2025 DOT 0.00009114 0$ 0$ 0$ +2 lip 2023 4 sty 2025 DOT 0.00001549 0$ 0$ 0$ +3 lip 2023 4 sty 2025 DOT 0.00009056 0$ 0$ 0$ +3 lip 2023 4 sty 2025 DOT 0.00002056 0$ 0$ 0$ +3 lip 2023 4 sty 2025 DOT 0.0001743 0$ 0$ 0$ +3 lip 2023 4 sty 2025 DOT 0.00001525 0$ 0$ 0$ +4 lip 2023 4 sty 2025 DOT 0.00020477 0$ 0$ 0$ +4 lip 2023 4 sty 2025 DOT 0.00006824 0$ 0$ 0$ +4 lip 2023 4 sty 2025 DOT 0.00000051 0$ 0$ 0$ +4 lip 2023 4 sty 2025 DOT 0.0000255 0$ 0$ 0$ +4 lip 2023 4 sty 2025 DOT 0.00013854 0$ 0$ 0$ +5 lip 2023 4 sty 2025 DOT 0.00003071 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.00013704 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.00006787 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.00002089 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.0001034 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.0001141 0$ 0$ 0$ +6 lip 2023 4 sty 2025 DOT 0.00002571 0$ 0$ 0$ +7 lip 2023 4 sty 2025 DOT 0.00020361 0$ 0$ 0$ +7 lip 2023 4 sty 2025 DOT 0.00001585 0$ 0$ 0$ +7 lip 2023 4 sty 2025 DOT 0.0000903 0$ 0$ 0$ +7 lip 2023 4 sty 2025 DOT 0.00001589 0$ 0$ 0$ +7 lip 2023 4 sty 2025 DOT 0.00013637 0$ 0$ 0$ +8 lip 2023 4 sty 2025 DOT 0.00009101 0$ 0$ 0$ +9 lip 2023 4 sty 2025 DOT 0.00001732 0$ 0$ 0$ +9 lip 2023 4 sty 2025 DOT 0.00013544 0$ 0$ 0$ +9 lip 2023 4 sty 2025 DOT 0.00011799 0$ 0$ 0$ +10 lip 2023 4 sty 2025 DOT 0.00004039 0$ 0$ 0$ +10 lip 2023 4 sty 2025 DOT 0.00006076 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00003662 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00004129 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00010792 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00002195 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00004126 0$ 0$ 0$ +11 lip 2023 4 sty 2025 DOT 0.00008589 0$ 0$ 0$ +12 lip 2023 4 sty 2025 DOT 0.00010123 0$ 0$ 0$ +12 lip 2023 4 sty 2025 DOT 0.00001582 0$ 0$ 0$ +12 lip 2023 4 sty 2025 DOT 0.00011443 0$ 0$ 0$ +13 lip 2023 4 sty 2025 DOT 0.00005883 0$ 0$ 0$ +13 lip 2023 4 sty 2025 DOT 0.00004104 0$ 0$ 0$ +13 lip 2023 4 sty 2025 DOT 0.00008997 0$ 0$ 0$ +13 lip 2023 4 sty 2025 DOT 0.00002833 0$ 0$ 0$ +14 lip 2023 4 sty 2025 DOT 0.00006975 0$ 0$ 0$ +14 lip 2023 4 sty 2025 DOT 0.00010143 0$ 0$ 0$ +14 lip 2023 4 sty 2025 DOT 0.0000108 0$ 0$ 0$ +18 lip 2023 4 sty 2025 DOT 0.0000699 0$ 0$ 0$ +18 lip 2023 4 sty 2025 DOT 0.00001617 0$ 0$ 0$ +19 lip 2023 4 sty 2025 DOT 0.00013467 0$ 0$ 0$ +19 lip 2023 4 sty 2025 DOT 0.0001335 0$ 0$ 0$ +19 lip 2023 4 sty 2025 DOT 0.00011691 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00002695 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00013433 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00004762 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00001612 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.0001016 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00003193 0$ 0$ 0$ +20 lip 2023 4 sty 2025 DOT 0.00006973 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.0001337 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.00002171 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.0001409 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.00001643 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.00011759 0$ 0$ 0$ +21 lip 2023 4 sty 2025 DOT 0.00013472 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00000184 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00007887 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00001796 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00012261 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00013992 0$ 0$ 0$ +22 lip 2023 4 sty 2025 DOT 0.00002658 0$ 0$ 0$ +24 lip 2023 4 sty 2025 DOT 0.00015623 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00005441 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00012884 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00002395 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00016527 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00010179 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00002093 0$ 0$ 0$ +25 lip 2023 4 sty 2025 DOT 0.00012981 0$ 0$ 0$ +26 lip 2023 4 sty 2025 DOT 0.00001254 0$ 0$ 0$ +26 lip 2023 4 sty 2025 DOT 0.00014687 0$ 0$ 0$ +26 lip 2023 4 sty 2025 DOT 0.00001668 0$ 0$ 0$ +26 lip 2023 4 sty 2025 DOT 0.00011785 0$ 0$ 0$ +27 lip 2023 4 sty 2025 DOT 0.00012729 0$ 0$ 0$ +27 lip 2023 4 sty 2025 DOT 0.00016159 0$ 0$ 0$ +27 lip 2023 4 sty 2025 DOT 0.00002395 0$ 0$ 0$ +27 lip 2023 4 sty 2025 DOT 0.00014763 0$ 0$ 0$ +28 lip 2023 4 sty 2025 DOT 0.0000261 0$ 0$ 0$ +28 lip 2023 4 sty 2025 DOT 0.00005906 0$ 0$ 0$ +28 lip 2023 4 sty 2025 DOT 0.00006485 0$ 0$ 0$ +29 lip 2023 4 sty 2025 DOT 0.00001553 0$ 0$ 0$ +29 lip 2023 4 sty 2025 DOT 0.00015979 0$ 0$ 0$ +30 lip 2023 4 sty 2025 DOT 0.00009664 0$ 0$ 0$ +30 lip 2023 4 sty 2025 DOT 0.00001899 0$ 0$ 0$ +31 lip 2023 4 sty 2025 DOT 0.0001039 0$ 0$ 0$ +31 lip 2023 4 sty 2025 DOT 0.0001022 0$ 0$ 0$ +31 lip 2023 4 sty 2025 DOT 0.00001767 0$ 0$ 0$ +1 sie 2023 4 sty 2025 DOT 0.00010547 0$ 0$ 0$ +1 sie 2023 4 sty 2025 DOT 0.0000187 0$ 0$ 0$ +1 sie 2023 4 sty 2025 DOT 0.00013125 0$ 0$ 0$ +1 sie 2023 4 sty 2025 DOT 0.00012285 0$ 0$ 0$ +2 sie 2023 4 sty 2025 DOT 0.00010407 0$ 0$ 0$ +2 sie 2023 4 sty 2025 DOT 0.00001378 0$ 0$ 0$ +2 sie 2023 4 sty 2025 DOT 0.00010797 0$ 0$ 0$ +3 sie 2023 4 sty 2025 DOT 0.00012965 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.00001841 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.0000871 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.00002319 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.00010521 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.00010538 0$ 0$ 0$ +4 sie 2023 4 sty 2025 DOT 0.00008584 0$ 0$ 0$ +5 sie 2023 4 sty 2025 DOT 0.00012861 0$ 0$ 0$ +5 sie 2023 4 sty 2025 DOT 0.00002287 0$ 0$ 0$ +6 sie 2023 4 sty 2025 DOT 0.00002495 0$ 0$ 0$ +6 sie 2023 4 sty 2025 DOT 0.00010541 0$ 0$ 0$ +7 sie 2023 4 sty 2025 DOT 0.00012555 0$ 0$ 0$ +7 sie 2023 4 sty 2025 DOT 0.00001887 0$ 0$ 0$ +7 sie 2023 4 sty 2025 DOT 0.0001204 0$ 0$ 0$ +7 sie 2023 4 sty 2025 DOT 0.00013029 0$ 0$ 0$ +8 sie 2023 4 sty 2025 DOT 0.00007396 0$ 0$ 0$ +8 sie 2023 4 sty 2025 DOT 0.0000114 0$ 0$ 0$ +8 sie 2023 4 sty 2025 DOT 0.00011176 0$ 0$ 0$ +8 sie 2023 4 sty 2025 DOT 0.00001634 0$ 0$ 0$ +8 sie 2023 4 sty 2025 DOT 0.00007356 0$ 0$ 0$ +9 sie 2023 4 sty 2025 DOT 0.00013926 0$ 0$ 0$ +9 sie 2023 4 sty 2025 DOT 0.00014817 0$ 0$ 0$ +10 sie 2023 4 sty 2025 DOT 0.00006568 0$ 0$ 0$ +10 sie 2023 4 sty 2025 DOT 0.00002633 0$ 0$ 0$ +11 sie 2023 4 sty 2025 DOT 0.00001516 0$ 0$ 0$ +11 sie 2023 4 sty 2025 DOT 0.0001134 0$ 0$ 0$ +11 sie 2023 4 sty 2025 DOT 0.00012084 0$ 0$ 0$ +11 sie 2023 4 sty 2025 DOT 0.00014554 0$ 0$ 0$ +12 sie 2023 4 sty 2025 DOT 0.00003142 0$ 0$ 0$ +12 sie 2023 4 sty 2025 DOT 0.0000684 0$ 0$ 0$ +12 sie 2023 4 sty 2025 DOT 0.00002684 0$ 0$ 0$ +14 sie 2023 4 sty 2025 DOT 0.00002765 0$ 0$ 0$ +14 sie 2023 4 sty 2025 DOT 0.00008304 0$ 0$ 0$ +14 sie 2023 4 sty 2025 DOT 0.000142 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.00003356 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.00009626 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.00015365 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.00015161 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.00001776 0$ 0$ 0$ +15 sie 2023 4 sty 2025 DOT 0.0000963 0$ 0$ 0$ +16 sie 2023 4 sty 2025 DOT 0.0000225 0$ 0$ 0$ +17 sie 2023 4 sty 2025 DOT 0.00007782 0$ 0$ 0$ +17 sie 2023 4 sty 2025 DOT 0.00012742 0$ 0$ 0$ +17 sie 2023 4 sty 2025 DOT 0.00000788 0$ 0$ 0$ +17 sie 2023 4 sty 2025 DOT 0.00006834 0$ 0$ 0$ +17 sie 2023 4 sty 2025 DOT 0.00010429 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00002682 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00002245 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00005693 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00015104 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00001134 0$ 0$ 0$ +18 sie 2023 4 sty 2025 DOT 0.00002895 0$ 0$ 0$ +19 sie 2023 4 sty 2025 DOT 0.00010551 0$ 0$ 0$ +19 sie 2023 4 sty 2025 DOT 0.00014365 0$ 0$ 0$ +20 sie 2023 4 sty 2025 DOT 0.00010654 0$ 0$ 0$ +20 sie 2023 4 sty 2025 DOT 0.00003212 0$ 0$ 0$ +21 sie 2023 4 sty 2025 DOT 0.00010383 0$ 0$ 0$ +21 sie 2023 4 sty 2025 DOT 0.00012986 0$ 0$ 0$ +21 sie 2023 4 sty 2025 DOT 0.00009123 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.0000366 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.00014433 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.00012488 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.00002741 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.00003629 0$ 0$ 0$ +22 sie 2023 4 sty 2025 DOT 0.00007203 0$ 0$ 0$ +23 sie 2023 4 sty 2025 DOT 0.00012679 0$ 0$ 0$ +23 sie 2023 4 sty 2025 DOT 0.00002632 0$ 0$ 0$ +24 sie 2023 4 sty 2025 DOT 0.00012807 0$ 0$ 0$ +24 sie 2023 4 sty 2025 DOT 0.00009078 0$ 0$ 0$ +24 sie 2023 4 sty 2025 DOT 0.00003724 0$ 0$ 0$ +25 sie 2023 4 sty 2025 DOT 0.00003669 0$ 0$ 0$ +25 sie 2023 4 sty 2025 DOT 0.00007555 0$ 0$ 0$ +25 sie 2023 4 sty 2025 DOT 0.00015337 0$ 0$ 0$ +26 sie 2023 4 sty 2025 DOT 0.00012572 0$ 0$ 0$ +26 sie 2023 4 sty 2025 DOT 0.00009261 0$ 0$ 0$ +26 sie 2023 4 sty 2025 DOT 0.00003152 0$ 0$ 0$ +27 sie 2023 4 sty 2025 DOT 0.00008866 0$ 0$ 0$ +27 sie 2023 4 sty 2025 DOT 0.0000363 0$ 0$ 0$ +28 sie 2023 4 sty 2025 DOT 0.00001575 0$ 0$ 0$ +28 sie 2023 4 sty 2025 DOT 0.00012623 0$ 0$ 0$ +28 sie 2023 4 sty 2025 DOT 0.00014327 0$ 0$ 0$ +28 sie 2023 4 sty 2025 DOT 0.00011582 0$ 0$ 0$ +29 sie 2023 4 sty 2025 DOT 0.00005757 0$ 0$ 0$ +29 sie 2023 4 sty 2025 DOT 0.00008723 0$ 0$ 0$ +29 sie 2023 4 sty 2025 DOT 0.00013687 0$ 0$ 0$ +29 sie 2023 4 sty 2025 DOT 0.00011974 0$ 0$ 0$ +30 sie 2023 4 sty 2025 DOT 0.00000728 0$ 0$ 0$ +30 sie 2023 4 sty 2025 DOT 0.00007187 0$ 0$ 0$ +31 sie 2023 4 sty 2025 DOT 0.00006456 0$ 0$ 0$ +31 sie 2023 4 sty 2025 DOT 0.00014124 0$ 0$ 0$ +1 wrz 2023 4 sty 2025 DOT 0.00002392 0$ 0$ 0$ +1 wrz 2023 4 sty 2025 DOT 0.0001045 0$ 0$ 0$ +2 wrz 2023 4 sty 2025 DOT 0.00008124 0$ 0$ 0$ +2 wrz 2023 4 sty 2025 DOT 0.0000311 0$ 0$ 0$ +2 wrz 2023 4 sty 2025 DOT 0.00014332 0$ 0$ 0$ +2 wrz 2023 4 sty 2025 DOT 0.0000808 0$ 0$ 0$ +3 wrz 2023 4 sty 2025 DOT 0.00012071 0$ 0$ 0$ +3 wrz 2023 4 sty 2025 DOT 0.00002683 0$ 0$ 0$ +4 wrz 2023 4 sty 2025 DOT 0.00003369 0$ 0$ 0$ +4 wrz 2023 4 sty 2025 DOT 0.00001605 0$ 0$ 0$ +4 wrz 2023 4 sty 2025 DOT 0.00011711 0$ 0$ 0$ +5 wrz 2023 4 sty 2025 DOT 0.00011838 0$ 0$ 0$ +5 wrz 2023 4 sty 2025 DOT 0.00005747 0$ 0$ 0$ +5 wrz 2023 4 sty 2025 DOT 0.0001161 0$ 0$ 0$ +5 wrz 2023 4 sty 2025 DOT 0.00007831 0$ 0$ 0$ +5 wrz 2023 4 sty 2025 DOT 0.0000571 0$ 0$ 0$ +6 wrz 2023 4 sty 2025 DOT 0.00011028 0$ 0$ 0$ +6 wrz 2023 4 sty 2025 DOT 0.00008644 0$ 0$ 0$ +7 wrz 2023 4 sty 2025 DOT 0.00003019 0$ 0$ 0$ +7 wrz 2023 4 sty 2025 DOT 0.0001098 0$ 0$ 0$ +7 wrz 2023 4 sty 2025 DOT 0.00011391 0$ 0$ 0$ +7 wrz 2023 4 sty 2025 DOT 0.00011264 0$ 0$ 0$ +7 wrz 2023 4 sty 2025 DOT 0.00009135 0$ 0$ 0$ +8 wrz 2023 4 sty 2025 DOT 0.00005167 0$ 0$ 0$ +8 wrz 2023 4 sty 2025 DOT 0.00008041 0$ 0$ 0$ +8 wrz 2023 4 sty 2025 DOT 0.0000569 0$ 0$ 0$ +8 wrz 2023 4 sty 2025 DOT 0.00011755 0$ 0$ 0$ +9 wrz 2023 4 sty 2025 DOT 0.0000566 0$ 0$ 0$ +10 wrz 2023 4 sty 2025 DOT 0.00007861 0$ 0$ 0$ +10 wrz 2023 4 sty 2025 DOT 0.00005632 0$ 0$ 0$ +11 wrz 2023 4 sty 2025 DOT 0.00012023 0$ 0$ 0$ +11 wrz 2023 4 sty 2025 DOT 0.00011484 0$ 0$ 0$ +11 wrz 2023 4 sty 2025 DOT 0.00009879 0$ 0$ 0$ +12 wrz 2023 4 sty 2025 DOT 0.00004194 0$ 0$ 0$ +12 wrz 2023 4 sty 2025 DOT 0.00005533 0$ 0$ 0$ +12 wrz 2023 4 sty 2025 DOT 0.00011347 0$ 0$ 0$ +12 wrz 2023 4 sty 2025 DOT 0.00003005 0$ 0$ 0$ +13 wrz 2023 4 sty 2025 DOT 0.00004705 0$ 0$ 0$ +13 wrz 2023 4 sty 2025 DOT 0.00009438 0$ 0$ 0$ +13 wrz 2023 4 sty 2025 DOT 0.00011284 0$ 0$ 0$ +13 wrz 2023 4 sty 2025 DOT 0.00002951 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00002485 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00011066 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00009061 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00008877 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00005254 0$ 0$ 0$ +14 wrz 2023 4 sty 2025 DOT 0.00011344 0$ 0$ 0$ +15 wrz 2023 4 sty 2025 DOT 0.00006794 0$ 0$ 0$ +15 wrz 2023 4 sty 2025 DOT 0.00010681 0$ 0$ 0$ +16 wrz 2023 4 sty 2025 DOT 0.00008087 0$ 0$ 0$ +16 wrz 2023 4 sty 2025 DOT 0.00011044 0$ 0$ 0$ +17 wrz 2023 4 sty 2025 DOT 0.00010381 0$ 0$ 0$ +17 wrz 2023 4 sty 2025 DOT 0.00010395 0$ 0$ 0$ +18 wrz 2023 4 sty 2025 DOT 0.00009919 0$ 0$ 0$ +18 wrz 2023 4 sty 2025 DOT 0.00004293 0$ 0$ 0$ +19 wrz 2023 4 sty 2025 DOT 0.00009895 0$ 0$ 0$ +19 wrz 2023 4 sty 2025 DOT 0.00010857 0$ 0$ 0$ +19 wrz 2023 4 sty 2025 DOT 0.0000477 0$ 0$ 0$ +19 wrz 2023 4 sty 2025 DOT 0.00002439 0$ 0$ 0$ +19 wrz 2023 4 sty 2025 DOT 0.00002747 0$ 0$ 0$ +20 wrz 2023 4 sty 2025 DOT 0.00004986 0$ 0$ 0$ +20 wrz 2023 4 sty 2025 DOT 0.00007551 0$ 0$ 0$ +20 wrz 2023 4 sty 2025 DOT 0.00009886 0$ 0$ 0$ +20 wrz 2023 4 sty 2025 DOT 0.00003279 0$ 0$ 0$ +20 wrz 2023 4 sty 2025 DOT 0.00006715 0$ 0$ 0$ +21 wrz 2023 4 sty 2025 DOT 0.00003573 0$ 0$ 0$ +21 wrz 2023 4 sty 2025 DOT 0.00006708 0$ 0$ 0$ +21 wrz 2023 4 sty 2025 DOT 0.00009044 0$ 0$ 0$ +21 wrz 2023 4 sty 2025 DOT 0.00004348 0$ 0$ 0$ +21 wrz 2023 4 sty 2025 DOT 0.00008959 0$ 0$ 0$ +22 wrz 2023 4 sty 2025 DOT 0.00001781 0$ 0$ 0$ +22 wrz 2023 4 sty 2025 DOT 0.00009787 0$ 0$ 0$ +22 wrz 2023 4 sty 2025 DOT 0.00009767 0$ 0$ 0$ +22 wrz 2023 4 sty 2025 DOT 0.00003105 0$ 0$ 0$ +23 wrz 2023 4 sty 2025 DOT 0.00003246 0$ 0$ 0$ +23 wrz 2023 4 sty 2025 DOT 0.00009692 0$ 0$ 0$ +25 wrz 2023 4 sty 2025 DOT 0.00003259 0$ 0$ 0$ +25 wrz 2023 4 sty 2025 DOT 0.00003254 0$ 0$ 0$ +26 wrz 2023 4 sty 2025 DOT 0.00002828 0$ 0$ 0$ +26 wrz 2023 4 sty 2025 DOT 0.00003237 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.00008736 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.00010907 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.00002759 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.00002784 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.0000874 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.0000965 0$ 0$ 0$ +27 wrz 2023 4 sty 2025 DOT 0.00002771 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.00009915 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.0000215 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.00010667 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.00002409 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.00007832 0$ 0$ 0$ +28 wrz 2023 4 sty 2025 DOT 0.00010782 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00011418 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00000975 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00003431 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00009771 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00004309 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00003397 0$ 0$ 0$ +29 wrz 2023 4 sty 2025 DOT 0.00008898 0$ 0$ 0$ +30 wrz 2023 4 sty 2025 DOT 0.0000926 0$ 0$ 0$ +30 wrz 2023 4 sty 2025 DOT 0.00002834 0$ 0$ 0$ +30 wrz 2023 4 sty 2025 DOT 0.00009758 0$ 0$ 0$ +30 wrz 2023 4 sty 2025 DOT 0.00009586 0$ 0$ 0$ +30 wrz 2023 4 sty 2025 DOT 0.00003343 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00001631 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00010086 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00008414 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00003221 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00002475 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00001003 0$ 0$ 0$ +1 paź 2023 4 sty 2025 DOT 0.00009494 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.00009215 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.00002723 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.00003263 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.00002806 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.00009641 0$ 0$ 0$ +2 paź 2023 4 sty 2025 DOT 0.0000583 0$ 0$ 0$ +3 paź 2023 4 sty 2025 DOT 0.00007302 0$ 0$ 0$ +3 paź 2023 4 sty 2025 DOT 0.00007948 0$ 0$ 0$ +3 paź 2023 4 sty 2025 DOT 0.00009503 0$ 0$ 0$ +3 paź 2023 4 sty 2025 DOT 0.00008109 0$ 0$ 0$ +4 paź 2023 4 sty 2025 DOT 0.00011195 0$ 0$ 0$ +4 paź 2023 4 sty 2025 DOT 0.00004803 0$ 0$ 0$ +5 paź 2023 4 sty 2025 DOT 0.00009637 0$ 0$ 0$ +5 paź 2023 4 sty 2025 DOT 0.00010317 0$ 0$ 0$ +5 paź 2023 4 sty 2025 DOT 0.00004332 0$ 0$ 0$ +5 paź 2023 4 sty 2025 DOT 0.0001108 0$ 0$ 0$ +6 paź 2023 4 sty 2025 DOT 0.00003322 0$ 0$ 0$ +6 paź 2023 4 sty 2025 DOT 0.00002911 0$ 0$ 0$ +6 paź 2023 4 sty 2025 DOT 0.00011173 0$ 0$ 0$ +7 paź 2023 4 sty 2025 DOT 0.00008288 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00009591 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00010785 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00007138 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00010203 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00006075 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00002386 0$ 0$ 0$ +10 paź 2023 4 sty 2025 DOT 0.00005214 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.00008954 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.0000123 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.00008288 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.00007206 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.00001855 0$ 0$ 0$ +11 paź 2023 4 sty 2025 DOT 0.00011305 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00009404 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00002945 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00011056 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00002395 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00009342 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00002892 0$ 0$ 0$ +12 paź 2023 4 sty 2025 DOT 0.00008494 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.00002603 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.00003312 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.0000955 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.00002343 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.0000907 0$ 0$ 0$ +13 paź 2023 4 sty 2025 DOT 0.00007661 0$ 0$ 0$ +14 paź 2023 4 sty 2025 DOT 0.00006269 0$ 0$ 0$ +14 paź 2023 4 sty 2025 DOT 0.00010286 0$ 0$ 0$ +14 paź 2023 4 sty 2025 DOT 0.00007836 0$ 0$ 0$ +14 paź 2023 4 sty 2025 DOT 0.00010512 0$ 0$ 0$ +17 paź 2023 4 sty 2025 DOT 0.00010032 0$ 0$ 0$ +17 paź 2023 4 sty 2025 DOT 0.00010713 0$ 0$ 0$ +17 paź 2023 4 sty 2025 DOT 0.00002055 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.00002837 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.00010902 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.00010093 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.00005163 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.00002536 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.0000464 0$ 0$ 0$ +18 paź 2023 4 sty 2025 DOT 0.0000932 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00009281 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00004475 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00007399 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00002977 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00010766 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00002746 0$ 0$ 0$ +19 paź 2023 4 sty 2025 DOT 0.00009593 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00010527 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00002891 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00005256 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00001179 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00010257 0$ 0$ 0$ +20 paź 2023 4 sty 2025 DOT 0.00008949 0$ 0$ 0$ +21 paź 2023 4 sty 2025 DOT 0.00001427 0$ 0$ 0$ +21 paź 2023 4 sty 2025 DOT 0.00001794 0$ 0$ 0$ +22 paź 2023 4 sty 2025 DOT 0.00009017 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.00003142 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.0001056 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.00002888 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.00010764 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.00010672 0$ 0$ 0$ +23 paź 2023 4 sty 2025 DOT 0.00002927 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.00010351 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.00010682 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.00002874 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.00008827 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.0000246 0$ 0$ 0$ +24 paź 2023 4 sty 2025 DOT 0.000097 0$ 0$ 0$ +25 paź 2023 4 sty 2025 DOT 0.0000262 0$ 0$ 0$ +25 paź 2023 4 sty 2025 DOT 0.00001408 0$ 0$ 0$ +25 paź 2023 4 sty 2025 DOT 0.00009714 0$ 0$ 0$ +25 paź 2023 4 sty 2025 DOT 0.0000267 0$ 0$ 0$ +26 paź 2023 4 sty 2025 DOT 0.00009818 0$ 0$ 0$ +26 paź 2023 4 sty 2025 DOT 0.00006527 0$ 0$ 0$ +26 paź 2023 4 sty 2025 DOT 0.00007367 0$ 0$ 0$ +26 paź 2023 4 sty 2025 DOT 0.00009767 0$ 0$ 0$ +27 paź 2023 4 sty 2025 DOT 0.00002879 0$ 0$ 0$ +27 paź 2023 4 sty 2025 DOT 0.00003851 0$ 0$ 0$ +27 paź 2023 4 sty 2025 DOT 0.00004377 0$ 0$ 0$ +27 paź 2023 4 sty 2025 DOT 0.00002649 0$ 0$ 0$ +27 paź 2023 4 sty 2025 DOT 0.00009646 0$ 0$ 0$ +28 paź 2023 4 sty 2025 DOT 0.00001452 0$ 0$ 0$ +29 paź 2023 4 sty 2025 DOT 0.00001227 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00002725 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00009536 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00009734 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00000745 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00009608 0$ 0$ 0$ +30 paź 2023 4 sty 2025 DOT 0.00003697 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00009482 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00008975 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00003932 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00009536 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00007749 0$ 0$ 0$ +31 paź 2023 4 sty 2025 DOT 0.00002803 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.00003037 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.0000255 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.00009579 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.00006386 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.0000671 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.0000806 0$ 0$ 0$ +1 lis 2023 4 sty 2025 DOT 0.00004656 0$ 0$ 0$ +2 lis 2023 4 sty 2025 DOT 0.00009882 0$ 0$ 0$ +2 lis 2023 4 sty 2025 DOT 0.00009003 0$ 0$ 0$ +3 lis 2023 4 sty 2025 DOT 0.00001491 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.00008834 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.00004208 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.00009032 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.00006968 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.00009055 0$ 0$ 0$ +4 lis 2023 4 sty 2025 DOT 0.0000776 0$ 0$ 0$ +6 lis 2023 4 sty 2025 DOT 0.00009595 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00008589 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00002673 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00002915 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00001977 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00003075 0$ 0$ 0$ +7 lis 2023 4 sty 2025 DOT 0.00009416 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00009401 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00009215 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00005639 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00008922 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00009285 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00002569 0$ 0$ 0$ +8 lis 2023 4 sty 2025 DOT 0.00004933 0$ 0$ 0$ +9 lis 2023 4 sty 2025 DOT 0.00007009 0$ 0$ 0$ +9 lis 2023 4 sty 2025 DOT 0.00009025 0$ 0$ 0$ +9 lis 2023 4 sty 2025 DOT 0.00003448 0$ 0$ 0$ +10 lis 2023 4 sty 2025 DOT 0.00009111 0$ 0$ 0$ +10 lis 2023 4 sty 2025 DOT 0.00006081 0$ 0$ 0$ +10 lis 2023 4 sty 2025 DOT 0.00004965 0$ 0$ 0$ +10 lis 2023 4 sty 2025 DOT 0.00009785 0$ 0$ 0$ +10 lis 2023 4 sty 2025 DOT 0.00004638 0$ 0$ 0$ +11 lis 2023 4 sty 2025 DOT 0.00003177 0$ 0$ 0$ +11 lis 2023 4 sty 2025 DOT 0.00005277 0$ 0$ 0$ +11 lis 2023 4 sty 2025 DOT 0.00009838 0$ 0$ 0$ +11 lis 2023 4 sty 2025 DOT 0.00005463 0$ 0$ 0$ +12 lis 2023 4 sty 2025 DOT 0.00004274 0$ 0$ 0$ +13 lis 2023 4 sty 2025 DOT 0.00008405 0$ 0$ 0$ +13 lis 2023 4 sty 2025 DOT 0.00001041 0$ 0$ 0$ +13 lis 2023 4 sty 2025 DOT 0.00008492 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.00004217 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.00009429 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.00005613 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.0000726 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.00007979 0$ 0$ 0$ +14 lis 2023 4 sty 2025 DOT 0.00007104 0$ 0$ 0$ +15 lis 2023 4 sty 2025 DOT 0.00007128 0$ 0$ 0$ +15 lis 2023 4 sty 2025 DOT 0.00005237 0$ 0$ 0$ +15 lis 2023 4 sty 2025 DOT 0.0000926 0$ 0$ 0$ +15 lis 2023 4 sty 2025 DOT 0.00009198 0$ 0$ 0$ +15 lis 2023 4 sty 2025 DOT 0.0000947 0$ 0$ 0$ +16 lis 2023 4 sty 2025 DOT 0.00001513 0$ 0$ 0$ +16 lis 2023 4 sty 2025 DOT 0.00009048 0$ 0$ 0$ +16 lis 2023 4 sty 2025 DOT 0.00003102 0$ 0$ 0$ +17 lis 2023 4 sty 2025 DOT 0.00003309 0$ 0$ 0$ +17 lis 2023 4 sty 2025 DOT 0.00009985 0$ 0$ 0$ +17 lis 2023 4 sty 2025 DOT 0.00010182 0$ 0$ 0$ +19 lis 2023 4 sty 2025 DOT 0.0000402 0$ 0$ 0$ +20 lis 2023 4 sty 2025 DOT 0.0000454 0$ 0$ 0$ +20 lis 2023 4 sty 2025 DOT 0.00003437 0$ 0$ 0$ +20 lis 2023 4 sty 2025 DOT 0.00003027 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.00007217 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.00009738 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.00009396 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.00004056 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.00010256 0$ 0$ 0$ +21 lis 2023 4 sty 2025 DOT 0.0000992 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00009128 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00009376 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00010165 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00004263 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00009695 0$ 0$ 0$ +22 lis 2023 4 sty 2025 DOT 0.00009542 0$ 0$ 0$ +23 lis 2023 4 sty 2025 DOT 0.00002689 0$ 0$ 0$ +23 lis 2023 4 sty 2025 DOT 0.00008504 0$ 0$ 0$ +23 lis 2023 4 sty 2025 DOT 0.00002484 0$ 0$ 0$ +23 lis 2023 4 sty 2025 DOT 0.00009869 0$ 0$ 0$ +24 lis 2023 4 sty 2025 DOT 0.00009603 0$ 0$ 0$ +24 lis 2023 4 sty 2025 DOT 0.0000254 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00002441 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00009202 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00009217 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00002469 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00009506 0$ 0$ 0$ +25 lis 2023 4 sty 2025 DOT 0.00002612 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00001753 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00002694 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00009524 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00009982 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00009956 0$ 0$ 0$ +28 lis 2023 4 sty 2025 DOT 0.00002376 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00002016 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00009416 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00007207 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00001837 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00005194 0$ 0$ 0$ +29 lis 2023 4 sty 2025 DOT 0.00009391 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00002078 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00009365 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00003127 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00009442 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00003042 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00002172 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00009236 0$ 0$ 0$ +30 lis 2023 4 sty 2025 DOT 0.00009308 0$ 0$ 0$ +1 gru 2023 4 sty 2025 DOT 0.00009479 0$ 0$ 0$ +1 gru 2023 4 sty 2025 DOT 0.00008877 0$ 0$ 0$ +1 gru 2023 4 sty 2025 DOT 0.00003431 0$ 0$ 0$ +1 gru 2023 4 sty 2025 DOT 0.00002074 0$ 0$ 0$ +4 gru 2023 4 sty 2025 DOT 0.0000646 0$ 0$ 0$ +4 gru 2023 4 sty 2025 DOT 0.00009598 0$ 0$ 0$ +4 gru 2023 4 sty 2025 DOT 0.00005444 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.000055 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.00002383 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.00006461 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.00005782 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.00002154 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.0000923 0$ 0$ 0$ +5 gru 2023 4 sty 2025 DOT 0.00009239 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00006432 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00002129 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00004276 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00006361 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00005047 0$ 0$ 0$ +6 gru 2023 4 sty 2025 DOT 0.00007928 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.00002641 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.00009606 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.00009499 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.0000206 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.00002612 0$ 0$ 0$ +7 gru 2023 4 sty 2025 DOT 0.00002061 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.00009392 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.0000969 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.00002603 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.00002731 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.00007892 0$ 0$ 0$ +8 gru 2023 4 sty 2025 DOT 0.00008344 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00002188 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00002723 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00003231 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00006162 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00001957 0$ 0$ 0$ +9 gru 2023 4 sty 2025 DOT 0.00009633 0$ 0$ 0$ +11 gru 2023 4 sty 2025 DOT 0.00006667 0$ 0$ 0$ +11 gru 2023 4 sty 2025 DOT 0.0000774 0$ 0$ 0$ +11 gru 2023 4 sty 2025 DOT 0.00003346 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.00006501 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.00007896 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.00002029 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.0000199 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.00009365 0$ 0$ 0$ +12 gru 2023 4 sty 2025 DOT 0.00002356 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.00002131 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.00002261 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.00009539 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.00009386 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.00001927 0$ 0$ 0$ +13 gru 2023 4 sty 2025 DOT 0.0000209 0$ 0$ 0$ +14 gru 2023 4 sty 2025 DOT 0.0000965 0$ 0$ 0$ +14 gru 2023 4 sty 2025 DOT 0.00009889 0$ 0$ 0$ +14 gru 2023 4 sty 2025 DOT 0.00008961 0$ 0$ 0$ +14 gru 2023 4 sty 2025 DOT 0.00002723 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00009983 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00002028 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00008987 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00002114 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00007242 0$ 0$ 0$ +15 gru 2023 4 sty 2025 DOT 0.00005134 0$ 0$ 0$ +16 gru 2023 4 sty 2025 DOT 0.00007307 0$ 0$ 0$ +16 gru 2023 4 sty 2025 DOT 0.00008982 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.00001896 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.00002089 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.00003325 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.0000616 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.00008953 0$ 0$ 0$ +17 gru 2023 4 sty 2025 DOT 0.00001846 0$ 0$ 0$ +18 gru 2023 4 sty 2025 DOT 0.00002082 0$ 0$ 0$ +18 gru 2023 4 sty 2025 DOT 0.00004555 0$ 0$ 0$ +18 gru 2023 4 sty 2025 DOT 0.00008134 0$ 0$ 0$ +21 gru 2023 4 sty 2025 DOT 0.00000795 0$ 0$ 0$ +21 gru 2023 4 sty 2025 DOT 0.00006421 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00008452 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00006462 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00002074 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00008937 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00006113 0$ 0$ 0$ +22 gru 2023 4 sty 2025 DOT 0.00008881 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00001681 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00002088 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00004383 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00006528 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00008716 0$ 0$ 0$ +23 gru 2023 4 sty 2025 DOT 0.00000762 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00005705 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00008389 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00004949 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00010055 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00008896 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.0000018 0$ 0$ 0$ +24 gru 2023 4 sty 2025 DOT 0.00009283 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00008128 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00001672 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00004563 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00009822 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00004778 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00008941 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00009871 0$ 0$ 0$ +25 gru 2023 4 sty 2025 DOT 0.00008833 0$ 0$ 0$ +26 gru 2023 4 sty 2025 DOT 0.00001125 0$ 0$ 0$ +26 gru 2023 4 sty 2025 DOT 0.00003817 0$ 0$ 0$ +26 gru 2023 4 sty 2025 DOT 0.00002075 0$ 0$ 0$ +26 gru 2023 4 sty 2025 DOT 0.0000544 0$ 0$ 0$ +27 gru 2023 4 sty 2025 DOT 0.00008854 0$ 0$ 0$ +27 gru 2023 4 sty 2025 DOT 0.00007337 0$ 0$ 0$ +27 gru 2023 4 sty 2025 DOT 0.00010119 0$ 0$ 0$ +28 gru 2023 4 sty 2025 DOT 0.05247926 0$ 0,41$ 0,41$ +28 gru 2023 4 sty 2025 DOT 0.05229881 0$ 0,41$ 0,41$ +3 sty 2024 4 sty 2025 DOT 0.00009601 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.0000151 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.00002531 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.00002466 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.0000933 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.00001845 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.00010068 0$ 0$ 0$ +4 sty 2024 4 sty 2025 DOT 0.00010026 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00001913 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00009939 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00001729 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00009342 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00010059 0$ 0$ 0$ +5 sty 2024 4 sty 2025 DOT 0.00002807 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00001842 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00009498 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00005362 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00000343 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.0000567 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00002944 0$ 0$ 0$ +6 sty 2024 4 sty 2025 DOT 0.00005944 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00007773 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00010012 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00005177 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00007781 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00002872 0$ 0$ 0$ +7 sty 2024 4 sty 2025 DOT 0.00007707 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00008987 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00000979 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00007817 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00005865 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00008415 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00012828 0$ 0$ 0$ +8 sty 2024 4 sty 2025 DOT 0.00009171 0$ 0$ 0$ +10 sty 2024 4 sty 2025 DOT 0.00004597 0$ 0$ 0$ +10 sty 2024 4 sty 2025 DOT 0.00009787 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00003645 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00012175 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00009278 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00009197 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.0001191 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00012405 0$ 0$ 0$ +11 sty 2024 4 sty 2025 DOT 0.00008572 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.00003554 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.00008969 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.0001195 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.00003331 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.00002061 0$ 0$ 0$ +12 sty 2024 4 sty 2025 DOT 0.00012823 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00011533 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00008117 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00005296 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00001365 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00009122 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00000828 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00012898 0$ 0$ 0$ +13 sty 2024 4 sty 2025 DOT 0.00007046 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00003381 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00008194 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00004799 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.0001269 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00012426 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00009649 0$ 0$ 0$ +14 sty 2024 4 sty 2025 DOT 0.00002961 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.00006342 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.00011999 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.00005473 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.00003801 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.0000941 0$ 0$ 0$ +15 sty 2024 4 sty 2025 DOT 0.00004842 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00003586 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00012355 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00009309 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00006986 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.0000336 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00008965 0$ 0$ 0$ +16 sty 2024 4 sty 2025 DOT 0.00010523 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00008198 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00003426 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00002893 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00009927 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.0000232 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00003601 0$ 0$ 0$ +17 sty 2024 4 sty 2025 DOT 0.00004764 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.00006332 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.00006198 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.00002703 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.00003663 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.0000964 0$ 0$ 0$ +18 sty 2024 4 sty 2025 DOT 0.00000295 0$ 0$ 0$ +19 sty 2024 4 sty 2025 DOT 0.00010042 0$ 0$ 0$ +19 sty 2024 4 sty 2025 DOT 0.00002528 0$ 0$ 0$ +19 sty 2024 4 sty 2025 DOT 0.00005733 0$ 0$ 0$ +19 sty 2024 4 sty 2025 DOT 0.00009633 0$ 0$ 0$ +19 sty 2024 4 sty 2025 DOT 0.0000588 0$ 0$ 0$ +20 sty 2024 4 sty 2025 DOT 0.00002556 0$ 0$ 0$ +20 sty 2024 4 sty 2025 DOT 0.00005944 0$ 0$ 0$ +20 sty 2024 4 sty 2025 DOT 0.00007124 0$ 0$ 0$ +20 sty 2024 4 sty 2025 DOT 0.00007935 0$ 0$ 0$ +20 sty 2024 4 sty 2025 DOT 0.00007107 0$ 0$ 0$ +21 sty 2024 4 sty 2025 DOT 0.00007161 0$ 0$ 0$ +21 sty 2024 4 sty 2025 DOT 0.00009089 0$ 0$ 0$ +21 sty 2024 4 sty 2025 DOT 0.00000373 0$ 0$ 0$ +22 sty 2024 4 sty 2025 DOT 0.00007137 0$ 0$ 0$ +22 sty 2024 4 sty 2025 DOT 0.00007914 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00006223 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00002566 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00003818 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00009477 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00007079 0$ 0$ 0$ +23 sty 2024 4 sty 2025 DOT 0.00003293 0$ 0$ 0$ +26 sty 2024 4 sty 2025 DOT 0.00002673 0$ 0$ 0$ +26 sty 2024 4 sty 2025 DOT 0.00009329 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.00002476 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.00009312 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.00004479 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.00009345 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.0000378 0$ 0$ 0$ +27 sty 2024 4 sty 2025 DOT 0.00006357 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00003272 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00001871 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00009288 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00009367 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00005861 0$ 0$ 0$ +28 sty 2024 4 sty 2025 DOT 0.00007525 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.00004065 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.0000366 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.00002921 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.00002857 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.00009732 0$ 0$ 0$ +29 sty 2024 4 sty 2025 DOT 0.00003892 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00008009 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00010026 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00009376 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00001224 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00001197 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.0000187 0$ 0$ 0$ +30 sty 2024 4 sty 2025 DOT 0.00006537 0$ 0$ 0$ +31 sty 2024 4 sty 2025 DOT 0.00007243 0$ 0$ 0$ +31 sty 2024 4 sty 2025 DOT 0.00008458 0$ 0$ 0$ +31 sty 2024 4 sty 2025 DOT 0.00001572 0$ 0$ 0$ +31 sty 2024 4 sty 2025 DOT 0.00009947 0$ 0$ 0$ +31 sty 2024 4 sty 2025 DOT 0.00006566 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00004503 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00002707 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00004073 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00007063 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00002432 0$ 0$ 0$ +1 lut 2024 4 sty 2025 DOT 0.00010018 0$ 0$ 0$ +2 lut 2024 4 sty 2025 DOT 0.00009978 0$ 0$ 0$ +2 lut 2024 4 sty 2025 DOT 0.00003832 0$ 0$ 0$ +2 lut 2024 4 sty 2025 DOT 0.00007302 0$ 0$ 0$ +2 lut 2024 4 sty 2025 DOT 0.0000246 0$ 0$ 0$ +3 lut 2024 4 sty 2025 DOT 0.00004591 0$ 0$ 0$ +3 lut 2024 4 sty 2025 DOT 0.00006507 0$ 0$ 0$ +3 lut 2024 4 sty 2025 DOT 0.00002591 0$ 0$ 0$ +3 lut 2024 4 sty 2025 DOT 0.00010045 0$ 0$ 0$ +3 lut 2024 4 sty 2025 DOT 0.00006653 0$ 0$ 0$ +4 lut 2024 4 sty 2025 DOT 0.00009215 0$ 0$ 0$ +4 lut 2024 4 sty 2025 DOT 0.00002568 0$ 0$ 0$ +4 lut 2024 4 sty 2025 DOT 0.00002724 0$ 0$ 0$ +4 lut 2024 4 sty 2025 DOT 0.00002339 0$ 0$ 0$ +5 lut 2024 4 sty 2025 DOT 0.00009044 0$ 0$ 0$ +5 lut 2024 4 sty 2025 DOT 0.00008453 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00001409 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00002483 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00002159 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00006505 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00010065 0$ 0$ 0$ +6 lut 2024 4 sty 2025 DOT 0.00000979 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.00006087 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.00007582 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.0000412 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.00004026 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.00005614 0$ 0$ 0$ +7 lut 2024 4 sty 2025 DOT 0.00002373 0$ 0$ 0$ +8 lut 2024 4 sty 2025 DOT 0.0000426 0$ 0$ 0$ +8 lut 2024 4 sty 2025 DOT 0.00009854 0$ 0$ 0$ +8 lut 2024 4 sty 2025 DOT 0.00007049 0$ 0$ 0$ +8 lut 2024 4 sty 2025 DOT 0.00002426 0$ 0$ 0$ +8 lut 2024 4 sty 2025 DOT 0.00006593 0$ 0$ 0$ +9 lut 2024 4 sty 2025 DOT 0.00004571 0$ 0$ 0$ +9 lut 2024 4 sty 2025 DOT 0.0000246 0$ 0$ 0$ +9 lut 2024 4 sty 2025 DOT 0.0001 0$ 0$ 0$ +9 lut 2024 4 sty 2025 DOT 0.00006263 0$ 0$ 0$ +9 lut 2024 4 sty 2025 DOT 0.00005157 0$ 0$ 0$ +10 lut 2024 4 sty 2025 DOT 0.00002404 0$ 0$ 0$ +10 lut 2024 4 sty 2025 DOT 0.00010001 0$ 0$ 0$ +11 lut 2024 4 sty 2025 DOT 0.00002146 0$ 0$ 0$ +11 lut 2024 4 sty 2025 DOT 0.00003537 0$ 0$ 0$ +12 lut 2024 4 sty 2025 DOT 0.00008239 0$ 0$ 0$ +12 lut 2024 4 sty 2025 DOT 0.00010025 0$ 0$ 0$ +12 lut 2024 4 sty 2025 DOT 0.00002014 0$ 0$ 0$ +12 lut 2024 4 sty 2025 DOT 0.00004869 0$ 0$ 0$ +12 lut 2024 4 sty 2025 DOT 0.00010025 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00006613 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00000162 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00002523 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00002486 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00001833 0$ 0$ 0$ +13 lut 2024 4 sty 2025 DOT 0.00006972 0$ 0$ 0$ +14 lut 2024 4 sty 2025 DOT 0.0001001 0$ 0$ 0$ +14 lut 2024 4 sty 2025 DOT 0.00010119 0$ 0$ 0$ +14 lut 2024 4 sty 2025 DOT 0.00004459 0$ 0$ 0$ +14 lut 2024 4 sty 2025 DOT 0.00006905 0$ 0$ 0$ +14 lut 2024 4 sty 2025 DOT 0.0000228 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.00010167 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.00005871 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.00001151 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.00006552 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.0000855 0$ 0$ 0$ +15 lut 2024 4 sty 2025 DOT 0.00001756 0$ 0$ 0$ +16 lut 2024 4 sty 2025 DOT 0.0000377 0$ 0$ 0$ +16 lut 2024 4 sty 2025 DOT 0.00007008 0$ 0$ 0$ +16 lut 2024 4 sty 2025 DOT 0.00002563 0$ 0$ 0$ +16 lut 2024 4 sty 2025 DOT 0.00008363 0$ 0$ 0$ +17 lut 2024 4 sty 2025 DOT 0.00010069 0$ 0$ 0$ +17 lut 2024 4 sty 2025 DOT 0.00000728 0$ 0$ 0$ +18 lut 2024 4 sty 2025 DOT 0.00002204 0$ 0$ 0$ +18 lut 2024 4 sty 2025 DOT 0.00002346 0$ 0$ 0$ +18 lut 2024 4 sty 2025 DOT 0.00008449 0$ 0$ 0$ +18 lut 2024 4 sty 2025 DOT 0.00002476 0$ 0$ 0$ +18 lut 2024 4 sty 2025 DOT 0.00001903 0$ 0$ 0$ +19 lut 2024 4 sty 2025 DOT 0.00009499 0$ 0$ 0$ +19 lut 2024 4 sty 2025 DOT 0.0000131 0$ 0$ 0$ +19 lut 2024 4 sty 2025 DOT 0.00008301 0$ 0$ 0$ +19 lut 2024 4 sty 2025 DOT 0.00002575 0$ 0$ 0$ +19 lut 2024 4 sty 2025 DOT 0.00004053 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.0000693 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.00001759 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.0000483 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.00001947 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.00000742 0$ 0$ 0$ +20 lut 2024 4 sty 2025 DOT 0.00006716 0$ 0$ 0$ +21 lut 2024 4 sty 2025 DOT 0.00009761 0$ 0$ 0$ +21 lut 2024 4 sty 2025 DOT 0.00002573 0$ 0$ 0$ +21 lut 2024 4 sty 2025 DOT 0.00005853 0$ 0$ 0$ +21 lut 2024 4 sty 2025 DOT 0.0000584 0$ 0$ 0$ +21 lut 2024 4 sty 2025 DOT 0.00009865 0$ 0$ 0$ +22 lut 2024 4 sty 2025 DOT 0.0000261 0$ 0$ 0$ +22 lut 2024 4 sty 2025 DOT 0.00005672 0$ 0$ 0$ +22 lut 2024 4 sty 2025 DOT 0.00005827 0$ 0$ 0$ +22 lut 2024 4 sty 2025 DOT 0.00009899 0$ 0$ 0$ +22 lut 2024 4 sty 2025 DOT 0.00002601 0$ 0$ 0$ +23 lut 2024 4 sty 2025 DOT 0.00005636 0$ 0$ 0$ +23 lut 2024 4 sty 2025 DOT 0.00005834 0$ 0$ 0$ +23 lut 2024 4 sty 2025 DOT 0.00009808 0$ 0$ 0$ +23 lut 2024 4 sty 2025 DOT 0.00002627 0$ 0$ 0$ +24 lut 2024 4 sty 2025 DOT 0.00006693 0$ 0$ 0$ +24 lut 2024 4 sty 2025 DOT 0.00004656 0$ 0$ 0$ +24 lut 2024 4 sty 2025 DOT 0.00009821 0$ 0$ 0$ +24 lut 2024 4 sty 2025 DOT 0.00002623 0$ 0$ 0$ +25 lut 2024 4 sty 2025 DOT 0.0000512 0$ 0$ 0$ +25 lut 2024 4 sty 2025 DOT 0.0000973 0$ 0$ 0$ +26 lut 2024 4 sty 2025 DOT 0.00006225 0$ 0$ 0$ +26 lut 2024 4 sty 2025 DOT 0.0000264 0$ 0$ 0$ +26 lut 2024 4 sty 2025 DOT 0.00009831 0$ 0$ 0$ +26 lut 2024 4 sty 2025 DOT 0.00003741 0$ 0$ 0$ +27 lut 2024 4 sty 2025 DOT 0.00007599 0$ 0$ 0$ +27 lut 2024 4 sty 2025 DOT 0.00002658 0$ 0$ 0$ +27 lut 2024 4 sty 2025 DOT 0.00007909 0$ 0$ 0$ +27 lut 2024 4 sty 2025 DOT 0.00005568 0$ 0$ 0$ +28 lut 2024 4 sty 2025 DOT 0.00003522 0$ 0$ 0$ +28 lut 2024 4 sty 2025 DOT 0.00002137 0$ 0$ 0$ +28 lut 2024 4 sty 2025 DOT 0.00005055 0$ 0$ 0$ +28 lut 2024 4 sty 2025 DOT 0.00007898 0$ 0$ 0$ +28 lut 2024 4 sty 2025 DOT 0.00003995 0$ 0$ 0$ +29 lut 2024 4 sty 2025 DOT 0.00004566 0$ 0$ 0$ +29 lut 2024 4 sty 2025 DOT 0.00008031 0$ 0$ 0$ +29 lut 2024 4 sty 2025 DOT 0.00001716 0$ 0$ 0$ +29 lut 2024 4 sty 2025 DOT 0.00004401 0$ 0$ 0$ +29 lut 2024 4 sty 2025 DOT 0.00000638 0$ 0$ 0$ +1 Mar 2024 4 sty 2025 DOT 0.0000211 0$ 0$ 0$ +1 Mar 2024 4 sty 2025 DOT 0.0000351 0$ 0$ 0$ +1 Mar 2024 4 sty 2025 DOT 0.00005636 0$ 0$ 0$ +1 Mar 2024 4 sty 2025 DOT 0.00008198 0$ 0$ 0$ +2 Mar 2024 4 sty 2025 DOT 0.00007162 0$ 0$ 0$ +2 Mar 2024 4 sty 2025 DOT 0.00004009 0$ 0$ 0$ +2 Mar 2024 4 sty 2025 DOT 0.00008316 0$ 0$ 0$ +3 Mar 2024 4 sty 2025 DOT 0.00006289 0$ 0$ 0$ +3 Mar 2024 4 sty 2025 DOT 0.00008358 0$ 0$ 0$ +4 Mar 2024 4 sty 2025 DOT 0.00004748 0$ 0$ 0$ +7 Mar 2024 4 sty 2025 DOT 0.00007863 0$ 0$ 0$ +7 Mar 2024 4 sty 2025 DOT 0.00001195 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00004853 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00001632 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00003757 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00005114 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00005919 0$ 0$ 0$ +8 Mar 2024 4 sty 2025 DOT 0.00008243 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00004205 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00001538 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00004737 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00008056 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00000925 0$ 0$ 0$ +9 Mar 2024 4 sty 2025 DOT 0.00001713 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.0000189 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.00005643 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.000046 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.00005788 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.00008082 0$ 0$ 0$ +10 Mar 2024 4 sty 2025 DOT 0.00004255 0$ 0$ 0$ +11 Mar 2024 4 sty 2025 DOT 0.00000939 0$ 0$ 0$ +11 Mar 2024 4 sty 2025 DOT 0.00001324 0$ 0$ 0$ +11 Mar 2024 4 sty 2025 DOT 0.00004883 0$ 0$ 0$ +11 Mar 2024 4 sty 2025 DOT 0.0000423 0$ 0$ 0$ +12 Mar 2024 4 sty 2025 DOT 0.00003897 0$ 0$ 0$ +12 Mar 2024 4 sty 2025 DOT 0.00008217 0$ 0$ 0$ +12 Mar 2024 4 sty 2025 DOT 0.00003114 0$ 0$ 0$ +12 Mar 2024 4 sty 2025 DOT 0.00008699 0$ 0$ 0$ +12 Mar 2024 4 sty 2025 DOT 0.00006278 0$ 0$ 0$ +13 Mar 2024 4 sty 2025 DOT 0.00004478 0$ 0$ 0$ +13 Mar 2024 4 sty 2025 DOT 0.00008261 0$ 0$ 0$ +13 Mar 2024 4 sty 2025 DOT 0.0000539 0$ 0$ 0$ +13 Mar 2024 4 sty 2025 DOT 0.00005634 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00005845 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00008718 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00004865 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00008802 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00006304 0$ 0$ 0$ +14 Mar 2024 4 sty 2025 DOT 0.00005257 0$ 0$ 0$ +15 Mar 2024 4 sty 2025 DOT 0.00008595 0$ 0$ 0$ +15 Mar 2024 4 sty 2025 DOT 0.00009402 0$ 0$ 0$ +15 Mar 2024 4 sty 2025 DOT 0.00003227 0$ 0$ 0$ +15 Mar 2024 4 sty 2025 DOT 0.00006246 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00009389 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00005641 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00005303 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00001648 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00001721 0$ 0$ 0$ +16 Mar 2024 4 sty 2025 DOT 0.00003455 0$ 0$ 0$ +17 Mar 2024 4 sty 2025 DOT 0.00009178 0$ 0$ 0$ +17 Mar 2024 4 sty 2025 DOT 0.00006459 0$ 0$ 0$ +17 Mar 2024 4 sty 2025 DOT 0.00009038 0$ 0$ 0$ +18 Mar 2024 4 sty 2025 DOT 0.00001204 0$ 0$ 0$ +18 Mar 2024 4 sty 2025 DOT 0.0000468 0$ 0$ 0$ +18 Mar 2024 4 sty 2025 DOT 0.00005179 0$ 0$ 0$ +18 Mar 2024 4 sty 2025 DOT 0.00006512 0$ 0$ 0$ +19 Mar 2024 4 sty 2025 DOT 0.00003613 0$ 0$ 0$ +19 Mar 2024 4 sty 2025 DOT 0.00005828 0$ 0$ 0$ +19 Mar 2024 4 sty 2025 DOT 0.00005544 0$ 0$ 0$ +19 Mar 2024 4 sty 2025 DOT 0.0000597 0$ 0$ 0$ +19 Mar 2024 4 sty 2025 DOT 0.00009578 0$ 0$ 0$ +20 Mar 2024 4 sty 2025 DOT 0.00007452 0$ 0$ 0$ +20 Mar 2024 4 sty 2025 DOT 0.00009501 0$ 0$ 0$ +20 Mar 2024 4 sty 2025 DOT 0.00004127 0$ 0$ 0$ +20 Mar 2024 4 sty 2025 DOT 0.00006494 0$ 0$ 0$ +21 Mar 2024 4 sty 2025 DOT 0.00003282 0$ 0$ 0$ +21 Mar 2024 4 sty 2025 DOT 0.00009133 0$ 0$ 0$ +21 Mar 2024 4 sty 2025 DOT 0.00002368 0$ 0$ 0$ +21 Mar 2024 4 sty 2025 DOT 0.00001744 0$ 0$ 0$ +22 Mar 2024 4 sty 2025 DOT 0.00002544 0$ 0$ 0$ +22 Mar 2024 4 sty 2025 DOT 0.00001989 0$ 0$ 0$ +22 Mar 2024 4 sty 2025 DOT 0.00005016 0$ 0$ 0$ +22 Mar 2024 4 sty 2025 DOT 0.00009824 0$ 0$ 0$ +22 Mar 2024 4 sty 2025 DOT 0.00004734 0$ 0$ 0$ +23 Mar 2024 4 sty 2025 DOT 0.00001018 0$ 0$ 0$ +23 Mar 2024 4 sty 2025 DOT 0.00002052 0$ 0$ 0$ +23 Mar 2024 4 sty 2025 DOT 0.00009895 0$ 0$ 0$ +23 Mar 2024 4 sty 2025 DOT 0.00003723 0$ 0$ 0$ +24 Mar 2024 4 sty 2025 DOT 0.00003113 0$ 0$ 0$ +24 Mar 2024 4 sty 2025 DOT 0.00007227 0$ 0$ 0$ +25 Mar 2024 4 sty 2025 DOT 0.00006549 0$ 0$ 0$ +25 Mar 2024 4 sty 2025 DOT 0.00001804 0$ 0$ 0$ +25 Mar 2024 4 sty 2025 DOT 0.00002664 0$ 0$ 0$ +25 Mar 2024 4 sty 2025 DOT 0.00003758 0$ 0$ 0$ +25 Mar 2024 4 sty 2025 DOT 0.00009781 0$ 0$ 0$ +26 Mar 2024 4 sty 2025 DOT 0.00001284 0$ 0$ 0$ +26 Mar 2024 4 sty 2025 DOT 0.00006161 0$ 0$ 0$ +26 Mar 2024 4 sty 2025 DOT 0.00000708 0$ 0$ 0$ +26 Mar 2024 4 sty 2025 DOT 0.00006922 0$ 0$ 0$ +26 Mar 2024 4 sty 2025 DOT 0.00006617 0$ 0$ 0$ +27 Mar 2024 4 sty 2025 DOT 0.0000124 0$ 0$ 0$ +27 Mar 2024 4 sty 2025 DOT 0.00005778 0$ 0$ 0$ +27 Mar 2024 4 sty 2025 DOT 0.00006224 0$ 0$ 0$ +27 Mar 2024 4 sty 2025 DOT 0.00008246 0$ 0$ 0$ +2 kwi 2024 4 sty 2025 DOT 0.00002657 0$ 0$ 0$ +3 kwi 2024 4 sty 2025 DOT 0.00004111 0$ 0$ 0$ +3 kwi 2024 4 sty 2025 DOT 0.00004388 0$ 0$ 0$ +3 kwi 2024 4 sty 2025 DOT 0.00005051 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00003222 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00006156 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00002523 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00003201 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00007199 0$ 0$ 0$ +4 kwi 2024 4 sty 2025 DOT 0.00006018 0$ 0$ 0$ +5 kwi 2024 4 sty 2025 DOT 0.00004891 0$ 0$ 0$ +5 kwi 2024 4 sty 2025 DOT 0.000067 0$ 0$ 0$ +5 kwi 2024 4 sty 2025 DOT 0.00005419 0$ 0$ 0$ +5 kwi 2024 4 sty 2025 DOT 0.00006757 0$ 0$ 0$ +5 kwi 2024 4 sty 2025 DOT 0.00002616 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.0000393 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.00007628 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.00005836 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.00005838 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.00000826 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.00006046 0$ 0$ 0$ +6 kwi 2024 4 sty 2025 DOT 0.0000276 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00002704 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00007135 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00005566 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00004728 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00006489 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.00005831 0$ 0$ 0$ +7 kwi 2024 4 sty 2025 DOT 0.0000885 0$ 0$ 0$ +8 kwi 2024 4 sty 2025 DOT 0.00006262 0$ 0$ 0$ +8 kwi 2024 4 sty 2025 DOT 0.00007446 0$ 0$ 0$ +8 kwi 2024 4 sty 2025 DOT 0.00006648 0$ 0$ 0$ +8 kwi 2024 4 sty 2025 DOT 0.00005255 0$ 0$ 0$ +8 kwi 2024 4 sty 2025 DOT 0.00005523 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.0000197 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.0000316 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.00006741 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.00005249 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.00003897 0$ 0$ 0$ +9 kwi 2024 4 sty 2025 DOT 0.00005411 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.00007047 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.0000193 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.00002435 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.00009974 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.00003391 0$ 0$ 0$ +10 kwi 2024 4 sty 2025 DOT 0.00005726 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00006334 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00007283 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00005134 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00009198 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00006152 0$ 0$ 0$ +11 kwi 2024 4 sty 2025 DOT 0.00002452 0$ 0$ 0$ +12 kwi 2024 4 sty 2025 DOT 0.00004947 0$ 0$ 0$ +12 kwi 2024 4 sty 2025 DOT 0.00005219 0$ 0$ 0$ +12 kwi 2024 4 sty 2025 DOT 0.00002695 0$ 0$ 0$ +12 kwi 2024 4 sty 2025 DOT 0.00003491 0$ 0$ 0$ +12 kwi 2024 4 sty 2025 DOT 0.00005098 0$ 0$ 0$ +15 kwi 2024 4 sty 2025 DOT 0.00005566 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00004598 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00007223 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00003931 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00001347 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00003137 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00005975 0$ 0$ 0$ +16 kwi 2024 4 sty 2025 DOT 0.00005578 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00005214 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00004362 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00007336 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00004851 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00004884 0$ 0$ 0$ +17 kwi 2024 4 sty 2025 DOT 0.00004427 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00002238 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00003948 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00001301 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00009355 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00004438 0$ 0$ 0$ +18 kwi 2024 4 sty 2025 DOT 0.00007091 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00004515 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00005176 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00002494 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00009784 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00003907 0$ 0$ 0$ +19 kwi 2024 4 sty 2025 DOT 0.00003177 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.0000984 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00007523 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00001761 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00008134 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00004225 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00009239 0$ 0$ 0$ +20 kwi 2024 4 sty 2025 DOT 0.00003481 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.0000981 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00005424 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00002884 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00003339 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00008012 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00007755 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.0000232 0$ 0$ 0$ +21 kwi 2024 4 sty 2025 DOT 0.00002858 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00009649 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00005728 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00003257 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00009599 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00003065 0$ 0$ 0$ +22 kwi 2024 4 sty 2025 DOT 0.00007834 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00002588 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00006123 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00005144 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00004559 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00004129 0$ 0$ 0$ +23 kwi 2024 4 sty 2025 DOT 0.00000159 0$ 0$ 0$ +24 kwi 2024 4 sty 2025 DOT 0.00009132 0$ 0$ 0$ +24 kwi 2024 4 sty 2025 DOT 0.00008872 0$ 0$ 0$ +24 kwi 2024 4 sty 2025 DOT 0.00003499 0$ 0$ 0$ +24 kwi 2024 4 sty 2025 DOT 0.00002979 0$ 0$ 0$ +24 kwi 2024 4 sty 2025 DOT 0.00007107 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.0000459 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.0000668 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.00008911 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.00002651 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.00004041 0$ 0$ 0$ +25 kwi 2024 4 sty 2025 DOT 0.00001203 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00004331 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00002269 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00004492 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00004474 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00007264 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.000034 0$ 0$ 0$ +26 kwi 2024 4 sty 2025 DOT 0.00002218 0$ 0$ 0$ +27 kwi 2024 4 sty 2025 DOT 0.00002778 0$ 0$ 0$ +27 kwi 2024 4 sty 2025 DOT 0.00009529 0$ 0$ 0$ +27 kwi 2024 4 sty 2025 DOT 0.00006502 0$ 0$ 0$ +28 kwi 2024 4 sty 2025 DOT 0.00008664 0$ 0$ 0$ +28 kwi 2024 4 sty 2025 DOT 0.00003278 0$ 0$ 0$ +2 maj 2024 4 sty 2025 DOT 0.00005141 0$ 0$ 0$ +2 maj 2024 4 sty 2025 DOT 0.00004649 0$ 0$ 0$ +2 maj 2024 4 sty 2025 DOT 0.00004172 0$ 0$ 0$ +3 maj 2024 4 sty 2025 DOT 0.00007521 0$ 0$ 0$ +3 maj 2024 4 sty 2025 DOT 0.00008798 0$ 0$ 0$ +3 maj 2024 4 sty 2025 DOT 0.00006454 0$ 0$ 0$ +3 maj 2024 4 sty 2025 DOT 0.00007004 0$ 0$ 0$ +3 maj 2024 4 sty 2025 DOT 0.00006011 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.0000354 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.000017 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.0000465 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.00003887 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.00001971 0$ 0$ 0$ +4 maj 2024 4 sty 2025 DOT 0.00009495 0$ 0$ 0$ +5 maj 2024 4 sty 2025 DOT 0.00005885 0$ 0$ 0$ +5 maj 2024 4 sty 2025 DOT 0.00007174 0$ 0$ 0$ +5 maj 2024 4 sty 2025 DOT 0.00008838 0$ 0$ 0$ +5 maj 2024 4 sty 2025 DOT 0.00002756 0$ 0$ 0$ +5 maj 2024 4 sty 2025 DOT 0.00009515 0$ 0$ 0$ +6 maj 2024 4 sty 2025 DOT 0.00006287 0$ 0$ 0$ +6 maj 2024 4 sty 2025 DOT 0.00003203 0$ 0$ 0$ +6 maj 2024 4 sty 2025 DOT 0.00007404 0$ 0$ 0$ +6 maj 2024 4 sty 2025 DOT 0.0000596 0$ 0$ 0$ +6 maj 2024 4 sty 2025 DOT 0.00005233 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00003105 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00004785 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00002408 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00003857 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00006673 0$ 0$ 0$ +7 maj 2024 4 sty 2025 DOT 0.00004182 0$ 0$ 0$ +8 maj 2024 4 sty 2025 DOT 0.00002581 0$ 0$ 0$ +8 maj 2024 4 sty 2025 DOT 0.00005344 0$ 0$ 0$ +8 maj 2024 4 sty 2025 DOT 0.00006937 0$ 0$ 0$ +8 maj 2024 4 sty 2025 DOT 0.00001656 0$ 0$ 0$ +8 maj 2024 4 sty 2025 DOT 0.00003091 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00004588 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00004013 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00003323 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00005183 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00006918 0$ 0$ 0$ +9 maj 2024 4 sty 2025 DOT 0.00008183 0$ 0$ 0$ +10 maj 2024 4 sty 2025 DOT 0.0000317 0$ 0$ 0$ +10 maj 2024 4 sty 2025 DOT 0.00001977 0$ 0$ 0$ +10 maj 2024 4 sty 2025 DOT 0.0000196 0$ 0$ 0$ +10 maj 2024 4 sty 2025 DOT 0.0000723 0$ 0$ 0$ +10 maj 2024 4 sty 2025 DOT 0.00002006 0$ 0$ 0$ +11 maj 2024 4 sty 2025 DOT 0.00002684 0$ 0$ 0$ +11 maj 2024 4 sty 2025 DOT 0.00003473 0$ 0$ 0$ +11 maj 2024 4 sty 2025 DOT 0.00006617 0$ 0$ 0$ +11 maj 2024 4 sty 2025 DOT 0.00006395 0$ 0$ 0$ +11 maj 2024 4 sty 2025 DOT 0.00003565 0$ 0$ 0$ +12 maj 2024 4 sty 2025 DOT 0.00001256 0$ 0$ 0$ +12 maj 2024 4 sty 2025 DOT 0.00005113 0$ 0$ 0$ +12 maj 2024 4 sty 2025 DOT 0.00007207 0$ 0$ 0$ +12 maj 2024 4 sty 2025 DOT 0.00005982 0$ 0$ 0$ +15 maj 2024 4 sty 2025 DOT 0.00021892 0$ 0$ 0$ +16 maj 2024 4 sty 2025 DOT 0.00021719 0$ 0$ 0$ +16 maj 2024 4 sty 2025 DOT 0.00021656 0$ 0$ 0$ +16 maj 2024 4 sty 2025 DOT 0.0002099 0$ 0$ 0$ +17 maj 2024 4 sty 2025 DOT 0.00022185 0$ 0$ 0$ +17 maj 2024 4 sty 2025 DOT 0.00022148 0$ 0$ 0$ +17 maj 2024 4 sty 2025 DOT 0.00003173 0$ 0$ 0$ +17 maj 2024 4 sty 2025 DOT 0.000187 0$ 0$ 0$ +17 maj 2024 4 sty 2025 DOT 0.00007794 0$ 0$ 0$ +18 maj 2024 4 sty 2025 DOT 0.00013973 0$ 0$ 0$ +19 maj 2024 4 sty 2025 DOT 0.00021356 0$ 0$ 0$ +20 maj 2024 4 sty 2025 DOT 0.0002111 0$ 0$ 0$ +20 maj 2024 4 sty 2025 DOT 0.00000627 0$ 0$ 0$ +20 maj 2024 4 sty 2025 DOT 0.00020994 0$ 0$ 0$ +21 maj 2024 4 sty 2025 DOT 0.00000967 0$ 0$ 0$ +22 maj 2024 4 sty 2025 DOT 0.00020609 0$ 0$ 0$ +22 maj 2024 4 sty 2025 DOT 0.00013914 0$ 0$ 0$ +23 maj 2024 4 sty 2025 DOT 0.00007948 0$ 0$ 0$ +24 maj 2024 4 sty 2025 DOT 0.00021995 0$ 0$ 0$ +24 maj 2024 4 sty 2025 DOT 0.00004244 0$ 0$ 0$ +25 maj 2024 4 sty 2025 DOT 0.00017636 0$ 0$ 0$ +26 maj 2024 4 sty 2025 DOT 0.00022047 0$ 0$ 0$ +27 maj 2024 4 sty 2025 DOT 0.0002193 0$ 0$ 0$ +28 maj 2024 4 sty 2025 DOT 0.00000783 0$ 0$ 0$ +28 maj 2024 4 sty 2025 DOT 0.00021217 0$ 0$ 0$ +28 maj 2024 4 sty 2025 DOT 0.00022037 0$ 0$ 0$ +29 maj 2024 4 sty 2025 DOT 0.00007445 0$ 0$ 0$ +30 maj 2024 4 sty 2025 DOT 0.0001561 0$ 0$ 0$ +30 maj 2024 4 sty 2025 DOT 0.00015329 0$ 0$ 0$ +31 maj 2024 4 sty 2025 DOT 0.00006237 0$ 0$ 0$ +1 cze 2024 4 sty 2025 DOT 0.00010757 0$ 0$ 0$ +1 cze 2024 4 sty 2025 DOT 0.00010885 0$ 0$ 0$ +2 cze 2024 4 sty 2025 DOT 0.00021672 0$ 0$ 0$ +3 cze 2024 4 sty 2025 DOT 0.00007179 0$ 0$ 0$ +3 cze 2024 4 sty 2025 DOT 0.00014799 0$ 0$ 0$ +3 cze 2024 4 sty 2025 DOT 0.00006526 0$ 0$ 0$ +4 cze 2024 4 sty 2025 DOT 0.00005038 0$ 0$ 0$ +4 cze 2024 4 sty 2025 DOT 0.00011023 0$ 0$ 0$ +4 cze 2024 4 sty 2025 DOT 0.00005207 0$ 0$ 0$ +5 cze 2024 4 sty 2025 DOT 0.00004949 0$ 0$ 0$ +5 cze 2024 4 sty 2025 DOT 0.00011573 0$ 0$ 0$ +5 cze 2024 4 sty 2025 DOT 0.00004934 0$ 0$ 0$ +6 cze 2024 4 sty 2025 DOT 0.00017352 0$ 0$ 0$ +6 cze 2024 4 sty 2025 DOT 0.00005134 0$ 0$ 0$ +7 cze 2024 4 sty 2025 DOT 0.00006362 0$ 0$ 0$ +7 cze 2024 4 sty 2025 DOT 0.0001034 0$ 0$ 0$ +7 cze 2024 4 sty 2025 DOT 0.00014976 0$ 0$ 0$ +8 cze 2024 4 sty 2025 DOT 0.0000676 0$ 0$ 0$ +8 cze 2024 4 sty 2025 DOT 0.00003068 0$ 0$ 0$ +9 cze 2024 4 sty 2025 DOT 0.00003043 0$ 0$ 0$ +9 cze 2024 4 sty 2025 DOT 0.00018759 0$ 0$ 0$ +10 cze 2024 4 sty 2025 DOT 0.0000297 0$ 0$ 0$ +10 cze 2024 4 sty 2025 DOT 0.0002154 0$ 0$ 0$ +11 cze 2024 4 sty 2025 DOT 0.00016918 0$ 0$ 0$ +11 cze 2024 4 sty 2025 DOT 0.00016979 0$ 0$ 0$ +12 cze 2024 4 sty 2025 DOT 0.00005032 0$ 0$ 0$ +12 cze 2024 4 sty 2025 DOT 0.00003077 0$ 0$ 0$ +13 cze 2024 4 sty 2025 DOT 0.00019354 0$ 0$ 0$ +13 cze 2024 4 sty 2025 DOT 0.00001221 0$ 0$ 0$ +14 cze 2024 4 sty 2025 DOT 0.00020708 0$ 0$ 0$ +14 cze 2024 4 sty 2025 DOT 0.00021191 0$ 0$ 0$ +16 cze 2024 4 sty 2025 DOT 0.00021636 0$ 0$ 0$ +17 cze 2024 4 sty 2025 DOT 0.00002972 0$ 0$ 0$ +17 cze 2024 4 sty 2025 DOT 0.00019162 0$ 0$ 0$ +17 cze 2024 4 sty 2025 DOT 0.00002579 0$ 0$ 0$ +17 cze 2024 4 sty 2025 DOT 0.00018971 0$ 0$ 0$ +18 cze 2024 4 sty 2025 DOT 0.00010034 0$ 0$ 0$ +19 cze 2024 4 sty 2025 DOT 0.00012322 0$ 0$ 0$ +20 cze 2024 4 sty 2025 DOT 0.00001841 0$ 0$ 0$ +20 cze 2024 4 sty 2025 DOT 0.00006754 0$ 0$ 0$ +20 cze 2024 4 sty 2025 DOT 0.00013069 0$ 0$ 0$ +20 cze 2024 4 sty 2025 DOT 0.00009222 0$ 0$ 0$ +21 cze 2024 4 sty 2025 DOT 0.00013553 0$ 0$ 0$ +21 cze 2024 4 sty 2025 DOT 0.00003568 0$ 0$ 0$ +22 cze 2024 4 sty 2025 DOT 0.00017982 0$ 0$ 0$ +22 cze 2024 4 sty 2025 DOT 0.00007507 0$ 0$ 0$ +23 cze 2024 4 sty 2025 DOT 0.0001503 0$ 0$ 0$ +24 cze 2024 4 sty 2025 DOT 0.0002263 0$ 0$ 0$ +24 cze 2024 4 sty 2025 DOT 0.00006479 0$ 0$ 0$ +25 cze 2024 4 sty 2025 DOT 0.00007162 0$ 0$ 0$ +25 cze 2024 4 sty 2025 DOT 0.00008063 0$ 0$ 0$ +25 cze 2024 4 sty 2025 DOT 0.00021776 0$ 0$ 0$ +26 cze 2024 4 sty 2025 DOT 0.00007257 0$ 0$ 0$ +26 cze 2024 4 sty 2025 DOT 0.00001034 0$ 0$ 0$ +27 cze 2024 4 sty 2025 DOT 0.00014112 0$ 0$ 0$ +27 cze 2024 4 sty 2025 DOT 0.000215 0$ 0$ 0$ +1 lip 2024 4 sty 2025 DOT 0.00021534 0$ 0$ 0$ +1 lip 2024 4 sty 2025 DOT 0.0002154 0$ 0$ 0$ +1 lip 2024 4 sty 2025 DOT 0.00021757 0$ 0$ 0$ +1 lip 2024 4 sty 2025 DOT 0.00021961 0$ 0$ 0$ +2 lip 2024 4 sty 2025 DOT 0.00011879 0$ 0$ 0$ +3 lip 2024 4 sty 2025 DOT 0.00009865 0$ 0$ 0$ +3 lip 2024 4 sty 2025 DOT 0.00002785 0$ 0$ 0$ +4 lip 2024 4 sty 2025 DOT 0.00019614 0$ 0$ 0$ +4 lip 2024 4 sty 2025 DOT 0.00022029 0$ 0$ 0$ +6 lip 2024 4 sty 2025 DOT 0.0000661 0$ 0$ 0$ +6 lip 2024 4 sty 2025 DOT 0.00015463 0$ 0$ 0$ +6 lip 2024 4 sty 2025 DOT 0.00022339 0$ 0$ 0$ +8 lip 2024 4 sty 2025 DOT 0.00021597 0$ 0$ 0$ +8 lip 2024 4 sty 2025 DOT 0.0002129 0$ 0$ 0$ +9 lip 2024 4 sty 2025 DOT 0.0002166 0$ 0$ 0$ +10 lip 2024 4 sty 2025 DOT 0.00021534 0$ 0$ 0$ +11 lip 2024 4 sty 2025 DOT 0.00000631 0$ 0$ 0$ +12 lip 2024 4 sty 2025 DOT 0.00020853 0$ 0$ 0$ +12 lip 2024 4 sty 2025 DOT 0.0002138 0$ 0$ 0$ +14 lip 2024 4 sty 2025 DOT 0.00002085 0$ 0$ 0$ +14 lip 2024 4 sty 2025 DOT 0.00019469 0$ 0$ 0$ +15 lip 2024 4 sty 2025 DOT 0.00006775 0$ 0$ 0$ +15 lip 2024 4 sty 2025 DOT 0.00021674 0$ 0$ 0$ +16 lip 2024 4 sty 2025 DOT 0.00014781 0$ 0$ 0$ +16 lip 2024 4 sty 2025 DOT 0.00005263 0$ 0$ 0$ +16 lip 2024 4 sty 2025 DOT 0.00001271 0$ 0$ 0$ +17 lip 2024 4 sty 2025 DOT 0.00015324 0$ 0$ 0$ +17 lip 2024 4 sty 2025 DOT 0.00004202 0$ 0$ 0$ +17 lip 2024 4 sty 2025 DOT 0.00017265 0$ 0$ 0$ +18 lip 2024 4 sty 2025 DOT 0.00021497 0$ 0$ 0$ +19 lip 2024 4 sty 2025 DOT 0.00006051 0$ 0$ 0$ +19 lip 2024 4 sty 2025 DOT 0.0001528 0$ 0$ 0$ +21 lip 2024 4 sty 2025 DOT 0.00022334 0$ 0$ 0$ +22 lip 2024 4 sty 2025 DOT 0.00021633 0$ 0$ 0$ +22 lip 2024 4 sty 2025 DOT 0.00021518 0$ 0$ 0$ +23 lip 2024 4 sty 2025 DOT 0.0002312 0$ 0$ 0$ +24 lip 2024 4 sty 2025 DOT 0.00021358 0$ 0$ 0$ +25 lip 2024 4 sty 2025 DOT 0.00021435 0$ 0$ 0$ +26 lip 2024 4 sty 2025 DOT 0.00001476 0$ 0$ 0$ +26 lip 2024 4 sty 2025 DOT 0.00019646 0$ 0$ 0$ +27 lip 2024 4 sty 2025 DOT 0.00004841 0$ 0$ 0$ +28 lip 2024 4 sty 2025 DOT 0.00017703 0$ 0$ 0$ +29 lip 2024 4 sty 2025 DOT 0.00021531 0$ 0$ 0$ +29 lip 2024 4 sty 2025 DOT 0.00021419 0$ 0$ 0$ +1 sie 2024 4 sty 2025 DOT 0.00006625 0$ 0$ 0$ +1 sie 2024 4 sty 2025 DOT 0.00015064 0$ 0$ 0$ +1 sie 2024 4 sty 2025 DOT 0.00021578 0$ 0$ 0$ +2 sie 2024 4 sty 2025 DOT 0.0000763 0$ 0$ 0$ +2 sie 2024 4 sty 2025 DOT 0.00014015 0$ 0$ 0$ +2 sie 2024 4 sty 2025 DOT 0.00005522 0$ 0$ 0$ +3 sie 2024 4 sty 2025 DOT 0.00015842 0$ 0$ 0$ +4 sie 2024 4 sty 2025 DOT 0.00021619 0$ 0$ 0$ +5 sie 2024 4 sty 2025 DOT 0.00022251 0$ 0$ 0$ +5 sie 2024 4 sty 2025 DOT 0.00021733 0$ 0$ 0$ +6 sie 2024 4 sty 2025 DOT 0.00007494 0$ 0$ 0$ +6 sie 2024 4 sty 2025 DOT 0.00014938 0$ 0$ 0$ +7 sie 2024 4 sty 2025 DOT 0.0000642 0$ 0$ 0$ +7 sie 2024 4 sty 2025 DOT 0.00015002 0$ 0$ 0$ +8 sie 2024 4 sty 2025 DOT 0.00022218 0$ 0$ 0$ +9 sie 2024 4 sty 2025 DOT 0.00021618 0$ 0$ 0$ +11 sie 2024 4 sty 2025 DOT 0.00021283 0$ 0$ 0$ +12 sie 2024 4 sty 2025 DOT 0.00021416 0$ 0$ 0$ +12 sie 2024 4 sty 2025 DOT 0.00021982 0$ 0$ 0$ +13 sie 2024 4 sty 2025 DOT 0.00021537 0$ 0$ 0$ +14 sie 2024 4 sty 2025 DOT 0.00021719 0$ 0$ 0$ +15 sie 2024 4 sty 2025 DOT 0.00010773 0$ 0$ 0$ +16 sie 2024 4 sty 2025 DOT 0.00007663 0$ 0$ 0$ +16 sie 2024 4 sty 2025 DOT 0.00003447 0$ 0$ 0$ +16 sie 2024 4 sty 2025 DOT 0.00021684 0$ 0$ 0$ +18 sie 2024 4 sty 2025 DOT 0.00021241 0$ 0$ 0$ +18 sie 2024 4 sty 2025 DOT 0.00002651 0$ 0$ 0$ +19 sie 2024 4 sty 2025 DOT 0.00018781 0$ 0$ 0$ +19 sie 2024 4 sty 2025 DOT 0.00021383 0$ 0$ 0$ +20 sie 2024 4 sty 2025 DOT 0.00021119 0$ 0$ 0$ +21 sie 2024 4 sty 2025 DOT 0.00004817 0$ 0$ 0$ +22 sie 2024 4 sty 2025 DOT 0.0001618 0$ 0$ 0$ +22 sie 2024 4 sty 2025 DOT 0.00021174 0$ 0$ 0$ +23 sie 2024 4 sty 2025 DOT 0.00018235 0$ 0$ 0$ +24 sie 2024 4 sty 2025 DOT 0.00002839 0$ 0$ 0$ +25 sie 2024 4 sty 2025 DOT 0.00002848 0$ 0$ 0$ +25 sie 2024 4 sty 2025 DOT 0.00003589 0$ 0$ 0$ +25 sie 2024 4 sty 2025 DOT 0.00014649 0$ 0$ 0$ +25 sie 2024 4 sty 2025 DOT 0.00005206 0$ 0$ 0$ +26 sie 2024 4 sty 2025 DOT 0.00016894 0$ 0$ 0$ +26 sie 2024 4 sty 2025 DOT 0.00004936 0$ 0$ 0$ +27 sie 2024 4 sty 2025 DOT 0.00016496 0$ 0$ 0$ +27 sie 2024 4 sty 2025 DOT 0.00021157 0$ 0$ 0$ +28 sie 2024 4 sty 2025 DOT 0.00005086 0$ 0$ 0$ +28 sie 2024 4 sty 2025 DOT 0.00016758 0$ 0$ 0$ +29 sie 2024 4 sty 2025 DOT 0.0002129 0$ 0$ 0$ +30 sie 2024 4 sty 2025 DOT 0.00021178 0$ 0$ 0$ +1 wrz 2024 4 sty 2025 DOT 0.00021693 0$ 0$ 0$ +1 wrz 2024 4 sty 2025 DOT 0.00001962 0$ 0$ 0$ +2 wrz 2024 4 sty 2025 DOT 0.0000507 0$ 0$ 0$ +2 wrz 2024 4 sty 2025 DOT 0.00014798 0$ 0$ 0$ +2 wrz 2024 4 sty 2025 DOT 0.00005201 0$ 0$ 0$ +3 wrz 2024 4 sty 2025 DOT 0.00016263 0$ 0$ 0$ +3 wrz 2024 4 sty 2025 DOT 0.00004908 0$ 0$ 0$ +4 wrz 2024 4 sty 2025 DOT 0.00017038 0$ 0$ 0$ +4 wrz 2024 4 sty 2025 DOT 0.00003861 0$ 0$ 0$ +5 wrz 2024 4 sty 2025 DOT 0.00018494 0$ 0$ 0$ +5 wrz 2024 4 sty 2025 DOT 0.00005465 0$ 0$ 0$ +6 wrz 2024 4 sty 2025 DOT 0.00017675 0$ 0$ 0$ +6 wrz 2024 4 sty 2025 DOT 0.0000203 0$ 0$ 0$ +7 wrz 2024 4 sty 2025 DOT 0.0001952 0$ 0$ 0$ +7 wrz 2024 4 sty 2025 DOT 0.00004839 0$ 0$ 0$ +7 wrz 2024 4 sty 2025 DOT 0.0000342 0$ 0$ 0$ +8 wrz 2024 4 sty 2025 DOT 0.00014971 0$ 0$ 0$ +8 wrz 2024 4 sty 2025 DOT 0.00003122 0$ 0$ 0$ +9 wrz 2024 4 sty 2025 DOT 0.00001418 0$ 0$ 0$ +9 wrz 2024 4 sty 2025 DOT 0.00016781 0$ 0$ 0$ +9 wrz 2024 4 sty 2025 DOT 0.00003771 0$ 0$ 0$ +10 wrz 2024 4 sty 2025 DOT 0.00018694 0$ 0$ 0$ +10 wrz 2024 4 sty 2025 DOT 0.00006997 0$ 0$ 0$ +10 wrz 2024 4 sty 2025 DOT 0.000001 0$ 0$ 0$ +11 wrz 2024 4 sty 2025 DOT 0.00014298 0$ 0$ 0$ +11 wrz 2024 4 sty 2025 DOT 0.00004919 0$ 0$ 0$ +12 wrz 2024 4 sty 2025 DOT 0.00003119 0$ 0$ 0$ +12 wrz 2024 4 sty 2025 DOT 0.0001335 0$ 0$ 0$ +12 wrz 2024 4 sty 2025 DOT 0.00021478 0$ 0$ 0$ +13 wrz 2024 4 sty 2025 DOT 0.00006321 0$ 0$ 0$ +13 wrz 2024 4 sty 2025 DOT 0.00015366 0$ 0$ 0$ +15 wrz 2024 4 sty 2025 DOT 0.0000216 0$ 0$ 0$ +15 wrz 2024 4 sty 2025 DOT 0.00019113 0$ 0$ 0$ +15 wrz 2024 4 sty 2025 DOT 0.00000554 0$ 0$ 0$ +16 wrz 2024 4 sty 2025 DOT 0.00006842 0$ 0$ 0$ +16 wrz 2024 4 sty 2025 DOT 0.00005403 0$ 0$ 0$ +16 wrz 2024 4 sty 2025 DOT 0.00015584 0$ 0$ 0$ +17 wrz 2024 4 sty 2025 DOT 0.00017302 0$ 0$ 0$ +17 wrz 2024 4 sty 2025 DOT 0.0002239 0$ 0$ 0$ +18 wrz 2024 4 sty 2025 DOT 0.00022631 0$ 0$ 0$ +19 wrz 2024 4 sty 2025 DOT 0.0002209 0$ 0$ 0$ +20 wrz 2024 4 sty 2025 DOT 0.00021891 0$ 0$ 0$ +22 wrz 2024 4 sty 2025 DOT 0.00021809 0$ 0$ 0$ +22 wrz 2024 4 sty 2025 DOT 0.00021896 0$ 0$ 0$ +23 wrz 2024 4 sty 2025 DOT 0.00021637 0$ 0$ 0$ +24 wrz 2024 4 sty 2025 DOT 0.00021717 0$ 0$ 0$ +25 wrz 2024 4 sty 2025 DOT 0.00021812 0$ 0$ 0$ +26 wrz 2024 4 sty 2025 DOT 0.00015706 0$ 0$ 0$ +27 wrz 2024 4 sty 2025 DOT 0.0000595 0$ 0$ 0$ +27 wrz 2024 4 sty 2025 DOT 0.00021818 0$ 0$ 0$ +29 wrz 2024 4 sty 2025 DOT 0.00021915 0$ 0$ 0$ +30 wrz 2024 4 sty 2025 DOT 0.00021994 0$ 0$ 0$ +30 wrz 2024 4 sty 2025 DOT 0.00021984 0$ 0$ 0$ +1 paź 2024 4 sty 2025 DOT 0.00021967 0$ 0$ 0$ +2 paź 2024 4 sty 2025 DOT 0.00022123 0$ 0$ 0$ +3 paź 2024 4 sty 2025 DOT 0.00021986 0$ 0$ 0$ +4 paź 2024 4 sty 2025 DOT 0.00022223 0$ 0$ 0$ +6 paź 2024 4 sty 2025 DOT 0.00022111 0$ 0$ 0$ +7 paź 2024 4 sty 2025 DOT 0.00022072 0$ 0$ 0$ +7 paź 2024 4 sty 2025 DOT 0.00022218 0$ 0$ 0$ +8 paź 2024 4 sty 2025 DOT 0.00022209 0$ 0$ 0$ +9 paź 2024 4 sty 2025 DOT 0.00022196 0$ 0$ 0$ +10 paź 2024 4 sty 2025 DOT 0.00022135 0$ 0$ 0$ +11 paź 2024 4 sty 2025 DOT 0.00022146 0$ 0$ 0$ +14 paź 2024 4 sty 2025 DOT 0.00022058 0$ 0$ 0$ +15 paź 2024 4 sty 2025 DOT 0.00021981 0$ 0$ 0$ +15 paź 2024 4 sty 2025 DOT 0.00022014 0$ 0$ 0$ +15 paź 2024 4 sty 2025 DOT 0.00022344 0$ 0$ 0$ +16 paź 2024 4 sty 2025 DOT 0.00022376 0$ 0$ 0$ +17 paź 2024 4 sty 2025 DOT 0.00022194 0$ 0$ 0$ +18 paź 2024 4 sty 2025 DOT 0.00022252 0$ 0$ 0$ +20 paź 2024 4 sty 2025 DOT 0.00022147 0$ 0$ 0$ +21 paź 2024 4 sty 2025 DOT 0.00022243 0$ 0$ 0$ +21 paź 2024 4 sty 2025 DOT 0.00022135 0$ 0$ 0$ +22 paź 2024 4 sty 2025 DOT 0.00022192 0$ 0$ 0$ +23 paź 2024 4 sty 2025 DOT 0.00022004 0$ 0$ 0$ +24 paź 2024 4 sty 2025 DOT 0.00022052 0$ 0$ 0$ +26 paź 2024 4 sty 2025 DOT 0.0002193 0$ 0$ 0$ +28 paź 2024 4 sty 2025 DOT 0.00022242 0$ 0$ 0$ +28 paź 2024 4 sty 2025 DOT 0.0000881 0$ 0$ 0$ +29 paź 2024 4 sty 2025 DOT 0.00009366 0$ 0$ 0$ +29 paź 2024 4 sty 2025 DOT 0.00017844 0$ 0$ 0$ +29 paź 2024 4 sty 2025 DOT 0.00017531 0$ 0$ 0$ +30 paź 2024 4 sty 2025 DOT 0.00018344 0$ 0$ 0$ +31 paź 2024 4 sty 2025 DOT 0.00017764 0$ 0$ 0$ +1 lis 2024 4 sty 2025 DOT 0.00017845 0$ 0$ 0$ +4 lis 2024 4 sty 2025 DOT 0.00017048 0$ 0$ 0$ +5 lis 2024 4 sty 2025 DOT 0.00017987 0$ 0$ 0$ +5 lis 2024 4 sty 2025 DOT 0.00017825 0$ 0$ 0$ +5 lis 2024 4 sty 2025 DOT 0.00018439 0$ 0$ 0$ +6 lis 2024 4 sty 2025 DOT 0.00017667 0$ 0$ 0$ +7 lis 2024 4 sty 2025 DOT 0.00018104 0$ 0$ 0$ +8 lis 2024 4 sty 2025 DOT 0.00017521 0$ 0$ 0$ +9 lis 2024 4 sty 2025 DOT 0.00017494 0$ 0$ 0$ +11 lis 2024 4 sty 2025 DOT 0.00017703 0$ 0$ 0$ +11 lis 2024 4 sty 2025 DOT 0.00018306 0$ 0$ 0$ +12 lis 2024 4 sty 2025 DOT 0.00018124 0$ 0$ 0$ +14 lis 2024 4 sty 2025 DOT 0.00018964 0$ 0$ 0$ +14 lis 2024 4 sty 2025 DOT 0.00018534 0$ 0$ 0$ +15 lis 2024 4 sty 2025 DOT 0.00018703 0$ 0$ 0$ +17 lis 2024 4 sty 2025 DOT 0.00018557 0$ 0$ 0$ +18 lis 2024 4 sty 2025 DOT 0.00018311 0$ 0$ 0$ +18 lis 2024 4 sty 2025 DOT 0.0001368 0$ 0$ 0$ +19 lis 2024 4 sty 2025 DOT 0.00013577 0$ 0$ 0$ +20 lis 2024 4 sty 2025 DOT 0.00013728 0$ 0$ 0$ +21 lis 2024 4 sty 2025 DOT 0.00013576 0$ 0$ 0$ +22 lis 2024 4 sty 2025 DOT 0.00013198 0$ 0$ 0$ +25 lis 2024 4 sty 2025 DOT 0.00013492 0$ 0$ 0$ +25 lis 2024 4 sty 2025 DOT 0.00014122 0$ 0$ 0$ +25 lis 2024 4 sty 2025 DOT 0.00014325 0$ 0$ 0$ +26 lis 2024 4 sty 2025 DOT 0.00013396 0$ 0$ 0$ +27 lis 2024 4 sty 2025 DOT 0.00013554 0$ 0$ 0$ +28 lis 2024 4 sty 2025 DOT 0.00013819 0$ 0$ 0$ +30 lis 2024 4 sty 2025 DOT 0.00014488 0$ 0$ 0$ +30 lis 2024 4 sty 2025 DOT 0.00014399 0$ 0$ 0$ +2 gru 2024 4 sty 2025 DOT 0.0001412 0$ 0$ 0$ +3 gru 2024 4 sty 2025 DOT 0.00014712 0$ 0$ 0$ +3 gru 2024 4 sty 2025 DOT 0.00013984 0$ 0$ 0$ +5 gru 2024 4 sty 2025 DOT 0.000144 0$ 0$ 0$ +6 gru 2024 4 sty 2025 DOT 0.00014625 0$ 1,15$ 1,15$ +27 lut 2023 30 kwi 2025 1INCH 1.56026536 0$ 0,31$ 0,31$ +27 lut 2023 30 kwi 2025 1INCH 1.56097524 0$ 0,31$ 0,31$ +27 lut 2023 30 kwi 2025 1INCH 1.56095336 0$ 0,30$ 0,30$ +3 Mar 2025 30 kwi 2025 MEW 39.32924669 0$ 0,11$ 0,11$ +3 Mar 2025 30 kwi 2025 MEW 39.38252526 0$ 0,11$ 0,11$ +11 sty 2025 30 kwi 2025 LMWR 0.37995963 0$ 0,04$ 0,04$ +11 sty 2025 30 kwi 2025 LMWR 0.3799549 0$ 0,04$ 0,04$ +11 sty 2025 30 kwi 2025 LMWR 0.37983618 0$ 0,03$ 0,03$ +3 Mar 2025 30 kwi 2025 PYTH 0.4820854 0$ 0,07$ 0,07$ +12 wrz 2025 12 wrz 2025 VET 6.50754733 0$ 0,16$ 0,16$ +12 wrz 2025 12 wrz 2025 VET 6.50294744 0$ 0,16$ 0,16$ +12 wrz 2025 12 wrz 2025 VET 6.50538632 0$ 0,16$ 0,16$ +12 wrz 2025 12 wrz 2025 ZKJ 0.60720762 0$ 0,10$ 0,10$ +12 wrz 2025 12 wrz 2025 ZKJ 0.60789279 0$ 0,11$ 0,11$ \ No newline at end of file diff --git a/src/csvparser.rs b/src/csvparser.rs index 751165a..abb07bd 100644 --- a/src/csvparser.rs +++ b/src/csvparser.rs @@ -16,12 +16,17 @@ enum ParsingState { } #[derive(Default)] -struct TransactionAccumulator { - pub dates: Vec, +struct InvestmentTransactions { pub acquired_dates: Vec, pub sold_dates: Vec, pub costs: Vec, pub gross: Vec, +} +#[derive(Default)] +struct TransactionAccumulator { + pub stock: InvestmentTransactions, + pub crypto: InvestmentTransactions, + pub dates: Vec, pub incomes: Vec, pub taxes: Vec, } @@ -359,17 +364,18 @@ fn process_tax_consolidated_data( let filtred_df = extract_sold_transactions(&df)?; log::info!("Filtered Sold Data of interest: {filtred_df}"); let lacquired_dates = parse_investment_transaction_dates(&filtred_df, "Date acquired")?; - log::info!("dates:: {:?}", ta.acquired_dates); + log::info!("dates:: {:?}", ta.stock.acquired_dates); let lsold_dates = parse_investment_transaction_dates(&filtred_df, "Date sold")?; // For each sold data has to be one acquire date if lacquired_dates.len() != lsold_dates.len() { return Err("ERROR: Different number of acquired and sold dates".to_string()); } - ta.sold_dates.extend(lsold_dates); - ta.acquired_dates.extend(lacquired_dates); + ta.stock.sold_dates.extend(lsold_dates); + ta.stock.acquired_dates.extend(lacquired_dates); let lcosts = parse_incomes(&filtred_df, "Cost basis base currency")?; - ta.gross + ta.stock + .gross .extend(parse_incomes(&filtred_df, "Gross proceeds base currency")?); let fees = parse_incomes(&filtred_df, "Fees base currency")?; @@ -379,7 +385,7 @@ fn process_tax_consolidated_data( .zip(fees) .map(|(x, y)| x.derive(x.value() + y.value())) .collect(); - ta.costs.extend(lcosts); + ta.stock.costs.extend(lcosts); } ParsingState::DividendsEUR(s) | ParsingState::DividendsUSD(s) => { log::trace!("String to parse of Dividends: {s}"); @@ -425,10 +431,12 @@ fn process_tax_consolidated_data( if lacquired_dates.len() != lsold_dates.len() { return Err("ERROR: Different number of acquired and sold dates".to_string()); } - ta.sold_dates.extend(lsold_dates); - ta.acquired_dates.extend(lacquired_dates); - ta.costs.extend(parse_incomes(&df, "Cost basis")?); - ta.gross.extend(parse_incomes(&df, "Gross proceeds")?); + ta.crypto.sold_dates.extend(lsold_dates); + ta.crypto.acquired_dates.extend(lacquired_dates); + ta.crypto.costs.extend(parse_incomes(&df, "Cost basis")?); + ta.crypto + .gross + .extend(parse_incomes(&df, "Gross proceeds")?); } } Ok(()) @@ -526,14 +534,14 @@ pub fn parse_revolut_transactions(csvtoparse: &str) -> Result Result Result<(), String> { let expected_result = Ok(RevolutTransactions { dividend_transactions: vec![], - sold_transactions: vec![ + sold_transactions: vec![], + crypto_transactions: vec![ ( "02/14/20".to_owned(), "12/06/24".to_owned(), @@ -876,7 +903,6 @@ mod tests { crate::Currency::USD(0.15), ), ], - crypto_transactions: vec![], }); assert_eq!(