Back to Tools

Token Locks
🚧 This is a preview of the upcoming token locking feature. The functionality is not yet live.
Lock Schedule Preview
Summary
- Total Lock Amount: 0 tokens
- Lock Duration: 30 days
Your Active Locks
No active locks found. Create a new lock to see it here.
Token Locks Contract
Contract ABI
[
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "unlockTime",
"type": "uint256"
}
],
"name": "lockTokens",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]