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