- Starts: February 20, 2025
 - Ends: February 27, 2025
 
This smart contract is designed for distributing tokens with a vesting schedule. The contract uses Merkle trees for claims, allowing 31% of tokens to be released at the Token Generation Event (TGE) and the remaining 69% to be released linearly over time.
- 
Contract Owner (Trusted):
- Can set the Merkle root
 - Can rescue tokens in emergency situations
 
 - 
Users:
- Can claim vested tokens
 - Must provide a valid Merkle proof to claim tokens
 
 
├── src
│   ├── VestedAirdrop.vy
Blockchains: - Any EVM-compatible blockchain Tokens: - ERC20 tokens with 18 decimals. - Standard ERC20s only - FoT and Rebasing tokens are unsupported.
Requires Moccasin to be installed.
mox testTime-bound tests fails for an issue in Titanoboa. The issue is being tracked here and here