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