clowallet.com
Open in
urlscan Pro
2606:4700:3032::ac43:9a13
Public Scan
URL:
https://clowallet.com/
Submission: On August 24 via automatic, source certstream-suspicious — Scanned from DE
Submission: On August 24 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
5 forms found in the DOMName: customNodeForm —
<form name="customNodeForm" custom-node-form="" ng-submit="saveCustomNode()" class="ng-pristine ng-invalid ng-invalid-required ng-invalid-valid-name ng-valid-url ng-valid-port"><!-- modal body -->
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title ng-scope" translate="NODE_Title">Set Up Your Custom Node</h2>
<div ng-show="browserProtocol=='https:'" class="alert alert-danger small ng-scope" translate="NODE_Warning">Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can
<a target="_blank" rel="noopener" href="https://github.com/kvhnuke/etherwallet/releases/latest">download the MyEtherWallet repo & run it locally</a> to connect to any node. Or, get free SSL certificate via
<a target="_blank" rel="noopener" href="https://letsencrypt.org/">LetsEncrypt</a></div>
<div class="clearfix col-xs-12">
<label translate="NODE_Name" for="nodeName" class="ng-scope">Node Name</label>
<input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-invalid-valid-name is-invalid" type="text" id="nodeName" autocomplete="off" spellcheck="false" required="" name="nodeName" placeholder="My ETH Node"
ng-model="customNode.name" ng-class="customNodeForm.nodeName.$valid ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-9">
<label for="url">URL</label>
<input class="form-control ng-pristine ng-untouched ng-empty ng-valid-url ng-invalid ng-invalid-required is-invalid" type="url" id="url" name="url" required="" placeholder="http://127.0.0.1" ng-model="customNode.url"
ng-class="customNodeForm.url.$valid ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-3">
<label class="NODE_Port" for="port">Port</label>
<input class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-port is-valid" type="number" placeholder="8545" ng-model="customNode.port" id="port" name="port" ng-class="customNodeForm.port.$valid ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-12">
<label><input type="checkbox" ng-model="customNode.httpBasicAuth" ng-true-value="{user:'',password:''}" ng-false-value="null" value="false" class="ng-pristine ng-untouched ng-valid ng-empty"> HTTP Basic access authentication </label>
</div>
<div class="clearfix col-xs-6 ng-hide" ng-show="customNode.httpBasicAuth">
<label for="user">User</label>
<input name="user" id="user" ng-required="customNode.httpBasicAuth" class="form-control ng-pristine ng-untouched ng-empty is-invalid ng-valid ng-valid-required" type="text" ng-model="customNode.httpBasicAuth.user"
ng-class="customNode.httpBasicAuth && customNode.httpBasicAuth.user.length > 0 ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-6 ng-hide" ng-show="customNode.httpBasicAuth">
<label for="httpBasicAuthPassword" translate="x_Password" class="ng-scope">Password</label>
<input id="httpBasicAuthPassword" name="httpBasicAuthPassword" ng-required="customNode.httpBasicAuth" class="form-control ng-pristine ng-untouched ng-empty is-invalid ng-valid ng-valid-required" type="password"
ng-model="customNode.httpBasicAuth.password" ng-class="customNode.httpBasicAuth && customNode.httpBasicAuth.password.length > 0 ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-12 radio">
<span>
<label>
<input name="options" type="radio" ng-model="customNode.type" value="cus" class="ng-pristine ng-untouched ng-valid ng-empty">
<b>
<coin-icon icon="custom" class="ng-isolate-scope"><span class="icon icon-custom" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
CUSTOM
</span>
</span>
</coin-icon></b>
</label>
</span>
<br>
<!-- ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="CLO">
<b>
<coin-icon icon="clo" class="ng-isolate-scope"><span class="icon icon-clo" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
CLO
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="Testnet CLO">
<b>
<coin-icon icon="testnet clo" class="ng-isolate-scope"><span class="icon icon-testnet clo" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
TESTNET CLO
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="ETC">
<b>
<coin-icon icon="etc" class="ng-isolate-scope"><span class="icon icon-etc" ng-style="{color: colors[icon]}" style="color: rgb(102, 144, 115);">
<span ng-show="!hidetext" class="ng-binding">
ETC
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="Testnet ETC">
<b>
<coin-icon icon="testnet etc" class="ng-isolate-scope"><span class="icon icon-testnet etc" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
TESTNET ETC
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="ETH">
<b>
<coin-icon icon="eth" class="ng-isolate-scope"><span class="icon icon-eth" ng-style="{color: colors[icon]}" style="color: rgb(40, 40, 40);">
<span ng-show="!hidetext" class="ng-binding">
ETH
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="ROPSTEN ETH">
<b>
<coin-icon icon="ropsten eth" class="ng-isolate-scope"><span class="icon icon-ropsten eth" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
ROPSTEN ETH
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="KOVAN ETH">
<b>
<coin-icon icon="kovan eth" class="ng-isolate-scope"><span class="icon icon-kovan eth" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
KOVAN ETH
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="RINKEBY ETH">
<b>
<coin-icon icon="rinkeby eth" class="ng-isolate-scope"><span class="icon icon-rinkeby eth" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
RINKEBY ETH
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="RSK">
<b>
<coin-icon icon="rsk" class="ng-isolate-scope"><span class="icon icon-rsk" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
RSK
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="EXP">
<b>
<coin-icon icon="exp" class="ng-isolate-scope"><span class="icon icon-exp" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
EXP
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="MUSIC">
<b>
<coin-icon icon="music" class="ng-isolate-scope"><span class="icon icon-music" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
MUSIC
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="UBQ">
<b>
<coin-icon icon="ubq" class="ng-isolate-scope"><span class="icon icon-ubq" ng-style="{color: colors[icon]}" style="color: rgb(0, 236, 141);">
<span ng-show="!hidetext" class="ng-binding">
UBQ
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="PIRL">
<b>
<coin-icon icon="pirl" class="ng-isolate-scope"><span class="icon icon-pirl" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
PIRL
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="POA">
<b>
<coin-icon icon="poa" class="ng-isolate-scope"><span class="icon icon-poa" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
POA
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="TOMO">
<b>
<coin-icon icon="tomo" class="ng-isolate-scope"><span class="icon icon-tomo" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
TOMO
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="ELLA">
<b>
<coin-icon icon="ella" class="ng-isolate-scope"><span class="icon icon-ella" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
ELLA
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes --><span ng-repeat="node in _nodes" class="ng-scope">
<label>
<input type="radio" name="nodeType" required="" ng-change="setNodeMetadata(node.type)" ng-model="customNode.type" ng-value="node.type" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value="AKA">
<b>
<coin-icon icon="aka" class="ng-isolate-scope"><span class="icon icon-aka" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding">
AKA
</span>
</span>
</coin-icon>
</b>
</label>
</span><!-- end ngRepeat: node in _nodes -->
</div>
<div class="col-sm-6">
<label><input type="checkbox" ng-model="customNode.eip155" value="true" class="ng-pristine ng-untouched ng-valid ng-empty"> Supports EIP-155 </label>
</div>
<div class="col-sm-6">
<label for="chainId">Chain ID</label>
<input class="form-control-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-invalid-chain-id is-invalid" type="number" name="chainId" id="chainId" required="" ng-model="customNode.chainId"
ng-class="customNodeForm.chainId.$valid ? 'is-valid' : 'is-invalid'">
</div>
</div>
<!-- /modal body -->
<!-- FOOTER -->
<div class="modal-footer">
<button class="btn btn-default ng-scope" data-dismiss="modal" translate="x_Cancel">Cancel</button>
<button class="btn btn-primary ng-scope" type="submit" translate="NODE_CTA" ng-disabled="customNodeForm.$invalid" disabled="disabled">Save & Use Custom Node</button>
</div>
</form>
<form ng-submit="startStaking();" class="ng-pristine ng-valid ng-valid-required">
<!-- ngIf: coldStakingService.validNetwork() -->
<section class="modal-content ng-scope" ng-if="coldStakingService.validNetwork()">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<!-- ngIf: coldStakingService.stakingInfo.amount > 0 -->
<h2 class="modal-title">You are about to <b class="ng-binding">freeze your CLO for Cold Staking:</b></h2>
<h5 class="ng-binding">
<span translate="SENDModal_Content_1" class="ng-scope">You are about to send</span> 0 CLO to the staking contract: <a target="_blank" href="https://explorer2.callisto.network/addr/0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6" class="ng-binding">
0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6
</a>
</h5>
<div class="form-group">
<label translate="SEND_amount_short" class="ng-scope">Amount</label>
<input name="value" ng-model="tx.value" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required is-invalid" required="" autocomplete="off" placeholder="CLO"
ng-class="coldStakingService.validStakingTx(tx.value) ? 'is-valid' : 'is-invalid'">
</div>
<br>
<div class="row justify_row">
<div class="col-xs-4">
<div class="addressIdenticon med" title="Address Indenticon" blockie-address="" watch-var="walletService.wallet.getAddressString()" style="background-image: url("");"></div>
</div>
<div class="col-xs-4 text-center"> - > <br>
<span class="mono ng-binding"> 0 CLO</span>
</div>
<div class="col-xs-4">
<div class="addressIdenticon med" title="Address Indenticon" blockie-address="0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6" watch-var="staking_address"
style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAA6dJREFUeF7t3SGS1UAURuF+OxmFQuFwswAEjhXg8BgkhioklgXgEMM2GMMC2MlgsZOTqltd+cbfdL+/T07fvJdJbo+/7p/W4N/vn3/T6K/e3qX6Wrz7/G8AaAgAoOW3dg9w9/kzwMUBBgAANIGFAVtASW8tPcDwVYwt4OIAAwAAeoDCgB6gpKcHWNPfZNoCLg4wAACgBygM6AFKenoAPcDuZ9Du8799f3+X7gf48udDcsCPTw+pfvfid5/fpI/w8eW3VA+AFF8vBgADJIoYIMU3X8wADJAoZIAU33wxAzBAopABUnzzxQzAAIlCBkjxzRczAAMkChkgxTdfzAAMkChkgBTffDEDMECikAFSfPPFDMAAiUIGSPHNFzMAAyQKGSDFN1/MAAyQKGSAFN98MQMwQKKQAVJ888UMwACJQgZI8c0XMwADJAoZIMU3X8wADJAoZIAU33wxAzBAopABUnzzxeMGqI+Lrx+gPh+gjl8RmJ5/HT8/JKouQP0AdXwAxDeG1AUAQHtCSM2PAaIC6gJMn0AAAEB7TuA0wXX8uP6LAeJTrqYDBIAmMDEwDXAdXw+Qln/ZAuoeXAmu48f1B0BdAAD4HiCdhBXANPiyBay6AAzAAOkkrACmwRlgMUC8n6ECXA3qMjAqoC7A9gDUFybU9w3UO2Li+q/p+de3jmUDAKC9MKMCDID4xgwGiL8FMAADpJNoeg9Nk19LD8AADJBOIgZob/3SBGoC0wnoMjDFpwdYegA9QDqH9AB6gARQ/SYtDe4ycNkC4ruTK8CuAlwFJIm5CkjxuQqwBVx9C4gnUL6jqI4/XV9vKKnzz1tAnUC9I6aOP10PgPi/hdMLWMcHAAAqQ6neFpDi68UMwACdonAEBgjhnVHKAAxwBkeHj8EAh6M7p5ABGOAckg4ehQEOBndWGQMwwFksHToOAxyK7bwiBmCA82g6cCQGOBDamSUMwABn8vTsY91evP769Oyq/woqwX4Ofijx5/spAJDi78XTJxAA+hqmIwBAD5AAqlsoA6T4ezEDMECiiAFSfPPFDMAAiUIGSPHNFzMAAyQKGSDFN1/MAAyQKGSAFN98MQMwQKKQAVJ888UMwACJwmyAx/iw6DT7Nf/GkavPf/tbwqpCAcAAiYGq4GmAGSAt//5bGAAAcJ9uCo355ZsapxVqC4gE7B7g7vO3BVwcYAAAQA9QGLAFlPR8E7imm1hbwMUBBgAA9ACFAT1ASU8PoAfY/Qzaff7/AIZ8cG0Ujas5AAAAAElFTkSuQmCC");">
</div>
</div>
</div>
<p translate="COLD_STAKING_LOCKED_WARNING" class="ng-scope">Your funds will be locked for 27 days and you will be unable to withdraw within the locking period</p>
<p translate="COLD_STAKING_PAY_TX_FEE_WARNING" class="ng-scope">You need to pay transaction fees to start staking, withdraw your stake, or claim staking rewards! Make sure that you have enough funds left on your balance to perform these
transactions.</p>
<p translate="COLD_STAKING_UNPRED_WARNING" class="ng-scope">Staking rewards are very unpredictable and the amount of reward depends on the time when you are claiming it.</p>
<h4 translate="SENDModal_Content_3" class="ng-scope">Are you sure you want to do this?</h4>
</div>
<div class="modal-footer">
<button class="btn btn-default ng-scope" data-dismiss="modal" translate="SENDModal_No">No, get me out of here!</button>
<button ng-disabled="coldStakingService.stakingInfo.amount > 0 && !input.understand" type="submit" class="btn btn-primary ng-scope" translate="SENDModal_Yes">Yes, I am sure! Make transaction.</button>
</div>
</section><!-- end ngIf: coldStakingService.validNetwork() -->
</form>
<form ng-submit="withdraw_stake()" class="ng-pristine ng-valid">
<!-- ngIf: coldStakingService.validNetwork() -->
<section class="modal-content ng-scope" ng-if="coldStakingService.validNetwork()">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<!-- ngIf: !coldStakingService.userCanWithdraw(); -->
<!-- ngIf: coldStakingService.userCanWithdraw() && coldStakingService.stakingInfo.amount === 0 -->
<div class="alert alert-danger ng-scope" ng-if="coldStakingService.userCanWithdraw() && coldStakingService.stakingInfo.amount === 0">
<h1>WARNING!</h1> You do not have any deposit to withdraw.
</div><!-- end ngIf: coldStakingService.userCanWithdraw() && coldStakingService.stakingInfo.amount === 0 -->
<h2 class="modal-title"> You are about to <b class="ng-binding">
withdraw
<coin-icon icon="clo" hidetext="true" class="ng-isolate-scope"><span class="icon icon-clo" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding ng-hide">
CLO
</span>
</span>
</coin-icon>
0
CLO
from Cold Staking:
</b>
</h2>
<h5>You will withdraw from the staking contract: <a target="_blank" href="https://explorer2.callisto.network/addr/0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6" class="ng-binding">
0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6
</a>
</h5>
<div class="row justify_row">
<div class="col-xs-4">
<div class="addressIdenticon med" title="Address Indenticon" blockie-address="0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6" watch-var="staking_address"
style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAA6dJREFUeF7t3SGS1UAURuF+OxmFQuFwswAEjhXg8BgkhioklgXgEMM2GMMC2MlgsZOTqltd+cbfdL+/T07fvJdJbo+/7p/W4N/vn3/T6K/e3qX6Wrz7/G8AaAgAoOW3dg9w9/kzwMUBBgAANIGFAVtASW8tPcDwVYwt4OIAAwAAeoDCgB6gpKcHWNPfZNoCLg4wAACgBygM6AFKenoAPcDuZ9Du8799f3+X7gf48udDcsCPTw+pfvfid5/fpI/w8eW3VA+AFF8vBgADJIoYIMU3X8wADJAoZIAU33wxAzBAopABUnzzxQzAAIlCBkjxzRczAAMkChkgxTdfzAAMkChkgBTffDEDMECikAFSfPPFDMAAiUIGSPHNFzMAAyQKGSDFN1/MAAyQKGSAFN98MQMwQKKQAVJ888UMwACJQgZI8c0XMwADJAoZIMU3X8wADJAoZIAU33wxAzBAopABUnzzxeMGqI+Lrx+gPh+gjl8RmJ5/HT8/JKouQP0AdXwAxDeG1AUAQHtCSM2PAaIC6gJMn0AAAEB7TuA0wXX8uP6LAeJTrqYDBIAmMDEwDXAdXw+Qln/ZAuoeXAmu48f1B0BdAAD4HiCdhBXANPiyBay6AAzAAOkkrACmwRlgMUC8n6ECXA3qMjAqoC7A9gDUFybU9w3UO2Li+q/p+de3jmUDAKC9MKMCDID4xgwGiL8FMAADpJNoeg9Nk19LD8AADJBOIgZob/3SBGoC0wnoMjDFpwdYegA9QDqH9AB6gARQ/SYtDe4ycNkC4ruTK8CuAlwFJIm5CkjxuQqwBVx9C4gnUL6jqI4/XV9vKKnzz1tAnUC9I6aOP10PgPi/hdMLWMcHAAAqQ6neFpDi68UMwACdonAEBgjhnVHKAAxwBkeHj8EAh6M7p5ABGOAckg4ehQEOBndWGQMwwFksHToOAxyK7bwiBmCA82g6cCQGOBDamSUMwABn8vTsY91evP769Oyq/woqwX4Ofijx5/spAJDi78XTJxAA+hqmIwBAD5AAqlsoA6T4ezEDMECiiAFSfPPFDMAAiUIGSPHNFzMAAyQKGSDFN1/MAAyQKGSAFN98MQMwQKKQAVJ888UMwACJwmyAx/iw6DT7Nf/GkavPf/tbwqpCAcAAiYGq4GmAGSAt//5bGAAAcJ9uCo355ZsapxVqC4gE7B7g7vO3BVwcYAAAQA9QGLAFlPR8E7imm1hbwMUBBgAA9ACFAT1ASU8PoAfY/Qzaff7/AIZ8cG0Ujas5AAAAAElFTkSuQmCC");">
</div>
</div>
<div class="col-xs-4 text-center ng-binding"> - > <br> 0 <coin-icon icon="clo" hidetext="true" class="ng-isolate-scope"><span class="icon icon-clo" ng-style="{color: colors[icon]}">
<span ng-show="!hidetext" class="ng-binding ng-hide"> CLO </span>
</span>
</coin-icon> CLO </div>
<div class="col-xs-4">
<div class="addressIdenticon med" title="Address Indenticon" blockie-address="" watch-var="walletService.wallet.getAddressString()" style="background-image: url("");"></div>
</div>
</div>
<h4 translate="SENDModal_Content_3" class="ng-scope">Are you sure you want to do this?</h4>
</div>
<div class="modal-footer">
<button class="btn btn-default ng-scope" data-dismiss="modal" translate="SENDModal_No">No, get me out of here!</button>
<button ng-disabled="!coldStakingService.userCanWithdraw();" type="submit" class="btn btn-primary ng-scope" translate="SENDModal_Yes">Yes, I am sure! Make transaction.</button>
</div>
</section><!-- end ngIf: coldStakingService.validNetwork() -->
</form>
<form ng-submit="claim()" class="ng-pristine ng-valid">
<!-- ngIf: coldStakingService.validNetwork() -->
<section class="modal-content ng-scope" ng-if="coldStakingService.validNetwork()">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<!-- ngIf: coldStakingService.stakingInfo.amount === 0 -->
<div class="alert alert-danger ng-scope" ng-if="coldStakingService.stakingInfo.amount === 0">
<h1>WARNING!</h1>
<p translate="COLD_STAKING_NO_WITHDRAW" class="ng-scope">You do not have any deposit to withdraw.</p>
</div><!-- end ngIf: coldStakingService.stakingInfo.amount === 0 -->
<h2 class="modal-title">You are about to claim <b class="ng-binding"> Reward
0
CLO</b>
</h2>
<h5> You will claim reward from the cold staking contract: <a target="_blank" href="https://explorer2.callisto.network/addr/0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6" class="ng-binding">
0xd813419749b3c2cDc94A2F9Cfcf154113264a9d6
</a>
</h5>
<p class="ng-binding">
<b translate="TRANS_gas" class="ng-scope">Gas Limit</b> 150,000
</p>
<p>
<b>Minimum balance in your address to claim this reward: 0.1 CLO</b>
</p>
<p>
<b>Warning:</b> After claiming the reward, your funds will be frozen for the next 27 days and you will be unable to claim new reward OR withdraw your funds during this period.
</p>
<b>Warning:</b> Staking reward can vary over time. Your staking reward depend on: <ol>
<li class="ng-binding"> Total amount of staking CLO (network weight) </li>
<li> Your staking time </li>
<li> Other staker's claims </li>
<li> Available staking pool </li>
</ol>
<h4 translate="SENDModal_Content_3" class="ng-scope">Are you sure you want to do this?</h4>
</div>
<div class="modal-footer">
<button class="btn btn-default ng-scope" data-dismiss="modal" translate="SENDModal_No">No, get me out of here!</button>
<button ng-disabled="!coldStakingService.stakingInfo.amount" type="submit" class="btn btn-primary ng-scope" translate="SENDModal_Yes" disabled="disabled">Yes, I am sure! Make transaction.</button>
</div>
</section><!-- end ngIf: coldStakingService.validNetwork() -->
</form>
Name: generateWalletForm —
<form name="generateWalletForm" generate-wallet-form="" novalidate="" ng-submit="genNewWallet()" class="ng-pristine ng-invalid ng-invalid-required ng-invalid-valid-password ng-valid-matches-password">
<h4 translate="GEN_Label_1" class="ng-scope">Enter a password</h4>
<div class="input-group" ng-init="showPass = true;">
<input name="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-invalid-valid-password is-invalid" required="" autocomplete="off" spellcheck="false" id="password" ng-model-options="{debounce: 300}"
tabindex="1" type="password" placeholder="Do NOT forget to save this!
" ng-model="userInput.password" ng-class="generateWalletForm.password.$valid ? 'is-valid' : 'is-invalid'" aria-label="Enter a password
">
<span tabindex="0" aria-label="make password visible" role="button" class="input-group-addon eye" ng-click="showPass = !showPass"></span>
</div>
<div class="row">
<span class="text-danger ng-scope ng-hide" translate="GEN_Password_Length" ng-show="generateWalletForm.password.$dirty && generateWalletForm.password.$error.validPassword">Password length must be greater than 8 characters</span>
</div>
<div class="input-group" ng-init="showPass2 = true;">
<input name="password2" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-invalid-valid-password ng-valid-matches-password is-invalid" required="" id="password2" ng-model-options="{debounce: 300}"
spellcheck="false" tabindex="1" type="password" placeholder="Confirm password" ng-model="userInput.password2" ng-class="generateWalletForm.password2.$valid ? 'is-valid' : 'is-invalid'" aria-label="Confirm password">
<span tabindex="0" aria-label="make password visible" role="button" class="input-group-addon eye" ng-click="showPass2 = !showPass2"></span>
</div>
<div class="row">
<span class="text-danger ng-scope ng-hide" translate="GEN_Passwords_Must_Match" ng-show="generateWalletForm.password2.$dirty && generateWalletForm.password2.$error.matchesPassword">Passwords must match</span>
</div>
<button tabindex="0" type="submit" ng-disabled="generateWalletForm.$invalid" class="btn btn-primary ng-scope" translate="NAV_GenerateWallet" disabled="disabled">Create New Wallet</button>
<p translate="x_PasswordDesc" class="ng-scope">This password <em> encrypts </em> your private key. This does not act as a seed to generate your keys. <strong>You will need this password + your private key to unlock your wallet.</strong></p>
</form>
Text Content
× SET UP YOUR CUSTOM NODE Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can download the MyEtherWallet repo & run it locally to connect to any node. Or, get free SSL certificate via LetsEncrypt Node Name URL Port HTTP Basic access authentication User Password CUSTOM CLO TESTNET CLO ETC TESTNET ETC ETH ROPSTEN ETH KOVAN ETH RINKEBY ETH RSK EXP MUSIC UBQ PIRL POA TOMO ELLA AKA Supports EIP-155 Chain ID Cancel Save & Use Custom Node English * Deutsch * Ελληνικά * English * Español * Suomi * Français * Magyar * Bahasa Indonesia * Italiano * 日本語 * 한국어 * Nederlands * Norsk Bokmål * Polski * Português * Русский * Türkçe * Tiếng Việt * 简体中文 * 繁體中文 * * Disclaimer Gas Price: 21 Gwei Gas Price: Gwei < - > Not So Fast Fast Fast AF Gas Price is the amount you pay per unit of gas. TX fee = gas price * gas limit & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is 21 GWEI. Read More Network: Callisto - CLO (Callisto.network) * CLO CLO * TESTNET CLO Testnet CLO * ETC ETC * TESTNET ETC Testnet ETC * ETH ETH * ROPSTEN ETH ROPSTEN ETH * KOVAN ETH KOVAN ETH * RINKEBY ETH RINKEBY ETH * RSK RSK * EXP EXP * MUSIC MUSIC * UBQ UBQ * PIRL PIRL * POA POA * TOMO TOMO * ELLA ELLA * AKA AKA * Add Custom Node « * New Wallet * My Wallets * Add Wallet * Send Ether & Tokens * Swap * Send Offline * Contracts * ENS * DexNS * View Wallet Info * Sign Message * Bulk Generate * Messages * Encrypt * Broadcast Transaction * Network Info » × YOU HAVE 0 RECENT MESSAGE! No, get me out of here! View Messages × CONFIRM TRANSACTION You are about to send a message RAW TRANSACTION SIGNED TRANSACTION No, get me out of here! Yes, I am sure! Make transaction. × YOU ARE ABOUT TO FREEZE YOUR CLO FOR COLD STAKING: YOU ARE ABOUT TO SEND 0 CLO TO THE STAKING CONTRACT: 0XD813419749B3C2CDC94A2F9CFCF154113264A9D6 Amount - > 0 CLO Your funds will be locked for 27 days and you will be unable to withdraw within the locking period You need to pay transaction fees to start staking, withdraw your stake, or claim staking rewards! Make sure that you have enough funds left on your balance to perform these transactions. Staking rewards are very unpredictable and the amount of reward depends on the time when you are claiming it. ARE YOU SURE YOU WANT TO DO THIS? No, get me out of here! Yes, I am sure! Make transaction. × WARNING! You do not have any deposit to withdraw. YOU ARE ABOUT TO WITHDRAW CLO 0 CLO FROM COLD STAKING: YOU WILL WITHDRAW FROM THE STAKING CONTRACT: 0XD813419749B3C2CDC94A2F9CFCF154113264A9D6 - > 0 CLO CLO ARE YOU SURE YOU WANT TO DO THIS? No, get me out of here! Yes, I am sure! Make transaction. × WARNING! You do not have any deposit to withdraw. YOU ARE ABOUT TO CLAIM REWARD 0 CLO YOU WILL CLAIM REWARD FROM THE COLD STAKING CONTRACT: 0XD813419749B3C2CDC94A2F9CFCF154113264A9D6 Gas Limit 150,000 Minimum balance in your address to claim this reward: 0.1 CLO Warning: After claiming the reward, your funds will be frozen for the next 27 days and you will be unable to claim new reward OR withdraw your funds during this period. Warning: Staking reward can vary over time. Your staking reward depend on: 1. Total amount of staking CLO (network weight) 2. Your staking time 3. Other staker's claims 4. Available staking pool ARE YOU SURE YOU WANT TO DO THIS? No, get me out of here! Yes, I am sure! Make transaction. CREATE NEW WALLET ENTER A PASSWORD Password length must be greater than 8 characters Passwords must match Create New Wallet This password encrypts your private key. This does not act as a seed to generate your keys. You will need this password + your private key to unlock your wallet. LEDGER / TREZOR: * Use your Ledger or TREZOR or Digital Bitbox to access your account. Your device is your wallet. JAXX / METAMASK: * Use your Mnemonic Phrase to access your account. MIST / GETH / PARITY: * Use your Keystore File (UTC / JSON) to access your account. SAVE YOUR KEYSTORE FILE. Download Keystore File (UTC / JSON) Do not lose it! It cannot be recovered if you lose it. Do not share it! Your funds will be stolen if you use this file on a malicious/phishing site. Make a backup! Secure it like the millions of dollars it may one day be worth. I understand. Continue. NOT DOWNLOADING A FILE? * Try using Google Chrome * Right click & save file as. Filename: DON'T OPEN THIS FILE ON YOUR COMPUTER * Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) GUIDES & FAQ * How to Back Up Your Keystore File * What are these Different Formats? SAVE YOUR PRIVATE KEY. Print Paper Wallet Do not lose it! It cannot be recovered if you lose it. Do not share it! Your funds will be stolen if you use this file on a malicious/phishing site. Make a backup! Secure it like the millions of dollars it may one day be worth. Save Your Address. → GUIDES & FAQ * How do I save/backup my wallet? * Preventing loss & theft of your funds. * What are these Different Formats? WHY SHOULD I? * To have a secondary backup. * In case you ever forget your password. * Cold Storage PROTIP: CLICK PRINT AND SAVE THIS AS A PDF, EVEN IF YOU DO NOT OWN A PRINTER! UNLOCK YOUR WALLET TO SEE YOUR ADDRESS Your Address can also be known as you Account # or your Public Key. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. HOW WOULD YOU LIKE TO ACCESS YOUR WALLET? View with Address Only ClassicMask / MetaMask / Mist Digital Bitbox Ledger Wallet TREZOR Parity Phrase Keystore File (UTC / JSON) Mnemonic Phrase Private Key UNLOCK YOUR WALLET Unlock Unlock Connect to Ledger Wallet × SELECT HD DERIVATION PATH m/44'/60'/0'/0 Jaxx, Metamask, Exodus, imToken, TREZOR (ETH) & Digital Bitbox m/44'/60'/0' Ledger (ETH) m/44'/60'/160720'/0' Ledger (ETC) m/44'/61'/0'/0 TREZOR (ETC) m/44'/1'/0'/0 Network: Testnets m/44'/40'/0'/0 Network: Expanse m/44'/108'/0'/0 Network: Ubiq m/44'/163'/0'/0 Network: Ellaism m/44'/164'/0'/0 Network: PIRL m/44'/820'/0'/0 Network: Callisto m/44'/1128'/0'/0 Network: Ethereum Social m/44'/184'/0'/0 Network: Musicoin m/44'/31102'/0'/0 Network: Ethersocial Network m/44'/200625'/0'/0 Network: Akroma (AKA) Your Custom Path Please select the address you would like to interact with. Your Address Balance Token Balances Previous Addresses More Addresses Unlock your Wallet Cancel Your Address can also be known as you Account # or your Public Key. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. YOUR ADDRESS This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. KEYSTORE FILE (UTC / JSON · RECOMMENDED · ENCRYPTED) Download ProTip: Click print and save this as a PDF, even if you do not own a printer! PRINT PAPER WALLET Print Paper Wallet YOUR ADDRESS Account Balance Asset Quantity Price Total CLO CLO Equivalent Values: BTC Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs. Light and convenient open source Callisto Network web wallet interacting with the blockchain. CLO wallet ( https://clowallet.com/ ) works on any device and has all the necessary functionality to work with your coins. CALLISTO NETWORK TO USD, EUR, BTC CHART Line Candle OHLC USDEURBTC Index Index Index Index Index Index 1D1W1M3M1YALL JavaScript chart by amCharts 3.20.16Value$0.00005946 JavaScript chart by amCharts 3.20.16Jul 28Jul 31AugAug 06Aug 09Aug 12Aug 15Aug 18Aug 21Aug 240.00000.00010.00020.00030.00040.00050.00060.0007 JavaScript chart by amCharts 3.20.16Volume$0 JavaScript chart by amCharts 3.20.16Jul 28Jul 31AugAug 06Aug 09Aug 12Aug 15Aug 18Aug 21Aug 2402040 JavaScript chart by amCharts 3.20.16Jul 28Jul 31AugAug 06Aug 09Aug 12Aug 15Aug 18Aug 21Aug 24 Version: 4.01 Free open source Callisto Network wallet interacting directly with the blockchain. Check the URL ( https://clowallet.com/ ) before using. Callisto.network CoinMarketCap