github-actions[bot] 7b74442c5e Merge release-v5.2 branch (#5424) há 9 meses atrás
..
README.adoc 7bd2b2aaf6 Use ERC-XXX syntax (#4730) há 1 ano atrás
VestingWallet.sol 7b74442c5e Merge release-v5.2 branch (#5424) há 9 meses atrás
VestingWalletCliff.sol 0034c30224 Merge release-v5.1 branch (#5266) há 11 meses atrás

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}}