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 5d6811d commit 182bcb9Copy full SHA for 182bcb9
contracts/drop/DropERC1155.sol
@@ -161,7 +161,7 @@ contract DropERC1155 is
161
}
162
163
function contractVersion() external pure returns (uint8) {
164
- return uint8(3);
+ return uint8(4);
165
166
167
/*///////////////////////////////////////////////////////////////
contracts/drop/DropERC20.sol
@@ -96,7 +96,7 @@ contract DropERC20 is
96
97
98
99
100
101
102
0 commit comments