Nicolás Venturo 56de324afe Add SPX license identifier (#2235) пре 5 година
..
escrow 56de324afe Add SPX license identifier (#2235) пре 5 година
PaymentSplitter.sol 56de324afe Add SPX license identifier (#2235) пре 5 година
PullPayment.sol 56de324afe Add SPX license identifier (#2235) пре 5 година
README.adoc f1db30955d Remove deprecated functions and contracts (#2125) пре 5 година

README.adoc

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