update market
This commit is contained in:
parent
e5407165f8
commit
99bbae99ad
File diff suppressed because one or more lines are too long
@ -5,10 +5,12 @@ import "@openzeppelin/contracts/access/Ownable.sol";
|
||||
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
|
||||
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
|
||||
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
|
||||
import "@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol";
|
||||
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
|
||||
import "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";
|
||||
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
|
||||
|
||||
contract BENFTMarket is Ownable, ReentrancyGuard {
|
||||
contract BENFTMarket is Ownable, ReentrancyGuard, ERC1155Holder,ERC721Holder {
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
struct OrderInfo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user