Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 713 Bytes

OZ RefundEscrow.md

File metadata and controls

20 lines (18 loc) · 713 Bytes

OpenZeppelin RefundEscrow: Derived from ConditionalEscrow and holds funds for a beneficiary, deposited from multiple parties.

The owner account (that is, the contract that instantiates this contract) may deposit, close the deposit period, and allow for either withdrawal by the beneficiary, or refunds to the depositors.


Slide Screenshot

172.jpg


Slide Text

  • Escrow -> Beneficiary Multiple Depositors
  • State -> Active/Refunding/Closed
  • Active -> Deposits
  • Refunding -> Refunds
  • Closed -> Beneficiary Withdrawals

References


Tags