Soenneker.Blazor.Turnstile 3.0.859

Prefix Reserved
dotnet add package Soenneker.Blazor.Turnstile --version 3.0.859                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 3.0.859                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Turnstile" Version="3.0.859" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Turnstile --version 3.0.859                
#r "nuget: Soenneker.Blazor.Turnstile, 3.0.859"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Turnstile as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Turnstile&version=3.0.859

// Install Soenneker.Blazor.Turnstile as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Turnstile&version=3.0.859                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Turnstile

A Blazor interop library for Cloudflare Turnstile

This library simplifies the integration of Cloudflare Turnstile into Blazor applications, providing access to options, methods, and events. A demo project showcasing common usages is included.

Please refer to the Cloudflare documentation for further details.

Installation

dotnet add package Soenneker.Blazor.Turnstile

1. Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
    services.AddTurnstile();
}

Usage

@using Soenneker.Blazor.Turnstile

<Turnstile @ref="_turnstile" OnCallback="OnCallback" Options="_options" ></Turnstile>

@code{
    private readonly TurnstileOptions _options = new()
    {
        SiteKey = "1x00000000000000000000AA" // Testing key
    };

    private void OnCallback(string token)
    {
        // Send this token to your server for validation
        Logger.LogInformation("OnCallback fired, token: {token}", token);
    }
}

⚠️ While 95%+ of the Cloudflare Turnstile JS has been implemented, there are a few features not yet supported. If you need assistance or want to request a new feature, please open an issue or submit a pull request.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.859 0 11/21/2024
3.0.858 0 11/21/2024
3.0.857 0 11/21/2024
3.0.856 18 11/21/2024
3.0.855 23 11/21/2024
3.0.854 19 11/21/2024
3.0.853 20 11/21/2024
3.0.852 23 11/21/2024
3.0.851 41 11/20/2024
3.0.850 32 11/20/2024
3.0.849 29 11/20/2024
3.0.848 29 11/20/2024
3.0.847 28 11/20/2024
3.0.846 32 11/20/2024
3.0.845 38 11/20/2024
3.0.844 32 11/20/2024
3.0.843 52 11/20/2024
3.0.842 50 11/20/2024
3.0.841 47 11/20/2024
3.0.840 51 11/20/2024
3.0.839 54 11/20/2024
3.0.838 51 11/20/2024
3.0.837 61 11/20/2024
3.0.836 51 11/20/2024
3.0.835 54 11/20/2024
3.0.834 64 11/19/2024
3.0.833 52 11/19/2024
3.0.832 57 11/19/2024
3.0.831 63 11/19/2024
3.0.830 54 11/19/2024
3.0.829 55 11/19/2024
3.0.828 53 11/19/2024
3.0.827 55 11/19/2024
3.0.826 53 11/19/2024
3.0.825 50 11/19/2024
3.0.824 49 11/19/2024
3.0.823 52 11/19/2024
3.0.822 54 11/19/2024
3.0.821 58 11/19/2024
3.0.820 61 11/19/2024
3.0.819 54 11/19/2024
3.0.818 63 11/18/2024
3.0.817 66 11/15/2024
3.0.816 59 11/15/2024
3.0.815 59 11/15/2024
3.0.814 61 11/15/2024
3.0.813 55 11/15/2024
3.0.812 57 11/15/2024
3.0.811 68 11/14/2024
3.0.810 59 11/14/2024
3.0.809 57 11/14/2024
3.0.808 59 11/14/2024
3.0.807 61 11/14/2024
3.0.806 61 11/14/2024
3.0.805 59 11/14/2024
3.0.804 58 11/14/2024
3.0.802 63 11/14/2024
3.0.801 61 11/14/2024
3.0.800 59 11/14/2024
3.0.799 58 11/14/2024
3.0.798 58 11/14/2024
3.0.797 61 11/14/2024
3.0.796 61 11/14/2024
3.0.795 63 11/14/2024
3.0.794 65 11/14/2024
3.0.793 57 11/14/2024
3.0.791 68 11/14/2024
3.0.790 61 11/14/2024
3.0.789 61 11/14/2024
3.0.788 61 11/14/2024
3.0.787 63 11/14/2024
3.0.786 58 11/14/2024
3.0.785 61 11/14/2024
3.0.784 59 11/14/2024
3.0.783 65 11/14/2024
3.0.782 58 11/14/2024
3.0.781 60 11/14/2024
3.0.780 60 11/14/2024
2.1.779 94 11/13/2024
2.1.778 58 11/13/2024
2.1.777 62 11/13/2024
2.1.776 59 11/13/2024
2.1.775 64 11/13/2024
2.1.774 54 11/13/2024
2.1.773 60 11/13/2024
2.1.772 59 11/13/2024
2.1.771 58 11/13/2024
2.1.770 60 11/13/2024
2.1.769 66 11/13/2024
2.1.768 61 11/13/2024
2.1.767 61 11/13/2024
2.1.766 61 11/13/2024
2.1.765 65 11/13/2024
2.1.764 64 11/13/2024
2.1.763 56 11/13/2024
2.1.762 58 11/13/2024
2.1.761 58 11/12/2024
2.1.760 56 11/12/2024
2.1.759 54 11/12/2024
2.1.758 123 11/10/2024
2.1.757 63 11/10/2024
2.1.756 68 11/10/2024
2.1.755 64 11/10/2024
2.1.754 68 11/9/2024
2.1.753 69 11/9/2024
2.1.752 64 11/9/2024
2.1.751 74 11/9/2024
2.1.750 65 11/9/2024
2.1.749 67 11/9/2024
2.1.748 67 11/9/2024
2.1.747 65 11/9/2024
2.1.746 67 11/8/2024
2.1.745 79 11/8/2024
2.1.744 63 11/8/2024
2.1.743 63 11/8/2024
2.1.742 69 11/8/2024
2.1.741 62 11/8/2024
2.1.740 64 11/8/2024
2.1.739 64 11/8/2024
2.1.738 64 11/8/2024
2.1.737 60 11/8/2024
2.1.736 70 11/8/2024
2.1.735 64 11/8/2024
2.1.734 62 11/8/2024
2.1.733 65 11/8/2024
2.1.732 63 11/6/2024
2.1.731 64 11/6/2024
2.1.730 56 11/6/2024
2.1.729 63 11/6/2024
2.1.728 63 11/6/2024
2.1.727 117 11/1/2024
2.1.726 65 11/1/2024
2.1.725 54 11/1/2024
2.1.724 67 11/1/2024
2.1.723 62 11/1/2024
2.1.722 61 11/1/2024
2.1.721 57 11/1/2024
2.1.720 54 11/1/2024
2.1.719 62 11/1/2024
2.1.718 64 11/1/2024
2.1.717 62 11/1/2024
2.1.716 64 11/1/2024
2.1.715 82 10/29/2024
2.1.714 60 10/29/2024
2.1.713 59 10/29/2024
2.1.712 60 10/29/2024
2.1.711 66 10/29/2024
2.1.710 64 10/29/2024
2.1.709 68 10/29/2024
2.1.706 59 10/29/2024
2.1.705 62 10/29/2024
2.1.704 61 10/29/2024
2.1.702 63 10/29/2024
2.1.701 60 10/29/2024
2.1.700 64 10/29/2024
2.1.699 60 10/29/2024
2.1.698 60 10/29/2024
2.1.697 57 10/29/2024
2.1.696 59 10/29/2024
2.1.695 67 10/29/2024
2.1.694 65 10/29/2024
2.1.693 58 10/29/2024
2.1.692 62 10/29/2024
2.1.691 64 10/29/2024
2.1.690 69 10/29/2024
2.1.689 63 10/29/2024
2.1.688 74 10/28/2024
2.1.687 65 10/28/2024
2.1.686 72 10/28/2024
2.1.685 64 10/28/2024
2.1.684 181 10/26/2024
2.1.683 62 10/26/2024
2.1.682 59 10/26/2024
2.1.681 65 10/26/2024
2.1.680 67 10/26/2024
2.1.679 68 10/26/2024
2.1.678 63 10/26/2024
2.1.677 68 10/26/2024
2.1.676 102 10/23/2024
2.1.675 69 10/22/2024
2.1.674 65 10/22/2024
2.1.673 68 10/22/2024
2.1.672 63 10/22/2024
2.1.671 65 10/22/2024
2.1.670 69 10/22/2024
2.1.669 64 10/22/2024
2.1.668 69 10/22/2024
2.1.667 64 10/22/2024
2.1.666 64 10/22/2024
2.1.665 65 10/22/2024
2.1.664 66 10/22/2024
2.1.663 61 10/22/2024
2.1.662 79 10/22/2024
2.1.661 65 10/22/2024
2.1.660 65 10/22/2024
2.1.659 63 10/22/2024
2.1.658 57 10/22/2024
2.1.657 71 10/22/2024
2.1.656 58 10/22/2024
2.1.655 126 10/18/2024
2.1.654 100 10/18/2024
2.1.653 109 10/18/2024
2.1.652 103 10/18/2024
2.1.651 98 10/18/2024
2.1.650 97 10/18/2024
2.1.649 78 10/17/2024
2.1.648 76 10/17/2024
2.1.647 82 10/17/2024
2.1.646 75 10/17/2024
2.1.645 89 10/15/2024
2.1.644 68 10/15/2024
2.1.643 70 10/15/2024
2.1.642 72 10/15/2024
2.1.641 75 10/15/2024
2.1.640 76 10/15/2024
2.1.639 69 10/15/2024
2.1.638 73 10/15/2024
2.1.637 72 10/15/2024
2.1.636 73 10/14/2024
2.1.635 73 10/14/2024
2.1.634 75 10/12/2024
2.1.633 82 10/12/2024
2.1.632 78 10/12/2024
2.1.631 80 10/12/2024
2.1.630 72 10/12/2024
2.1.629 72 10/12/2024
2.1.628 81 10/12/2024
2.1.627 77 10/12/2024
2.1.626 73 10/12/2024
2.1.625 77 10/11/2024
2.1.624 75 10/11/2024
2.1.623 71 10/11/2024
2.1.622 86 10/11/2024
2.1.621 71 10/11/2024
2.1.620 77 10/11/2024
2.1.619 85 10/9/2024
2.1.618 76 10/9/2024
2.1.617 80 10/9/2024
2.1.616 78 10/9/2024
2.1.615 75 10/9/2024
2.1.614 74 10/9/2024
2.1.613 71 10/9/2024
2.1.612 72 10/9/2024
2.1.611 78 10/9/2024
2.1.610 78 10/9/2024
2.1.609 77 10/9/2024
2.1.608 69 10/9/2024
2.1.607 70 10/9/2024
2.1.606 72 10/9/2024
2.1.605 70 10/9/2024
2.1.604 75 10/9/2024
2.1.603 74 10/9/2024
2.1.602 80 10/9/2024
2.1.601 79 10/9/2024
2.1.600 77 10/9/2024
2.1.599 78 10/9/2024
2.1.598 76 10/8/2024
2.1.597 77 10/8/2024
2.1.596 66 10/8/2024
2.1.595 77 10/8/2024
2.1.594 76 10/8/2024
2.1.593 78 10/8/2024
2.1.592 77 10/8/2024
2.1.591 78 10/8/2024
2.1.590 72 10/8/2024
2.1.589 71 10/8/2024
2.1.588 79 10/8/2024
2.1.587 76 10/8/2024
2.1.586 119 10/4/2024
2.1.585 80 10/3/2024
2.1.584 80 10/3/2024
2.1.583 79 10/3/2024
2.1.582 79 10/3/2024
2.1.581 81 10/3/2024
2.1.580 73 10/3/2024
2.1.579 64 10/3/2024
2.1.578 82 10/3/2024
2.1.577 74 10/3/2024
2.1.576 76 10/3/2024
2.1.575 88 10/3/2024
2.1.574 79 10/3/2024
2.1.573 75 10/3/2024
2.1.572 74 10/3/2024
2.1.571 85 10/2/2024
2.1.570 85 10/2/2024
2.1.569 78 10/2/2024
2.1.568 76 10/2/2024
2.1.567 75 10/2/2024
2.1.566 86 10/2/2024
2.1.565 86 10/2/2024
2.1.564 74 10/2/2024
2.1.563 73 10/2/2024
2.1.562 79 10/2/2024
2.1.561 76 10/2/2024
2.1.560 79 10/2/2024
2.1.559 79 10/2/2024
2.1.558 77 10/2/2024
2.1.557 82 10/2/2024
2.1.556 83 10/1/2024
2.1.555 111 10/1/2024
2.1.554 89 10/1/2024
2.1.553 84 10/1/2024
2.1.552 78 10/1/2024
2.1.551 77 10/1/2024
2.1.550 79 10/1/2024
2.1.549 80 10/1/2024
2.1.548 75 10/1/2024
2.1.547 69 10/1/2024
2.1.546 75 10/1/2024
2.1.545 82 10/1/2024
2.1.544 77 10/1/2024
2.1.543 76 9/30/2024
2.1.542 86 9/30/2024
2.1.541 71 9/29/2024
2.1.540 71 9/29/2024
2.1.539 76 9/29/2024
2.1.538 79 9/29/2024
2.1.537 78 9/29/2024
2.1.536 78 9/29/2024
2.1.535 73 9/29/2024
2.1.534 81 9/29/2024
2.1.533 71 9/29/2024
2.1.532 78 9/29/2024
2.1.531 75 9/29/2024
2.1.530 78 9/29/2024
2.1.529 72 9/29/2024
2.1.528 81 9/29/2024
2.1.527 85 9/27/2024
2.1.526 80 9/27/2024
2.1.525 71 9/27/2024
2.1.524 75 9/27/2024
2.1.523 71 9/27/2024
2.1.522 79 9/27/2024
2.1.521 73 9/27/2024
2.1.520 70 9/27/2024
2.1.519 69 9/27/2024
2.1.518 75 9/27/2024
2.1.517 90 9/27/2024
2.1.516 74 9/27/2024
2.1.515 73 9/27/2024
2.1.514 69 9/27/2024
2.1.513 83 9/27/2024
2.1.512 69 9/27/2024
2.1.511 78 9/27/2024
2.1.510 72 9/27/2024
2.1.509 85 9/27/2024
2.1.508 85 9/27/2024
2.1.507 73 9/27/2024
2.1.506 71 9/26/2024
2.1.505 87 9/26/2024
2.1.504 90 9/26/2024
2.1.503 82 9/26/2024
2.1.502 80 9/26/2024
2.1.501 75 9/26/2024
2.1.500 77 9/26/2024
2.1.499 81 9/26/2024
2.1.498 78 9/26/2024
2.1.496 80 9/26/2024
2.1.495 70 9/26/2024
2.1.494 76 9/26/2024
2.1.493 89 9/26/2024
2.1.492 79 9/26/2024
2.1.491 78 9/26/2024
2.1.490 89 9/26/2024
2.1.488 78 9/26/2024
2.1.487 76 9/26/2024
2.1.486 71 9/26/2024
2.1.485 75 9/26/2024
2.1.484 81 9/24/2024
2.1.483 61 9/24/2024
2.1.482 81 9/24/2024
2.1.481 81 9/23/2024
2.1.480 80 9/23/2024
2.1.479 71 9/23/2024
2.1.478 62 9/23/2024
2.1.477 78 9/23/2024
2.1.476 75 9/23/2024
2.1.475 73 9/23/2024
2.1.473 71 9/23/2024
2.1.472 82 9/23/2024
2.1.471 75 9/23/2024
2.1.470 84 9/23/2024
2.1.469 63 9/23/2024
2.1.468 71 9/23/2024
2.1.467 83 9/23/2024
2.1.466 78 9/23/2024
2.1.465 83 9/23/2024
2.1.464 78 9/23/2024
2.1.463 80 9/23/2024
2.1.462 61 9/23/2024
2.1.461 80 9/23/2024
2.1.460 78 9/23/2024
2.1.459 79 9/23/2024
2.1.458 77 9/23/2024
2.1.457 77 9/23/2024
2.1.456 72 9/23/2024
2.1.455 80 9/22/2024
2.1.454 83 9/19/2024
2.1.453 82 9/18/2024
2.1.452 87 9/18/2024
2.1.451 72 9/18/2024
2.1.450 98 9/18/2024
2.1.449 76 9/18/2024
2.1.448 98 9/18/2024
2.1.447 90 9/18/2024
2.1.446 98 9/18/2024
2.1.445 100 9/18/2024
2.1.444 91 9/18/2024
2.1.443 92 9/18/2024
2.1.442 99 9/18/2024
2.1.441 102 9/18/2024
2.1.440 94 9/18/2024
2.1.439 95 9/17/2024
2.1.438 94 9/17/2024
2.1.437 74 9/17/2024
2.1.435 94 9/17/2024
2.1.434 90 9/17/2024
2.1.433 76 9/17/2024
2.1.432 119 9/17/2024
2.1.431 81 9/17/2024
2.1.430 85 9/17/2024
2.1.429 83 9/17/2024
2.1.428 90 9/17/2024
2.1.427 99 9/17/2024
2.1.426 83 9/17/2024
2.1.425 94 9/17/2024
2.1.424 86 9/17/2024
2.1.423 90 9/17/2024
2.1.422 91 9/17/2024
2.1.421 96 9/17/2024
2.1.420 93 9/17/2024
2.1.419 87 9/17/2024
2.1.418 83 9/17/2024
2.1.417 86 9/17/2024
2.1.416 85 9/17/2024
2.1.415 107 9/16/2024
2.1.414 84 9/16/2024
2.1.413 83 9/16/2024
2.1.412 95 9/16/2024
2.1.411 91 9/16/2024
2.1.410 87 9/16/2024
2.1.409 103 9/16/2024
2.1.408 93 9/16/2024
2.1.407 117 9/13/2024
2.1.406 89 9/12/2024
2.1.405 78 9/12/2024
2.1.404 96 9/12/2024
2.1.403 87 9/12/2024
2.1.402 91 9/12/2024
2.1.401 101 9/12/2024
2.1.400 100 9/12/2024
2.1.399 94 9/12/2024
2.1.398 78 9/12/2024
2.1.397 99 9/12/2024
2.1.396 83 9/12/2024
2.1.395 86 9/12/2024
2.1.394 96 9/12/2024
2.1.393 111 9/11/2024
2.1.392 74 9/11/2024
2.1.391 90 9/11/2024
2.1.390 104 9/11/2024
2.1.389 92 9/11/2024
2.1.388 97 9/11/2024
2.1.387 93 9/11/2024
2.1.386 91 9/11/2024
2.1.385 89 9/11/2024
2.1.384 93 9/11/2024
2.1.383 100 9/11/2024
2.1.382 89 9/11/2024
2.1.381 97 9/11/2024
2.1.380 84 9/11/2024
2.1.379 96 9/11/2024
2.1.378 97 9/11/2024
2.1.377 115 9/11/2024
2.1.376 98 9/11/2024
2.1.375 88 9/10/2024
2.1.374 96 9/10/2024
2.1.373 80 9/10/2024
2.1.372 89 9/10/2024
2.1.371 90 9/10/2024
2.1.370 90 9/10/2024
2.1.369 79 9/10/2024
2.1.368 86 9/10/2024
2.1.367 83 9/10/2024
2.1.366 80 9/10/2024
2.1.365 82 9/10/2024
2.1.364 89 9/10/2024
2.1.363 90 9/10/2024
2.1.362 92 9/10/2024
2.1.359 85 9/10/2024
2.1.358 85 9/9/2024
2.1.357 83 9/9/2024
2.1.356 89 9/9/2024
2.1.355 85 9/9/2024
2.1.354 78 9/9/2024
2.1.353 91 9/9/2024
2.1.352 87 9/9/2024
2.1.351 89 9/9/2024
2.1.350 85 9/9/2024
2.1.349 91 9/9/2024
2.1.348 97 9/9/2024
2.1.346 92 9/9/2024
2.1.345 102 9/9/2024
2.1.344 90 9/9/2024
2.1.343 81 9/9/2024
2.1.342 102 9/7/2024
2.1.341 85 9/7/2024
2.1.340 102 9/7/2024
2.1.339 86 9/7/2024
2.1.338 97 9/7/2024
2.1.337 87 9/7/2024
2.1.336 88 9/6/2024
2.1.335 92 9/6/2024
2.1.334 78 9/6/2024
2.1.333 99 9/6/2024
2.1.332 78 9/6/2024
2.1.331 91 9/6/2024
2.1.330 91 9/6/2024
2.1.329 91 9/6/2024
2.1.328 92 9/6/2024
2.1.327 91 9/6/2024
2.1.326 108 9/6/2024
2.1.325 92 9/6/2024
2.1.324 105 9/6/2024
2.1.323 127 9/5/2024
2.1.322 89 9/5/2024
2.1.321 92 9/5/2024
2.1.320 95 9/5/2024
2.1.319 86 9/5/2024
2.1.318 96 9/5/2024
2.1.317 90 9/5/2024
2.1.316 100 9/5/2024
2.1.315 95 9/5/2024
2.1.314 93 9/5/2024
2.1.313 89 9/5/2024
2.1.312 73 9/5/2024
2.1.311 97 9/5/2024
2.1.310 91 9/5/2024
2.1.309 91 9/5/2024
2.1.308 90 9/4/2024
2.1.307 74 9/4/2024
2.1.306 95 9/4/2024
2.1.305 76 9/4/2024
2.1.304 129 9/4/2024
2.1.303 69 9/4/2024
2.1.302 93 9/4/2024
2.1.301 78 9/4/2024
2.1.300 94 9/4/2024
2.1.299 92 9/3/2024
2.1.298 87 9/3/2024
2.1.297 88 9/3/2024
2.1.296 90 9/3/2024
2.1.295 93 9/3/2024
2.1.294 86 9/3/2024
2.1.293 74 9/3/2024
2.1.292 76 9/3/2024
2.1.291 85 9/3/2024
2.1.290 89 9/3/2024
2.1.289 85 9/3/2024
2.1.288 91 9/3/2024
2.1.287 89 9/3/2024
2.1.286 96 8/30/2024
2.1.285 93 8/29/2024
2.1.284 89 8/29/2024
2.1.283 89 8/29/2024
2.1.282 94 8/29/2024
2.1.281 71 8/29/2024
2.1.280 91 8/29/2024
2.1.279 127 8/26/2024
2.1.278 79 8/26/2024
2.1.277 91 8/26/2024
2.1.276 89 8/26/2024
2.1.275 75 8/26/2024
2.1.274 99 8/26/2024
2.1.273 95 8/26/2024
2.1.272 90 8/26/2024
2.1.271 155 8/21/2024
2.1.270 99 8/21/2024
2.1.269 110 8/21/2024
2.1.268 107 8/21/2024
2.1.267 96 8/21/2024
2.1.266 109 8/21/2024
2.1.265 122 8/21/2024
2.1.264 106 8/21/2024
2.1.263 107 8/21/2024
2.1.262 110 8/21/2024
2.1.261 108 8/21/2024
2.1.260 119 8/20/2024
2.1.259 95 8/20/2024
2.1.258 99 8/20/2024
2.1.257 108 8/20/2024
2.1.256 108 8/20/2024
2.1.255 106 8/20/2024
2.1.254 99 8/20/2024
2.1.253 103 8/20/2024
2.1.252 105 8/20/2024
2.1.251 100 8/20/2024
2.1.250 101 8/20/2024
2.1.249 102 8/20/2024
2.1.248 101 8/20/2024
2.1.247 105 8/19/2024
2.1.246 129 8/15/2024
2.1.245 98 8/15/2024
2.1.244 103 8/15/2024
2.1.243 107 8/15/2024
2.1.242 104 8/15/2024
2.1.241 95 8/15/2024
2.1.240 106 8/15/2024
2.1.239 93 8/15/2024
2.1.238 102 8/15/2024
2.1.237 102 8/15/2024
2.1.236 105 8/15/2024
2.1.235 93 8/15/2024
2.1.234 112 8/14/2024
2.1.233 102 8/14/2024
2.1.232 102 8/14/2024
2.1.231 93 8/14/2024
2.1.230 109 8/14/2024
2.1.229 104 8/14/2024
2.1.228 110 8/13/2024
2.1.227 103 8/13/2024
2.1.226 104 8/13/2024
2.1.225 107 8/13/2024
2.1.224 105 8/13/2024
2.1.223 89 8/7/2024
2.1.222 88 8/7/2024
2.1.221 97 8/7/2024
2.1.220 92 8/7/2024
2.1.219 93 8/7/2024
2.1.218 89 8/7/2024
2.1.217 84 8/7/2024
2.1.216 80 8/7/2024
2.1.215 84 8/6/2024
2.1.214 79 8/6/2024
2.1.213 70 8/6/2024
2.1.212 74 8/6/2024
2.1.211 129 8/1/2024
2.1.210 72 8/1/2024
2.1.209 92 8/1/2024
2.1.208 68 8/1/2024
2.1.207 70 8/1/2024
2.1.206 80 8/1/2024
2.1.205 84 8/1/2024
2.1.204 83 8/1/2024
2.1.203 89 8/1/2024
2.1.202 81 8/1/2024
2.1.201 66 8/1/2024
2.1.200 78 8/1/2024
2.1.199 80 8/1/2024
2.1.198 80 8/1/2024
2.1.197 101 7/25/2024
2.1.196 67 7/25/2024
2.1.195 58 7/25/2024
2.1.194 62 7/25/2024
2.1.193 64 7/25/2024
2.1.192 56 7/25/2024
2.1.191 74 7/25/2024
2.1.190 50 7/25/2024
2.1.189 63 7/25/2024
2.1.188 63 7/25/2024
2.1.187 68 7/25/2024
2.1.186 58 7/25/2024
2.1.185 45 7/25/2024
2.1.184 64 7/25/2024
2.1.183 65 7/25/2024
2.1.182 51 7/25/2024
2.1.181 63 7/25/2024
2.1.180 68 7/24/2024
2.1.179 68 7/24/2024
2.1.178 71 7/24/2024
2.1.177 56 7/24/2024
2.1.176 55 7/24/2024
2.1.175 118 7/20/2024
2.1.174 78 7/20/2024
2.1.173 73 7/20/2024
2.1.172 68 7/20/2024
2.1.171 92 7/20/2024
2.1.170 70 7/20/2024
2.1.169 96 7/20/2024
2.1.168 84 7/20/2024
2.1.167 91 7/17/2024
2.1.166 95 7/17/2024
2.1.165 75 7/17/2024
2.1.164 80 7/17/2024
2.1.163 90 7/15/2024
2.1.162 74 7/15/2024
2.1.161 91 7/14/2024
2.1.160 96 7/14/2024
2.1.159 91 7/14/2024
2.1.158 92 7/14/2024
2.1.157 80 7/14/2024
2.1.156 87 7/14/2024
2.1.155 87 7/14/2024
2.1.154 91 7/14/2024
2.1.153 80 7/14/2024
2.1.152 91 7/14/2024
2.1.151 88 7/12/2024
2.1.150 94 7/11/2024
2.1.149 88 7/11/2024
2.1.148 94 7/10/2024
2.1.147 94 7/10/2024
2.1.146 94 7/10/2024
2.1.145 90 7/10/2024
2.1.144 87 7/10/2024
2.1.143 91 7/10/2024
2.1.142 78 7/10/2024
2.1.141 86 7/10/2024
2.1.140 71 7/10/2024
2.1.139 70 7/10/2024
2.1.138 94 7/10/2024
2.1.137 87 7/10/2024
2.1.136 93 7/10/2024
2.1.135 88 7/10/2024
2.1.134 85 7/10/2024
2.1.133 86 7/10/2024
2.1.132 87 7/10/2024
2.1.131 79 7/10/2024
2.1.130 63 7/10/2024
2.1.129 78 7/10/2024
2.1.128 90 7/10/2024
2.1.127 71 7/10/2024
2.1.126 87 7/10/2024
2.1.125 93 7/10/2024
2.1.124 100 7/10/2024
2.1.123 91 7/10/2024
2.1.122 91 7/9/2024
2.1.121 92 7/9/2024
2.1.120 78 7/9/2024
2.1.119 76 7/9/2024
2.1.118 65 7/9/2024
2.1.117 81 7/9/2024
2.1.116 69 7/9/2024
2.1.115 89 7/9/2024
2.1.114 82 7/9/2024
2.1.113 85 7/9/2024
2.1.112 87 7/9/2024
2.1.111 85 7/9/2024
2.1.110 86 7/9/2024
2.1.109 92 7/9/2024
2.1.108 97 7/9/2024
2.1.107 85 7/9/2024
2.1.106 81 7/9/2024
2.1.105 99 7/9/2024
2.1.104 91 7/9/2024
2.1.103 98 7/9/2024
2.1.102 93 7/9/2024
2.1.101 82 7/8/2024
2.1.100 79 7/8/2024
2.1.99 99 7/8/2024
2.1.98 93 7/8/2024
2.1.97 79 7/8/2024
2.1.96 89 7/8/2024
2.1.95 94 7/8/2024
2.1.94 77 7/8/2024
2.1.93 96 7/8/2024
2.1.92 86 7/8/2024
2.1.91 100 7/8/2024
2.1.90 93 7/8/2024
2.1.89 95 7/8/2024
2.1.88 94 7/8/2024
2.1.87 90 7/7/2024
2.1.86 91 7/7/2024
2.1.85 98 7/7/2024
2.1.84 95 7/7/2024
2.1.83 81 7/7/2024
2.1.82 103 7/7/2024
2.1.81 102 7/7/2024
2.1.80 99 7/7/2024
2.1.79 93 7/7/2024
2.1.78 101 7/6/2024
2.1.77 93 7/4/2024
2.1.76 87 7/4/2024
2.1.75 82 7/4/2024
2.1.74 108 7/3/2024
2.1.73 94 7/3/2024
2.1.72 91 7/3/2024
2.1.71 94 7/3/2024
2.1.70 94 7/3/2024
2.1.69 84 7/3/2024
2.1.68 94 7/3/2024
2.1.67 90 7/3/2024
2.1.66 97 7/3/2024
2.1.65 90 7/3/2024
2.1.64 82 7/3/2024
2.1.63 91 7/3/2024
2.1.62 93 7/3/2024
2.1.61 90 7/3/2024
2.1.60 85 7/3/2024
2.1.59 82 7/3/2024
2.1.58 89 7/3/2024
2.1.57 96 7/3/2024
2.1.56 94 7/3/2024
2.1.55 91 7/3/2024
2.1.54 98 7/3/2024
2.1.53 110 7/3/2024
2.1.52 106 7/1/2024
2.1.51 108 7/1/2024
2.1.50 99 6/30/2024
2.1.49 92 6/30/2024
2.1.48 108 6/30/2024
2.1.47 100 6/30/2024
2.1.46 102 6/29/2024
2.1.45 111 6/28/2024
2.1.44 101 6/28/2024
2.1.43 95 6/28/2024
2.1.42 99 6/28/2024
2.1.41 105 6/28/2024
2.1.40 98 6/27/2024
2.1.39 101 6/27/2024
2.1.38 106 6/27/2024
2.1.37 100 6/27/2024
2.1.36 85 6/27/2024
2.1.35 99 6/27/2024
2.1.34 100 6/27/2024
2.1.33 100 6/27/2024
2.1.32 92 6/24/2024
2.1.31 100 6/23/2024
2.1.30 94 6/22/2024
2.1.29 89 6/22/2024
2.1.28 99 6/22/2024
2.1.27 81 6/22/2024
2.1.26 94 6/22/2024
2.1.25 92 6/22/2024
2.1.24 107 6/16/2024
2.1.23 98 6/16/2024
2.1.22 98 6/16/2024
2.1.21 106 6/15/2024
2.1.20 91 6/15/2024
2.1.19 107 6/15/2024
2.1.18 86 6/15/2024
2.1.17 103 6/15/2024
2.1.16 110 6/15/2024
2.1.15 94 6/15/2024
2.1.14 102 6/15/2024
2.1.13 99 6/15/2024
2.1.12 104 6/15/2024
2.1.11 102 6/15/2024
2.1.10 96 6/15/2024
2.1.9 92 6/14/2024
2.1.8 99 6/14/2024
2.1.7 95 6/12/2024
2.1.6 97 6/10/2024
2.1.5 89 6/10/2024
2.1.4 97 6/9/2024
2.1.3 107 6/9/2024