UtilityLive Preview
Token Vesting
Vesting schedule with progress bar, cliff/end dates, claimable amount, and claim button with loading state.
vestingunlockschedulecliff
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 |