yearn-vesting-escrow
yearn-vesting-escrow copied to clipboard
token vesting escrow with cliff and clawback
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