UtilityLive Preview
Token Vesting
Vesting schedule with progress bar, cliff/end dates, claimable amount, and claim button with loading state.
vestingunlockschedulecliff
Vesting
2W3K Token
active42,500 / 100,000
42% vested58 remaining
Cliff: Jun 2025End: Jun 2027
Governance
completed50,000 / 50,000
100% vested0 remaining
Cliff: Jan 2025End: Jan 2026
Fully vested & claimed
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
schedules* | VestingSchedule[] | — | Schedules with id, token, totalAmount, vestedAmount, cliffDate, endDate, status |
onClaim | (scheduleId: string) => void | — | Called when user claims vested tokens |
claimingId | string | — | Schedule ID being claimed (loading) |
className | string | — | Additional CSS classes |