fixed typo

This commit is contained in:
andmironov 2017-06-25 21:45:25 +03:00
parent 95bc267968
commit b706afc2c8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<h2>How can I calculate the exchange rate for SGT to SNT?</h2>
<div class="text">
<p>Inspect the <strong>second token transfer</strong> from the <a href="https://etherscan.io/tx/0x43c712494be83b5f0e428a3ac27ae2f940f0fe458aa116d42a2ee88a737287b9" target="_blank">finalize() transaction</a> at the end of the Contribution Period. Youll see that the Total SNT allocated for SGT exchanging is <strong>471,505,389.187865805561407178</strong>. </p>
<p>Next, check out the <strong>Token Total Supply</strong> of the <a href="https://etherscan.io/token/0xd248b0d48e44aaf9c49aea0312be7e13a6dc1468" target="_blank">SGT token</a>. Total SGT issued is <strong>34,644,701.3</strong>. The portion of allocated SNT for each SGT token holder can be calculated as: 71505389.187865805561407178 ÷ 34644701.3 = <strong>13.6097403497563 SNT per SGT</strong>.</p>
<p>Next, check out the <strong>Token Total Supply</strong> of the <a href="https://etherscan.io/token/0xd248b0d48e44aaf9c49aea0312be7e13a6dc1468" target="_blank">SGT token</a>. Total SGT issued is <strong>34,644,701.3</strong>. The portion of allocated SNT for each SGT token holder can be calculated as: 471505389.187865805561407178 ÷ 34644701.3 = <strong>13.6097403497563 SNT per SGT</strong>.</p>
<p>You can also refer to our <a href="https://github.com/status-im/status-network-token/blob/master/contracts/StatusContribution.sol#L324" target="_blank">Status Contribution contract</a> (starting line 324) for more details on the calculations.</p>
</div>