Ideal for team's tokens vesting, LP tokens lock, liquidity lock
Please connect your wallet
Currently only Binance Smart Chain (BEP20), Polygon (MATIC) and ThunderCore networks are supported (Mainnet and Testnet).
Create a locker contract
Token address:
Unlock date (local time):
Set the date and time when your assets will be unlocked. After this time you will be able to withdraw them back to your wallet.
Cost: BNB
My locker contracts
Find locker contracts
By token address
By owner address
×
Locker contract
View on blockchain explorer:
Assets owner:
Balance (locked assets):
Unlock date:
Token address:
View on blockchain explorer:
Token: ()
Locker status:
Nothing to withdraw
To lock tokens just send them to the contract address
Locker page
This page shows the token locker status.
Just use this link:
Your own locker UI
You can download front-end HTML file and edit the file after downloading, or order some design on top of it.
Please keep the scripts, IDs and classes otherwise some important functions may not work properly.
Just upload index.html file to your website - and your assets lock information will be there!
<hr>
<h2>Token: <span id="name"></span> (<span class="symbol"></span>) <button id="addToken">Add to wallet</button></h2>
<h2>Token address: <a title="View on explorer" target="_blank" href="" id="addressToken"></a></h2>
</div>
<div id="admin" style="text-align: center; display: none">
<hr>
<h2>Admin area</h2>
<p>You see this because you are the owner of the assets.<br>
When the lock time expires you will be able to withdraw assets back to your wallet.</p>
<p><span id="nothing" style="color: red; display: none">Nothing to withdraw</span></p>
<p><button id="withdraw">Withdraw</button></p>
<div id="adminLock">
<hr>
<p>To lock assets just send them to the contract address<br>
<span id="adminContract"></span><br>
<button id="copyAddressAdmin">Copy address</button></p>
<div style="text-align: center" id="adminqr"></div>
<!--p style="text-align: center"><a style="text-decoration: none" id="admind" href="" download>Download QR</a></p-->
</div>
</div>