fairmillions.com Open in urlscan Pro
2606:4700:20::681a:1b3  Public Scan

Submitted URL: http://fairmillions.com/
Effective URL: https://fairmillions.com/
Submission: On May 22 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form>
  <input type="text" name="loginOrAddress" id="tbLoginOrAddress" placeholder="Nutzername oder Bitcoin-Adresse:">
  <input type="password" name="tbPass" id="tbPass" placeholder="Passwort:">
  <br>
  <div id="divForgotPassword" style="text-align: right; float: left; width: 100%; margin-top: -10px;">
    <a href="javascript: void(0)" id="linkForgotPassword" style="float: unset; text-align: unset; width: unset; margin-top: unset">Passwort vergessen</a></div>
  <div id="divRecaptchaLogin"></div>
  <div class="btlogin">
    <input type="button" value="Anmelden" id="btLogin" class="defaultButton default">
  </div>
</form>

<form>
  <div class="campo">
    <input type="text" id="tbLoginRegister" placeholder="Nutzername (optional):">
  </div>
  <div class="campo">
    <input type="text" id="tbAddressRegister" placeholder="Bitcoin-Adresse:*">
  </div>
  <div class="campo">
    <input type="password" id="tbPassRegister" placeholder="Passwort:*">
  </div>
  <div class="campo">
    <input type="password" id="tbConfirmPassRegister" placeholder="Passwort bestätigen:*">
  </div>
  <div class="campo">
    <input type="text" id="tbEmailRegister" placeholder="Email (freiwillige Angabe):">
  </div>
  <div class="campoperfil optionaut">
    <span class="tick"></span>
    <input type="checkbox" id="cbConfirmAgeRegister"><label for="cbConfirmAgeRegister">Ich bin mindestens 18 Jahre alt.</label>
  </div>
  <div id="divRecaptchaRegister"></div>
  <div class="botao">
    <input type="button" id="btRegister" value="Registrieren" class="defaultButton">
  </div>
  <p class="voltar">Zurück</p>
</form>

POST ./

<form method="post" action="./" id="formMaster">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="n2jvkXR59rzNB07uHIifG7pdIZeTZpxJluIwhXaZW98OiyTq7J9zQYtITdkardA7Yc4SsDwA9Pba4HGSpgsRvHFwpm0XmmvNDwpXGEh3/GE=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['formMaster'];
    if (!theForm) {
      theForm = document.formMaster;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZJEnUCz5mYevi6b9fBPT1bZYpwQ0vI3V1pgwYYUWY-Kkh8g0FvmZMlhV2jv4n8Gliw2&amp;t=637811729229275428" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQh5ik7wLWWNveYh2MOrYNP3eFYeT5-ZM61rp464kABL0lPeMw9ZlV5ZmNxfSsWYKRdRmN_YFWbtPn1nWI7shWBr2gpvWWWLq3Z8O0FeBcjBp66Mrztoio8Vbgyg9X8pJ1-ma7jOh2hKIgYIlKfyJsp01&amp;t=ffffffffaa493ab8"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
    //]]>
  </script>
  <script
    src="/ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tchZI-5X5A4y4wQ9Xyzq1ciCajHiTTBbHw6MuWCz9Gbk8tX_dvCwSmBwMAtbMrsl_82WovZcn_Ghjt0nIJwNkfF_kztfAlTAeLZ_ZJhUBF10TaC3Mk5P_L6rynk6dy1SQMhqzZVJuSPLyQeP4jnMk_Mf6SHw1Lh74pohh7yEFTFi0&amp;t=ffffffffaa493ab8"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    var PageMethods = function() {
      PageMethods.initializeBase(this);
      this._timeout = 0;
      this._userContext = null;
      this._succeeded = null;
      this._failed = null;
    }
    PageMethods.prototype = {
      _get_path: function() {
        var p = this.get_path();
        if (p) return p;
        else return PageMethods._staticInstance.get_path();
      },
      getDepositAddress: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'getDepositAddress', false, {}, succeededCallback, failedCallback, userContext);
      },
      verifyLoginForgotPassword: function(loginOrAddress, succeededCallback, failedCallback, userContext) {
        /// <param name="loginOrAddress" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'verifyLoginForgotPassword', false, {
          loginOrAddress: loginOrAddress
        }, succeededCallback, failedCallback, userContext);
      },
      login: function(loginOrAddress, pass, recaptchaResponse, succeededCallback, failedCallback, userContext) {
        /// <param name="loginOrAddress" type="String">System.String</param>
        /// <param name="pass" type="String">System.String</param>
        /// <param name="recaptchaResponse" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'login', false, {
          loginOrAddress: loginOrAddress,
          pass: pass,
          recaptchaResponse: recaptchaResponse
        }, succeededCallback, failedCallback, userContext);
      },
      loginTFA: function(authCode, usID, tks, hs, succeededCallback, failedCallback, userContext) {
        /// <param name="authCode" type="String">System.String</param>
        /// <param name="usID" type="Number">System.Int32</param>
        /// <param name="tks" type="String">System.String</param>
        /// <param name="hs" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'loginTFA', false, {
          authCode: authCode,
          usID: usID,
          tks: tks,
          hs: hs
        }, succeededCallback, failedCallback, userContext);
      },
      register: function(pLogin, pAddress, pass, refUserID, email, recaptchaResponse, succeededCallback, failedCallback, userContext) {
        /// <param name="pLogin" type="String">System.String</param>
        /// <param name="pAddress" type="String">System.String</param>
        /// <param name="pass" type="String">System.String</param>
        /// <param name="refUserID" type="Number">System.Int32</param>
        /// <param name="email" type="String">System.String</param>
        /// <param name="recaptchaResponse" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'register', false, {
          pLogin: pLogin,
          pAddress: pAddress,
          pass: pass,
          refUserID: refUserID,
          email: email,
          recaptchaResponse: recaptchaResponse
        }, succeededCallback, failedCallback, userContext);
      },
      finishRegistration: function(pLogin, pAddress, pass, refUserID, email, succeededCallback, failedCallback, userContext) {
        /// <param name="pLogin" type="String">System.String</param>
        /// <param name="pAddress" type="String">System.String</param>
        /// <param name="pass" type="String">System.String</param>
        /// <param name="refUserID" type="Number">System.Int32</param>
        /// <param name="email" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'finishRegistration', false, {
          pLogin: pLogin,
          pAddress: pAddress,
          pass: pass,
          refUserID: refUserID,
          email: email
        }, succeededCallback, failedCallback, userContext);
      },
      resetPassword: function(pMessage, pSigningAddress, pSignature, succeededCallback, failedCallback, userContext) {
        /// <param name="pMessage" type="String">System.String</param>
        /// <param name="pSigningAddress" type="String">System.String</param>
        /// <param name="pSignature" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'resetPassword', false, {
          pMessage: pMessage,
          pSigningAddress: pSigningAddress,
          pSignature: pSignature
        }, succeededCallback, failedCallback, userContext);
      },
      verifyPasswordReset: function(pBitAddress, pReqID, pVReqID, succeededCallback, failedCallback, userContext) {
        /// <param name="pBitAddress" type="String">System.String</param>
        /// <param name="pReqID" type="Number">System.Int32</param>
        /// <param name="pVReqID" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'verifyPasswordReset', false, {
          pBitAddress: pBitAddress,
          pReqID: pReqID,
          pVReqID: pVReqID
        }, succeededCallback, failedCallback, userContext);
      },
      saveResetPassword: function(pPass, pUsID, pVUsID, succeededCallback, failedCallback, userContext) {
        /// <param name="pPass" type="String">System.String</param>
        /// <param name="pUsID" type="String">System.String</param>
        /// <param name="pVUsID" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'saveResetPassword', false, {
          pPass: pPass,
          pUsID: pUsID,
          pVUsID: pVUsID
        }, succeededCallback, failedCallback, userContext);
      },
      resetPassByEmail: function(loginOrAddress, succeededCallback, failedCallback, userContext) {
        /// <param name="loginOrAddress" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'resetPassByEmail', false, {
          loginOrAddress: loginOrAddress
        }, succeededCallback, failedCallback, userContext);
      },
      resetPasswordEmail: function(rpguid, pass, succeededCallback, failedCallback, userContext) {
        /// <param name="rpguid" type="String">System.String</param>
        /// <param name="pass" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'resetPasswordEmail', false, {
          rpguid: rpguid,
          pass: pass
        }, succeededCallback, failedCallback, userContext);
      },
      deleteMessage: function(pMsgID, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pMsgID" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'deleteMessage', false, {
          pMsgID: pMsgID,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      updateBalance: function(succeededCallback, failedCallback, userContext) {
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'updateBalance', false, {}, succeededCallback, failedCallback, userContext);
      },
      saveProfile: function(pLogin, pPass, pShowLogin, csrf1, csrf2, pSEU, pSEP, pSEG, email, pUse2FALogin, pCurrentPassword, succeededCallback, failedCallback, userContext) {
        /// <param name="pLogin" type="String">System.String</param>
        /// <param name="pPass" type="String">System.String</param>
        /// <param name="pShowLogin" type="Boolean">System.Boolean</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="pSEU" type="Boolean">System.Boolean</param>
        /// <param name="pSEP" type="Boolean">System.Boolean</param>
        /// <param name="pSEG" type="Boolean">System.Boolean</param>
        /// <param name="email" type="String">System.String</param>
        /// <param name="pUse2FALogin" type="Boolean">System.Boolean</param>
        /// <param name="pCurrentPassword" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'saveProfile', false, {
          pLogin: pLogin,
          pPass: pPass,
          pShowLogin: pShowLogin,
          csrf1: csrf1,
          csrf2: csrf2,
          pSEU: pSEU,
          pSEP: pSEP,
          pSEG: pSEG,
          email: email,
          pUse2FALogin: pUse2FALogin,
          pCurrentPassword: pCurrentPassword
        }, succeededCallback, failedCallback, userContext);
      },
      verifyNewAddress: function(pNewAddress, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pNewAddress" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'verifyNewAddress', false, {
          pNewAddress: pNewAddress,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      addNewAddress: function(pNewAddress, pMessage, pSignature, pAddress2, pSignature2, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pNewAddress" type="String">System.String</param>
        /// <param name="pMessage" type="String">System.String</param>
        /// <param name="pSignature" type="String">System.String</param>
        /// <param name="pAddress2" type="String">System.String</param>
        /// <param name="pSignature2" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'addNewAddress', false, {
          pNewAddress: pNewAddress,
          pMessage: pMessage,
          pSignature: pSignature,
          pAddress2: pAddress2,
          pSignature2: pSignature2,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      changeMinBTCSignature: function(reqText, pAddress, pSignature, pV, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="reqText" type="String">System.String</param>
        /// <param name="pAddress" type="String">System.String</param>
        /// <param name="pSignature" type="String">System.String</param>
        /// <param name="pV" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'changeMinBTCSignature', false, {
          reqText: reqText,
          pAddress: pAddress,
          pSignature: pSignature,
          pV: pV,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      loadEnableTFA: function(csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'loadEnableTFA', false, {
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      enableTFA: function(csrf1, csrf2, secret, secretHash, curAuthCode, currPass, succeededCallback, failedCallback, userContext) {
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="secret" type="String">System.String</param>
        /// <param name="secretHash" type="String">System.String</param>
        /// <param name="curAuthCode" type="String">System.String</param>
        /// <param name="currPass" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'enableTFA', false, {
          csrf1: csrf1,
          csrf2: csrf2,
          secret: secret,
          secretHash: secretHash,
          curAuthCode: curAuthCode,
          currPass: currPass
        }, succeededCallback, failedCallback, userContext);
      },
      disableTFA: function(csrf1, csrf2, curAuthCode, password, succeededCallback, failedCallback, userContext) {
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="curAuthCode" type="String">System.String</param>
        /// <param name="password" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'disableTFA', false, {
          csrf1: csrf1,
          csrf2: csrf2,
          curAuthCode: curAuthCode,
          password: password
        }, succeededCallback, failedCallback, userContext);
      },
      withdraw: function(pWithdrawAddress, pAmount, isPermanent, pLabel, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pWithdrawAddress" type="String">System.String</param>
        /// <param name="pAmount" type="Number">System.Decimal</param>
        /// <param name="isPermanent" type="Boolean">System.Boolean</param>
        /// <param name="pLabel" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'withdraw', false, {
          pWithdrawAddress: pWithdrawAddress,
          pAmount: pAmount,
          isPermanent: isPermanent,
          pLabel: pLabel,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      withdrawTFA: function(pTxtMessageRequest, pAuthCode, pVal, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pTxtMessageRequest" type="String">System.String</param>
        /// <param name="pAuthCode" type="String">System.String</param>
        /// <param name="pVal" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'withdrawTFA', false, {
          pTxtMessageRequest: pTxtMessageRequest,
          pAuthCode: pAuthCode,
          pVal: pVal,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      verifyWithdrawRequest: function(requestID, succeededCallback, failedCallback, userContext) {
        /// <param name="requestID" type="Number">System.Int32</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'verifyWithdrawRequest', false, {
          requestID: requestID
        }, succeededCallback, failedCallback, userContext);
      },
      getPermanentWithdrawAddress: function(pWithdrawAddress, succeededCallback, failedCallback, userContext) {
        /// <param name="pWithdrawAddress" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'getPermanentWithdrawAddress', false, {
          pWithdrawAddress: pWithdrawAddress
        }, succeededCallback, failedCallback, userContext);
      },
      removeWithdrawAddress: function(pIdWithdrawAddress, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pIdWithdrawAddress" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'removeWithdrawAddress', false, {
          pIdWithdrawAddress: pIdWithdrawAddress,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      claimFreeBitcoins: function(recaptchaChallenge, recaptchaResponse, recaptchaResponseV3, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="recaptchaChallenge" type="String">System.String</param>
        /// <param name="recaptchaResponse" type="String">System.String</param>
        /// <param name="recaptchaResponseV3" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'claimFreeBitcoins', false, {
          recaptchaChallenge: recaptchaChallenge,
          recaptchaResponse: recaptchaResponse,
          recaptchaResponseV3: recaptchaResponseV3,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      regFP: function(id, rid, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="id" type="String">System.String</param>
        /// <param name="rid" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'regFP', false, {
          id: id,
          rid: rid,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      loadPool: function(pID, pV, pPass, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pID" type="Number">System.Int32</param>
        /// <param name="pV" type="String">System.String</param>
        /// <param name="pPass" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'loadPool', false, {
          pID: pID,
          pV: pV,
          pPass: pPass,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      cancelPool: function(pPoolID, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pPoolID" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'cancelPool', false, {
          pPoolID: pPoolID,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      cancelQuotas: function(pPoolID, pQuotasToCancel, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pPoolID" type="Number">System.Int32</param>
        /// <param name="pQuotasToCancel" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'cancelQuotas', false, {
          pPoolID: pPoolID,
          pQuotasToCancel: pQuotasToCancel,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      requestPoolUCSignedMessage: function(pTxtMessageRequest, pVal, pAuthCode, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pTxtMessageRequest" type="String">System.String</param>
        /// <param name="pVal" type="String">System.String</param>
        /// <param name="pAuthCode" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'requestPoolUCSignedMessage', false, {
          pTxtMessageRequest: pTxtMessageRequest,
          pVal: pVal,
          pAuthCode: pAuthCode,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      poolUCVerifyRequest: function(requestID, succeededCallback, failedCallback, userContext) {
        /// <param name="requestID" type="Number">System.Int32</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'poolUCVerifyRequest', false, {
          requestID: requestID
        }, succeededCallback, failedCallback, userContext);
      },
      poolUCBuyQuotas: function(pPoolID, pPPS, pQuotasAmount, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pPoolID" type="Number">System.Int32</param>
        /// <param name="pPPS" type="String">System.String</param>
        /// <param name="pQuotasAmount" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'poolUCBuyQuotas', false, {
          pPoolID: pPoolID,
          pPPS: pPPS,
          pQuotasAmount: pQuotasAmount,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      poolUCBuyTickets: function(pPoolID, pPPS, pTickets, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pPoolID" type="Number">System.Int32</param>
        /// <param name="pPPS" type="String">System.String</param>
        /// <param name="pTickets" type="String">System.String</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'poolUCBuyTickets', false, {
          pPoolID: pPoolID,
          pPPS: pPPS,
          pTickets: pTickets,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      poolUCRemoveTicket: function(pPoolID, pTicketID, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="pPoolID" type="Number">System.Int32</param>
        /// <param name="pTicketID" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'poolUCRemoveTicket', false, {
          pPoolID: pPoolID,
          pTicketID: pTicketID,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      verifyNewNotifications: function(pLastIdNotification, succeededCallback, failedCallback, userContext) {
        /// <param name="pLastIdNotification" type="Number">System.Int64</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'verifyNewNotifications', false, {
          pLastIdNotification: pLastIdNotification
        }, succeededCallback, failedCallback, userContext);
      },
      unsubscribe: function(unsubUsID, unsubET, unsubH, succeededCallback, failedCallback, userContext) {
        /// <param name="unsubUsID" type="Number">System.Int32</param>
        /// <param name="unsubET" type="Number">System.Int32</param>
        /// <param name="unsubH" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'unsubscribe', false, {
          unsubUsID: unsubUsID,
          unsubET: unsubET,
          unsubH: unsubH
        }, succeededCallback, failedCallback, userContext);
      },
      stopGame: function(idILGame, csrf1, csrf2, succeededCallback, failedCallback, userContext) {
        /// <param name="idILGame" type="Number">System.Int32</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'stopGame', false, {
          idILGame: idILGame,
          csrf1: csrf1,
          csrf2: csrf2
        }, succeededCallback, failedCallback, userContext);
      },
      le4: function(hc, wn, arrcn, arrNHC, idG, pListBreadCrumbs, succeededCallback, failedCallback, userContext) {
        /// <param name="hc" type="Number">System.Int32</param>
        /// <param name="wn" type="String">System.String</param>
        /// <param name="arrcn" type="String">System.String</param>
        /// <param name="arrNHC" type="String">System.String</param>
        /// <param name="idG" type="Number">System.Int64</param>
        /// <param name="pListBreadCrumbs" type="Array">ASP.default_aspx+enumBreadCrumb[]</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'le4', false, {
          hc: hc,
          wn: wn,
          arrcn: arrcn,
          arrNHC: arrNHC,
          idG: idG,
          pListBreadCrumbs: pListBreadCrumbs
        }, succeededCallback, failedCallback, userContext);
      },
      le3: function(hc, wn, arrcn, arrNHC, idG, succeededCallback, failedCallback, userContext) {
        /// <param name="hc" type="Number">System.Int32</param>
        /// <param name="wn" type="String">System.String</param>
        /// <param name="arrcn" type="String">System.String</param>
        /// <param name="arrNHC" type="String">System.String</param>
        /// <param name="idG" type="Number">System.Int64</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'le3', false, {
          hc: hc,
          wn: wn,
          arrcn: arrcn,
          arrNHC: arrNHC,
          idG: idG
        }, succeededCallback, failedCallback, userContext);
      },
      le2: function(hc, wn, arrcn, idG, succeededCallback, failedCallback, userContext) {
        /// <param name="hc" type="Number">System.Int32</param>
        /// <param name="wn" type="String">System.String</param>
        /// <param name="arrcn" type="String">System.String</param>
        /// <param name="idG" type="Number">System.Int64</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'le2', false, {
          hc: hc,
          wn: wn,
          arrcn: arrcn,
          idG: idG
        }, succeededCallback, failedCallback, userContext);
      },
      le: function(hc, wn, arrcn, idG, succeededCallback, failedCallback, userContext) {
        /// <param name="hc" type="Number">System.Int32</param>
        /// <param name="wn" type="String">System.String</param>
        /// <param name="arrcn" type="String">System.String</param>
        /// <param name="idG" type="Number">System.Int64</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'le', false, {
          hc: hc,
          wn: wn,
          arrcn: arrcn,
          idG: idG
        }, succeededCallback, failedCallback, userContext);
      },
      playGameRound2: function(idILGame, roundsToAdvance, isAutoPlay, stopAfterRounds, stopIfBalanceDecrease, stopIfBalanceIncrease, stopIfWinningsDropFromMaximumProfit, betMultiplier, prizeMultiplier, selectedNumbers, betValue, csrf1, csrf2, pHE,
        succeededCallback, failedCallback, userContext) {
        /// <param name="idILGame" type="Number">System.Int32</param>
        /// <param name="roundsToAdvance" type="Number">System.Int32</param>
        /// <param name="isAutoPlay" type="Boolean">System.Boolean</param>
        /// <param name="stopAfterRounds" type="Number">System.Int32</param>
        /// <param name="stopIfBalanceDecrease" type="Number">System.Decimal</param>
        /// <param name="stopIfBalanceIncrease" type="Number">System.Decimal</param>
        /// <param name="stopIfWinningsDropFromMaximumProfit" type="Number">System.Decimal</param>
        /// <param name="betMultiplier" type="Number">System.Decimal</param>
        /// <param name="prizeMultiplier" type="Number">System.Decimal</param>
        /// <param name="selectedNumbers" type="String">System.String</param>
        /// <param name="betValue" type="Number">System.Decimal</param>
        /// <param name="csrf1" type="String">System.String</param>
        /// <param name="csrf2" type="String">System.String</param>
        /// <param name="pHE" type="Number">System.Decimal</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'playGameRound2', false, {
          idILGame: idILGame,
          roundsToAdvance: roundsToAdvance,
          isAutoPlay: isAutoPlay,
          stopAfterRounds: stopAfterRounds,
          stopIfBalanceDecrease: stopIfBalanceDecrease,
          stopIfBalanceIncrease: stopIfBalanceIncrease,
          stopIfWinningsDropFromMaximumProfit: stopIfWinningsDropFromMaximumProfit,
          betMultiplier: betMultiplier,
          prizeMultiplier: prizeMultiplier,
          selectedNumbers: selectedNumbers,
          betValue: betValue,
          csrf1: csrf1,
          csrf2: csrf2,
          pHE: pHE
        }, succeededCallback, failedCallback, userContext);
      },
      getLastPlayedInstantLotteryGame: function(lastIDILGameSeen, succeededCallback, failedCallback, userContext) {
        /// <param name="lastIDILGameSeen" type="Number">System.Int32</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'getLastPlayedInstantLotteryGame', false, {
          lastIDILGameSeen: lastIDILGameSeen
        }, succeededCallback, failedCallback, userContext);
      }
    }
    PageMethods.registerClass('PageMethods', Sys.Net.WebServiceProxy);
    PageMethods._staticInstance = new PageMethods();
    PageMethods.set_path = function(value) {
      PageMethods._staticInstance.set_path(value);
    }
    PageMethods.get_path = function() {
      /// <value type="String" mayBeNull="true">The service url.</value>
      return PageMethods._staticInstance.get_path();
    }
    PageMethods.set_timeout = function(value) {
      PageMethods._staticInstance.set_timeout(value);
    }
    PageMethods.get_timeout = function() {
      /// <value type="Number">The service timeout.</value>
      return PageMethods._staticInstance.get_timeout();
    }
    PageMethods.set_defaultUserContext = function(value) {
      PageMethods._staticInstance.set_defaultUserContext(value);
    }
    PageMethods.get_defaultUserContext = function() {
      /// <value mayBeNull="true">The service default user context.</value>
      return PageMethods._staticInstance.get_defaultUserContext();
    }
    PageMethods.set_defaultSucceededCallback = function(value) {
      PageMethods._staticInstance.set_defaultSucceededCallback(value);
    }
    PageMethods.get_defaultSucceededCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
      return PageMethods._staticInstance.get_defaultSucceededCallback();
    }
    PageMethods.set_defaultFailedCallback = function(value) {
      PageMethods._staticInstance.set_defaultFailedCallback(value);
    }
    PageMethods.get_defaultFailedCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default failed callback.</value>
      return PageMethods._staticInstance.get_defaultFailedCallback();
    }
    PageMethods.set_enableJsonp = function(value) {
      PageMethods._staticInstance.set_enableJsonp(value);
    }
    PageMethods.get_enableJsonp = function() {
      /// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
      return PageMethods._staticInstance.get_enableJsonp();
    }
    PageMethods.set_jsonpCallbackParameter = function(value) {
      PageMethods._staticInstance.set_jsonpCallbackParameter(value);
    }
    PageMethods.get_jsonpCallbackParameter = function() {
      /// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
      return PageMethods._staticInstance.get_jsonpCallbackParameter();
    }
    PageMethods.set_path("default.aspx");
    PageMethods.getDepositAddress = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.getDepositAddress(onSuccess, onFailed, userContext);
    }
    PageMethods.verifyLoginForgotPassword = function(loginOrAddress, onSuccess, onFailed, userContext) {
      /// <param name="loginOrAddress" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.verifyLoginForgotPassword(loginOrAddress, onSuccess, onFailed, userContext);
    }
    PageMethods.login = function(loginOrAddress, pass, recaptchaResponse, onSuccess, onFailed, userContext) {
      /// <param name="loginOrAddress" type="String">System.String</param>
      /// <param name="pass" type="String">System.String</param>
      /// <param name="recaptchaResponse" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.login(loginOrAddress, pass, recaptchaResponse, onSuccess, onFailed, userContext);
    }
    PageMethods.loginTFA = function(authCode, usID, tks, hs, onSuccess, onFailed, userContext) {
      /// <param name="authCode" type="String">System.String</param>
      /// <param name="usID" type="Number">System.Int32</param>
      /// <param name="tks" type="String">System.String</param>
      /// <param name="hs" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.loginTFA(authCode, usID, tks, hs, onSuccess, onFailed, userContext);
    }
    PageMethods.register = function(pLogin, pAddress, pass, refUserID, email, recaptchaResponse, onSuccess, onFailed, userContext) {
      /// <param name="pLogin" type="String">System.String</param>
      /// <param name="pAddress" type="String">System.String</param>
      /// <param name="pass" type="String">System.String</param>
      /// <param name="refUserID" type="Number">System.Int32</param>
      /// <param name="email" type="String">System.String</param>
      /// <param name="recaptchaResponse" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.register(pLogin, pAddress, pass, refUserID, email, recaptchaResponse, onSuccess, onFailed, userContext);
    }
    PageMethods.finishRegistration = function(pLogin, pAddress, pass, refUserID, email, onSuccess, onFailed, userContext) {
      /// <param name="pLogin" type="String">System.String</param>
      /// <param name="pAddress" type="String">System.String</param>
      /// <param name="pass" type="String">System.String</param>
      /// <param name="refUserID" type="Number">System.Int32</param>
      /// <param name="email" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.finishRegistration(pLogin, pAddress, pass, refUserID, email, onSuccess, onFailed, userContext);
    }
    PageMethods.resetPassword = function(pMessage, pSigningAddress, pSignature, onSuccess, onFailed, userContext) {
      /// <param name="pMessage" type="String">System.String</param>
      /// <param name="pSigningAddress" type="String">System.String</param>
      /// <param name="pSignature" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.resetPassword(pMessage, pSigningAddress, pSignature, onSuccess, onFailed, userContext);
    }
    PageMethods.verifyPasswordReset = function(pBitAddress, pReqID, pVReqID, onSuccess, onFailed, userContext) {
      /// <param name="pBitAddress" type="String">System.String</param>
      /// <param name="pReqID" type="Number">System.Int32</param>
      /// <param name="pVReqID" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.verifyPasswordReset(pBitAddress, pReqID, pVReqID, onSuccess, onFailed, userContext);
    }
    PageMethods.saveResetPassword = function(pPass, pUsID, pVUsID, onSuccess, onFailed, userContext) {
      /// <param name="pPass" type="String">System.String</param>
      /// <param name="pUsID" type="String">System.String</param>
      /// <param name="pVUsID" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.saveResetPassword(pPass, pUsID, pVUsID, onSuccess, onFailed, userContext);
    }
    PageMethods.resetPassByEmail = function(loginOrAddress, onSuccess, onFailed, userContext) {
      /// <param name="loginOrAddress" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.resetPassByEmail(loginOrAddress, onSuccess, onFailed, userContext);
    }
    PageMethods.resetPasswordEmail = function(rpguid, pass, onSuccess, onFailed, userContext) {
      /// <param name="rpguid" type="String">System.String</param>
      /// <param name="pass" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.resetPasswordEmail(rpguid, pass, onSuccess, onFailed, userContext);
    }
    PageMethods.deleteMessage = function(pMsgID, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pMsgID" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.deleteMessage(pMsgID, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.updateBalance = function(onSuccess, onFailed, userContext) {
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.updateBalance(onSuccess, onFailed, userContext);
    }
    PageMethods.saveProfile = function(pLogin, pPass, pShowLogin, csrf1, csrf2, pSEU, pSEP, pSEG, email, pUse2FALogin, pCurrentPassword, onSuccess, onFailed, userContext) {
      /// <param name="pLogin" type="String">System.String</param>
      /// <param name="pPass" type="String">System.String</param>
      /// <param name="pShowLogin" type="Boolean">System.Boolean</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="pSEU" type="Boolean">System.Boolean</param>
      /// <param name="pSEP" type="Boolean">System.Boolean</param>
      /// <param name="pSEG" type="Boolean">System.Boolean</param>
      /// <param name="email" type="String">System.String</param>
      /// <param name="pUse2FALogin" type="Boolean">System.Boolean</param>
      /// <param name="pCurrentPassword" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.saveProfile(pLogin, pPass, pShowLogin, csrf1, csrf2, pSEU, pSEP, pSEG, email, pUse2FALogin, pCurrentPassword, onSuccess, onFailed, userContext);
    }
    PageMethods.verifyNewAddress = function(pNewAddress, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pNewAddress" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.verifyNewAddress(pNewAddress, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.addNewAddress = function(pNewAddress, pMessage, pSignature, pAddress2, pSignature2, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pNewAddress" type="String">System.String</param>
      /// <param name="pMessage" type="String">System.String</param>
      /// <param name="pSignature" type="String">System.String</param>
      /// <param name="pAddress2" type="String">System.String</param>
      /// <param name="pSignature2" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.addNewAddress(pNewAddress, pMessage, pSignature, pAddress2, pSignature2, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.changeMinBTCSignature = function(reqText, pAddress, pSignature, pV, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="reqText" type="String">System.String</param>
      /// <param name="pAddress" type="String">System.String</param>
      /// <param name="pSignature" type="String">System.String</param>
      /// <param name="pV" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.changeMinBTCSignature(reqText, pAddress, pSignature, pV, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.loadEnableTFA = function(csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.loadEnableTFA(csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.enableTFA = function(csrf1, csrf2, secret, secretHash, curAuthCode, currPass, onSuccess, onFailed, userContext) {
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="secret" type="String">System.String</param>
      /// <param name="secretHash" type="String">System.String</param>
      /// <param name="curAuthCode" type="String">System.String</param>
      /// <param name="currPass" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.enableTFA(csrf1, csrf2, secret, secretHash, curAuthCode, currPass, onSuccess, onFailed, userContext);
    }
    PageMethods.disableTFA = function(csrf1, csrf2, curAuthCode, password, onSuccess, onFailed, userContext) {
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="curAuthCode" type="String">System.String</param>
      /// <param name="password" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.disableTFA(csrf1, csrf2, curAuthCode, password, onSuccess, onFailed, userContext);
    }
    PageMethods.withdraw = function(pWithdrawAddress, pAmount, isPermanent, pLabel, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pWithdrawAddress" type="String">System.String</param>
      /// <param name="pAmount" type="Number">System.Decimal</param>
      /// <param name="isPermanent" type="Boolean">System.Boolean</param>
      /// <param name="pLabel" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.withdraw(pWithdrawAddress, pAmount, isPermanent, pLabel, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.withdrawTFA = function(pTxtMessageRequest, pAuthCode, pVal, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pTxtMessageRequest" type="String">System.String</param>
      /// <param name="pAuthCode" type="String">System.String</param>
      /// <param name="pVal" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.withdrawTFA(pTxtMessageRequest, pAuthCode, pVal, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.verifyWithdrawRequest = function(requestID, onSuccess, onFailed, userContext) {
      /// <param name="requestID" type="Number">System.Int32</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.verifyWithdrawRequest(requestID, onSuccess, onFailed, userContext);
    }
    PageMethods.getPermanentWithdrawAddress = function(pWithdrawAddress, onSuccess, onFailed, userContext) {
      /// <param name="pWithdrawAddress" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.getPermanentWithdrawAddress(pWithdrawAddress, onSuccess, onFailed, userContext);
    }
    PageMethods.removeWithdrawAddress = function(pIdWithdrawAddress, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pIdWithdrawAddress" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.removeWithdrawAddress(pIdWithdrawAddress, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.claimFreeBitcoins = function(recaptchaChallenge, recaptchaResponse, recaptchaResponseV3, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="recaptchaChallenge" type="String">System.String</param>
      /// <param name="recaptchaResponse" type="String">System.String</param>
      /// <param name="recaptchaResponseV3" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.claimFreeBitcoins(recaptchaChallenge, recaptchaResponse, recaptchaResponseV3, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.regFP = function(id, rid, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="id" type="String">System.String</param>
      /// <param name="rid" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.regFP(id, rid, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.loadPool = function(pID, pV, pPass, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pID" type="Number">System.Int32</param>
      /// <param name="pV" type="String">System.String</param>
      /// <param name="pPass" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.loadPool(pID, pV, pPass, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.cancelPool = function(pPoolID, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pPoolID" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.cancelPool(pPoolID, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.cancelQuotas = function(pPoolID, pQuotasToCancel, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pPoolID" type="Number">System.Int32</param>
      /// <param name="pQuotasToCancel" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.cancelQuotas(pPoolID, pQuotasToCancel, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.requestPoolUCSignedMessage = function(pTxtMessageRequest, pVal, pAuthCode, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pTxtMessageRequest" type="String">System.String</param>
      /// <param name="pVal" type="String">System.String</param>
      /// <param name="pAuthCode" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.requestPoolUCSignedMessage(pTxtMessageRequest, pVal, pAuthCode, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.poolUCVerifyRequest = function(requestID, onSuccess, onFailed, userContext) {
      /// <param name="requestID" type="Number">System.Int32</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.poolUCVerifyRequest(requestID, onSuccess, onFailed, userContext);
    }
    PageMethods.poolUCBuyQuotas = function(pPoolID, pPPS, pQuotasAmount, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pPoolID" type="Number">System.Int32</param>
      /// <param name="pPPS" type="String">System.String</param>
      /// <param name="pQuotasAmount" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.poolUCBuyQuotas(pPoolID, pPPS, pQuotasAmount, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.poolUCBuyTickets = function(pPoolID, pPPS, pTickets, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pPoolID" type="Number">System.Int32</param>
      /// <param name="pPPS" type="String">System.String</param>
      /// <param name="pTickets" type="String">System.String</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.poolUCBuyTickets(pPoolID, pPPS, pTickets, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.poolUCRemoveTicket = function(pPoolID, pTicketID, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="pPoolID" type="Number">System.Int32</param>
      /// <param name="pTicketID" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.poolUCRemoveTicket(pPoolID, pTicketID, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.verifyNewNotifications = function(pLastIdNotification, onSuccess, onFailed, userContext) {
      /// <param name="pLastIdNotification" type="Number">System.Int64</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.verifyNewNotifications(pLastIdNotification, onSuccess, onFailed, userContext);
    }
    PageMethods.unsubscribe = function(unsubUsID, unsubET, unsubH, onSuccess, onFailed, userContext) {
      /// <param name="unsubUsID" type="Number">System.Int32</param>
      /// <param name="unsubET" type="Number">System.Int32</param>
      /// <param name="unsubH" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.unsubscribe(unsubUsID, unsubET, unsubH, onSuccess, onFailed, userContext);
    }
    PageMethods.stopGame = function(idILGame, csrf1, csrf2, onSuccess, onFailed, userContext) {
      /// <param name="idILGame" type="Number">System.Int32</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.stopGame(idILGame, csrf1, csrf2, onSuccess, onFailed, userContext);
    }
    PageMethods.le4 = function(hc, wn, arrcn, arrNHC, idG, pListBreadCrumbs, onSuccess, onFailed, userContext) {
      /// <param name="hc" type="Number">System.Int32</param>
      /// <param name="wn" type="String">System.String</param>
      /// <param name="arrcn" type="String">System.String</param>
      /// <param name="arrNHC" type="String">System.String</param>
      /// <param name="idG" type="Number">System.Int64</param>
      /// <param name="pListBreadCrumbs" type="Array">ASP.default_aspx+enumBreadCrumb[]</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.le4(hc, wn, arrcn, arrNHC, idG, pListBreadCrumbs, onSuccess, onFailed, userContext);
    }
    PageMethods.le3 = function(hc, wn, arrcn, arrNHC, idG, onSuccess, onFailed, userContext) {
      /// <param name="hc" type="Number">System.Int32</param>
      /// <param name="wn" type="String">System.String</param>
      /// <param name="arrcn" type="String">System.String</param>
      /// <param name="arrNHC" type="String">System.String</param>
      /// <param name="idG" type="Number">System.Int64</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.le3(hc, wn, arrcn, arrNHC, idG, onSuccess, onFailed, userContext);
    }
    PageMethods.le2 = function(hc, wn, arrcn, idG, onSuccess, onFailed, userContext) {
      /// <param name="hc" type="Number">System.Int32</param>
      /// <param name="wn" type="String">System.String</param>
      /// <param name="arrcn" type="String">System.String</param>
      /// <param name="idG" type="Number">System.Int64</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.le2(hc, wn, arrcn, idG, onSuccess, onFailed, userContext);
    }
    PageMethods.le = function(hc, wn, arrcn, idG, onSuccess, onFailed, userContext) {
      /// <param name="hc" type="Number">System.Int32</param>
      /// <param name="wn" type="String">System.String</param>
      /// <param name="arrcn" type="String">System.String</param>
      /// <param name="idG" type="Number">System.Int64</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.le(hc, wn, arrcn, idG, onSuccess, onFailed, userContext);
    }
    PageMethods.playGameRound2 = function(idILGame, roundsToAdvance, isAutoPlay, stopAfterRounds, stopIfBalanceDecrease, stopIfBalanceIncrease, stopIfWinningsDropFromMaximumProfit, betMultiplier, prizeMultiplier, selectedNumbers, betValue, csrf1,
      csrf2, pHE, onSuccess, onFailed, userContext) {
      /// <param name="idILGame" type="Number">System.Int32</param>
      /// <param name="roundsToAdvance" type="Number">System.Int32</param>
      /// <param name="isAutoPlay" type="Boolean">System.Boolean</param>
      /// <param name="stopAfterRounds" type="Number">System.Int32</param>
      /// <param name="stopIfBalanceDecrease" type="Number">System.Decimal</param>
      /// <param name="stopIfBalanceIncrease" type="Number">System.Decimal</param>
      /// <param name="stopIfWinningsDropFromMaximumProfit" type="Number">System.Decimal</param>
      /// <param name="betMultiplier" type="Number">System.Decimal</param>
      /// <param name="prizeMultiplier" type="Number">System.Decimal</param>
      /// <param name="selectedNumbers" type="String">System.String</param>
      /// <param name="betValue" type="Number">System.Decimal</param>
      /// <param name="csrf1" type="String">System.String</param>
      /// <param name="csrf2" type="String">System.String</param>
      /// <param name="pHE" type="Number">System.Decimal</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.playGameRound2(idILGame, roundsToAdvance, isAutoPlay, stopAfterRounds, stopIfBalanceDecrease, stopIfBalanceIncrease, stopIfWinningsDropFromMaximumProfit, betMultiplier, prizeMultiplier, selectedNumbers, betValue,
        csrf1, csrf2, pHE, onSuccess, onFailed, userContext);
    }
    PageMethods.getLastPlayedInstantLotteryGame = function(lastIDILGameSeen, onSuccess, onFailed, userContext) {
      /// <param name="lastIDILGameSeen" type="Number">System.Int32</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.getLastPlayedInstantLotteryGame(lastIDILGameSeen, onSuccess, onFailed, userContext);
    }
    Type.registerNamespace('ASP');
    if (typeof(ASP.enumBreadCrumb) === 'undefined') {
      ASP.enumBreadCrumb = function() {
        throw Error.invalidOperation();
      }
      ASP.enumBreadCrumb.prototype = {
        setupInstDraw: 1,
        getWinningNumbers: 2,
        playGameRoundSuccessErr: 3,
        playGameRoundSuccessErr2: 4,
        playGameRoundSuccessConf: 5,
        playGameRoundSuccessConfOK: 6,
        playGameRoundSuccessOK: 7,
        playGameRoundError: 8,
        animateWinningNumbers: 9,
        animateWinningNumbersLastNumber: 10,
        stopPlaying: 11,
        stopGameError: 12,
        stopGameSuccessErr: 13,
        stopGameSuccessOK: 14,
        playInstantLottery: 15,
        getWinningNumbersCallback: 16,
        animateWinningNumbersCallback: 17,
        btPlayInstantClick: 18,
        playClickedHelper: 19,
        playClickedHelper1: 20,
        playClickedHelper2: 21,
        playClickedHelpervalBetMultiplierLT1: 22,
        btRaiseHouseEdgeClick: 23,
        btKeepHouseEdgeClick: 24,
        permanentRaiseHouseEdge: 25,
        permanentKeepHouseEdge: 26,
        showDialogHouseEdgeChange: 27,
        playClickedHelpervalBetMultiplierGTE1: 28,
        btConfirmChangeHouseEdgeMultiplierClick: 29,
        permanentChoseHEMultiplier: 30,
        showDialogHouseEdgeChangeMultiplier: 31,
        playClickedHelperisPlayingTrue: 32
      }
      ASP.enumBreadCrumb.registerEnum('ASP.enumBreadCrumb', true);
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
  </div>
  <div>
    <script type="text/javascript">
      //<![CDATA[
      Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'formMaster', [], [], [], 90, 'ctl00');
      //]]>
    </script>
    <div class="popup vantagem" data-popup="vantagem">
      <div class="bgpopup"></div>
      <div class="conteudo vantagem">
        <div class="elastic info">
          <p class="title">Hausvorteil</p>
          <div class="descricao">
            <p class="subtitulo">Der Hausvorteil Ihrer Spiele liegt bei <span id="spCurrentHouseEdge2">1</span>%.</p>
            <div class="botao"><a href="/help.aspx#vHE">Klicken Sie hier, um zu erfahren, wie Sie ihn reduzieren können</a></div>
          </div>
        </div>
      </div>
    </div>
    <div class="popup gamedetails" data-popup="gamedetails">
      <div class="bgpopup"></div>
      <div class="conteudo gamedetails">
        <div class="elastic info">
          <p class="title">Details des Spiels</p>
          <div class="descricao rolagem ps">
            <table>
              <tbody>
                <tr>
                  <td>Wettbetrag</td>
                  <td id="spGDBetValue"></td>
                </tr>
                <tr>
                  <td>Runden</td>
                  <td id="spGDRounds"></td>
                </tr>
                <tr>
                  <td>Secret</td>
                  <td id="spGDSecret"></td>
                </tr>
                <tr>
                  <td>Spieler</td>
                  <td id="spGDPlayer"></td>
                </tr>
                <tr>
                  <td>Gewinne</td>
                  <td id="spGDWinnings"></td>
                </tr>
                <tr>
                  <td>Maximaler erhaltener Profit</td>
                  <td id="spGDMaximumProfitGot"></td>
                </tr>
                <tr id="trGDStopAfterRounds">
                  <td>Stop nach Runden</td>
                  <td id="spGDStopAfterRounds"></td>
                </tr>
                <tr id="trGDStopIfBalanceDropsBy">
                  <td>Stop wenn das Guthaben sinkt um</td>
                  <td id="spGDStopIfBalanceDropsBy"></td>
                </tr>
                <tr id="trGDStopIfBalanceIncreasesBy">
                  <td>Stop wenn das Guthaben steigt um</td>
                  <td id="spGDStopIfBalanceIncreasesBy"></td>
                </tr>
                <tr id="trGDStopIfWinningsDropFromMaximumProfit">
                  <td>Stop, falls Ihre Gewinne unter den maximal erreichten Profit sinken.</td>
                  <td id="spGDStopIfWinningsDropFromMaximumProfit"></td>
                </tr>
                <tr id="trGDBetMultiplier">
                  <td>Wett-Multiplikator</td>
                  <td id="spGDBetMultiplier"></td>
                </tr>
                <tr id="trGDWhenYourPrizeMultiplierIsLowerThan">
                  <td>falls Ihr Gewinn-Multiplikator niedriger ist als</td>
                  <td id="spGDWhenYourPrizeMultiplierIsLowerThan"></td>
                </tr>
                <tr>
                  <td>Ausgewählte Zahl(en)</td>
                  <td id="spGDChosenNumbers"></td>
                </tr>
                <tr>
                  <td>Hausvorteil in Prozent bei diesem Spiel:</td>
                  <td id="spGDHouseEdgePercent"><span></span></td>
                </tr>
              </tbody>
            </table>
            <div class="botao"><a href="javascript: history.back()">Schliessen</a></div>
            <div class="ps__rail-x" style="left: 0px; bottom: 0px;">
              <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
            </div>
            <div class="ps__rail-y" style="top: 0px; right: 0px;">
              <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="popup dialogHouseEdgeChange" data-popup="dialogHouseEdgeChange">
      <div class="bgpopup"></div>
      <div class="conteudo vantagem">
        <div class="elastic info">
          <div class="descricao">
            <p class="subtitulo">Die maximale Auszahlung pro Wette beträgt <span class="spMaximumPayout"></span> BTC, weswegen der maximale Wettbetrag für diese Anzahl ausgewählter Zahlen <span class="spMaximumBet"></span> BTC beträgt.<br><br>Da
              dieses Spiel einen aktuellen Hausvorteil von <span id="spCurrHouseEdgeDialogHouseEdgeChange"></span>% hat, beträgt der Maximaleinsatz <span id="spMaxBetValueDialogHouseEdgeChange"></span> BTC. Wie möchten Sie vorgehen?</p>
            <div class="botao"><a href="javascript: void(0)" id="btRaiseHouseEdge"></a></div>
            <div class="botao"><a href="javascript: void(0)" id="btKeepHouseEdge"></a></div>
            <div class="botao check optionaut"><input type="checkbox" id="cbDoNotShowDialogHouseEdge"><span class="tick"></span><label for="cbDoNotShowDialogHouseEdge">Diese Dialogbox während der aktuellen Sitzung nicht mehr anzeigen und die
                ausgewählte Aktion merken.</label></div>
          </div>
        </div>
      </div>
    </div>
    <div class="popup dialogHouseEdgeChangeMultiplier" data-popup="dialogHouseEdgeChangeMultiplier">
      <div class="bgpopup"></div>
      <div class="conteudo vantagem">
        <div class="elastic info">
          <div class="descricao">
            <p class="subtitulo">Die maximale Auszahlung pro Wette beträgt <span class="spMaximumPayout"></span> BTC, weswegen der maximale Wettbetrag für diese Anzahl ausgewählter Zahlen <span class="spMaximumBet"></span> BTC beträgt.<br><br>Da
              dieses Spiel einen aktuellen Hausvorteil von <span id="spCurrHouseEdgeDialogHouseEdgeChangeMultiplier"></span>% hat, beträgt der Maximaleinsatz <span id="spMaxBetValueDialogHouseEdgeChangeMultiplier"></span> BTC. Wie möchten Sie
              vorgehen?<br><br> Da Sie die Multiplikator-Option ausgewählt haben, können Sie den Hausvorteil für dieses Spiel wählen und somit einen höheren Spieleinsatz verwenden: <br><br> Den Hausvorteil auf den Wert <select
                id="slctHouseEdgeDialogHouseEdgeChangeMultiplier"></select>% erhöhen; Ihr maximaler Spieleinsatz beträgt dann <span id="spMaxBetValueDialogHouseEdgeChangeMultiplierSelect"></span> BTC </p>
            <div class="botao"><a href="javascript: void(0)" id="btConfirmChangeHouseEdgeMultiplier">Fortfahren</a></div>
            <div class="botao check optionaut"><input type="checkbox" id="cbDoNotShowDialogHouseEdgeMultiplier"><span class="tick"></span><label for="cbDoNotShowDialogHouseEdgeMultiplier">Diese Dialogbox während der aktuellen Sitzung nicht mehr
                anzeigen und den ausgewählten Hausvorteil merken</label></div>
          </div>
        </div>
      </div>
    </div>
    <main class="elastic indexh deslogado">
      <div class="folga elastic"></div>
      <div class="saldo elastic">
        <div class="center">
          <p><small>Spielen Sie zum Spass — Guthaben: </small><span class="valor" id="spBalance">1000,00000000</span> Spiel-BTC</p>
        </div>
      </div>
      <div class="elastic loterias ltinstantanea">
        <div class="center">
          <div class="chamadasloteria elastic">
            <div class="itemloteria instantanea ativo">
              <p><span>Sofort-Lotterie</span></p>
            </div>
            <div class="itemloteria agendada">
              <a href="/scheduledLottery.aspx" title="Terminlotterie" id="aSchedLott"><span>Terminlotterie</span></a>
            </div>
            <div class="itemloteria gratuita">
              <a href="/freeLottery.aspx" title="Gratis-Lotterie"><span>Gratis-Lotterie</span></a>
            </div>
          </div>
          <div class="tabela elastic">
            <div class="vantagens">
              <div class="premiacao">
                <p class="title">Gewinn pro Treffer</p>
                <div class="descritivo">
                  <p class="inicio">Wähle weitere Zahlen aus</p>
                  <ul class="acertosn">
                  </ul>
                  <ul class="variacao">
                  </ul>
                </div>
              </div>
            </div>
            <div class="numeros">
              <table class="tblTicket" id="Table1">
                <tbody>
                  <tr>
                    <td>
                      <table cellspacing="5" id="tblInstantLotteryNumbers">
                        <tbody>
                          <tr>
                            <td class="tnInstantNotSelected">01</td>
                            <td class="tnInstantNotSelected">02</td>
                            <td class="tnInstantNotSelected">03</td>
                            <td class="tnInstantNotSelected">04</td>
                            <td class="tnInstantNotSelected">05</td>
                            <td class="tnInstantNotSelected">06</td>
                            <td class="tnInstantNotSelected">07</td>
                            <td class="tnInstantNotSelected">08</td>
                            <td class="tnInstantNotSelected">09</td>
                            <td class="tnInstantNotSelected">10</td>
                            <td class="tnInstantNotSelected">11</td>
                            <td class="tnInstantNotSelected">12</td>
                            <td class="tnInstantNotSelected">13</td>
                            <td class="tnInstantNotSelected">14</td>
                            <td class="tnInstantNotSelected">15</td>
                            <td class="tnInstantNotSelected">16</td>
                            <td class="tnInstantNotSelected">17</td>
                            <td class="tnInstantNotSelected">18</td>
                            <td class="tnInstantNotSelected">19</td>
                            <td class="tnInstantNotSelected">20</td>
                            <td class="tnInstantNotSelected">21</td>
                            <td class="tnInstantNotSelected">22</td>
                            <td class="tnInstantNotSelected">23</td>
                            <td class="tnInstantNotSelected">24</td>
                            <td class="tnInstantNotSelected">25</td>
                            <td class="tnInstantNotSelected">26</td>
                            <td class="tnInstantNotSelected">27</td>
                            <td class="tnInstantNotSelected">28</td>
                            <td class="tnInstantNotSelected">29</td>
                            <td class="tnInstantNotSelected">30</td>
                            <td class="tnInstantNotSelected">31</td>
                            <td class="tnInstantNotSelected">32</td>
                            <td class="tnInstantNotSelected">33</td>
                            <td class="tnInstantNotSelected">34</td>
                            <td class="tnInstantNotSelected">35</td>
                            <td class="tnInstantNotSelected">36</td>
                            <td class="tnInstantNotSelected">37</td>
                            <td class="tnInstantNotSelected">38</td>
                            <td class="tnInstantNotSelected">39</td>
                            <td class="tnInstantNotSelected">40</td>
                            <td class="tnInstantNotSelected">41</td>
                            <td class="tnInstantNotSelected">42</td>
                            <td class="tnInstantNotSelected">43</td>
                            <td class="tnInstantNotSelected">44</td>
                            <td class="tnInstantNotSelected">45</td>
                            <td class="tnInstantNotSelected">46</td>
                            <td class="tnInstantNotSelected">47</td>
                            <td class="tnInstantNotSelected">48</td>
                            <td class="tnInstantNotSelected">49</td>
                            <td class="tnInstantNotSelected">50</td>
                            <td class="tnInstantNotSelected">51</td>
                            <td class="tnInstantNotSelected">52</td>
                            <td class="tnInstantNotSelected">53</td>
                            <td class="tnInstantNotSelected">54</td>
                            <td class="tnInstantNotSelected">55</td>
                            <td class="tnInstantNotSelected">56</td>
                            <td class="tnInstantNotSelected">57</td>
                            <td class="tnInstantNotSelected">58</td>
                            <td class="tnInstantNotSelected">59</td>
                            <td class="tnInstantNotSelected">60</td>
                            <td class="tnInstantNotSelected">61</td>
                            <td class="tnInstantNotSelected">62</td>
                            <td class="tnInstantNotSelected">63</td>
                            <td class="tnInstantNotSelected">64</td>
                            <td class="tnInstantNotSelected">65</td>
                            <td class="tnInstantNotSelected">66</td>
                            <td class="tnInstantNotSelected">67</td>
                          </tr>
                        </tbody>
                      </table>
                    </td>
                  </tr>
                </tbody>
              </table>
              <div class="aleatorios" id="divQuickPick">
                <p class="title">Verwende Zufallszahlen:</p>
                <table>
                  <tbody>
                    <tr>
                      <td>1</td>
                      <td>2</td>
                      <td>3</td>
                      <td>4</td>
                      <td>5</td>
                      <td>6</td>
                      <td>7</td>
                      <td>8</td>
                      <td>9</td>
                      <td>10</td>
                      <td>11</td>
                      <td>12</td>
                      <td>13</td>
                      <td>14</td>
                      <td>15</td>
                      <td>16</td>
                    </tr>
                  </tbody>
                </table>
                <select>
                  <option></option>
                  <option>1</option>
                  <option>2</option>
                  <option>3</option>
                  <option>4</option>
                  <option>5</option>
                  <option>6</option>
                  <option>7</option>
                  <option>8</option>
                  <option>9</option>
                  <option>10</option>
                  <option>11</option>
                  <option>12</option>
                  <option>13</option>
                  <option>14</option>
                  <option>15</option>
                  <option>16</option>
                </select>
              </div>
            </div>
            <div class="valor">
              <div class="digitevalor formfm">
                <p class="title">Wettbetrag: </p><input class="valoraposta" type="text" id="tbBetValue">
                <p class="btc"> BTC</p>
                <div class="botoes">
                  <div class="botao minimo" data-total="minimo" id="btBetValueMin">
                    <input type="radio" name="min" value="MIN" autocomplete="off">
                    <label for="min">
                      <span class="text">Minimum</span>
                    </label>
                  </div>
                  <div class="botao dividir" data-total="dividir" id="btBetValued2">
                    <input type="radio" name="dividir" value="/2" autocomplete="off">
                    <label for="dividir">
                      <span class="text">/2</span>
                    </label>
                  </div>
                  <div class="botao multiplicar" data-total="multiplicar" id="btBetValuex2">
                    <input type="radio" name="vezes" value="x2" autocomplete="off">
                    <label for="vezes">
                      <span class="text">x2</span>
                    </label>
                  </div>
                  <div class="botao maximo" data-total="maximo" id="btBetValueMax">
                    <input type="radio" name="max" value="MÁX" autocomplete="off">
                    <label for="max">
                      <span class="text">Maximum</span>
                    </label>
                  </div>
                </div>
              </div>
              <div class="btjogar">
                <input type="button" name="Jogar" value="Spielen" class="defaultButton" id="btPlayInstant">
                <input type="button" name="Jogar" value="Stop" id="btStopInstant">
              </div>
              <div class="btlimpar"><input type="button" name="Limpar" value="Löschen" id="btClearInstant"></div>
              <div class="divAdvanceRounds formfm">
                <p>Rücke <input type="number" id="tbAdvanceRounds"> Runden vor (maximal 1000 Runden pro Anfrage)</p>
                <div class="btavancar"><input type="button" id="btAdvanceInstant" value="Vorrücken" class="defaultButton"></div>
              </div>
              <div class="jogardiversao optionaut" id="divShowDialogChangeHouseEdge" style="display: none;">
                <input type="checkbox" id="cbShowDialogsChangeHouseEdge">
                <span class="tick"></span>
                <label for="cbShowDialogsChangeHouseEdge">
                  <span class="text">Dialogbox zur Auswahl des Hausvorteils anzeigen</span>
                </label>
              </div>
              <div class="vantagem">
                <div class="conteudo">
                  <p>Hausvorteil</p>
                  <select id="slctHouseEdge">
                    <option value="1">1%</option>
                    <option value="0,9">0,9%</option>
                    <option value="0,8">0,8%</option>
                    <option value="0,7">0,7%</option>
                    <option value="0,6">0,6%</option>
                    <option value="0,5">0,5%</option>
                    <option value="0,4">0,4%</option>
                    <option value="0,3">0,3%</option>
                    <option value="0,2">0,2%</option>
                    <option value="0,1">0,1%</option>
                    <option value="0">0%</option>
                  </select>
                  <input type="text" value="1%" disabled="disabled" id="spCurrentHouseEdge" style="display: none;">
                </div>
                <div class="opcoes openpopup" data-popup="vantagem"><span>?</span></div>
              </div>
            </div>
            <div class="sorteionumeros">
              <table>
                <tbody>
                  <tr>
                    <td>1</td>
                    <td>2</td>
                    <td>3</td>
                    <td>4</td>
                    <td>5</td>
                    <td>6</td>
                    <td>7</td>
                    <td>8</td>
                    <td>9</td>
                    <td>10</td>
                    <td>11</td>
                    <td>12</td>
                    <td>13</td>
                    <td>14</td>
                    <td>15</td>
                    <td>16</td>
                  </tr>
                </tbody>
              </table>
            </div>
            <div class="tabelaatuomatico">
              <table id="tblGameStatus">
                <tbody>
                  <tr>
                    <th>Runde</th>
                    <th>Wettbetrag</th>
                    <th>Gewinne</th>
                    <th>Maximaler erhaltener Profit</th>
                    <th>Hausvorteil</th>
                  </tr>
                  <tr>
                    <td id="tdRounds"></td>
                    <td id="tdBetValue"></td>
                    <td id="tdWinnings"></td>
                    <td id="tdCouldHaveWon" class="positive"></td>
                    <td id="tdHouseEdgeGame" class="positive"></td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </div>
      </div>
      <div class="elastic bloco2">
        <div class="center">
          <div class="informacoesautomatico elastic">
            <div class="chamadajogos elastic">
              <div class="chamada automatico">
                <p class="optionaut"><input type="checkbox" id="cbAutoPlay"><span class="tick2"></span>Auto-Play</p>
              </div>
              <div class="chamada bilhete">
                <p>Überprüfung der Fairness des Tickets</p>
              </div>
            </div>
            <div class="jogoautomatico">
              <div class="elastic">
                <div class="left">
                  <div class="rodadas optionaut">
                    <input type="checkbox" id="cbStopAfterRounds">
                    <span class="tick"></span>
                    <label for="cbStopAfterRounds">Stop nach </label><input type="text" id="tbMaximumRounds" value="10" disabled="disabled"><label for="cbStopAfterRounds"> Runden</label>
                  </div>
                  <div class="saldodiminuir optionaut">
                    <input type="checkbox" id="cbStopIfBalanceDrops">
                    <span class="tick"></span>
                    <label for="cbStopIfBalanceDrops">Stop sobald Guthaben sinkt um </label><input type="text" id="tbStopIfBalanceDrops" disabled="disabled"><label for="cbStopIfBalanceDrops"> BTC</label>
                  </div>
                  <div class="saldoaumentar optionaut">
                    <input type="checkbox" id="cbStopIfBalanceIncreases">
                    <span class="tick"></span>
                    <label for="cbStopIfBalanceIncreases">Stop sobald Guthaben steigt um </label><input type="text" id="tbStopIfBalanceIncreases" disabled="disabled"><label for="cbStopIfBalanceIncreases"> BTC</label>
                  </div>
                  <div class="lucrodiminuir optionaut">
                    <input type="checkbox" id="cbStopIfWinningsDropFromMaximumProfit">
                    <span class="tick"></span>
                    <label for="cbStopIfWinningsDropFromMaximumProfit">Stop, falls Ihre Gewinne um </label><input type="text" id="tbStopIfWinningsDropFromMaximumProfit" disabled="disabled"><label for="cbStopIfWinningsDropFromMaximumProfit"> BTC unter
                      den maximal erreichten Profit sinken.</label>
                  </div>
                </div>
                <div class="right">
                  <div class="multiplicaraposta optionaut">
                    <input type="checkbox" id="cbMultiplyYourBetBy">
                    <span class="tick"></span>
                    <label for="cbMultiplyYourBetBy"> Multipliziere die Wette mit </label><input type="text" id="tbBetMultiplier" disabled="disabled"><label for="cbMultiplyYourBetBy">, falls Ihr Gewinnmultiplikator niedriger ist als </label><input
                      type="text" id="tbPrizeMultiplier" disabled="disabled"><label for="cbMultiplyYourBetBy">x.</label>
                  </div>
                  <div class="texto">
                    <p>Ihre Wette wird auf den Ursprungswert zurückgesetzt, wenn ein höherer Multiplikator erreicht wird. Sobald Ihre Wette den maximalen Wettbetrag übersteigt, wird das Spiel automatisch beendet.</p>
                    <p>Wenn Sie eine beliebige Zeile der Tabelle "Preise pro Treffer" anklicken, dann werden in die obigen Felder für Multiplikatoren automatisch die korrekten Werte eingetragen, sofern Sie das Martingale-System verwenden möchten.</p>
                  </div>
                </div>
              </div>
            </div>
            <div class="verificarbilhete">
              <div class="elastic">
                <p>
                </p>
              </div>
            </div>
          </div>
          <div class="informacoesjogos elastic">
            <div class="tabelajogos elastic">
              <p class="title">Alle Spiele</p>
              <div class="chamada todosjogos ativo" data-tabela="ultimosjogos" data-title="Alle Spiele">
                <p>Alle Spiele</p>
              </div>
              <div class="chamada yourgames" data-tabela="yourgames" data-title="Ihre Spiele">
                <p>Ihre Spiele</p>
              </div>
              <div class="chamada maiores" data-tabela="maiores" data-title="Hitliste">
                <p>Hitliste</p>
              </div>
            </div>
            <div class="tabela ultimosjogos ativo">
              <table id="tblLastGames" class="transposeResponsive tblshowgamedetails">
                <thead>
                  <tr>
                    <th>Datum</th>
                    <th>Spieler</th>
                    <th>Runden</th>
                    <th>Wettbetrag</th>
                    <th>Gewinne</th>
                    <th>Maximaler erhaltener Profit</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td>2024-05-22 01:13 UTC</td>
                    <td>Zulpatra</td>
                    <td>8</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000060</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr>
                    <td>2024-05-22 01:13 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000040</td>
                    <td style="color: #00BB00">0,00000080</td>
                    <td>0,00000080</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '58z6uNjfBdgyq5bRoHyWKR7VJrUK7PxkP6sQoMNHBdnRzHMoo156bNCjgKu7sMKaTEThnACbBBUWHo4A9FmmMu1J', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:13', '0,00000000', '0', '0', '3-4-10-16-21-22-23-28-33-37-43-49-57-59-64', '0,3')">
                    <td>2024-05-22 01:13 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000040', '1', '3jYEs64E5VYAVjBidtfJtkpDp3xJ3VEMXK5ZQEcnxkZmra7dQcUGfN3WhKsiJ8pWHbx4S6A7ABvC8HjYhXsxKBro', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000040', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:13', '0,00000000', '0', '0', '11-33-44', '1')">
                    <td>2024-05-22 01:13 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000040</td>
                    <td style="color: #FF0000">-0,00000040</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000010', '13', '55hfkcAcyTPEhPr8MMEFfaA426ASoiNV1eDMywmEaX4bKPV45u6VFssFecx5QxYmtoA1twkMsVEDaKbgNwbRc15t', 'Rudi82', '-0,00000090', '0,00000030', '0', '0,00000000', '0,00000000', '2024-05-22 01:13', '0,00000000', '1', '0', '49-50-51-52-53-54-55-57-58-59-60-61-62-63-64', '1')">
                    <td>2024-05-22 01:13 UTC</td>
                    <td>Rudi82</td>
                    <td>13</td>
                    <td>0,00000010</td>
                    <td style="color: #FF0000">-0,00000090</td>
                    <td>0,00000030</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', 'SFk6oUQpouMMfmQs3wqyqN7VNHv2PDMzdgXSWTrsFete19ecq8j3mY8oUbS3GAxjydgyRjiYv1uEuamnoUf7chU', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:13', '0,00000000', '0', '0', '2-4-8-9-14-17-23-35-39-43-47-60-61-63-64', '0,3')">
                    <td>2024-05-22 01:13 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000040', '1', '3CRnm4PKkfzrfDLztUuez8y6s175RSMb3Y1eUcBjnVS6DacbmfCaS7QGUdPPigK7aRESdpRDviFrnqh55bdsdzRe', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '0,00000080', '0,00000080', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '32-57-66', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000040</td>
                    <td style="color: #00BB00">0,00000080</td>
                    <td>0,00000080</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '2tzugDia7oVykA5AN7YH3ra6TdzStXoo4TownRZ8z5gMVjyWfrDtb92HW8nqLbdAiDNhoqDodmJziNF8tGzdvcVU', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '2-4-8-9-14-17-23-35-39-43-47-60-61-63-64', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', 'ozq7peonszXkEERHvc4sopSMHF764WmvihkVgbKAh1u7vdX8oNFz32HrKDbku9TBKWgXwkoHZJ5kfpJqjn183YR', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '2-4-8-9-14-17-23-35-39-43-47-60-61-63-64', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', 'FJrYaPpuZ6SaPXYUNmzNCqYHBXFSCAbbSYeuWRJTCNn5fgtjyNUMnbwFZeaEYMZYegHyC1iPxddRC4dQDxkY97g', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000020', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '4-9-26-27-30-46-59-67', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', 'jHzeJ94RLSj4hi4qX77x7zsRvDxfEPznB2M1barbkFkf6oTUwFkcadkxFNUrD31UEakHcFrdV87HjyJirw43kXD', 'LuckyGuy', '0,00003000', '0,00003000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '3-5-6-15-19-25-32-34-35-39-43-53-55-57-63', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #00BB00">0,00003000</td>
                    <td>0,00003000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '2nF74KaUudSBExuoC7X4t22cu7EJiJaexPN9jEq4bp4sJC7UHSG5XhRrANHHSMf9LUqneJbAbqR7XCYyDWziL3G9', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '0,00000040', '0,00000040', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '31-51-63', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #00BB00">0,00000040</td>
                    <td>0,00000040</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '5qnnE8y5TNtRzHq15xJ2XZF3BHhmKzu4JgoXGG4EzSCdZ9s7p9oD9eWVCCmGXXgvQEuTbxE7qxYtWE6tb6Jj3HL6', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000020', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '12-31-63', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '5ymNz1UhbhWDK3HZEjzXkqxQZbvDFJSZAFwVr8cHuth1877TZtSRc5ybryUZbAUPdbrATBhFn1CpVS9fe6GrnbjX', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '3-17-28-30-32-33-40-41-44-52-54-55-59-61-63', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '5pfkFGe6vt7cVWERkp7nSR5aeCJx1Jpqh8wrkMM6H4HSKE4nz2oq98AsW85a4HCQt4zTPXByKVENE8A46GqnPCd6', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '1', '0', '21-28-29-30-37', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>Zulpatra</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '2sFMa9x5Whc11qdaD7vppDr4DgmzgVbUjWpRtT8KSoFJ4C3N1vXS7w3WpMDJKL79Yyvm8JaWyk2KDQnT2zHteXCC', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '4NTaPL7AB5BtWqk2vL8PoKvbF4vHRpdSZms8PknaCm5GdW6XKrDg1a6qyfWxLzdEcaBsoC1HmoZEyeuUXaMpSzb9', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '3-17-28-30-32-33-40-41-44-52-54-55-59-61-63', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '4PHwHjsY4m1bYve63sR9mC8ryLjugTEu98kq7hTp5vD53bM7UKuikVBE8cjYpcWTAiCtJvMpL9ngU9QMQaJBCLRQ', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000020', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '3-4-7-10-17-20-26-31-33-36-38-40-42-58-61-63', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '4eGx5mrneY22VdY63Qvcet6bK3zcjP5AcFoLqAbmsuLmxLNQJdsqXMj4doFU4zCGPjg9MACJC2VnEiwfJmfJ9C3a', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '2p1KdzJpQM3t7eyXY1JjznnxSrZiDFdJhE7itUHFNFezcQ26cvsp8MoEpWLKKMb866zivcT3NhJ1zV48ktsxABF1', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '1', '0', '28-29-30-31-37', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>Zulpatra</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '4pZRdLC2prNe8oA97d5q5RyDNUoRkUEaH42zvcJLzZKg75NZbWGQqvLpFQUoNkQLC8vfhvi8JNPTD7h8vFYpLxLS', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '3-4-11-12-15-19-28-29-34-45-47-55-59-60-64', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '2ajCR9VbtNQXtAN3A34ce15FYjJzLtCaZP21bU3151ReWF9w9tKgKFm4HGEVYDTqunBhrn5fjUDmcqLPvXiaX5so', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000020', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '2-4-9-45-59-61-63', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '2', '38PkvrpewB5z4uzitzj3UNMWbj4iqW4bmuizmSktmbDdeoNyB6ZWQTr9h7kJpWBPndyFzLp85dXhNfuKY41BBjJV', 'Zulpatra', '0,00000060', '0,00000080', '10', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '1', '0', '21-29-30-31-37', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>Zulpatra</td>
                    <td>2</td>
                    <td>0,00000020</td>
                    <td style="color: #00BB00">0,00000060</td>
                    <td>0,00000080</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', 'xZEF41XjMoVbayS6UkbSNoUSJnHVqhakqFEFPxAM859bphSJoathXa91uxBSoBp7Eoy4vXW2Pk9azsaQMKr6mdE', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '2-6-7-12-13-20-24-25-29-31-36-50-53-55-57', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000040', '1', '2gCSJ5JKyK96TuHUGfjE8Q1kfTEKz9UfXLG7Jqv6hJ7USPAhaMAN4oPs5zjmkz3do7GJ2CWuBXtNaLRhWZdqAfcE', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '0,00000000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '39-42-52', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000040</td>
                    <td style="color: #00BB00">0,00000000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '2t2k8EGjQvBbv8b6pXVMyNrJbXkwzAS7YbcYHsCwGo2admNC4TLmnCDcMhqJzrBYwivvLjTLH3ideDXGYbXtLoPe', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '2-6-7-12-13-20-24-25-29-31-36-50-53-55-57', '0,3')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000040', '1', '4cfLB2ibQSSjEtXcZKq5LXRJ9EUmwP4WT9ZDsyzPkzMsm5z4925e3QmkLFUvtCd1YDpECBupasdvDqU3pf86B9fL', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000040', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:12', '0,00000000', '0', '0', '21-39-42', '1')">
                    <td>2024-05-22 01:12 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000040</td>
                    <td style="color: #FF0000">-0,00000040</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '41hgsXura7KBaexDtkzYeSi4u8HtR692HdbaavNVzk9pdaynWznKRmwC5D5vZ6TJVjDaSgSijqzgStyWunNtqVfv', '13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf', '-0,00000020', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '5-6-13-49-56-59-60', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '2YLHtkj3Ykqqbp2krxNQ2SoXZY1hUP3CtmCntBS7igi3jJ4Yi6QJBAZUeNbG5GPvwzcjCEqWhnsXoWnaLSKyxDqm', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '0,00000000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #00BB00">0,00000000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000010', '5', '5xbzZisUhmEmC3CXUDTysb3p9NpXKgcPsZSsMdMJjW7D7gyUdJALGcAHhB6Kr44BeLUjayx4DfT8ohBPLDNbLbVr', 'матби', '-0,00000050', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '11-16-18-20-21-26-27-31-35-37-55-56-58-60-62-64', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>матби</td>
                    <td>5</td>
                    <td>0,00000010</td>
                    <td style="color: #FF0000">-0,00000050</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '2', '2LkfNqrw3Xut3Nf59p7EZnYH3REF91upwca3dBp8HcRXDgAWgyVLYch5c6GSNrTTLC4UK9PqGuGWUHRR3NL4EzwF', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '21-29-30-31-37', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>Zulpatra</td>
                    <td>2</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '5G5byn17xp4WTkbboTyaTBKYGG2nJG4jUkpbHX4w1RuyQkssHVX62Zq3ZrY4h3qUcDB4E4e3kdo2BmWhw2gLnfGG', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '3-7-16-18-26-32-34-37-41-43-44-47-49-50-52', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '28FDHwyk8SwMYmm2b7JxfEdgyDF5uFTVawDqXi1VfoyUQYSYRnqT4mUpUWpEd6pUGoSqRKf7TYsxYUR4oMTzXxMY', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '2P6PFARwoH3frUCBmJYe8BEr1am2J93ng9ELAwVpQJmqWSMxUrm3SuiV67RxEsGCej9tADf5GnH31sTFy4aM9KvH', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '2-11-21-23-30-35-36-42-45-49-53-60-63-65-67', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000010', '11', '425UEpovyMNQh8dT7fUxDEyYufRmiAymzbF5qBLwZYcthHy53Sv5jrzvbSVwDGbGmp14c5E6rMsJ37nbrCssjmzR', 'Rudi82', '-0,00000010', '0,00000080', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '17-18-19-20-21-27-29-36-38-39-40-45-48-53-61', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>Rudi82</td>
                    <td>11</td>
                    <td>0,00000010</td>
                    <td style="color: #FF0000">-0,00000010</td>
                    <td>0,00000080</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '2', '4513aPZ7r5rnuk6XjbTkBX81BVf3bjqwntZinnxNuZQyHaGoTFNm8LUEEQk1UEoqjKDH51HKkmuypQBPEQ76w3G', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '21-28-29-30-37', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>Zulpatra</td>
                    <td>2</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '5wbz437D2oEMzRVeQ67EoeV4MtPS1HQ4gMdK4Q6Lwpaz33EeQbSimxg4XFqxqqtBU6M1bWHWbdpCXDW3ZEdffa9L', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '1-10-23-25-34-41-43-50-56-57-58-60-61-65-67', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '5QZzhHSwP4mX6HgL46EKhZQSLq1Yvo5GLk655Y1kYFAf4dbnz7A8dkfw9tLD878bVkfzTM53scKQ9Gp3Q1C6gm4S', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '5bs7Y4auf9265nJDJsBWVWoHMhndUVuoHddgiaHqJqSb25iRvnbd1yUifMayXxCpTeBzJXK2b65zpH92cuy6FWhS', 'LuckyGuy', '0,00016100', '0,00016100', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '1-16-23-25-29-30-35-37-40-45-47-54-56-60-63', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #00BB00">0,00016100</td>
                    <td>0,00016100</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '39iFWDYDEGuFhsuJnanVSyp2fNJhBpBRnrnD8cBT9izj58NSMvNmbBmea7Kc8sEjwTHnPRgZgqh9ggxc74s4d8U5', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '26-27-28-29-30', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>Zulpatra</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '5i8Uapwb7iZAhXxs1Rfh4CxcSCNGpcnwjV3F1eUmrLe3Chozjb5oDR15asQFsx12ZMNnHZxG3Awvfb6cgARd1TXh', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '0,00000000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #00BB00">0,00000000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '4QKvvWc3KyYiMkrGsWTYtEcdvJANWbm1nV3bq5rEDkS3J5aK3GGrW5jqyFaxxmPPdx3VLUMvfrccsCgYgBYbNjw1', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '11-16-17-22-23-26-33-36-37-47-48-49-58-62-63', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', 'e51bN8RVRS5ycsdqY2A5ppnbfkGaEd33F8xKXy7cM1rtHKTpJeuG1puGZJ5nissiNPWsBbZJWsZX5XCPLdBbLvT', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '51AYGDEso45JnhfRpkJfZsHcdwEvuKGX4DqfiKraoqtnPehuyJtAH2CHBnSRujYPW2iLHse6duKSnS7HGjdJMeBS', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '0', '0', '1-7-11-12-14-15-22-32-34-45-47-50-57-62-63', '0,3')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '1', '5v8mxuDg2kRJtYTTNxjBjtYHsFgt74WS1MVg7tw55ESJwqVkz99NELpxCTictN2dQTrSWWy3drraFLhMeVDqJ3bu', 'Zulpatra', '-0,00000020', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:11', '0,00000000', '1', '0', '28-29-30-33-34', '1')">
                    <td>2024-05-22 01:11 UTC</td>
                    <td>Zulpatra</td>
                    <td>1</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000020</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', 'n6XtBgaeK6kFHmnyKTbGA8Cazem3ontAGywenrTtaVzfwzxT6TeerJJpCPaFDgLgfpR7Z89JGa6Qb4WCyrz7LZP', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '-0,00000100', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:10', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:10 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #FF0000">-0,00000100</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '4hhLk54zMcYEEgN2mkmGzQZVN5Zr6sLTXWX3Jx2HRtf18F3qqKav1aupUgqNgDDdXwUSLhmWve4sfmyQm2tum2Eg', 'LuckyGuy', '-0,00001000', '0,00000000', '0', '0,00000000', '0,00000000', '2024-05-22 01:10', '0,00000000', '0', '0', '1-7-11-12-14-15-22-32-34-45-47-50-57-62-63', '0,3')">
                    <td>2024-05-22 01:10 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #FF0000">-0,00001000</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000020', '2', 'BNid4Yrimyhx7gFqBx1k83XW7Z9ww7hGRi6AudSMzzaANJbMspom3fqttVDQi8MniUuJMRVSUcWznXNhKT95LFN', 'Zulpatra', '-0,00000040', '0,00000000', '10', '0,00000000', '0,00000000', '2024-05-22 01:10', '0,00000000', '1', '0', '28-29-30-34-35', '1')">
                    <td>2024-05-22 01:10 UTC</td>
                    <td>Zulpatra</td>
                    <td>2</td>
                    <td>0,00000020</td>
                    <td style="color: #FF0000">-0,00000040</td>
                    <td>0,00000000</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00000100', '1', '5rZ2krgg1q4jD2zASLXMW2T82869mXk7XjjB7rXdkDGZ56ga32SztgK46uECz6s95NvjZhojgEapHpymzeUG78GE', '3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8', '0,00000300', '0,00000300', '0', '0,00000000', '0,00000000', '2024-05-22 01:10', '0,00000000', '0', '0', '6-11-16-30-32-47', '1')">
                    <td>2024-05-22 01:10 UTC</td>
                    <td>3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ8</td>
                    <td>1</td>
                    <td>0,00000100</td>
                    <td style="color: #00BB00">0,00000300</td>
                    <td>0,00000300</td>
                  </tr>
                  <tr
                    onclick="showGameDetails('0,00001000', '1', '33zzGVW6K4asbrJqqznN3ryL9j3LPes76cYPRudkisDCoR488u3rN3eRvYyjE8R8aiAQmzPawCGgS2sFFsjxbY9m', 'LuckyGuy', '0,00003000', '0,00003000', '0', '0,00000000', '0,00000000', '2024-05-22 01:10', '0,00000000', '0', '0', '7-10-16-18-22-25-36-38-39-42-55-57-58-63-64', '0,3')">
                    <td>2024-05-22 01:10 UTC</td>
                    <td>LuckyGuy</td>
                    <td>1</td>
                    <td>0,00001000</td>
                    <td style="color: #00BB00">0,00003000</td>
                    <td>0,00003000</td>
                  </tr>
                </tbody>
              </table>
            </div>
            <div class="tabela yourgames">
            </div>
            <div class="tabela maiores">
              <div class="maioreslucros qualtabela">
                <p class="desctable">Höchstgewinne mit Frei-Coins</p>
                <table id="tblTopProfit" class="transposeResponsive">
                  <thead>
                    <tr>
                      <th>Datum</th>
                      <th>Spieler</th>
                      <th>Begonnen mit</th>
                      <th>Gewinn</th>
                      <th>Gewinn in %</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td>2024-05-12 23:04 UTC</td>
                      <td>klubnichka</td>
                      <td>0,00000050</td>
                      <td>0,12226519</td>
                      <td>24452938 %</td>
                    </tr>
                    <tr>
                      <td>2022-06-08 23:23 UTC</td>
                      <td>Timekoda</td>
                      <td>0,00000050</td>
                      <td>0,10712854</td>
                      <td>21425608 %</td>
                    </tr>
                    <tr>
                      <td>2019-02-12 23:53 UTC</td>
                      <td>better007007007</td>
                      <td>0,00000100</td>
                      <td>0,18218682</td>
                      <td>18218582 %</td>
                    </tr>
                    <tr>
                      <td>2017-12-03 23:48 UTC</td>
                      <td>VictorG</td>
                      <td>0,00000200</td>
                      <td>0,28911927</td>
                      <td>14455864 %</td>
                    </tr>
                    <tr>
                      <td>2021-05-21 18:16 UTC</td>
                      <td>Luku296</td>
                      <td>0,00000050</td>
                      <td>0,06252440</td>
                      <td>12504780 %</td>
                    </tr>
                    <tr>
                      <td>2018-12-19 08:52 UTC</td>
                      <td>1010</td>
                      <td>0,00000100</td>
                      <td>0,09618600</td>
                      <td>9618500 %</td>
                    </tr>
                    <tr>
                      <td>2019-06-11 20:42 UTC</td>
                      <td>abdullah</td>
                      <td>0,00000100</td>
                      <td>0,08754540</td>
                      <td>8754440 %</td>
                    </tr>
                    <tr>
                      <td>2019-07-03 01:46 UTC</td>
                      <td>3HJTFBqRKqCm6ecw4NedudrH3BW71RZfFa</td>
                      <td>0,00000100</td>
                      <td>0,08467200</td>
                      <td>8467100 %</td>
                    </tr>
                    <tr>
                      <td>2020-03-14 10:18 UTC</td>
                      <td>1HykULW6aZSvUG1JrMgsdYfHEBbc5Y7qb4</td>
                      <td>0,00000050</td>
                      <td>0,04233169</td>
                      <td>8466238 %</td>
                    </tr>
                    <tr>
                      <td>2018-11-13 17:26 UTC</td>
                      <td>15EaQf6XUasVSBMZbJafNumQzGv7a3MD5t</td>
                      <td>0,00000100</td>
                      <td>0,07475000</td>
                      <td>7474900 %</td>
                    </tr>
                    <tr>
                      <td>2016-06-29 17:30 UTC</td>
                      <td>Badger</td>
                      <td>0,00002000</td>
                      <td>1,39043335</td>
                      <td>6952067 %</td>
                    </tr>
                    <tr>
                      <td>2019-07-08 18:11 UTC</td>
                      <td>daniel1973</td>
                      <td>0,00000100</td>
                      <td>0,06811204</td>
                      <td>6811104 %</td>
                    </tr>
                    <tr>
                      <td>2020-06-09 15:44 UTC</td>
                      <td>-----</td>
                      <td>0,00000050</td>
                      <td>0,03379286</td>
                      <td>6758472 %</td>
                    </tr>
                    <tr>
                      <td>2021-02-25 22:42 UTC</td>
                      <td>kazuyabr</td>
                      <td>0,00000050</td>
                      <td>0,03276890</td>
                      <td>6553680 %</td>
                    </tr>
                    <tr>
                      <td>2020-08-18 07:23 UTC</td>
                      <td>HJIe6</td>
                      <td>0,00000050</td>
                      <td>0,03106731</td>
                      <td>6213362 %</td>
                    </tr>
                    <tr>
                      <td>2018-07-04 06:12 UTC</td>
                      <td>LeVassseur</td>
                      <td>0,00000100</td>
                      <td>0,05998370</td>
                      <td>5998270 %</td>
                    </tr>
                    <tr>
                      <td>2020-06-04 10:04 UTC</td>
                      <td>13xbCHYzwnYgroEACC53Au7cqPXzPCTeMK</td>
                      <td>0,00000050</td>
                      <td>0,02980000</td>
                      <td>5959900 %</td>
                    </tr>
                    <tr>
                      <td>2018-01-26 23:13 UTC</td>
                      <td>vitek87</td>
                      <td>0,00000100</td>
                      <td>0,05239983</td>
                      <td>5239883 %</td>
                    </tr>
                    <tr>
                      <td>2017-08-05 04:44 UTC</td>
                      <td>gerardo2298</td>
                      <td>0,00000500</td>
                      <td>0,25699428</td>
                      <td>5139786 %</td>
                    </tr>
                    <tr>
                      <td>2019-01-15 17:59 UTC</td>
                      <td>14e1xr7Cu2ybEpm2jeTazSBHZPgpiHqryk</td>
                      <td>0,00000100</td>
                      <td>0,04567637</td>
                      <td>4567537 %</td>
                    </tr>
                    <tr>
                      <td>2020-11-09 00:36 UTC</td>
                      <td>kot2369</td>
                      <td>0,00000050</td>
                      <td>0,02175400</td>
                      <td>4350700 %</td>
                    </tr>
                    <tr>
                      <td>2022-07-16 22:27 UTC</td>
                      <td>Mokarech88</td>
                      <td>0,00000050</td>
                      <td>0,02111895</td>
                      <td>4223690 %</td>
                    </tr>
                    <tr>
                      <td>2018-04-06 01:21 UTC</td>
                      <td>walece</td>
                      <td>0,00000100</td>
                      <td>0,04101100</td>
                      <td>4101000 %</td>
                    </tr>
                    <tr>
                      <td>2020-05-15 00:39 UTC</td>
                      <td>cooper1480</td>
                      <td>0,00000050</td>
                      <td>0,01914362</td>
                      <td>3828624 %</td>
                    </tr>
                    <tr>
                      <td>2018-10-10 07:13 UTC</td>
                      <td>Ghini</td>
                      <td>0,00000100</td>
                      <td>0,03795011</td>
                      <td>3794911 %</td>
                    </tr>
                    <tr>
                      <td>2021-03-23 20:50 UTC</td>
                      <td>svbfud</td>
                      <td>0,00000050</td>
                      <td>0,01880180</td>
                      <td>3760260 %</td>
                    </tr>
                    <tr>
                      <td>2018-08-11 00:28 UTC</td>
                      <td>margon1488</td>
                      <td>0,00000100</td>
                      <td>0,03752420</td>
                      <td>3752320 %</td>
                    </tr>
                    <tr>
                      <td>2017-01-23 09:32 UTC</td>
                      <td>1000bmwx</td>
                      <td>0,00000500</td>
                      <td>0,17866385</td>
                      <td>3573177 %</td>
                    </tr>
                    <tr>
                      <td>2019-09-30 00:24 UTC</td>
                      <td>gerlanio</td>
                      <td>0,00000050</td>
                      <td>0,01746510</td>
                      <td>3492920 %</td>
                    </tr>
                    <tr>
                      <td>2020-04-01 14:55 UTC</td>
                      <td>Kosyakw</td>
                      <td>0,00000050</td>
                      <td>0,01745050</td>
                      <td>3490000 %</td>
                    </tr>
                    <tr>
                      <td>2022-04-03 09:30 UTC</td>
                      <td>keobitit</td>
                      <td>0,00000050</td>
                      <td>0,01582180</td>
                      <td>3164260 %</td>
                    </tr>
                    <tr>
                      <td>2019-07-01 21:11 UTC</td>
                      <td>Fuleri</td>
                      <td>0,00000100</td>
                      <td>0,03164240</td>
                      <td>3164140 %</td>
                    </tr>
                    <tr>
                      <td>2018-01-22 19:25 UTC</td>
                      <td>Lucker</td>
                      <td>0,00000100</td>
                      <td>0,03147051</td>
                      <td>3146951 %</td>
                    </tr>
                    <tr>
                      <td>2018-04-23 23:48 UTC</td>
                      <td>LuckyGuy</td>
                      <td>0,00000100</td>
                      <td>0,03087800</td>
                      <td>3087700 %</td>
                    </tr>
                    <tr>
                      <td>2017-06-11 16:10 UTC</td>
                      <td>p3p1ty_89</td>
                      <td>0,00000500</td>
                      <td>0,15320115</td>
                      <td>3063923 %</td>
                    </tr>
                    <tr>
                      <td>2024-05-02 13:22 UTC</td>
                      <td>exgtbf</td>
                      <td>0,00000050</td>
                      <td>0,01464421</td>
                      <td>2928742 %</td>
                    </tr>
                    <tr>
                      <td>2024-02-10 04:26 UTC</td>
                      <td>1eKDVafHaqni8ynnXcTW5paNe5FYMD2S4</td>
                      <td>0,00000050</td>
                      <td>0,01461060</td>
                      <td>2922020 %</td>
                    </tr>
                    <tr>
                      <td>2019-06-06 18:12 UTC</td>
                      <td>1PdJDsbdjF4p8aagMY4avXqFhayxMdRvSw</td>
                      <td>0,00000100</td>
                      <td>0,02761565</td>
                      <td>2761465 %</td>
                    </tr>
                    <tr>
                      <td>2017-08-21 21:08 UTC</td>
                      <td>Beyrut</td>
                      <td>0,00000200</td>
                      <td>0,05481946</td>
                      <td>2740873 %</td>
                    </tr>
                    <tr>
                      <td>2019-06-23 06:18 UTC</td>
                      <td>34hkcKW34CEmqaFwpRWGJHdpn3WX6ecxFf</td>
                      <td>0,00000100</td>
                      <td>0,02721600</td>
                      <td>2721500 %</td>
                    </tr>
                  </tbody>
                </table>
              </div>
              <div class="maioresquant qualtabela">
                <p class="desctable">Höchstanzahl Runden pro Spiel</p>
                <table id="tblTopRoundsPlayed" class="transposeResponsive  tblshowgamedetails">
                  <thead>
                    <tr>
                      <th>Datum</th>
                      <th>Spieler</th>
                      <th>Runden</th>
                      <th>Wettbetrag</th>
                      <th>Gewinne</th>
                      <th>Maximaler erhaltener Profit</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr
                      onclick="showGameDetails('0,00001000', '28640319', '2SXdXyPxxEj9FeHYrsgALMZZYpQKQuTuMSK6H27WSGZ41QJ4SZ8hLYWSzE9n6bQs36L6zR6F7A3AzyfCZ3y2gxwA', 'LottoLover', '-0,11832110', '0,00007350', '0', '0,00000000', '0,00010000', '2016-10-21 21:34', '0,00000000', '0', '0', '40', '0')">
                      <td>2016-10-21 21:34 UTC</td>
                      <td>LottoLover</td>
                      <td>28640319</td>
                      <td>0,00001000</td>
                      <td style="color: #FF0000">-0,11832110</td>
                      <td>0,00007350</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000015', '1845739', '2fsx7pAnuUsgxDJ8v7MBZDonyeYJQjhc4CoxUWkGWsiQUCAJ9rejpHRb5fpAKY5RKT1GmZZMX2rLcKsP1d5CM6rA', 'gtbf', '-0,00178176', '0,00051850', '0', '0,00000000', '0,00000000', '2019-04-21 16:37', '0,00000000', '0', '0', '5-8-10-12-13-16-37-42-43-44-45-47-56-60-65', '0,2')">
                      <td>2019-04-21 16:37 UTC</td>
                      <td>gtbf</td>
                      <td>1845739</td>
                      <td>0,00000015</td>
                      <td style="color: #FF0000">-0,00178176</td>
                      <td>0,00051850</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000020', '1606468', '5YdNhgw4pbEv2VpVmEwnePQqrH48eUWvWSo6FYc5MLjHPc1ok3WykvGqSaXMtvzdXxya5fT8dNHuzs51Gm3BxXLp', 'gtbf', '-0,00026616', '0,00136039', '0', '0,00000000', '0,00000000', '2019-04-18 14:14', '0,00000000', '0', '0', '1-2-5-9-16-17-18-29-33-39-46-51-53-58-67', '0,2')">
                      <td>2019-04-18 14:14 UTC</td>
                      <td>gtbf</td>
                      <td>1606468</td>
                      <td>0,00000020</td>
                      <td style="color: #FF0000">-0,00026616</td>
                      <td>0,00136039</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '1209226', '2YTg59yrAQtFYnucfJ1Jxn7pD7mM5LZ8UgSKMs2jbzF512qzfxtiKE2QiPG4f9Szw3aiUoDqZEvXJjmCKEi9A8Su', 'exgtbf', '-0,00018450', '0,00081550', '0', '0,00000000', '0,00000000', '2019-04-17 09:30', '0,00100000', '0', '0', '2-4-5-10-21-24-32-37-45-46-53-58-59-63-66', '1')">
                      <td>2019-04-17 09:30 UTC</td>
                      <td>exgtbf</td>
                      <td>1209226</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00018450</td>
                      <td>0,00081550</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00001000', '1192661', 'wuiHPUJzFsz66yHKYVJY6y31PJ8zZU9iPGUw25dXBvoKHC641VXEaQz9hndR1bi1LG3pu46dP3864dypMPxord9', 'LottoLover', '0,00010137', '0,00010137', '0', '0,00000000', '0,00010000', '2015-09-10 00:27', '0,00000000', '0', '0', '60', '0')">
                      <td>2015-09-10 00:27 UTC</td>
                      <td>LottoLover</td>
                      <td>1192661</td>
                      <td>0,00001000</td>
                      <td style="color: #00BB00">0,00010137</td>
                      <td>0,00010137</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000020', '1054936', '5ixs84NDbMA2VinxDKHhyXAcLx1JVofwGu71yQvy67xbDtTGy9jHfseceoZ7J45ouDrt5QE8hPwnDrBX5ePX1MbY', 'LB333', '-0,00079880', '0,00000254', '0', '0,00000000', '0,00000000', '2020-05-28 08:59', '0,00000000', '1', '0', '8-9-23-26-44-46-50', '0,2')">
                      <td>2020-05-28 08:59 UTC</td>
                      <td>LB333</td>
                      <td>1054936</td>
                      <td>0,00000020</td>
                      <td style="color: #FF0000">-0,00079880</td>
                      <td>0,00000254</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '892972', 'qw8UzYBxArcrCpRDby6hSsDTSJ3FpLGPGJhCwqDGLcysPN43efhoGUQNgPdcnfdeHf75B57gm8N8bxy4gN6p2HG', 'gtbf1', '-0,00033366', '0,00015969', '0', '0,00000000', '0,00000000', '2019-04-18 06:22', '0,00000000', '0', '0', '1-2-3-4-11-21-31-41-44-51-54-61-62-63-64', '0')">
                      <td>2019-04-18 06:22 UTC</td>
                      <td>gtbf1</td>
                      <td>892972</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00033366</td>
                      <td>0,00015969</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '870104', 'oYsn88zHzaWUGZdphrqw6A6tUchauoa4rHqxuZ4xtYZ3fmVVgnxrkoykVKdQCHV31SF7ztmKSJ9adDFWEyxtJ3c', 'exgtbf', '-0,00124280', '0,00020860', '0', '0,00000000', '0,00000000', '2019-04-26 02:26', '0,00000000', '0', '0', '5-6-9-10-26-28-36-37-38-39-50-51-53-57-58-61', '1')">
                      <td>2019-04-26 02:26 UTC</td>
                      <td>exgtbf</td>
                      <td>870104</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00124280</td>
                      <td>0,00020860</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '834046', '54XNVyDeJbYeFvD49HCUjtgvKisDZWLC4tWbL6YVSZABCb8oeL4b3Xqx867hNS3pzANympaCSqtWhnYz1Wn2ysfy', 'dys520', '0,00004410', '0,00011940', '1000000000', '0,00000000', '0,00000000', '2016-09-28 16:03', '0,00000000', '1,07', '5', '3-17-24-44-47', '0')">
                      <td>2016-09-28 16:03 UTC</td>
                      <td>dys520</td>
                      <td>834046</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00004410</td>
                      <td>0,00011940</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '697698', '2aAuwbzFyBAs9XLFSTNkvzkhjDojwhceEuHyjf1NMcByLL4z6ph8fqUYt6vhebn89bYMN2zymRzxxx2kKYs7xt2i', 'brana', '0,01300704', '0,01425667', '0', '0,00000000', '0,00000000', '2017-05-26 22:23', '0,00000000', '1,55', '2', '13-28', '0,5')">
                      <td>2017-05-26 22:23 UTC</td>
                      <td>brana</td>
                      <td>697698</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,01300704</td>
                      <td>0,01425667</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '662316', '33vF2b2GmAZcypJwsj9tvezgGcd9FVkMNmZgE8otKQYHZVLz6EmWyShdGeaZCXxYsp1yjTGserMp5RsarQvJpCUM', 'gtbf', '-0,00007942', '0,00035854', '0', '0,00000000', '0,00000000', '2019-04-16 15:36', '0,00000000', '0', '0', '9-23-24-29-34-36-39-41-42-45-46-51-52-59-61-64', '0,2')">
                      <td>2019-04-16 15:36 UTC</td>
                      <td>gtbf</td>
                      <td>662316</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00007942</td>
                      <td>0,00035854</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '553559', 'zjFCpmebFau6aes3RXpfQ7fwxuQFimxpwnHrpREFr6KiqxWUkiAH65DyiGYTXkNsKvqoZTGiHkT9v8w5xpFZdm5', 'xiangjing080', '-0,00013094', '0,00014556', '100000000', '0,00000000', '0,00000000', '2016-09-28 19:19', '0,00000000', '1,08', '5', '7-23-33-34-65', '0,3')">
                      <td>2016-09-28 19:19 UTC</td>
                      <td>xiangjing080</td>
                      <td>553559</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00013094</td>
                      <td>0,00014556</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '521000', '2Xjm4sEcP7nETVQDG8stTzomTQMXK6FJtwRKN57FH2iCUiamKxEHrmWMooQetUsgf2BohXWrvobc9sToMMija6ag', 'Smart123', '0,00001314', '0,00029589', '0', '0,00000000', '0,01000000', '2022-06-27 05:46', '0,00000000', '1', '0', '4-9-10-12-17-30-34-46-47-48-50-56-58-62', '0,2')">
                      <td>2022-06-27 05:46 UTC</td>
                      <td>Smart123</td>
                      <td>521000</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00001314</td>
                      <td>0,00029589</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000020', '500000', '2Loc6Pto6x43RUmn8yGekeUUnFw2UQdB9AjNwpTMckwhJZ3K883fNaHZJB3wiYJXE4Wbe1Xx1eYM5acbjYmR1kU4', '1mkh1', '0,00109140', '0,00128184', '500000', '0,00000000', '0,00000000', '2018-07-04 13:32', '0,00000000', '0', '0', '3-7-20-21-27-28-29-36-37-39-44-46-48-55-67', '0')">
                      <td>2018-07-04 13:32 UTC</td>
                      <td>1mkh1</td>
                      <td>500000</td>
                      <td>0,00000020</td>
                      <td style="color: #00BB00">0,00109140</td>
                      <td>0,00128184</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '499510', '5D186ZbU4fhXErMeaLPyVfknztBArxappeSuYudHa4aMVL2VNzAfzE2kdYzLAnkPAeCqyuBsXC5yGGEtPjWBMoyS', 'xiangjing080', '-0,00009752', '0,00004130', '100000000', '0,00000000', '0,00000000', '2016-09-28 22:57', '0,00000000', '0', '0', '1-2', '0')">
                      <td>2016-09-28 22:57 UTC</td>
                      <td>xiangjing080</td>
                      <td>499510</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00009752</td>
                      <td>0,00004130</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '492494', '2nbo65uWFfDixss8MKJc3eUHwMGq5ZWYsMVTNDjtH3zM237HnuEvsSa4gjLqPnV2CTS9TcvzNLn5tVLCrQhjm5D', 'brana', '0,00094572', '0,00184664', '0', '0,00000000', '0,00000000', '2017-05-27 00:47', '0,00000000', '1,55', '2', '13-28', '1')">
                      <td>2017-05-27 00:47 UTC</td>
                      <td>brana</td>
                      <td>492494</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00094572</td>
                      <td>0,00184664</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000040', '488303', '3oFc7j85QQdYcxY9bF18Gszjpz9brpD3Jz3t64LmuhFguMGaZJPhGFSh8AdXwWyHm3K5PCRnSTSVGgYzP6nsH2Dv', 'Steevo45', '0,00081726', '0,00097431', '100000000', '0,00000000', '0,00000000', '2017-05-01 23:11', '0,00000000', '0', '0', '2-7-9-23-26-37-41-43-45-46-47-48-49-53-58-67', '0')">
                      <td>2017-05-01 23:11 UTC</td>
                      <td>Steevo45</td>
                      <td>488303</td>
                      <td>0,00000040</td>
                      <td style="color: #00BB00">0,00081726</td>
                      <td>0,00097431</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '461449', '2GCDvPy1btUtC6PFYtjAXTFD49ZynpUcXJot2agsT3DM8eXDdSYjJktGD1S1d2qZnC6VNBHPPBuw16fbPHJuqeJM', 'Smart123', '-0,00020573', '0,00019649', '0', '0,00000000', '0,00000000', '2019-04-16 16:10', '0,00000000', '0', '0', '2-9-14-19-22-26-36-37-46-50-51-52-53-60-61-63', '0,2')">
                      <td>2019-04-16 16:10 UTC</td>
                      <td>Smart123</td>
                      <td>461449</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00020573</td>
                      <td>0,00019649</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '453956', 'cKGQKnBjfMggMMz9V5C7KMbyn5rbcLW6u6bg8DYn9hdDrVGAheDH4tZ4C5dHrZVcENUq8aXaeWC3SoEMQQTy4bH', 'BadVirtue', '-0,00069369', '0,00000292', '0', '0,00000000', '0,00000000', '2019-02-13 20:27', '0,00000000', '0', '0', '4-12-18-19-28-32-34-36-39-43-47-52-55-59-64', '0,9')">
                      <td>2019-02-13 20:27 UTC</td>
                      <td>BadVirtue</td>
                      <td>453956</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00069369</td>
                      <td>0,00000292</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '421915', '29ym63C7yvQgPHpktd14357rs1xwDU7oMyJgfLSZ4rTXGdALRghiifBxCqWidttHMaTUMwW5VKH1mgguFwtdUwjb', 'brana', '-0,00326302', '0,00290503', '0', '0,00000000', '0,00000000', '2017-05-27 01:57', '0,00000000', '1,55', '2', '13-28', '1')">
                      <td>2017-05-27 01:57 UTC</td>
                      <td>brana</td>
                      <td>421915</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00326302</td>
                      <td>0,00290503</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '388280', '3DbTjwjHUvZTG4W4tjjVCJco1266ApKqLtqme6VuDmyYVkb9ePZAn6GZ5hdy84kjgtLpnMqSSPJsNrfbhBQrigvs', 'Clara', '-0,00047985', '0,00002055', '0', '0,00000000', '0,00000000', '2017-01-11 22:20', '0,00050000', '1,25', '1', '3-15-22-23-24-33-34-43-61', '1')">
                      <td>2017-01-11 22:20 UTC</td>
                      <td>Clara</td>
                      <td>388280</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00047985</td>
                      <td>0,00002055</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000020', '381586', 'EBnUy1nXE7E1agx2kj8ShHZbgAEWoFNuMiu77T2iSfxWerzRom6bBVpRTF8uBdX2L1JTmeKg71DEsbKk8Ss7mBq', 'Steevo45', '0,00090332', '0,00101962', '1000000', '0,00000000', '0,00000000', '2017-04-30 09:59', '0,00000000', '0', '0', '7-13-17-20-24-25-26-34-38-39-40-44-45-46-49-57', '0')">
                      <td>2017-04-30 09:59 UTC</td>
                      <td>Steevo45</td>
                      <td>381586</td>
                      <td>0,00000020</td>
                      <td style="color: #00BB00">0,00090332</td>
                      <td>0,00101962</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '373090', 'QDH4ZpRMMJWs27EQZhJYCff2hTGgCvaDC8RvY3KYXySJoCpemMnujdCAgykmr2r3narrtgRsku1YFXY8Bisuupk', 'gtbf1', '0,00030517', '0,00043796', '0', '0,00000000', '0,00000000', '2019-06-14 10:55', '0,00000000', '0', '0', '1-2-4-13-21-30-34-39-42-43-44-51-54-60-63-64', '0,1')">
                      <td>2019-06-14 10:55 UTC</td>
                      <td>gtbf1</td>
                      <td>373090</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00030517</td>
                      <td>0,00043796</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '362498', '617mEPXbgew3gEW1tHvQag5xPPsaCxhhKb93vHARHYkaEBYWPuHDj8q8XD5zXWpqrhyJZmriuULHbDiM6KpbDHfL', 'brana', '0,00218289', '0,00233166', '0', '0,00000000', '0,00000000', '2017-05-26 23:36', '0,00000000', '1,55', '2', '13-28', '1')">
                      <td>2017-05-26 23:36 UTC</td>
                      <td>brana</td>
                      <td>362498</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00218289</td>
                      <td>0,00233166</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '347924', '3Jnm9tVdbWughG5kzxpZPjaRqTTgDvuGouDEpSDnrp8g2HBhru4KKDMvPMTyUeg6UkFPnz5QBzm97GTWJM7UqUGm', 'exgtbf', '0,00031842', '0,00033552', '0', '0,00000000', '0,00000000', '2019-04-13 01:09', '0,00000000', '0', '0', '1-6-10-21-24-31-35-36-37-46-54-55-56-57-62-66', '0')">
                      <td>2019-04-13 01:09 UTC</td>
                      <td>exgtbf</td>
                      <td>347924</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00031842</td>
                      <td>0,00033552</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00004100', '342838', '2j2JyAd37hzMf2vBX7dZTdbxd3jgGTrvqRoyaEmAv7Mcnyeb2UkFv87nifcf4cNMQU4sYexBkRDHrZyCQAroVSan', 'hohokay', '-0,11001530', '0,04865060', '0', '0,00000000', '0,00000000', '2016-09-03 04:49', '0,00000000', '0', '0', '1-5-6-11-19-31-35-38-41-45-53-57-61-62-64', '0,9')">
                      <td>2016-09-03 04:49 UTC</td>
                      <td>hohokay</td>
                      <td>342838</td>
                      <td>0,00004100</td>
                      <td style="color: #FF0000">-0,11001530</td>
                      <td>0,04865060</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '342000', '5RGgBdPLwg38ft9XkmDLRZvz18hz4ZWYuBkBrrAqBHXY2YDxwWqMkYuQH2Su4LMW9VZiDDWyFLAsk3abdDjASiJL', 'krackerbush8420', '-0,00091180', '0,00001180', '342000', '0,00000000', '0,00000000', '2019-02-10 09:34', '0,00000000', '0', '0', '2-13-14-16-19-23-25-29-30-32-35-36-46-63-65', '1')">
                      <td>2019-02-10 09:34 UTC</td>
                      <td>krackerbush8420</td>
                      <td>342000</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00091180</td>
                      <td>0,00001180</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '340437', '3TuTNTxmxUf8jeTS4vqWTmyTCoH1rmxLW45ETpWgXg6aupyKDo7P7BWyXMDWDsqnJvpTKNsDVUeX6dAqY1gRzRww', 'Qwaser109', '-0,00008070', '0,00003900', '10000000', '0,00000000', '0,00000000', '2017-01-23 05:25', '0,00000000', '0', '0', '2-22-30-31-33', '0')">
                      <td>2017-01-23 05:25 UTC</td>
                      <td>Qwaser109</td>
                      <td>340437</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00008070</td>
                      <td>0,00003900</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '340404', '5r6FYZ8g5HjYbuVnoDgWukvpicQgQVDFfQkrTT2VhGBXQXY963RWWdoJiQk5ChdAdujSkLSMEFTLiBeRv5Mguog3', 'Krackerbush', '-0,00003002', '0,00011192', '693210', '0,00003000', '0,00000000', '2016-12-04 04:52', '0,00000000', '0', '0', '3-5-12-25-28-29-31-46-49-52', '0')">
                      <td>2016-12-04 04:52 UTC</td>
                      <td>Krackerbush</td>
                      <td>340404</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00003002</td>
                      <td>0,00011192</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000025', '326603', '3itFkFJvWFQZyo1nmBruqzp3rG1oc6S6DuFz8yb8jjKUBV5xGWuJjH1bxSWkBhMphptLNg7kqrxLg51AaDSjaquF', 'Steevo45', '-0,00047409', '0,00041945', '1000000', '0,00000000', '0,00000000', '2017-04-30 10:41', '0,00000000', '0', '0', '7-13-17-20-24-25-26-34-38-39-40-44-45-46-49-57', '0')">
                      <td>2017-04-30 10:41 UTC</td>
                      <td>Steevo45</td>
                      <td>326603</td>
                      <td>0,00000025</td>
                      <td style="color: #FF0000">-0,00047409</td>
                      <td>0,00041945</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000079', '322564', '5bsRiqXgmhLTcJBNsM4UiT6cmUvMj2cy8CxUzN9vJzSVMvkR4ygcA9YC1XUx3k1VRSyeQaDxaqXGT1udNi862LNA', 'Steevo45', '-0,00005015', '0,00146811', '1000000000', '0,00005000', '0,00000000', '2017-06-19 19:51', '0,00000000', '0', '0', '1-4-10-16-19-24-29-30-34-37-38-40-41-44-49-61', '0')">
                      <td>2017-06-19 19:51 UTC</td>
                      <td>Steevo45</td>
                      <td>322564</td>
                      <td>0,00000079</td>
                      <td style="color: #FF0000">-0,00005015</td>
                      <td>0,00146811</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '316327', '3ZY9jYdzdmTZVqABbbXgJ1DQrGxbQpzxeWTx5ej6gefJX7SQCnNp4EKL9C3DUYKzXeAeAgLZk9npvC1xCq3pGGa', 'brana', '-0,00046580', '0,00033887', '0', '0,00000000', '0,00000000', '2017-05-27 01:24', '0,00000000', '1,55', '2', '13-27', '1')">
                      <td>2017-05-27 01:24 UTC</td>
                      <td>brana</td>
                      <td>316327</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00046580</td>
                      <td>0,00033887</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '316223', '3iw62cQpZJkvcbbk3vAcnoFEsxMZM4ZrKf8T4n1dhhAbH4jHXn1KCnACq2YJ2QtSn3zzkKmngNXnBSSkzK9cfWE5', 'folove', '0,00006395', '0,00055010', '0', '0,00000000', '0,00000000', '2016-06-19 11:43', '0,00000000', '1,5', '2', '1-3-13-16-27-48-49-50-56-62', '1')">
                      <td>2016-06-19 11:43 UTC</td>
                      <td>folove</td>
                      <td>316223</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00006395</td>
                      <td>0,00055010</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '311414', '2NJMTC3ka4bLGuprrxDdtWn1tmFjwqjGKnQhedyXoDvBv7GZjppjBhNRX3rbFEwy9K49ra4zrrXDVcyqURN93aFk', 'brana', '0,00254878', '0,00328287', '0', '0,00000000', '0,00000000', '2017-05-26 22:54', '0,00000000', '1,55', '2', '13-28', '1')">
                      <td>2017-05-26 22:54 UTC</td>
                      <td>brana</td>
                      <td>311414</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00254878</td>
                      <td>0,00328287</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '309311', '37KGjexoNKXwk5q7XSopfa4qnDq4cQYW29aN5FtoBoF1zqBgMBcd2tXURHLLrjUbEWo38sazhqxPHciLp1ZcdqxC', 'dys520', '-0,00003798', '0,00011757', '10000000', '0,00000000', '0,00000000', '2016-09-27 15:56', '0,00000000', '1,02', '4', '15-29-37-51-67', '0,1')">
                      <td>2016-09-27 15:56 UTC</td>
                      <td>dys520</td>
                      <td>309311</td>
                      <td>0,00000010</td>
                      <td style="color: #FF0000">-0,00003798</td>
                      <td>0,00011757</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '298355', '3DaoJyXPBfJpUMGUKuGpGRWgVjwdq6VHpE1QtCDtfkUAegGxgubV3HmF6qSeQUrrKJC2C185zRjZYu8KefGY8pui', 'brana', '0,00750635', '0,00822728', '0', '0,00000000', '0,00000000', '2017-05-23 18:29', '0,00000000', '1,65', '2', '27-28', '0,5')">
                      <td>2017-05-23 18:29 UTC</td>
                      <td>brana</td>
                      <td>298355</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00750635</td>
                      <td>0,00822728</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '283289', '32CZDYabTQAm8tWphZPhpEe4BGWEQH2i8VfMjDQ5oSr3r4htAncSuivtifAnTs6RKMctSBVsmpSazxHPcLzz6Zr9', 'folove', '0,00222504', '0,00222532', '0', '0,00000000', '0,00000000', '2016-06-19 11:18', '0,00000000', '1,5', '2', '1-3-13-16-27-48-49-50-56-62', '0,3')">
                      <td>2016-06-19 11:18 UTC</td>
                      <td>folove</td>
                      <td>283289</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00222504</td>
                      <td>0,00222532</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000040', '273649', '3y3PmQM8dz6UkE6k7rH8vNJgjpZMHqwMBc6htq3hMeTvtFfJXKqPbKfB1nDFdZ5RNB8kVTFb1ZhCRNzQ5TzSr7wk', 'Steevo45', '0,00120577', '0,00258813', '10000000', '0,00002500', '0,00000000', '2017-06-06 08:29', '0,00000000', '0', '0', '2-3-5-7-18-20-23-24-37-41-44-53-59-60-61-67', '0')">
                      <td>2017-06-06 08:29 UTC</td>
                      <td>Steevo45</td>
                      <td>273649</td>
                      <td>0,00000040</td>
                      <td style="color: #00BB00">0,00120577</td>
                      <td>0,00258813</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '255335', '3UPRRoRU7zLtmF1cGi47Yk8zxdyCVaJB284GwzqDp9VQ2BtN7whnJBcakkXsy7qu5N7PbuV1FkeHWSknrWThQAK1', 'mister21', '0,00007310', '0,00014920', '0', '0,00000000', '0,00000000', '2018-03-24 21:46', '0,00000000', '0', '0', '1-5-12-16-22-23-25-28-32-36-43-52-60-63-64', '1')">
                      <td>2018-03-24 21:46 UTC</td>
                      <td>mister21</td>
                      <td>255335</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00007310</td>
                      <td>0,00014920</td>
                    </tr>
                    <tr
                      onclick="showGameDetails('0,00000010', '249251', '4gV8WnHF9sEnvhWq7XzaeU8EYyzYmSAK2fMKriwNkNCckenJ1EUfbsgFbW11Z8baCvL1PPtrUFasoNrLGsLk3C6g', 'dys520', '0,00030110', '0,00030410', '1000000000', '0,00000000', '0,00000000', '2016-09-28 14:02', '0,00000000', '1,07', '5', '3-17-24-44-47', '0')">
                      <td>2016-09-28 14:02 UTC</td>
                      <td>dys520</td>
                      <td>249251</td>
                      <td>0,00000010</td>
                      <td style="color: #00BB00">0,00030110</td>
                      <td>0,00030410</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
        </div>
      </div>
    </main>
  </div>
</form>

Text Content

FAIR MILLIONS


 * Lotterien
   * Sofort-Lotterie
   * Terminlotterie
   * Gratis-Lotterie
 * Empfehlungen
 * Hilfe
   * Allgemein
   * Sofort-Lotterie
   * Terminlotterie
   * Empfehlungen
   * Gratis-Lotterie
 * Kontakt

 * Einzahlen

Anmelden

 * Deutsch
   
   * English
   * 中文(简体)
   * español
   * português (Brasil)
   * русский
   * Deutsch
   * Türkçe
   * ไทย

Anmelden



Passwort vergessen



Neues Konto erstellen

Neues Konto erstellen

Ich bin mindestens 18 Jahre alt.



Zurück




Hausvorteil

Der Hausvorteil Ihrer Spiele liegt bei 1%.

Klicken Sie hier, um zu erfahren, wie Sie ihn reduzieren können

Details des Spiels

Wettbetrag Runden Secret Spieler Gewinne Maximaler erhaltener Profit Stop nach
Runden Stop wenn das Guthaben sinkt um Stop wenn das Guthaben steigt um Stop,
falls Ihre Gewinne unter den maximal erreichten Profit sinken.
Wett-Multiplikator falls Ihr Gewinn-Multiplikator niedriger ist als Ausgewählte
Zahl(en) Hausvorteil in Prozent bei diesem Spiel:

Schliessen



Die maximale Auszahlung pro Wette beträgt BTC, weswegen der maximale Wettbetrag
für diese Anzahl ausgewählter Zahlen BTC beträgt.

Da dieses Spiel einen aktuellen Hausvorteil von % hat, beträgt der
Maximaleinsatz BTC. Wie möchten Sie vorgehen?



Diese Dialogbox während der aktuellen Sitzung nicht mehr anzeigen und die
ausgewählte Aktion merken.

Die maximale Auszahlung pro Wette beträgt BTC, weswegen der maximale Wettbetrag
für diese Anzahl ausgewählter Zahlen BTC beträgt.

Da dieses Spiel einen aktuellen Hausvorteil von % hat, beträgt der
Maximaleinsatz BTC. Wie möchten Sie vorgehen?

Da Sie die Multiplikator-Option ausgewählt haben, können Sie den Hausvorteil für
dieses Spiel wählen und somit einen höheren Spieleinsatz verwenden:

Den Hausvorteil auf den Wert % erhöhen; Ihr maximaler Spieleinsatz beträgt dann
BTC

Fortfahren
Diese Dialogbox während der aktuellen Sitzung nicht mehr anzeigen und den
ausgewählten Hausvorteil merken

Spielen Sie zum Spass — Guthaben: 1000,00000000 Spiel-BTC

Sofort-Lotterie

Terminlotterie
Gratis-Lotterie

Gewinn pro Treffer

Wähle weitere Zahlen aus

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
55 56 57 58 59 60 61 62 63 64 65 66 67

Verwende Zufallszahlen:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Wettbetrag:

BTC

Minimum
/2
x2
Maximum



Rücke Runden vor (maximal 1000 Runden pro Anfrage)


Dialogbox zur Auswahl des Hausvorteils anzeigen

Hausvorteil

1%0,9%0,8%0,7%0,6%0,5%0,4%0,3%0,2%0,1%0%
?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Runde Wettbetrag Gewinne Maximaler erhaltener Profit Hausvorteil

Auto-Play

Überprüfung der Fairness des Tickets

Stop nach Runden
Stop sobald Guthaben sinkt um BTC
Stop sobald Guthaben steigt um BTC
Stop, falls Ihre Gewinne um BTC unter den maximal erreichten Profit sinken.
Multipliziere die Wette mit , falls Ihr Gewinnmultiplikator niedriger ist als x.

Ihre Wette wird auf den Ursprungswert zurückgesetzt, wenn ein höherer
Multiplikator erreicht wird. Sobald Ihre Wette den maximalen Wettbetrag
übersteigt, wird das Spiel automatisch beendet.

Wenn Sie eine beliebige Zeile der Tabelle "Preise pro Treffer" anklicken, dann
werden in die obigen Felder für Multiplikatoren automatisch die korrekten Werte
eingetragen, sofern Sie das Martingale-System verwenden möchten.



Alle Spiele

Alle Spiele

Ihre Spiele

Hitliste

DatumSpielerRundenWettbetragGewinneMaximaler erhaltener Profit2024-05-22 01:13
UTCZulpatra80,00000020-0,000000600,000000002024-05-22 01:13
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,000000400,000000800,000000802024-05-22
01:13 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:13
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000040-0,000000400,000000002024-05-22
01:13 UTCRudi82130,00000010-0,000000900,000000302024-05-22 01:13
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,000000400,000000800,000000802024-05-22
01:12 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000020-0,000000200,000000002024-05-22
01:12 UTCLuckyGuy10,000010000,000030000,000030002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,000000200,000000400,000000402024-05-22
01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000020-0,000000200,000000002024-05-22
01:12 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTCZulpatra10,00000020-0,000000200,000000002024-05-22 01:12
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:12 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000020-0,000000200,000000002024-05-22
01:12
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:12 UTCZulpatra10,00000020-0,000000200,000000002024-05-22 01:12
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000020-0,000000200,000000002024-05-22
01:12 UTCZulpatra20,000000200,000000600,000000802024-05-22 01:12
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,000000400,000000000,000000002024-05-22
01:12 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:12
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000040-0,000000400,000000002024-05-22
01:11
UTC13goXcFtzWD1RDPZFVpJoTgFmPJ3uvaCNf10,00000020-0,000000200,000000002024-05-22
01:11
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,000001000,000000000,000000002024-05-22
01:11 UTCматби50,00000010-0,000000500,000000002024-05-22 01:11
UTCZulpatra20,00000020-0,000000200,000000002024-05-22 01:11
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:11
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:11 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:11
UTCRudi82110,00000010-0,000000100,000000802024-05-22 01:11
UTCZulpatra20,00000020-0,000000200,000000002024-05-22 01:11
UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:11
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:11 UTCLuckyGuy10,000010000,000161000,000161002024-05-22 01:11
UTCZulpatra10,00000020-0,000000200,000000002024-05-22 01:11
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,000001000,000000000,000000002024-05-22
01:11 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:11
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:11 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:11
UTCZulpatra10,00000020-0,000000200,000000002024-05-22 01:10
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,00000100-0,000001000,000000002024-05-22
01:10 UTCLuckyGuy10,00001000-0,000010000,000000002024-05-22 01:10
UTCZulpatra20,00000020-0,000000400,000000002024-05-22 01:10
UTC3KgrVEq3ytTTVDAuH9WYzFVRwWUJHyCNQ810,000001000,000003000,000003002024-05-22
01:10 UTCLuckyGuy10,000010000,000030000,00003000



Höchstgewinne mit Frei-Coins

Datum Spieler Begonnen mit Gewinn Gewinn in %2024-05-12 23:04
UTCklubnichka0,000000500,1222651924452938 %2022-06-08 23:23
UTCTimekoda0,000000500,1071285421425608 %2019-02-12 23:53
UTCbetter0070070070,000001000,1821868218218582 %2017-12-03 23:48
UTCVictorG0,000002000,2891192714455864 %2021-05-21 18:16
UTCLuku2960,000000500,0625244012504780 %2018-12-19 08:52
UTC10100,000001000,096186009618500 %2019-06-11 20:42
UTCabdullah0,000001000,087545408754440 %2019-07-03 01:46
UTC3HJTFBqRKqCm6ecw4NedudrH3BW71RZfFa0,000001000,084672008467100 %2020-03-14
10:18 UTC1HykULW6aZSvUG1JrMgsdYfHEBbc5Y7qb40,000000500,042331698466238
%2018-11-13 17:26
UTC15EaQf6XUasVSBMZbJafNumQzGv7a3MD5t0,000001000,074750007474900 %2016-06-29
17:30 UTCBadger0,000020001,390433356952067 %2019-07-08 18:11
UTCdaniel19730,000001000,068112046811104 %2020-06-09 15:44
UTC-----0,000000500,033792866758472 %2021-02-25 22:42
UTCkazuyabr0,000000500,032768906553680 %2020-08-18 07:23
UTCHJIe60,000000500,031067316213362 %2018-07-04 06:12
UTCLeVassseur0,000001000,059983705998270 %2020-06-04 10:04
UTC13xbCHYzwnYgroEACC53Au7cqPXzPCTeMK0,000000500,029800005959900 %2018-01-26
23:13 UTCvitek870,000001000,052399835239883 %2017-08-05 04:44
UTCgerardo22980,000005000,256994285139786 %2019-01-15 17:59
UTC14e1xr7Cu2ybEpm2jeTazSBHZPgpiHqryk0,000001000,045676374567537 %2020-11-09
00:36 UTCkot23690,000000500,021754004350700 %2022-07-16 22:27
UTCMokarech880,000000500,021118954223690 %2018-04-06 01:21
UTCwalece0,000001000,041011004101000 %2020-05-15 00:39
UTCcooper14800,000000500,019143623828624 %2018-10-10 07:13
UTCGhini0,000001000,037950113794911 %2021-03-23 20:50
UTCsvbfud0,000000500,018801803760260 %2018-08-11 00:28
UTCmargon14880,000001000,037524203752320 %2017-01-23 09:32
UTC1000bmwx0,000005000,178663853573177 %2019-09-30 00:24
UTCgerlanio0,000000500,017465103492920 %2020-04-01 14:55
UTCKosyakw0,000000500,017450503490000 %2022-04-03 09:30
UTCkeobitit0,000000500,015821803164260 %2019-07-01 21:11
UTCFuleri0,000001000,031642403164140 %2018-01-22 19:25
UTCLucker0,000001000,031470513146951 %2018-04-23 23:48
UTCLuckyGuy0,000001000,030878003087700 %2017-06-11 16:10
UTCp3p1ty_890,000005000,153201153063923 %2024-05-02 13:22
UTCexgtbf0,000000500,014644212928742 %2024-02-10 04:26
UTC1eKDVafHaqni8ynnXcTW5paNe5FYMD2S40,000000500,014610602922020 %2019-06-06
18:12 UTC1PdJDsbdjF4p8aagMY4avXqFhayxMdRvSw0,000001000,027615652761465
%2017-08-21 21:08 UTCBeyrut0,000002000,054819462740873 %2019-06-23 06:18
UTC34hkcKW34CEmqaFwpRWGJHdpn3WX6ecxFf0,000001000,027216002721500 %

Höchstanzahl Runden pro Spiel

DatumSpielerRundenWettbetragGewinneMaximaler erhaltener Profit2016-10-21 21:34
UTCLottoLover286403190,00001000-0,118321100,000073502019-04-21 16:37
UTCgtbf18457390,00000015-0,001781760,000518502019-04-18 14:14
UTCgtbf16064680,00000020-0,000266160,001360392019-04-17 09:30
UTCexgtbf12092260,00000010-0,000184500,000815502015-09-10 00:27
UTCLottoLover11926610,000010000,000101370,000101372020-05-28 08:59
UTCLB33310549360,00000020-0,000798800,000002542019-04-18 06:22
UTCgtbf18929720,00000010-0,000333660,000159692019-04-26 02:26
UTCexgtbf8701040,00000010-0,001242800,000208602016-09-28 16:03
UTCdys5208340460,000000100,000044100,000119402017-05-26 22:23
UTCbrana6976980,000000100,013007040,014256672019-04-16 15:36
UTCgtbf6623160,00000010-0,000079420,000358542016-09-28 19:19
UTCxiangjing0805535590,00000010-0,000130940,000145562022-06-27 05:46
UTCSmart1235210000,000000100,000013140,000295892018-07-04 13:32
UTC1mkh15000000,000000200,001091400,001281842016-09-28 22:57
UTCxiangjing0804995100,00000010-0,000097520,000041302017-05-27 00:47
UTCbrana4924940,000000100,000945720,001846642017-05-01 23:11
UTCSteevo454883030,000000400,000817260,000974312019-04-16 16:10
UTCSmart1234614490,00000010-0,000205730,000196492019-02-13 20:27
UTCBadVirtue4539560,00000010-0,000693690,000002922017-05-27 01:57
UTCbrana4219150,00000010-0,003263020,002905032017-01-11 22:20
UTCClara3882800,00000010-0,000479850,000020552017-04-30 09:59
UTCSteevo453815860,000000200,000903320,001019622019-06-14 10:55
UTCgtbf13730900,000000100,000305170,000437962017-05-26 23:36
UTCbrana3624980,000000100,002182890,002331662019-04-13 01:09
UTCexgtbf3479240,000000100,000318420,000335522016-09-03 04:49
UTChohokay3428380,00004100-0,110015300,048650602019-02-10 09:34
UTCkrackerbush84203420000,00000010-0,000911800,000011802017-01-23 05:25
UTCQwaser1093404370,00000010-0,000080700,000039002016-12-04 04:52
UTCKrackerbush3404040,00000010-0,000030020,000111922017-04-30 10:41
UTCSteevo453266030,00000025-0,000474090,000419452017-06-19 19:51
UTCSteevo453225640,00000079-0,000050150,001468112017-05-27 01:24
UTCbrana3163270,00000010-0,000465800,000338872016-06-19 11:43
UTCfolove3162230,000000100,000063950,000550102017-05-26 22:54
UTCbrana3114140,000000100,002548780,003282872016-09-27 15:56
UTCdys5203093110,00000010-0,000037980,000117572017-05-23 18:29
UTCbrana2983550,000000100,007506350,008227282016-06-19 11:18
UTCfolove2832890,000000100,002225040,002225322017-06-06 08:29
UTCSteevo452736490,000000400,001205770,002588132018-03-24 21:46
UTCmister212553350,000000100,000073100,000149202016-09-28 14:02
UTCdys5202492510,000000100,000301100,00030410

Zwei-Faktor-Authentifizierung
Authentifizierungscode





Frei-Coins (kostenlose Bitcoins)

 * Einzahlen

   

18+ Jahre alt

Glücksspiel kann süchtig machen, bitte verantwortungsvoll spielen.

 * Home
 * Übersetzen
   
 * Hilfe
 * Kontakt

Copyright © 2024 Fair Millions.

Da die Bildschirmgröße geändert wurde, müssen Sie die Seite neu laden, um das
neue Design anzuwenden.


Jetzt neu laden