@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-88b1a5a1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +215 -215
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
  5. package/out/DelegationControl.sol/DelegationControl.json +94 -94
  6. package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
  9. package/out/Hook.sol/HookInstance.json +13 -13
  10. package/out/Hook.sol/HookLib.json +13 -13
  11. package/out/Hooks.sol/Hooks.json +3393 -3393
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
  14. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
  16. package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
  17. package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
  20. package/out/ISystemHook.sol/ISystemHook.json +86 -86
  21. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  22. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  23. package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
  24. package/out/IWorldKernel.sol/IWorldCall.json +154 -154
  25. package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
  26. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
  27. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
  28. package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
  29. package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
  30. package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
  31. package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
  32. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
  33. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
  34. package/out/Memory.sol/Memory.json +4 -4
  35. package/out/Module.sol/Module.json +84 -84
  36. package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
  37. package/out/Schema.sol/SchemaInstance.json +72 -72
  38. package/out/Schema.sol/SchemaLib.json +72 -72
  39. package/out/SchemaType.sol/SchemaType.json +276 -276
  40. package/out/Slice.sol/SliceInstance.json +4 -4
  41. package/out/Slice.sol/SliceLib.json +4 -4
  42. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
  43. package/out/Storage.sol/Storage.json +7 -7
  44. package/out/StoreCore.sol/StoreCore.json +708 -737
  45. package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
  46. package/out/StoreHook.sol/StoreHook.json +368 -368
  47. package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
  48. package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
  49. package/out/System.sol/System.json +31 -31
  50. package/out/Tables.sol/Tables.json +5585 -5585
  51. package/out/TightCoder.sol/TightCoder.json +124 -124
  52. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
  53. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
  54. package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
  55. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
  56. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
  57. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
  58. package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
  59. package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
  60. package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  61. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  62. package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  63. package/out/constants.sol/LayoutOffsets.json +79 -79
  64. package/out/constants.sol/constants.json +115 -115
  65. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  66. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  67. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  68. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  69. package/out/hasKey.sol/hasKey.json +130 -130
  70. package/out/index.sol/index.json +53 -53
  71. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
  72. package/out/leftMask.sol/leftMask.json +31 -31
  73. package/out/query.sol/query.json +1154 -1154
  74. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  75. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  76. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  77. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  78. package/out/src/IStore.sol/IStore.json +53 -53
  79. package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
  80. package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
  81. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
  82. package/out/src/Memory.sol/Memory.json +91 -91
  83. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  84. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  85. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  86. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  87. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  88. package/out/src/Schema.sol/SchemaLib.json +790 -790
  89. package/out/src/Slice.sol/SliceInstance.json +430 -430
  90. package/out/src/Slice.sol/SliceLib.json +430 -430
  91. package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
  92. package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
  93. package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
  94. package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
  95. package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  96. package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
  97. package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  98. package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  99. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  100. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  101. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  102. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  103. package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
  104. package/out/tables/Tables.sol/Tables.json +7292 -7292
  105. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  106. package/out/types.sol/types.json +41 -41
  107. package/out/version.sol/version.json +7 -7
  108. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  109. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  110. package/package.json +8 -8
  111. /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
  112. /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -10,23 +10,23 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol",
13
- "id": 24347,
13
+ "id": 24379,
14
14
  "exportedSymbols": {
15
15
  "ResourceId": [
16
- 26573
16
+ 26605
17
17
  ],
18
18
  "SystemCallData": [
19
- 24334
19
+ 24366
20
20
  ],
21
21
  "SystemCallFromData": [
22
- 24346
22
+ 24378
23
23
  ]
24
24
  },
25
25
  "nodeType": "SourceUnit",
26
26
  "src": "32:878:49",
27
27
  "nodes": [
28
28
  {
29
- "id": 24323,
29
+ "id": 24355,
30
30
  "nodeType": "PragmaDirective",
31
31
  "src": "32:25:49",
32
32
  "nodes": [],
@@ -38,23 +38,23 @@
38
38
  ]
39
39
  },
40
40
  {
41
- "id": 24325,
41
+ "id": 24357,
42
42
  "nodeType": "ImportDirective",
43
43
  "src": "59:66:49",
44
44
  "nodes": [],
45
45
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
46
46
  "file": "@latticexyz/store/src/ResourceId.sol",
47
47
  "nameLocation": "-1:-1:-1",
48
- "scope": 24347,
49
- "sourceUnit": 26645,
48
+ "scope": 24379,
49
+ "sourceUnit": 26677,
50
50
  "symbolAliases": [
51
51
  {
52
52
  "foreign": {
53
- "id": 24324,
53
+ "id": 24356,
54
54
  "name": "ResourceId",
55
55
  "nodeType": "Identifier",
56
56
  "overloadedDeclarations": [],
57
- "referencedDeclaration": 26573,
57
+ "referencedDeclaration": 26605,
58
58
  "src": "68:10:49",
59
59
  "typeDescriptions": {}
60
60
  },
@@ -64,13 +64,13 @@
64
64
  "unitAlias": ""
65
65
  },
66
66
  {
67
- "id": 24334,
67
+ "id": 24366,
68
68
  "nodeType": "StructDefinition",
69
69
  "src": "301:164:49",
70
70
  "nodes": [],
71
71
  "canonicalName": "SystemCallData",
72
72
  "documentation": {
73
- "id": 24326,
73
+ "id": 24358,
74
74
  "nodeType": "StructuredDocumentation",
75
75
  "src": "127:173:49",
76
76
  "text": " @title System Call Data Structure\n @notice Holds data for making system calls.\n @dev Used to represent a call to a specific system identified by a ResourceId."
@@ -78,36 +78,36 @@
78
78
  "members": [
79
79
  {
80
80
  "constant": false,
81
- "id": 24330,
81
+ "id": 24362,
82
82
  "mutability": "mutable",
83
83
  "name": "systemId",
84
84
  "nameLocation": "379:8:49",
85
85
  "nodeType": "VariableDeclaration",
86
- "scope": 24334,
86
+ "scope": 24366,
87
87
  "src": "368:19:49",
88
88
  "stateVariable": false,
89
89
  "storageLocation": "default",
90
90
  "typeDescriptions": {
91
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
91
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
92
92
  "typeString": "ResourceId"
93
93
  },
94
94
  "typeName": {
95
- "id": 24329,
95
+ "id": 24361,
96
96
  "nodeType": "UserDefinedTypeName",
97
97
  "pathNode": {
98
- "id": 24328,
98
+ "id": 24360,
99
99
  "name": "ResourceId",
100
100
  "nameLocations": [
101
101
  "368:10:49"
102
102
  ],
103
103
  "nodeType": "IdentifierPath",
104
- "referencedDeclaration": 26573,
104
+ "referencedDeclaration": 26605,
105
105
  "src": "368:10:49"
106
106
  },
107
- "referencedDeclaration": 26573,
107
+ "referencedDeclaration": 26605,
108
108
  "src": "368:10:49",
109
109
  "typeDescriptions": {
110
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
110
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
111
111
  "typeString": "ResourceId"
112
112
  }
113
113
  },
@@ -115,12 +115,12 @@
115
115
  },
116
116
  {
117
117
  "constant": false,
118
- "id": 24333,
118
+ "id": 24365,
119
119
  "mutability": "mutable",
120
120
  "name": "callData",
121
121
  "nameLocation": "454:8:49",
122
122
  "nodeType": "VariableDeclaration",
123
- "scope": 24334,
123
+ "scope": 24366,
124
124
  "src": "448:14:49",
125
125
  "stateVariable": false,
126
126
  "storageLocation": "default",
@@ -129,7 +129,7 @@
129
129
  "typeString": "bytes"
130
130
  },
131
131
  "typeName": {
132
- "id": 24332,
132
+ "id": 24364,
133
133
  "name": "bytes",
134
134
  "nodeType": "ElementaryTypeName",
135
135
  "src": "448:5:49",
@@ -143,17 +143,17 @@
143
143
  ],
144
144
  "name": "SystemCallData",
145
145
  "nameLocation": "308:14:49",
146
- "scope": 24347,
146
+ "scope": 24379,
147
147
  "visibility": "public"
148
148
  },
149
149
  {
150
- "id": 24346,
150
+ "id": 24378,
151
151
  "nodeType": "StructDefinition",
152
152
  "src": "666:243:49",
153
153
  "nodes": [],
154
154
  "canonicalName": "SystemCallFromData",
155
155
  "documentation": {
156
- "id": 24335,
156
+ "id": 24367,
157
157
  "nodeType": "StructuredDocumentation",
158
158
  "src": "467:198:49",
159
159
  "text": " @title System Call From Data Structure\n @notice Holds data for making system calls with a specific sender.\n @dev Used to represent a call from a specific address to a specific system."
@@ -161,12 +161,12 @@
161
161
  "members": [
162
162
  {
163
163
  "constant": false,
164
- "id": 24338,
164
+ "id": 24370,
165
165
  "mutability": "mutable",
166
166
  "name": "from",
167
167
  "nameLocation": "763:4:49",
168
168
  "nodeType": "VariableDeclaration",
169
- "scope": 24346,
169
+ "scope": 24378,
170
170
  "src": "755:12:49",
171
171
  "stateVariable": false,
172
172
  "storageLocation": "default",
@@ -175,7 +175,7 @@
175
175
  "typeString": "address"
176
176
  },
177
177
  "typeName": {
178
- "id": 24337,
178
+ "id": 24369,
179
179
  "name": "address",
180
180
  "nodeType": "ElementaryTypeName",
181
181
  "src": "755:7:49",
@@ -189,36 +189,36 @@
189
189
  },
190
190
  {
191
191
  "constant": false,
192
- "id": 24342,
192
+ "id": 24374,
193
193
  "mutability": "mutable",
194
194
  "name": "systemId",
195
195
  "nameLocation": "823:8:49",
196
196
  "nodeType": "VariableDeclaration",
197
- "scope": 24346,
197
+ "scope": 24378,
198
198
  "src": "812:19:49",
199
199
  "stateVariable": false,
200
200
  "storageLocation": "default",
201
201
  "typeDescriptions": {
202
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
202
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
203
203
  "typeString": "ResourceId"
204
204
  },
205
205
  "typeName": {
206
- "id": 24341,
206
+ "id": 24373,
207
207
  "nodeType": "UserDefinedTypeName",
208
208
  "pathNode": {
209
- "id": 24340,
209
+ "id": 24372,
210
210
  "name": "ResourceId",
211
211
  "nameLocations": [
212
212
  "812:10:49"
213
213
  ],
214
214
  "nodeType": "IdentifierPath",
215
- "referencedDeclaration": 26573,
215
+ "referencedDeclaration": 26605,
216
216
  "src": "812:10:49"
217
217
  },
218
- "referencedDeclaration": 26573,
218
+ "referencedDeclaration": 26605,
219
219
  "src": "812:10:49",
220
220
  "typeDescriptions": {
221
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
221
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
222
222
  "typeString": "ResourceId"
223
223
  }
224
224
  },
@@ -226,12 +226,12 @@
226
226
  },
227
227
  {
228
228
  "constant": false,
229
- "id": 24345,
229
+ "id": 24377,
230
230
  "mutability": "mutable",
231
231
  "name": "callData",
232
232
  "nameLocation": "898:8:49",
233
233
  "nodeType": "VariableDeclaration",
234
- "scope": 24346,
234
+ "scope": 24378,
235
235
  "src": "892:14:49",
236
236
  "stateVariable": false,
237
237
  "storageLocation": "default",
@@ -240,7 +240,7 @@
240
240
  "typeString": "bytes"
241
241
  },
242
242
  "typeName": {
243
- "id": 24344,
243
+ "id": 24376,
244
244
  "name": "bytes",
245
245
  "nodeType": "ElementaryTypeName",
246
246
  "src": "892:5:49",
@@ -254,7 +254,7 @@
254
254
  ],
255
255
  "name": "SystemCallFromData",
256
256
  "nameLocation": "673:18:49",
257
- "scope": 24347,
257
+ "scope": 24379,
258
258
  "visibility": "public"
259
259
  }
260
260
  ],
@@ -10,17 +10,17 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/store/src/version.sol",
13
- "id": 23196,
13
+ "id": 23194,
14
14
  "exportedSymbols": {
15
15
  "STORE_VERSION": [
16
- 23195
16
+ 23193
17
17
  ]
18
18
  },
19
19
  "nodeType": "SourceUnit",
20
20
  "src": "32:236:32",
21
21
  "nodes": [
22
22
  {
23
- "id": 23191,
23
+ "id": 23189,
24
24
  "nodeType": "PragmaDirective",
25
25
  "src": "32:25:32",
26
26
  "nodes": [],
@@ -32,7 +32,7 @@
32
32
  ]
33
33
  },
34
34
  {
35
- "id": 23195,
35
+ "id": 23193,
36
36
  "nodeType": "VariableDeclaration",
37
37
  "src": "216:50:32",
38
38
  "nodes": [],
@@ -40,7 +40,7 @@
40
40
  "mutability": "constant",
41
41
  "name": "STORE_VERSION",
42
42
  "nameLocation": "233:13:32",
43
- "scope": 23196,
43
+ "scope": 23194,
44
44
  "stateVariable": false,
45
45
  "storageLocation": "default",
46
46
  "typeDescriptions": {
@@ -48,7 +48,7 @@
48
48
  "typeString": "bytes32"
49
49
  },
50
50
  "typeName": {
51
- "id": 23193,
51
+ "id": 23191,
52
52
  "name": "bytes32",
53
53
  "nodeType": "ElementaryTypeName",
54
54
  "src": "216:7:32",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "value": {
61
61
  "hexValue": "312e302e302d756e61756469746564",
62
- "id": 23194,
62
+ "id": 23192,
63
63
  "isConstant": false,
64
64
  "isLValue": false,
65
65
  "isPure": true,
@@ -118,20 +118,20 @@
118
118
  },
119
119
  "ast": {
120
120
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IERC165.sol",
121
- "id": 23245,
121
+ "id": 23243,
122
122
  "exportedSymbols": {
123
123
  "ERC165_INTERFACE_ID": [
124
- 23234
124
+ 23232
125
125
  ],
126
126
  "IERC165": [
127
- 23244
127
+ 23242
128
128
  ]
129
129
  },
130
130
  "nodeType": "SourceUnit",
131
131
  "src": "32:881:34",
132
132
  "nodes": [
133
133
  {
134
- "id": 23228,
134
+ "id": 23226,
135
135
  "nodeType": "PragmaDirective",
136
136
  "src": "32:25:34",
137
137
  "nodes": [],
@@ -143,7 +143,7 @@
143
143
  ]
144
144
  },
145
145
  {
146
- "id": 23234,
146
+ "id": 23232,
147
147
  "nodeType": "VariableDeclaration",
148
148
  "src": "150:72:34",
149
149
  "nodes": [],
@@ -151,7 +151,7 @@
151
151
  "mutability": "constant",
152
152
  "name": "ERC165_INTERFACE_ID",
153
153
  "nameLocation": "166:19:34",
154
- "scope": 23245,
154
+ "scope": 23243,
155
155
  "stateVariable": false,
156
156
  "storageLocation": "default",
157
157
  "typeDescriptions": {
@@ -159,7 +159,7 @@
159
159
  "typeString": "bytes4"
160
160
  },
161
161
  "typeName": {
162
- "id": 23230,
162
+ "id": 23228,
163
163
  "name": "bytes4",
164
164
  "nodeType": "ElementaryTypeName",
165
165
  "src": "150:6:34",
@@ -171,18 +171,18 @@
171
171
  "value": {
172
172
  "expression": {
173
173
  "expression": {
174
- "id": 23231,
174
+ "id": 23229,
175
175
  "name": "IERC165",
176
176
  "nodeType": "Identifier",
177
177
  "overloadedDeclarations": [],
178
- "referencedDeclaration": 23244,
178
+ "referencedDeclaration": 23242,
179
179
  "src": "188:7:34",
180
180
  "typeDescriptions": {
181
- "typeIdentifier": "t_type$_t_contract$_IERC165_$23244_$",
181
+ "typeIdentifier": "t_type$_t_contract$_IERC165_$23242_$",
182
182
  "typeString": "type(contract IERC165)"
183
183
  }
184
184
  },
185
- "id": 23232,
185
+ "id": 23230,
186
186
  "isConstant": false,
187
187
  "isLValue": false,
188
188
  "isPure": true,
@@ -190,14 +190,14 @@
190
190
  "memberLocation": "196:17:34",
191
191
  "memberName": "supportsInterface",
192
192
  "nodeType": "MemberAccess",
193
- "referencedDeclaration": 23243,
193
+ "referencedDeclaration": 23241,
194
194
  "src": "188:25:34",
195
195
  "typeDescriptions": {
196
196
  "typeIdentifier": "t_function_declaration_view$_t_bytes4_$returns$_t_bool_$",
197
197
  "typeString": "function IERC165.supportsInterface(bytes4) view returns (bool)"
198
198
  }
199
199
  },
200
- "id": 23233,
200
+ "id": 23231,
201
201
  "isConstant": false,
202
202
  "isLValue": false,
203
203
  "isPure": true,
@@ -214,17 +214,17 @@
214
214
  "visibility": "internal"
215
215
  },
216
216
  {
217
- "id": 23244,
217
+ "id": 23242,
218
218
  "nodeType": "ContractDefinition",
219
219
  "src": "443:469:34",
220
220
  "nodes": [
221
221
  {
222
- "id": 23243,
222
+ "id": 23241,
223
223
  "nodeType": "FunctionDefinition",
224
224
  "src": "834:76:34",
225
225
  "nodes": [],
226
226
  "documentation": {
227
- "id": 23236,
227
+ "id": 23234,
228
228
  "nodeType": "StructuredDocumentation",
229
229
  "src": "465:366:34",
230
230
  "text": " @notice Query if a contract implements an interface.\n @dev Interface identification is specified in ERC-165.\n This function uses less than 30,000 gas.\n @param interfaceID The interface identifier, as specified in ERC-165.\n @return True if the contract implements `interfaceID` and\n `interfaceID` is not 0xffffffff, false otherwise."
@@ -236,17 +236,17 @@
236
236
  "name": "supportsInterface",
237
237
  "nameLocation": "843:17:34",
238
238
  "parameters": {
239
- "id": 23239,
239
+ "id": 23237,
240
240
  "nodeType": "ParameterList",
241
241
  "parameters": [
242
242
  {
243
243
  "constant": false,
244
- "id": 23238,
244
+ "id": 23236,
245
245
  "mutability": "mutable",
246
246
  "name": "interfaceID",
247
247
  "nameLocation": "868:11:34",
248
248
  "nodeType": "VariableDeclaration",
249
- "scope": 23243,
249
+ "scope": 23241,
250
250
  "src": "861:18:34",
251
251
  "stateVariable": false,
252
252
  "storageLocation": "default",
@@ -255,7 +255,7 @@
255
255
  "typeString": "bytes4"
256
256
  },
257
257
  "typeName": {
258
- "id": 23237,
258
+ "id": 23235,
259
259
  "name": "bytes4",
260
260
  "nodeType": "ElementaryTypeName",
261
261
  "src": "861:6:34",
@@ -270,17 +270,17 @@
270
270
  "src": "860:20:34"
271
271
  },
272
272
  "returnParameters": {
273
- "id": 23242,
273
+ "id": 23240,
274
274
  "nodeType": "ParameterList",
275
275
  "parameters": [
276
276
  {
277
277
  "constant": false,
278
- "id": 23241,
278
+ "id": 23239,
279
279
  "mutability": "mutable",
280
280
  "name": "",
281
281
  "nameLocation": "-1:-1:-1",
282
282
  "nodeType": "VariableDeclaration",
283
- "scope": 23243,
283
+ "scope": 23241,
284
284
  "src": "904:4:34",
285
285
  "stateVariable": false,
286
286
  "storageLocation": "default",
@@ -289,7 +289,7 @@
289
289
  "typeString": "bool"
290
290
  },
291
291
  "typeName": {
292
- "id": 23240,
292
+ "id": 23238,
293
293
  "name": "bool",
294
294
  "nodeType": "ElementaryTypeName",
295
295
  "src": "904:4:34",
@@ -303,7 +303,7 @@
303
303
  ],
304
304
  "src": "903:6:34"
305
305
  },
306
- "scope": 23244,
306
+ "scope": 23242,
307
307
  "stateMutability": "view",
308
308
  "virtual": false,
309
309
  "visibility": "external"
@@ -315,18 +315,18 @@
315
315
  "contractDependencies": [],
316
316
  "contractKind": "interface",
317
317
  "documentation": {
318
- "id": 23235,
318
+ "id": 23233,
319
319
  "nodeType": "StructuredDocumentation",
320
320
  "src": "225:217:34",
321
321
  "text": " @title IERC165\n @dev Interface for the ERC-165 standard as described in the EIP-165.\n Allows for contracts to be checked for their support of an interface.\n See: https://eips.ethereum.org/EIPS/eip-165"
322
322
  },
323
323
  "fullyImplemented": false,
324
324
  "linearizedBaseContracts": [
325
- 23244
325
+ 23242
326
326
  ],
327
327
  "name": "IERC165",
328
328
  "nameLocation": "453:7:34",
329
- "scope": 23245,
329
+ "scope": 23243,
330
330
  "usedErrors": [],
331
331
  "usedEvents": []
332
332
  }