calldata / vested-erc20

A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VestedERC20

A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.

It's not really suited for trading, but it is a useful tool for plugging vesting into other primitives. One example is Astrodrop, which is a tool for airdropping ERC20 tokens and more. Combining VestedERC20 with Astrodrop, one can airdrop vested tokens to arbitrarily many people for a constant cost.

Local development

VestedERC20 uses Foundry as the development framework.

Compilation

make build

Testing

make test

About

A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 98.9%Language:Makefile 1.1%