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 e18c750 commit 6ae56b5Copy full SHA for 6ae56b5
contracts/extension/DropSinglePhase1155.sol
@@ -3,10 +3,8 @@ pragma solidity ^0.8.0;
3
4
import "./interface/IDropSinglePhase1155.sol";
5
import "../lib/MerkleProof.sol";
6
-import "../lib/TWBitMaps.sol";
7
8
abstract contract DropSinglePhase1155 is IDropSinglePhase1155 {
9
- using TWBitMaps for TWBitMaps.BitMap;
10
11
/*///////////////////////////////////////////////////////////////
12
Mappings
0 commit comments