Skip to content

CodeHawks-Contests/2025-02-vyper-vested-claims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol Name

Prize Pool

  • Starts: February 20, 2025
  • Ends: February 27, 2025

About the Project

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.

Actors

  • 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

Scope (contracts)

├── src
│   ├── VestedAirdrop.vy

Compatibilities

Blockchains: - Any EVM-compatible blockchain Tokens: - ERC20 tokens with 18 decimals. - Standard ERC20s only - FoT and Rebasing tokens are unsupported.

Setup

Requires Moccasin to be installed.

mox test

Known Issues

Time-bound tests fails for an issue in Titanoboa. The issue is being tracked here and here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published