Hadrien Croubois faec973e09 Make non-view functions virtual (#2468) пре 4 година
..
escrow faec973e09 Make non-view functions virtual (#2468) пре 4 година
PaymentSplitter.sol 318c4b44ea Move Context from GSN to utils directory (#2453) пре 4 година
PullPayment.sol 90ed1af972 Support compiling with solc 0.7 (#2408) пре 4 година
README.adoc ef3bbbcf40 Add readme notices with link to docs site (#2300) пре 5 година

README.adoc

= Payment

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

Utilities related to sending and receiving payments. Examples are {PullPayment}, which implements the best security practices when sending funds to third parties, and {PaymentSplitter} to receive incoming payments among a number of beneficiaries.

TIP: When transferring funds to and from untrusted third parties, there is always a security risk of reentrancy. If you would like to learn more about this and ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].

== Utilities

{{PaymentSplitter}}

{{PullPayment}}

== Escrow

{{Escrow}}

{{ConditionalEscrow}}

{{RefundEscrow}}