github-actions[bot] 932fddf69a Release v5.0.0 (#4662) %!s(int64=2) %!d(string=hai) anos
..
README.adoc 15c5c71795 Remove TokenTimelock, PaymentSplitter, ERC20Snapshot, ERC20VotesComp, GovernorVotesComp (#4276) %!s(int64=2) %!d(string=hai) anos
VestingWallet.sol 932fddf69a Release v5.0.0 (#4662) %!s(int64=2) %!d(string=hai) anos

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