We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a55e7 commit bc0f822Copy full SHA for bc0f822
contracts/extension/Drop1155.sol
@@ -3,10 +3,8 @@ pragma solidity ^0.8.0;
3
4
import "./interface/IDrop1155.sol";
5
import "../lib/MerkleProof.sol";
6
-import "../lib/TWBitMaps.sol";
7
8
abstract contract Drop1155 is IDrop1155 {
9
- using TWBitMaps for TWBitMaps.BitMap;
10
11
/*///////////////////////////////////////////////////////////////
12
State variables
0 commit comments