vested-erc20
Vesting contract
A wrapper around an ERC20 token that linearly vests its underlying value over time to its holders.
A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.
241 stars
4 watching
21 forks
Language: Solidity
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zeframlou/token-migrator | A tool for transferring ownership of old ERC20 tokens to new ones after a certain period of time. | 36 |
everfinance/ar-erc20-contract | An AR-based ERC20 contract implementation | 11 |
0xsequence/erc20-meta-token | Allows any ERC-20 token to be wrapped inside an ERC-1155 contract for meta-transaction functionality | 207 |
maurelian/erc721-vyper | An implementation of the ERC721 specification in Vyper. | 41 |
zyield/eth_contract | A set of helper methods to call and query Ethereum smart contracts via JSON RPC. | 14 |
merklejerk/flex-contract | An abstraction layer for Ethereum smart contracts with flexible configuration options and simple integration | 26 |
maple-labs/erc20 | An ERC-20 standard implementation with minimal functionality and extendability features | 73 |
loomnetwork/erc721x | An extension of ERC721 that adds support for multi-fungible tokens and batch transfers. | 165 |
zeframlou/foundry-template | A template project for building and deploying smart contracts using Foundry framework | 155 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
zeframlou/playpen | A set of gas-optimized staking pool contracts supporting ERC20 and ERC721 staking. | 273 |
genereosaus/poorman.token | A token contract that allows users to burn and signup tokens with limited quantity to cheapen RAM usage | 45 |
shanzson/smart-contract-auditor-tools-and-techniques | A comprehensive collection of tools and techniques for auditing and securing smart contracts on the Ethereum blockchain. | 622 |
zeframlou/foundry-canary | A repository for experimenting with and reproducing issues in the Foundry framework for Ethereum development | 46 |
pcaversaccio/snekmate | Provides a set of reusable, modular smart contract components for secure and efficient Ethereum development | 503 |