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 5b5ba77 commit 5d6811dCopy full SHA for 5d6811d
contracts/drop/DropERC20.sol
@@ -91,17 +91,6 @@ contract DropERC20 is
91
ERC 165 / 20 / 2981 logic
92
//////////////////////////////////////////////////////////////*/
93
94
- // /// @dev See ERC 165
95
- // function supportsInterface(bytes4 interfaceId)
96
- // public
97
- // view
98
- // virtual
99
- // override
100
- // returns (bool)
101
- // {
102
- // return super.supportsInterface(interfaceId);
103
- // }
104
-
105
function contractType() external pure returns (bytes32) {
106
return bytes32("DropERC20");
107
}
0 commit comments