JSFiddle - React, Tailwind, and code Playground
by jarosciak
HTML
<title>XEN Contract Information</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://xen.pub/other/Get_XEN_Contract_info.js"></script>
<div>
<h1>XEN Contract Information</h1>
<button onclick="getXENContractInfo()">Get XEN Contract Info</button>
<ul>
<li>Current AMP: <span id="getCurrentAMP"></span></li>
<li>Current EAAR: <span id="getCurrentEAAR"></span></li>
<li>Current Max Term: <span id="Current_Max_Term"></span></li>
</ul>
</div>