This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| import './ReentrancyGuard.sol'; | |
| // TODO: There is a bug in BuyerConfirmDelivery where if you put in false, it still confirms the delivery | |
| // TODO: implement seller locks NFT in escrow | |
| // TODO: After BuyerConfrimDelivery is true, take item out of getSellOrders array | |
| // TODO: After BuyerConfirmDelvery is false and/or EscrowRefund Item, reset values so that item is either delisted or back up for sale |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_format": "hh-sol-artifact-1", | |
| "contractName": "Escrow2", | |
| "sourceName": "contracts/Escrow2.sol", | |
| "abi": [ | |
| { | |
| "inputs": [], | |
| "stateMutability": "nonpayable", | |
| "type": "constructor" | |
| }, |