Michael.W基于Foundry精读Openzeppelin第29期——RefundEscrow.sol
0. 版本
0.1 RefundEscrow.sol
1. 目标合约
2. 代码精读
2.1 state() && beneficiary()
2.2 close() && enableRefunds()
2.3 deposit(address refundee)
2.4 beneficiaryWithdraw() && withdrawalAllowed(address)
Michael.W基于Foundry精读Openzeppelin第29期——RefundEscro