更新nftmall, 增加nftholder
This commit is contained in:
parent
c12e4afe53
commit
ea0c6e8da8
File diff suppressed because one or more lines are too long
@ -6,6 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
|
||||
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
|
||||
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
|
||||
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
|
||||
import "@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol";
|
||||
import "../core/HasSignature.sol";
|
||||
import "../interfaces/IBEERC1155.sol";
|
||||
import "../utils/TimeChecker.sol";
|
||||
@ -16,7 +17,8 @@ contract BENftMallTrans is
|
||||
MallBase,
|
||||
ReentrancyGuard,
|
||||
HasSignature,
|
||||
TimeChecker
|
||||
TimeChecker,
|
||||
ERC721Holder
|
||||
{
|
||||
using SafeERC20 for IERC20;
|
||||
using UInt for uint256;
|
||||
|
@ -141,6 +141,6 @@
|
||||
"name": "BENftMallTrans",
|
||||
"type": "logic",
|
||||
"json": "assets/contracts/BENftMallTrans.json",
|
||||
"address": "0x9A41d4D09B2fa6334c49f87ee4Ab0095C4dd8D1E"
|
||||
"address": "0x24e08D7c3109A945a33c1ff737f34Dd80b27c723"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user