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 2f1386c commit f48c229Copy full SHA for f48c229
contracts/mocks/DummyImplementation.sol
@@ -5,10 +5,6 @@ pragma solidity ^0.8.21;
5
import {ERC1967Utils} from "../proxy/ERC1967/ERC1967Utils.sol";
6
import {StorageSlot} from "../utils/StorageSlot.sol";
7
8
-abstract contract Impl {
9
- function version() public pure virtual returns (string memory);
10
-}
11
-
12
contract DummyImplementation {
13
uint256 public value;
14
string public text;
0 commit comments