Token Unlock Schedule Viewer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Token Unlock Schedule Viewer helps you visualize token unlock schedules from vesting or distribution contracts. You provide the contract address and select the vesting type (linear, cliff + linear, or step vesting), and the tool generates a simulated unlock schedule showing the total supply, unlocked amount, locked amount, progress percentage, and a timeline of unlock events. This is essential for investors, analysts, and project teams who need to understand token distribution timelines, monitor vesting progress, and plan for future token unlocks. It reads the current network chain ID from your wallet provider for context, but all unlock schedules are simulated for demonstration purposes.
HOW TO USE
Connect your wallet using the "Connect" button (required for network context). Select the target network (Ethereum Mainnet, Sepolia, Polygon, BSC, Arbitrum, Optimism, and testnets are supported). Enter the contract address and select the vesting type. Click "View unlock schedule" — the tool will generate a simulated unlock schedule and display the summary, progress bar, and event timeline. The entire operation is read-only — no transactions are signed or sent.
TECHNICAL MECHANISM
The tool generates unlock schedules based on the selected vesting type. For linear vesting, tokens unlock at a constant rate over the vesting period. For cliff + linear vesting, there is a cliff period with no unlocks, followed by linear vesting. For step vesting, tokens unlock in larger chunks at regular intervals. The tool calculates monthly unlock events, cumulative totals, and tracks which events have passed based on the current date. The tool uses ethers.js v5.7.2 for network context but does not make any on-chain calls.
WHAT IT CANNOT SEE
The tool cannot verify the accuracy of the unlock schedule without the contract ABI or source code. It cannot detect unlock schedules that are not explicitly stored on-chain or that use complex custom logic. It is limited by RPC provider availability and the specific contract implementation. It cannot read unlock schedules from contracts that are not deployed on the current chain. It cannot read real unlock schedules from actual contracts without ABI integration.
PLEASE NOTE
This tool is for educational and demonstration purposes. The unlock schedules are simulated and should not be used for actual investment decisions. The tool does not persist any data; all state is lost on page reload. EVM chains only.