mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/finance
Ernesto García ffca412299
Note native ERC20 behavior in VestingWallet (#5299)
2 months ago
..
README.adoc Use ERC-XXX syntax (#4730) 1 year ago
VestingWallet.sol Note native ERC20 behavior in VestingWallet (#5299) 2 months ago
VestingWalletCliff.sol Merge release-v5.1 branch (#5266) 4 months ago

README.adoc

= Finance

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/finance

This directory includes primitives for financial systems:

- {VestingWallet} handles the vesting of Ether and ERC-20 tokens for a given beneficiary. Custody of multiple tokens can
be given to this contract, which will release the token to the beneficiary following a given, customizable, vesting
schedule.

== Contracts

{{VestingWallet}}