File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./interface/IDrop.sol";
55import "../lib/MerkleProof.sol " ;
66
77abstract contract Drop is IDrop {
8-
98 /*///////////////////////////////////////////////////////////////
109 State variables
1110 //////////////////////////////////////////////////////////////*/
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./interface/IDrop1155.sol";
55import "../lib/MerkleProof.sol " ;
66
77abstract contract Drop1155 is IDrop1155 {
8-
98 /*///////////////////////////////////////////////////////////////
109 State variables
1110 //////////////////////////////////////////////////////////////*/
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./interface/IDropSinglePhase.sol";
55import "../lib/MerkleProof.sol " ;
66
77abstract contract DropSinglePhase is IDropSinglePhase {
8-
98 /*///////////////////////////////////////////////////////////////
109 State variables
1110 //////////////////////////////////////////////////////////////*/
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./interface/IDropSinglePhase1155.sol";
55import "../lib/MerkleProof.sol " ;
66
77abstract contract DropSinglePhase1155 is IDropSinglePhase1155 {
8-
98 /*///////////////////////////////////////////////////////////////
109 Mappings
1110 //////////////////////////////////////////////////////////////*/
You can’t perform that action at this time.
0 commit comments