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 22c3fd3 commit 8fd5450Copy full SHA for 8fd5450
docs/MockContract.md
@@ -0,0 +1,49 @@
1
+# MockContract
2
+
3
4
5
6
7
8
9
10
11
+## Methods
12
13
+### contractType
14
15
+```solidity
16
+function contractType() external view returns (bytes32)
17
+```
18
19
20
21
+*Returns the module type of the contract.*
22
23
24
+#### Returns
25
26
+| Name | Type | Description |
27
+|---|---|---|
28
+| _0 | bytes32 | undefined
29
30
+### contractVersion
31
32
33
+function contractVersion() external view returns (uint8)
34
35
36
37
38
+*Returns the version of the contract.*
39
40
41
42
43
44
45
+| _0 | uint8 | undefined
46
47
48
49
0 commit comments