yearn-vesting-escrow icon indicating copy to clipboard operation
yearn-vesting-escrow copied to clipboard

token vesting escrow with cliff and clawback

Results 4 yearn-vesting-escrow issues
Sort by recently updated
recently updated
newest added

This is from experience with current version of vesting contract. Some vested tokens could be accidentally claimed to same vesting contract and the lack of sweep function doesn't allow to...

Fixes the locked balance after rug_pull has been executed. Also added an assert to test this

Sometimes it's nice not to have to call the `claim` function directly as the recipient (e.g. vesting to a multisig) This allows you to