@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.
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +215 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +94 -94
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3393 -3393
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
- package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
- package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
- package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
- package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
- package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
- package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +84 -84
- package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +708 -737
- package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
- package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
- package/out/System.sol/System.json +31 -31
- package/out/Tables.sol/Tables.json +5585 -5585
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
- package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
- package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
- package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
- package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
- package/out/leftMask.sol/leftMask.json +31 -31
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
- package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
- package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
- package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
- package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
- package/out/tables/Tables.sol/Tables.json +7292 -7292
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
- /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -62,17 +62,17 @@
|
|
62
62
|
},
|
63
63
|
"ast": {
|
64
64
|
"absolutePath": "src/modules/utils/ArrayLib.sol",
|
65
|
-
"id":
|
65
|
+
"id": 58013,
|
66
66
|
"exportedSymbols": {
|
67
67
|
"ArrayLib": [
|
68
|
-
|
68
|
+
58012
|
69
69
|
]
|
70
70
|
},
|
71
71
|
"nodeType": "SourceUnit",
|
72
72
|
"src": "32:1340:138",
|
73
73
|
"nodes": [
|
74
74
|
{
|
75
|
-
"id":
|
75
|
+
"id": 57833,
|
76
76
|
"nodeType": "PragmaDirective",
|
77
77
|
"src": "32:25:138",
|
78
78
|
"nodes": [],
|
@@ -84,17 +84,17 @@
|
|
84
84
|
]
|
85
85
|
},
|
86
86
|
{
|
87
|
-
"id":
|
87
|
+
"id": 58012,
|
88
88
|
"nodeType": "ContractDefinition",
|
89
89
|
"src": "59:1312:138",
|
90
90
|
"nodes": [
|
91
91
|
{
|
92
|
-
"id":
|
92
|
+
"id": 57879,
|
93
93
|
"nodeType": "FunctionDefinition",
|
94
94
|
"src": "80:290:138",
|
95
95
|
"nodes": [],
|
96
96
|
"body": {
|
97
|
-
"id":
|
97
|
+
"id": 57878,
|
98
98
|
"nodeType": "Block",
|
99
99
|
"src": "170:200:138",
|
100
100
|
"nodes": [],
|
@@ -105,25 +105,25 @@
|
|
105
105
|
"typeIdentifier": "t_uint256",
|
106
106
|
"typeString": "uint256"
|
107
107
|
},
|
108
|
-
"id":
|
108
|
+
"id": 57848,
|
109
109
|
"isConstant": false,
|
110
110
|
"isLValue": false,
|
111
111
|
"isPure": false,
|
112
112
|
"lValueRequested": false,
|
113
113
|
"leftExpression": {
|
114
114
|
"expression": {
|
115
|
-
"id":
|
115
|
+
"id": 57844,
|
116
116
|
"name": "arr1",
|
117
117
|
"nodeType": "Identifier",
|
118
118
|
"overloadedDeclarations": [],
|
119
|
-
"referencedDeclaration":
|
119
|
+
"referencedDeclaration": 57836,
|
120
120
|
"src": "180:4:138",
|
121
121
|
"typeDescriptions": {
|
122
122
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
123
123
|
"typeString": "bytes32[] memory"
|
124
124
|
}
|
125
125
|
},
|
126
|
-
"id":
|
126
|
+
"id": 57845,
|
127
127
|
"isConstant": false,
|
128
128
|
"isLValue": false,
|
129
129
|
"isPure": false,
|
@@ -141,18 +141,18 @@
|
|
141
141
|
"operator": "!=",
|
142
142
|
"rightExpression": {
|
143
143
|
"expression": {
|
144
|
-
"id":
|
144
|
+
"id": 57846,
|
145
145
|
"name": "arr2",
|
146
146
|
"nodeType": "Identifier",
|
147
147
|
"overloadedDeclarations": [],
|
148
|
-
"referencedDeclaration":
|
148
|
+
"referencedDeclaration": 57839,
|
149
149
|
"src": "195:4:138",
|
150
150
|
"typeDescriptions": {
|
151
151
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
152
152
|
"typeString": "bytes32[] memory"
|
153
153
|
}
|
154
154
|
},
|
155
|
-
"id":
|
155
|
+
"id": 57847,
|
156
156
|
"isConstant": false,
|
157
157
|
"isLValue": false,
|
158
158
|
"isPure": false,
|
@@ -172,18 +172,18 @@
|
|
172
172
|
"typeString": "bool"
|
173
173
|
}
|
174
174
|
},
|
175
|
-
"id":
|
175
|
+
"id": 57852,
|
176
176
|
"nodeType": "IfStatement",
|
177
177
|
"src": "176:59:138",
|
178
178
|
"trueBody": {
|
179
|
-
"id":
|
179
|
+
"id": 57851,
|
180
180
|
"nodeType": "Block",
|
181
181
|
"src": "208:27:138",
|
182
182
|
"statements": [
|
183
183
|
{
|
184
184
|
"expression": {
|
185
185
|
"hexValue": "66616c7365",
|
186
|
-
"id":
|
186
|
+
"id": 57849,
|
187
187
|
"isConstant": false,
|
188
188
|
"isLValue": false,
|
189
189
|
"isPure": true,
|
@@ -197,8 +197,8 @@
|
|
197
197
|
},
|
198
198
|
"value": "false"
|
199
199
|
},
|
200
|
-
"functionReturnParameters":
|
201
|
-
"id":
|
200
|
+
"functionReturnParameters": 57843,
|
201
|
+
"id": 57850,
|
202
202
|
"nodeType": "Return",
|
203
203
|
"src": "216:12:138"
|
204
204
|
}
|
@@ -207,7 +207,7 @@
|
|
207
207
|
},
|
208
208
|
{
|
209
209
|
"body": {
|
210
|
-
"id":
|
210
|
+
"id": 57874,
|
211
211
|
"nodeType": "Block",
|
212
212
|
"src": "279:69:138",
|
213
213
|
"statements": [
|
@@ -217,31 +217,31 @@
|
|
217
217
|
"typeIdentifier": "t_bytes32",
|
218
218
|
"typeString": "bytes32"
|
219
219
|
},
|
220
|
-
"id":
|
220
|
+
"id": 57869,
|
221
221
|
"isConstant": false,
|
222
222
|
"isLValue": false,
|
223
223
|
"isPure": false,
|
224
224
|
"lValueRequested": false,
|
225
225
|
"leftExpression": {
|
226
226
|
"baseExpression": {
|
227
|
-
"id":
|
227
|
+
"id": 57863,
|
228
228
|
"name": "arr1",
|
229
229
|
"nodeType": "Identifier",
|
230
230
|
"overloadedDeclarations": [],
|
231
|
-
"referencedDeclaration":
|
231
|
+
"referencedDeclaration": 57836,
|
232
232
|
"src": "291:4:138",
|
233
233
|
"typeDescriptions": {
|
234
234
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
235
235
|
"typeString": "bytes32[] memory"
|
236
236
|
}
|
237
237
|
},
|
238
|
-
"id":
|
238
|
+
"id": 57865,
|
239
239
|
"indexExpression": {
|
240
|
-
"id":
|
240
|
+
"id": 57864,
|
241
241
|
"name": "i",
|
242
242
|
"nodeType": "Identifier",
|
243
243
|
"overloadedDeclarations": [],
|
244
|
-
"referencedDeclaration":
|
244
|
+
"referencedDeclaration": 57854,
|
245
245
|
"src": "296:1:138",
|
246
246
|
"typeDescriptions": {
|
247
247
|
"typeIdentifier": "t_uint256",
|
@@ -263,24 +263,24 @@
|
|
263
263
|
"operator": "!=",
|
264
264
|
"rightExpression": {
|
265
265
|
"baseExpression": {
|
266
|
-
"id":
|
266
|
+
"id": 57866,
|
267
267
|
"name": "arr2",
|
268
268
|
"nodeType": "Identifier",
|
269
269
|
"overloadedDeclarations": [],
|
270
|
-
"referencedDeclaration":
|
270
|
+
"referencedDeclaration": 57839,
|
271
271
|
"src": "302:4:138",
|
272
272
|
"typeDescriptions": {
|
273
273
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
274
274
|
"typeString": "bytes32[] memory"
|
275
275
|
}
|
276
276
|
},
|
277
|
-
"id":
|
277
|
+
"id": 57868,
|
278
278
|
"indexExpression": {
|
279
|
-
"id":
|
279
|
+
"id": 57867,
|
280
280
|
"name": "i",
|
281
281
|
"nodeType": "Identifier",
|
282
282
|
"overloadedDeclarations": [],
|
283
|
-
"referencedDeclaration":
|
283
|
+
"referencedDeclaration": 57854,
|
284
284
|
"src": "307:1:138",
|
285
285
|
"typeDescriptions": {
|
286
286
|
"typeIdentifier": "t_uint256",
|
@@ -304,18 +304,18 @@
|
|
304
304
|
"typeString": "bool"
|
305
305
|
}
|
306
306
|
},
|
307
|
-
"id":
|
307
|
+
"id": 57873,
|
308
308
|
"nodeType": "IfStatement",
|
309
309
|
"src": "287:55:138",
|
310
310
|
"trueBody": {
|
311
|
-
"id":
|
311
|
+
"id": 57872,
|
312
312
|
"nodeType": "Block",
|
313
313
|
"src": "311:31:138",
|
314
314
|
"statements": [
|
315
315
|
{
|
316
316
|
"expression": {
|
317
317
|
"hexValue": "66616c7365",
|
318
|
-
"id":
|
318
|
+
"id": 57870,
|
319
319
|
"isConstant": false,
|
320
320
|
"isLValue": false,
|
321
321
|
"isPure": true,
|
@@ -329,8 +329,8 @@
|
|
329
329
|
},
|
330
330
|
"value": "false"
|
331
331
|
},
|
332
|
-
"functionReturnParameters":
|
333
|
-
"id":
|
332
|
+
"functionReturnParameters": 57843,
|
333
|
+
"id": 57871,
|
334
334
|
"nodeType": "Return",
|
335
335
|
"src": "321:12:138"
|
336
336
|
}
|
@@ -344,17 +344,17 @@
|
|
344
344
|
"typeIdentifier": "t_uint256",
|
345
345
|
"typeString": "uint256"
|
346
346
|
},
|
347
|
-
"id":
|
347
|
+
"id": 57859,
|
348
348
|
"isConstant": false,
|
349
349
|
"isLValue": false,
|
350
350
|
"isPure": false,
|
351
351
|
"lValueRequested": false,
|
352
352
|
"leftExpression": {
|
353
|
-
"id":
|
353
|
+
"id": 57856,
|
354
354
|
"name": "i",
|
355
355
|
"nodeType": "Identifier",
|
356
356
|
"overloadedDeclarations": [],
|
357
|
-
"referencedDeclaration":
|
357
|
+
"referencedDeclaration": 57854,
|
358
358
|
"src": "257:1:138",
|
359
359
|
"typeDescriptions": {
|
360
360
|
"typeIdentifier": "t_uint256",
|
@@ -365,18 +365,18 @@
|
|
365
365
|
"operator": "<",
|
366
366
|
"rightExpression": {
|
367
367
|
"expression": {
|
368
|
-
"id":
|
368
|
+
"id": 57857,
|
369
369
|
"name": "arr1",
|
370
370
|
"nodeType": "Identifier",
|
371
371
|
"overloadedDeclarations": [],
|
372
|
-
"referencedDeclaration":
|
372
|
+
"referencedDeclaration": 57836,
|
373
373
|
"src": "261:4:138",
|
374
374
|
"typeDescriptions": {
|
375
375
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
376
376
|
"typeString": "bytes32[] memory"
|
377
377
|
}
|
378
378
|
},
|
379
|
-
"id":
|
379
|
+
"id": 57858,
|
380
380
|
"isConstant": false,
|
381
381
|
"isLValue": false,
|
382
382
|
"isPure": false,
|
@@ -396,20 +396,20 @@
|
|
396
396
|
"typeString": "bool"
|
397
397
|
}
|
398
398
|
},
|
399
|
-
"id":
|
399
|
+
"id": 57875,
|
400
400
|
"initializationExpression": {
|
401
401
|
"assignments": [
|
402
|
-
|
402
|
+
57854
|
403
403
|
],
|
404
404
|
"declarations": [
|
405
405
|
{
|
406
406
|
"constant": false,
|
407
|
-
"id":
|
407
|
+
"id": 57854,
|
408
408
|
"mutability": "mutable",
|
409
409
|
"name": "i",
|
410
410
|
"nameLocation": "254:1:138",
|
411
411
|
"nodeType": "VariableDeclaration",
|
412
|
-
"scope":
|
412
|
+
"scope": 57875,
|
413
413
|
"src": "246:9:138",
|
414
414
|
"stateVariable": false,
|
415
415
|
"storageLocation": "default",
|
@@ -418,7 +418,7 @@
|
|
418
418
|
"typeString": "uint256"
|
419
419
|
},
|
420
420
|
"typeName": {
|
421
|
-
"id":
|
421
|
+
"id": 57853,
|
422
422
|
"name": "uint256",
|
423
423
|
"nodeType": "ElementaryTypeName",
|
424
424
|
"src": "246:7:138",
|
@@ -430,13 +430,13 @@
|
|
430
430
|
"visibility": "internal"
|
431
431
|
}
|
432
432
|
],
|
433
|
-
"id":
|
433
|
+
"id": 57855,
|
434
434
|
"nodeType": "VariableDeclarationStatement",
|
435
435
|
"src": "246:9:138"
|
436
436
|
},
|
437
437
|
"loopExpression": {
|
438
438
|
"expression": {
|
439
|
-
"id":
|
439
|
+
"id": 57861,
|
440
440
|
"isConstant": false,
|
441
441
|
"isLValue": false,
|
442
442
|
"isPure": false,
|
@@ -446,11 +446,11 @@
|
|
446
446
|
"prefix": false,
|
447
447
|
"src": "274:3:138",
|
448
448
|
"subExpression": {
|
449
|
-
"id":
|
449
|
+
"id": 57860,
|
450
450
|
"name": "i",
|
451
451
|
"nodeType": "Identifier",
|
452
452
|
"overloadedDeclarations": [],
|
453
|
-
"referencedDeclaration":
|
453
|
+
"referencedDeclaration": 57854,
|
454
454
|
"src": "274:1:138",
|
455
455
|
"typeDescriptions": {
|
456
456
|
"typeIdentifier": "t_uint256",
|
@@ -462,7 +462,7 @@
|
|
462
462
|
"typeString": "uint256"
|
463
463
|
}
|
464
464
|
},
|
465
|
-
"id":
|
465
|
+
"id": 57862,
|
466
466
|
"nodeType": "ExpressionStatement",
|
467
467
|
"src": "274:3:138"
|
468
468
|
},
|
@@ -472,7 +472,7 @@
|
|
472
472
|
{
|
473
473
|
"expression": {
|
474
474
|
"hexValue": "74727565",
|
475
|
-
"id":
|
475
|
+
"id": 57876,
|
476
476
|
"isConstant": false,
|
477
477
|
"isLValue": false,
|
478
478
|
"isPure": true,
|
@@ -486,8 +486,8 @@
|
|
486
486
|
},
|
487
487
|
"value": "true"
|
488
488
|
},
|
489
|
-
"functionReturnParameters":
|
490
|
-
"id":
|
489
|
+
"functionReturnParameters": 57843,
|
490
|
+
"id": 57877,
|
491
491
|
"nodeType": "Return",
|
492
492
|
"src": "354:11:138"
|
493
493
|
}
|
@@ -499,17 +499,17 @@
|
|
499
499
|
"name": "equal",
|
500
500
|
"nameLocation": "89:5:138",
|
501
501
|
"parameters": {
|
502
|
-
"id":
|
502
|
+
"id": 57840,
|
503
503
|
"nodeType": "ParameterList",
|
504
504
|
"parameters": [
|
505
505
|
{
|
506
506
|
"constant": false,
|
507
|
-
"id":
|
507
|
+
"id": 57836,
|
508
508
|
"mutability": "mutable",
|
509
509
|
"name": "arr1",
|
510
510
|
"nameLocation": "112:4:138",
|
511
511
|
"nodeType": "VariableDeclaration",
|
512
|
-
"scope":
|
512
|
+
"scope": 57879,
|
513
513
|
"src": "95:21:138",
|
514
514
|
"stateVariable": false,
|
515
515
|
"storageLocation": "memory",
|
@@ -519,7 +519,7 @@
|
|
519
519
|
},
|
520
520
|
"typeName": {
|
521
521
|
"baseType": {
|
522
|
-
"id":
|
522
|
+
"id": 57834,
|
523
523
|
"name": "bytes32",
|
524
524
|
"nodeType": "ElementaryTypeName",
|
525
525
|
"src": "95:7:138",
|
@@ -528,7 +528,7 @@
|
|
528
528
|
"typeString": "bytes32"
|
529
529
|
}
|
530
530
|
},
|
531
|
-
"id":
|
531
|
+
"id": 57835,
|
532
532
|
"nodeType": "ArrayTypeName",
|
533
533
|
"src": "95:9:138",
|
534
534
|
"typeDescriptions": {
|
@@ -540,12 +540,12 @@
|
|
540
540
|
},
|
541
541
|
{
|
542
542
|
"constant": false,
|
543
|
-
"id":
|
543
|
+
"id": 57839,
|
544
544
|
"mutability": "mutable",
|
545
545
|
"name": "arr2",
|
546
546
|
"nameLocation": "135:4:138",
|
547
547
|
"nodeType": "VariableDeclaration",
|
548
|
-
"scope":
|
548
|
+
"scope": 57879,
|
549
549
|
"src": "118:21:138",
|
550
550
|
"stateVariable": false,
|
551
551
|
"storageLocation": "memory",
|
@@ -555,7 +555,7 @@
|
|
555
555
|
},
|
556
556
|
"typeName": {
|
557
557
|
"baseType": {
|
558
|
-
"id":
|
558
|
+
"id": 57837,
|
559
559
|
"name": "bytes32",
|
560
560
|
"nodeType": "ElementaryTypeName",
|
561
561
|
"src": "118:7:138",
|
@@ -564,7 +564,7 @@
|
|
564
564
|
"typeString": "bytes32"
|
565
565
|
}
|
566
566
|
},
|
567
|
-
"id":
|
567
|
+
"id": 57838,
|
568
568
|
"nodeType": "ArrayTypeName",
|
569
569
|
"src": "118:9:138",
|
570
570
|
"typeDescriptions": {
|
@@ -578,17 +578,17 @@
|
|
578
578
|
"src": "94:46:138"
|
579
579
|
},
|
580
580
|
"returnParameters": {
|
581
|
-
"id":
|
581
|
+
"id": 57843,
|
582
582
|
"nodeType": "ParameterList",
|
583
583
|
"parameters": [
|
584
584
|
{
|
585
585
|
"constant": false,
|
586
|
-
"id":
|
586
|
+
"id": 57842,
|
587
587
|
"mutability": "mutable",
|
588
588
|
"name": "",
|
589
589
|
"nameLocation": "-1:-1:-1",
|
590
590
|
"nodeType": "VariableDeclaration",
|
591
|
-
"scope":
|
591
|
+
"scope": 57879,
|
592
592
|
"src": "164:4:138",
|
593
593
|
"stateVariable": false,
|
594
594
|
"storageLocation": "default",
|
@@ -597,7 +597,7 @@
|
|
597
597
|
"typeString": "bool"
|
598
598
|
},
|
599
599
|
"typeName": {
|
600
|
-
"id":
|
600
|
+
"id": 57841,
|
601
601
|
"name": "bool",
|
602
602
|
"nodeType": "ElementaryTypeName",
|
603
603
|
"src": "164:4:138",
|
@@ -611,25 +611,25 @@
|
|
611
611
|
],
|
612
612
|
"src": "163:6:138"
|
613
613
|
},
|
614
|
-
"scope":
|
614
|
+
"scope": 58012,
|
615
615
|
"stateMutability": "pure",
|
616
616
|
"virtual": false,
|
617
617
|
"visibility": "internal"
|
618
618
|
},
|
619
619
|
{
|
620
|
-
"id":
|
620
|
+
"id": 57913,
|
621
621
|
"nodeType": "FunctionDefinition",
|
622
622
|
"src": "374:218:138",
|
623
623
|
"nodes": [],
|
624
624
|
"body": {
|
625
|
-
"id":
|
625
|
+
"id": 57912,
|
626
626
|
"nodeType": "Block",
|
627
627
|
"src": "460:132:138",
|
628
628
|
"nodes": [],
|
629
629
|
"statements": [
|
630
630
|
{
|
631
631
|
"body": {
|
632
|
-
"id":
|
632
|
+
"id": 57908,
|
633
633
|
"nodeType": "Block",
|
634
634
|
"src": "503:67:138",
|
635
635
|
"statements": [
|
@@ -639,31 +639,31 @@
|
|
639
639
|
"typeIdentifier": "t_bytes32",
|
640
640
|
"typeString": "bytes32"
|
641
641
|
},
|
642
|
-
"id":
|
642
|
+
"id": 57903,
|
643
643
|
"isConstant": false,
|
644
644
|
"isLValue": false,
|
645
645
|
"isPure": false,
|
646
646
|
"lValueRequested": false,
|
647
647
|
"leftExpression": {
|
648
648
|
"baseExpression": {
|
649
|
-
"id":
|
649
|
+
"id": 57899,
|
650
650
|
"name": "arr",
|
651
651
|
"nodeType": "Identifier",
|
652
652
|
"overloadedDeclarations": [],
|
653
|
-
"referencedDeclaration":
|
653
|
+
"referencedDeclaration": 57882,
|
654
654
|
"src": "515:3:138",
|
655
655
|
"typeDescriptions": {
|
656
656
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
657
657
|
"typeString": "bytes32[] memory"
|
658
658
|
}
|
659
659
|
},
|
660
|
-
"id":
|
660
|
+
"id": 57901,
|
661
661
|
"indexExpression": {
|
662
|
-
"id":
|
662
|
+
"id": 57900,
|
663
663
|
"name": "i",
|
664
664
|
"nodeType": "Identifier",
|
665
665
|
"overloadedDeclarations": [],
|
666
|
-
"referencedDeclaration":
|
666
|
+
"referencedDeclaration": 57890,
|
667
667
|
"src": "519:1:138",
|
668
668
|
"typeDescriptions": {
|
669
669
|
"typeIdentifier": "t_uint256",
|
@@ -684,11 +684,11 @@
|
|
684
684
|
"nodeType": "BinaryOperation",
|
685
685
|
"operator": "==",
|
686
686
|
"rightExpression": {
|
687
|
-
"id":
|
687
|
+
"id": 57902,
|
688
688
|
"name": "element",
|
689
689
|
"nodeType": "Identifier",
|
690
690
|
"overloadedDeclarations": [],
|
691
|
-
"referencedDeclaration":
|
691
|
+
"referencedDeclaration": 57884,
|
692
692
|
"src": "525:7:138",
|
693
693
|
"typeDescriptions": {
|
694
694
|
"typeIdentifier": "t_bytes32",
|
@@ -701,18 +701,18 @@
|
|
701
701
|
"typeString": "bool"
|
702
702
|
}
|
703
703
|
},
|
704
|
-
"id":
|
704
|
+
"id": 57907,
|
705
705
|
"nodeType": "IfStatement",
|
706
706
|
"src": "511:53:138",
|
707
707
|
"trueBody": {
|
708
|
-
"id":
|
708
|
+
"id": 57906,
|
709
709
|
"nodeType": "Block",
|
710
710
|
"src": "534:30:138",
|
711
711
|
"statements": [
|
712
712
|
{
|
713
713
|
"expression": {
|
714
714
|
"hexValue": "74727565",
|
715
|
-
"id":
|
715
|
+
"id": 57904,
|
716
716
|
"isConstant": false,
|
717
717
|
"isLValue": false,
|
718
718
|
"isPure": true,
|
@@ -726,8 +726,8 @@
|
|
726
726
|
},
|
727
727
|
"value": "true"
|
728
728
|
},
|
729
|
-
"functionReturnParameters":
|
730
|
-
"id":
|
729
|
+
"functionReturnParameters": 57888,
|
730
|
+
"id": 57905,
|
731
731
|
"nodeType": "Return",
|
732
732
|
"src": "544:11:138"
|
733
733
|
}
|
@@ -741,17 +741,17 @@
|
|
741
741
|
"typeIdentifier": "t_uint256",
|
742
742
|
"typeString": "uint256"
|
743
743
|
},
|
744
|
-
"id":
|
744
|
+
"id": 57895,
|
745
745
|
"isConstant": false,
|
746
746
|
"isLValue": false,
|
747
747
|
"isPure": false,
|
748
748
|
"lValueRequested": false,
|
749
749
|
"leftExpression": {
|
750
|
-
"id":
|
750
|
+
"id": 57892,
|
751
751
|
"name": "i",
|
752
752
|
"nodeType": "Identifier",
|
753
753
|
"overloadedDeclarations": [],
|
754
|
-
"referencedDeclaration":
|
754
|
+
"referencedDeclaration": 57890,
|
755
755
|
"src": "482:1:138",
|
756
756
|
"typeDescriptions": {
|
757
757
|
"typeIdentifier": "t_uint256",
|
@@ -762,18 +762,18 @@
|
|
762
762
|
"operator": "<",
|
763
763
|
"rightExpression": {
|
764
764
|
"expression": {
|
765
|
-
"id":
|
765
|
+
"id": 57893,
|
766
766
|
"name": "arr",
|
767
767
|
"nodeType": "Identifier",
|
768
768
|
"overloadedDeclarations": [],
|
769
|
-
"referencedDeclaration":
|
769
|
+
"referencedDeclaration": 57882,
|
770
770
|
"src": "486:3:138",
|
771
771
|
"typeDescriptions": {
|
772
772
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
773
773
|
"typeString": "bytes32[] memory"
|
774
774
|
}
|
775
775
|
},
|
776
|
-
"id":
|
776
|
+
"id": 57894,
|
777
777
|
"isConstant": false,
|
778
778
|
"isLValue": false,
|
779
779
|
"isPure": false,
|
@@ -793,20 +793,20 @@
|
|
793
793
|
"typeString": "bool"
|
794
794
|
}
|
795
795
|
},
|
796
|
-
"id":
|
796
|
+
"id": 57909,
|
797
797
|
"initializationExpression": {
|
798
798
|
"assignments": [
|
799
|
-
|
799
|
+
57890
|
800
800
|
],
|
801
801
|
"declarations": [
|
802
802
|
{
|
803
803
|
"constant": false,
|
804
|
-
"id":
|
804
|
+
"id": 57890,
|
805
805
|
"mutability": "mutable",
|
806
806
|
"name": "i",
|
807
807
|
"nameLocation": "479:1:138",
|
808
808
|
"nodeType": "VariableDeclaration",
|
809
|
-
"scope":
|
809
|
+
"scope": 57909,
|
810
810
|
"src": "471:9:138",
|
811
811
|
"stateVariable": false,
|
812
812
|
"storageLocation": "default",
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"typeString": "uint256"
|
816
816
|
},
|
817
817
|
"typeName": {
|
818
|
-
"id":
|
818
|
+
"id": 57889,
|
819
819
|
"name": "uint256",
|
820
820
|
"nodeType": "ElementaryTypeName",
|
821
821
|
"src": "471:7:138",
|
@@ -827,13 +827,13 @@
|
|
827
827
|
"visibility": "internal"
|
828
828
|
}
|
829
829
|
],
|
830
|
-
"id":
|
830
|
+
"id": 57891,
|
831
831
|
"nodeType": "VariableDeclarationStatement",
|
832
832
|
"src": "471:9:138"
|
833
833
|
},
|
834
834
|
"loopExpression": {
|
835
835
|
"expression": {
|
836
|
-
"id":
|
836
|
+
"id": 57897,
|
837
837
|
"isConstant": false,
|
838
838
|
"isLValue": false,
|
839
839
|
"isPure": false,
|
@@ -843,11 +843,11 @@
|
|
843
843
|
"prefix": false,
|
844
844
|
"src": "498:3:138",
|
845
845
|
"subExpression": {
|
846
|
-
"id":
|
846
|
+
"id": 57896,
|
847
847
|
"name": "i",
|
848
848
|
"nodeType": "Identifier",
|
849
849
|
"overloadedDeclarations": [],
|
850
|
-
"referencedDeclaration":
|
850
|
+
"referencedDeclaration": 57890,
|
851
851
|
"src": "498:1:138",
|
852
852
|
"typeDescriptions": {
|
853
853
|
"typeIdentifier": "t_uint256",
|
@@ -859,7 +859,7 @@
|
|
859
859
|
"typeString": "uint256"
|
860
860
|
}
|
861
861
|
},
|
862
|
-
"id":
|
862
|
+
"id": 57898,
|
863
863
|
"nodeType": "ExpressionStatement",
|
864
864
|
"src": "498:3:138"
|
865
865
|
},
|
@@ -869,7 +869,7 @@
|
|
869
869
|
{
|
870
870
|
"expression": {
|
871
871
|
"hexValue": "66616c7365",
|
872
|
-
"id":
|
872
|
+
"id": 57910,
|
873
873
|
"isConstant": false,
|
874
874
|
"isLValue": false,
|
875
875
|
"isPure": true,
|
@@ -883,8 +883,8 @@
|
|
883
883
|
},
|
884
884
|
"value": "false"
|
885
885
|
},
|
886
|
-
"functionReturnParameters":
|
887
|
-
"id":
|
886
|
+
"functionReturnParameters": 57888,
|
887
|
+
"id": 57911,
|
888
888
|
"nodeType": "Return",
|
889
889
|
"src": "575:12:138"
|
890
890
|
}
|
@@ -896,17 +896,17 @@
|
|
896
896
|
"name": "includes",
|
897
897
|
"nameLocation": "383:8:138",
|
898
898
|
"parameters": {
|
899
|
-
"id":
|
899
|
+
"id": 57885,
|
900
900
|
"nodeType": "ParameterList",
|
901
901
|
"parameters": [
|
902
902
|
{
|
903
903
|
"constant": false,
|
904
|
-
"id":
|
904
|
+
"id": 57882,
|
905
905
|
"mutability": "mutable",
|
906
906
|
"name": "arr",
|
907
907
|
"nameLocation": "409:3:138",
|
908
908
|
"nodeType": "VariableDeclaration",
|
909
|
-
"scope":
|
909
|
+
"scope": 57913,
|
910
910
|
"src": "392:20:138",
|
911
911
|
"stateVariable": false,
|
912
912
|
"storageLocation": "memory",
|
@@ -916,7 +916,7 @@
|
|
916
916
|
},
|
917
917
|
"typeName": {
|
918
918
|
"baseType": {
|
919
|
-
"id":
|
919
|
+
"id": 57880,
|
920
920
|
"name": "bytes32",
|
921
921
|
"nodeType": "ElementaryTypeName",
|
922
922
|
"src": "392:7:138",
|
@@ -925,7 +925,7 @@
|
|
925
925
|
"typeString": "bytes32"
|
926
926
|
}
|
927
927
|
},
|
928
|
-
"id":
|
928
|
+
"id": 57881,
|
929
929
|
"nodeType": "ArrayTypeName",
|
930
930
|
"src": "392:9:138",
|
931
931
|
"typeDescriptions": {
|
@@ -937,12 +937,12 @@
|
|
937
937
|
},
|
938
938
|
{
|
939
939
|
"constant": false,
|
940
|
-
"id":
|
940
|
+
"id": 57884,
|
941
941
|
"mutability": "mutable",
|
942
942
|
"name": "element",
|
943
943
|
"nameLocation": "422:7:138",
|
944
944
|
"nodeType": "VariableDeclaration",
|
945
|
-
"scope":
|
945
|
+
"scope": 57913,
|
946
946
|
"src": "414:15:138",
|
947
947
|
"stateVariable": false,
|
948
948
|
"storageLocation": "default",
|
@@ -951,7 +951,7 @@
|
|
951
951
|
"typeString": "bytes32"
|
952
952
|
},
|
953
953
|
"typeName": {
|
954
|
-
"id":
|
954
|
+
"id": 57883,
|
955
955
|
"name": "bytes32",
|
956
956
|
"nodeType": "ElementaryTypeName",
|
957
957
|
"src": "414:7:138",
|
@@ -966,17 +966,17 @@
|
|
966
966
|
"src": "391:39:138"
|
967
967
|
},
|
968
968
|
"returnParameters": {
|
969
|
-
"id":
|
969
|
+
"id": 57888,
|
970
970
|
"nodeType": "ParameterList",
|
971
971
|
"parameters": [
|
972
972
|
{
|
973
973
|
"constant": false,
|
974
|
-
"id":
|
974
|
+
"id": 57887,
|
975
975
|
"mutability": "mutable",
|
976
976
|
"name": "",
|
977
977
|
"nameLocation": "-1:-1:-1",
|
978
978
|
"nodeType": "VariableDeclaration",
|
979
|
-
"scope":
|
979
|
+
"scope": 57913,
|
980
980
|
"src": "454:4:138",
|
981
981
|
"stateVariable": false,
|
982
982
|
"storageLocation": "default",
|
@@ -985,7 +985,7 @@
|
|
985
985
|
"typeString": "bool"
|
986
986
|
},
|
987
987
|
"typeName": {
|
988
|
-
"id":
|
988
|
+
"id": 57886,
|
989
989
|
"name": "bool",
|
990
990
|
"nodeType": "ElementaryTypeName",
|
991
991
|
"src": "454:4:138",
|
@@ -999,25 +999,25 @@
|
|
999
999
|
],
|
1000
1000
|
"src": "453:6:138"
|
1001
1001
|
},
|
1002
|
-
"scope":
|
1002
|
+
"scope": 58012,
|
1003
1003
|
"stateMutability": "pure",
|
1004
1004
|
"virtual": false,
|
1005
1005
|
"visibility": "internal"
|
1006
1006
|
},
|
1007
1007
|
{
|
1008
|
-
"id":
|
1008
|
+
"id": 57950,
|
1009
1009
|
"nodeType": "FunctionDefinition",
|
1010
1010
|
"src": "596:234:138",
|
1011
1011
|
"nodes": [],
|
1012
1012
|
"body": {
|
1013
|
-
"id":
|
1013
|
+
"id": 57949,
|
1014
1014
|
"nodeType": "Block",
|
1015
1015
|
"src": "693:137:138",
|
1016
1016
|
"nodes": [],
|
1017
1017
|
"statements": [
|
1018
1018
|
{
|
1019
1019
|
"body": {
|
1020
|
-
"id":
|
1020
|
+
"id": 57945,
|
1021
1021
|
"nodeType": "Block",
|
1022
1022
|
"src": "736:72:138",
|
1023
1023
|
"statements": [
|
@@ -1026,24 +1026,24 @@
|
|
1026
1026
|
"arguments": [
|
1027
1027
|
{
|
1028
1028
|
"baseExpression": {
|
1029
|
-
"id":
|
1029
|
+
"id": 57936,
|
1030
1030
|
"name": "arr",
|
1031
1031
|
"nodeType": "Identifier",
|
1032
1032
|
"overloadedDeclarations": [],
|
1033
|
-
"referencedDeclaration":
|
1033
|
+
"referencedDeclaration": 57917,
|
1034
1034
|
"src": "754:3:138",
|
1035
1035
|
"typeDescriptions": {
|
1036
1036
|
"typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr",
|
1037
1037
|
"typeString": "bytes32[] memory[] memory"
|
1038
1038
|
}
|
1039
1039
|
},
|
1040
|
-
"id":
|
1040
|
+
"id": 57938,
|
1041
1041
|
"indexExpression": {
|
1042
|
-
"id":
|
1042
|
+
"id": 57937,
|
1043
1043
|
"name": "i",
|
1044
1044
|
"nodeType": "Identifier",
|
1045
1045
|
"overloadedDeclarations": [],
|
1046
|
-
"referencedDeclaration":
|
1046
|
+
"referencedDeclaration": 57926,
|
1047
1047
|
"src": "758:1:138",
|
1048
1048
|
"typeDescriptions": {
|
1049
1049
|
"typeIdentifier": "t_uint256",
|
@@ -1062,11 +1062,11 @@
|
|
1062
1062
|
}
|
1063
1063
|
},
|
1064
1064
|
{
|
1065
|
-
"id":
|
1065
|
+
"id": 57939,
|
1066
1066
|
"name": "element",
|
1067
1067
|
"nodeType": "Identifier",
|
1068
1068
|
"overloadedDeclarations": [],
|
1069
|
-
"referencedDeclaration":
|
1069
|
+
"referencedDeclaration": 57920,
|
1070
1070
|
"src": "762:7:138",
|
1071
1071
|
"typeDescriptions": {
|
1072
1072
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
@@ -1085,18 +1085,18 @@
|
|
1085
1085
|
"typeString": "bytes32[] memory"
|
1086
1086
|
}
|
1087
1087
|
],
|
1088
|
-
"id":
|
1088
|
+
"id": 57935,
|
1089
1089
|
"name": "equal",
|
1090
1090
|
"nodeType": "Identifier",
|
1091
1091
|
"overloadedDeclarations": [],
|
1092
|
-
"referencedDeclaration":
|
1092
|
+
"referencedDeclaration": 57879,
|
1093
1093
|
"src": "748:5:138",
|
1094
1094
|
"typeDescriptions": {
|
1095
1095
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_bool_$",
|
1096
1096
|
"typeString": "function (bytes32[] memory,bytes32[] memory) pure returns (bool)"
|
1097
1097
|
}
|
1098
1098
|
},
|
1099
|
-
"id":
|
1099
|
+
"id": 57940,
|
1100
1100
|
"isConstant": false,
|
1101
1101
|
"isLValue": false,
|
1102
1102
|
"isPure": false,
|
@@ -1112,18 +1112,18 @@
|
|
1112
1112
|
"typeString": "bool"
|
1113
1113
|
}
|
1114
1114
|
},
|
1115
|
-
"id":
|
1115
|
+
"id": 57944,
|
1116
1116
|
"nodeType": "IfStatement",
|
1117
1117
|
"src": "744:58:138",
|
1118
1118
|
"trueBody": {
|
1119
|
-
"id":
|
1119
|
+
"id": 57943,
|
1120
1120
|
"nodeType": "Block",
|
1121
1121
|
"src": "772:30:138",
|
1122
1122
|
"statements": [
|
1123
1123
|
{
|
1124
1124
|
"expression": {
|
1125
1125
|
"hexValue": "74727565",
|
1126
|
-
"id":
|
1126
|
+
"id": 57941,
|
1127
1127
|
"isConstant": false,
|
1128
1128
|
"isLValue": false,
|
1129
1129
|
"isPure": true,
|
@@ -1137,8 +1137,8 @@
|
|
1137
1137
|
},
|
1138
1138
|
"value": "true"
|
1139
1139
|
},
|
1140
|
-
"functionReturnParameters":
|
1141
|
-
"id":
|
1140
|
+
"functionReturnParameters": 57924,
|
1141
|
+
"id": 57942,
|
1142
1142
|
"nodeType": "Return",
|
1143
1143
|
"src": "782:11:138"
|
1144
1144
|
}
|
@@ -1152,17 +1152,17 @@
|
|
1152
1152
|
"typeIdentifier": "t_uint256",
|
1153
1153
|
"typeString": "uint256"
|
1154
1154
|
},
|
1155
|
-
"id":
|
1155
|
+
"id": 57931,
|
1156
1156
|
"isConstant": false,
|
1157
1157
|
"isLValue": false,
|
1158
1158
|
"isPure": false,
|
1159
1159
|
"lValueRequested": false,
|
1160
1160
|
"leftExpression": {
|
1161
|
-
"id":
|
1161
|
+
"id": 57928,
|
1162
1162
|
"name": "i",
|
1163
1163
|
"nodeType": "Identifier",
|
1164
1164
|
"overloadedDeclarations": [],
|
1165
|
-
"referencedDeclaration":
|
1165
|
+
"referencedDeclaration": 57926,
|
1166
1166
|
"src": "715:1:138",
|
1167
1167
|
"typeDescriptions": {
|
1168
1168
|
"typeIdentifier": "t_uint256",
|
@@ -1173,18 +1173,18 @@
|
|
1173
1173
|
"operator": "<",
|
1174
1174
|
"rightExpression": {
|
1175
1175
|
"expression": {
|
1176
|
-
"id":
|
1176
|
+
"id": 57929,
|
1177
1177
|
"name": "arr",
|
1178
1178
|
"nodeType": "Identifier",
|
1179
1179
|
"overloadedDeclarations": [],
|
1180
|
-
"referencedDeclaration":
|
1180
|
+
"referencedDeclaration": 57917,
|
1181
1181
|
"src": "719:3:138",
|
1182
1182
|
"typeDescriptions": {
|
1183
1183
|
"typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr",
|
1184
1184
|
"typeString": "bytes32[] memory[] memory"
|
1185
1185
|
}
|
1186
1186
|
},
|
1187
|
-
"id":
|
1187
|
+
"id": 57930,
|
1188
1188
|
"isConstant": false,
|
1189
1189
|
"isLValue": false,
|
1190
1190
|
"isPure": false,
|
@@ -1204,20 +1204,20 @@
|
|
1204
1204
|
"typeString": "bool"
|
1205
1205
|
}
|
1206
1206
|
},
|
1207
|
-
"id":
|
1207
|
+
"id": 57946,
|
1208
1208
|
"initializationExpression": {
|
1209
1209
|
"assignments": [
|
1210
|
-
|
1210
|
+
57926
|
1211
1211
|
],
|
1212
1212
|
"declarations": [
|
1213
1213
|
{
|
1214
1214
|
"constant": false,
|
1215
|
-
"id":
|
1215
|
+
"id": 57926,
|
1216
1216
|
"mutability": "mutable",
|
1217
1217
|
"name": "i",
|
1218
1218
|
"nameLocation": "712:1:138",
|
1219
1219
|
"nodeType": "VariableDeclaration",
|
1220
|
-
"scope":
|
1220
|
+
"scope": 57946,
|
1221
1221
|
"src": "704:9:138",
|
1222
1222
|
"stateVariable": false,
|
1223
1223
|
"storageLocation": "default",
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
"typeString": "uint256"
|
1227
1227
|
},
|
1228
1228
|
"typeName": {
|
1229
|
-
"id":
|
1229
|
+
"id": 57925,
|
1230
1230
|
"name": "uint256",
|
1231
1231
|
"nodeType": "ElementaryTypeName",
|
1232
1232
|
"src": "704:7:138",
|
@@ -1238,13 +1238,13 @@
|
|
1238
1238
|
"visibility": "internal"
|
1239
1239
|
}
|
1240
1240
|
],
|
1241
|
-
"id":
|
1241
|
+
"id": 57927,
|
1242
1242
|
"nodeType": "VariableDeclarationStatement",
|
1243
1243
|
"src": "704:9:138"
|
1244
1244
|
},
|
1245
1245
|
"loopExpression": {
|
1246
1246
|
"expression": {
|
1247
|
-
"id":
|
1247
|
+
"id": 57933,
|
1248
1248
|
"isConstant": false,
|
1249
1249
|
"isLValue": false,
|
1250
1250
|
"isPure": false,
|
@@ -1254,11 +1254,11 @@
|
|
1254
1254
|
"prefix": false,
|
1255
1255
|
"src": "731:3:138",
|
1256
1256
|
"subExpression": {
|
1257
|
-
"id":
|
1257
|
+
"id": 57932,
|
1258
1258
|
"name": "i",
|
1259
1259
|
"nodeType": "Identifier",
|
1260
1260
|
"overloadedDeclarations": [],
|
1261
|
-
"referencedDeclaration":
|
1261
|
+
"referencedDeclaration": 57926,
|
1262
1262
|
"src": "731:1:138",
|
1263
1263
|
"typeDescriptions": {
|
1264
1264
|
"typeIdentifier": "t_uint256",
|
@@ -1270,7 +1270,7 @@
|
|
1270
1270
|
"typeString": "uint256"
|
1271
1271
|
}
|
1272
1272
|
},
|
1273
|
-
"id":
|
1273
|
+
"id": 57934,
|
1274
1274
|
"nodeType": "ExpressionStatement",
|
1275
1275
|
"src": "731:3:138"
|
1276
1276
|
},
|
@@ -1280,7 +1280,7 @@
|
|
1280
1280
|
{
|
1281
1281
|
"expression": {
|
1282
1282
|
"hexValue": "66616c7365",
|
1283
|
-
"id":
|
1283
|
+
"id": 57947,
|
1284
1284
|
"isConstant": false,
|
1285
1285
|
"isLValue": false,
|
1286
1286
|
"isPure": true,
|
@@ -1294,8 +1294,8 @@
|
|
1294
1294
|
},
|
1295
1295
|
"value": "false"
|
1296
1296
|
},
|
1297
|
-
"functionReturnParameters":
|
1298
|
-
"id":
|
1297
|
+
"functionReturnParameters": 57924,
|
1298
|
+
"id": 57948,
|
1299
1299
|
"nodeType": "Return",
|
1300
1300
|
"src": "813:12:138"
|
1301
1301
|
}
|
@@ -1307,17 +1307,17 @@
|
|
1307
1307
|
"name": "includes",
|
1308
1308
|
"nameLocation": "605:8:138",
|
1309
1309
|
"parameters": {
|
1310
|
-
"id":
|
1310
|
+
"id": 57921,
|
1311
1311
|
"nodeType": "ParameterList",
|
1312
1312
|
"parameters": [
|
1313
1313
|
{
|
1314
1314
|
"constant": false,
|
1315
|
-
"id":
|
1315
|
+
"id": 57917,
|
1316
1316
|
"mutability": "mutable",
|
1317
1317
|
"name": "arr",
|
1318
1318
|
"nameLocation": "633:3:138",
|
1319
1319
|
"nodeType": "VariableDeclaration",
|
1320
|
-
"scope":
|
1320
|
+
"scope": 57950,
|
1321
1321
|
"src": "614:22:138",
|
1322
1322
|
"stateVariable": false,
|
1323
1323
|
"storageLocation": "memory",
|
@@ -1328,7 +1328,7 @@
|
|
1328
1328
|
"typeName": {
|
1329
1329
|
"baseType": {
|
1330
1330
|
"baseType": {
|
1331
|
-
"id":
|
1331
|
+
"id": 57914,
|
1332
1332
|
"name": "bytes32",
|
1333
1333
|
"nodeType": "ElementaryTypeName",
|
1334
1334
|
"src": "614:7:138",
|
@@ -1337,7 +1337,7 @@
|
|
1337
1337
|
"typeString": "bytes32"
|
1338
1338
|
}
|
1339
1339
|
},
|
1340
|
-
"id":
|
1340
|
+
"id": 57915,
|
1341
1341
|
"nodeType": "ArrayTypeName",
|
1342
1342
|
"src": "614:9:138",
|
1343
1343
|
"typeDescriptions": {
|
@@ -1345,7 +1345,7 @@
|
|
1345
1345
|
"typeString": "bytes32[]"
|
1346
1346
|
}
|
1347
1347
|
},
|
1348
|
-
"id":
|
1348
|
+
"id": 57916,
|
1349
1349
|
"nodeType": "ArrayTypeName",
|
1350
1350
|
"src": "614:11:138",
|
1351
1351
|
"typeDescriptions": {
|
@@ -1357,12 +1357,12 @@
|
|
1357
1357
|
},
|
1358
1358
|
{
|
1359
1359
|
"constant": false,
|
1360
|
-
"id":
|
1360
|
+
"id": 57920,
|
1361
1361
|
"mutability": "mutable",
|
1362
1362
|
"name": "element",
|
1363
1363
|
"nameLocation": "655:7:138",
|
1364
1364
|
"nodeType": "VariableDeclaration",
|
1365
|
-
"scope":
|
1365
|
+
"scope": 57950,
|
1366
1366
|
"src": "638:24:138",
|
1367
1367
|
"stateVariable": false,
|
1368
1368
|
"storageLocation": "memory",
|
@@ -1372,7 +1372,7 @@
|
|
1372
1372
|
},
|
1373
1373
|
"typeName": {
|
1374
1374
|
"baseType": {
|
1375
|
-
"id":
|
1375
|
+
"id": 57918,
|
1376
1376
|
"name": "bytes32",
|
1377
1377
|
"nodeType": "ElementaryTypeName",
|
1378
1378
|
"src": "638:7:138",
|
@@ -1381,7 +1381,7 @@
|
|
1381
1381
|
"typeString": "bytes32"
|
1382
1382
|
}
|
1383
1383
|
},
|
1384
|
-
"id":
|
1384
|
+
"id": 57919,
|
1385
1385
|
"nodeType": "ArrayTypeName",
|
1386
1386
|
"src": "638:9:138",
|
1387
1387
|
"typeDescriptions": {
|
@@ -1395,17 +1395,17 @@
|
|
1395
1395
|
"src": "613:50:138"
|
1396
1396
|
},
|
1397
1397
|
"returnParameters": {
|
1398
|
-
"id":
|
1398
|
+
"id": 57924,
|
1399
1399
|
"nodeType": "ParameterList",
|
1400
1400
|
"parameters": [
|
1401
1401
|
{
|
1402
1402
|
"constant": false,
|
1403
|
-
"id":
|
1403
|
+
"id": 57923,
|
1404
1404
|
"mutability": "mutable",
|
1405
1405
|
"name": "",
|
1406
1406
|
"nameLocation": "-1:-1:-1",
|
1407
1407
|
"nodeType": "VariableDeclaration",
|
1408
|
-
"scope":
|
1408
|
+
"scope": 57950,
|
1409
1409
|
"src": "687:4:138",
|
1410
1410
|
"stateVariable": false,
|
1411
1411
|
"storageLocation": "default",
|
@@ -1414,7 +1414,7 @@
|
|
1414
1414
|
"typeString": "bool"
|
1415
1415
|
},
|
1416
1416
|
"typeName": {
|
1417
|
-
"id":
|
1417
|
+
"id": 57922,
|
1418
1418
|
"name": "bool",
|
1419
1419
|
"nodeType": "ElementaryTypeName",
|
1420
1420
|
"src": "687:4:138",
|
@@ -1428,35 +1428,35 @@
|
|
1428
1428
|
],
|
1429
1429
|
"src": "686:6:138"
|
1430
1430
|
},
|
1431
|
-
"scope":
|
1431
|
+
"scope": 58012,
|
1432
1432
|
"stateMutability": "pure",
|
1433
1433
|
"virtual": false,
|
1434
1434
|
"visibility": "internal"
|
1435
1435
|
},
|
1436
1436
|
{
|
1437
|
-
"id":
|
1437
|
+
"id": 58011,
|
1438
1438
|
"nodeType": "FunctionDefinition",
|
1439
1439
|
"src": "834:535:138",
|
1440
1440
|
"nodes": [],
|
1441
1441
|
"body": {
|
1442
|
-
"id":
|
1442
|
+
"id": 58010,
|
1443
1443
|
"nodeType": "Block",
|
1444
1444
|
"src": "930:439:138",
|
1445
1445
|
"nodes": [],
|
1446
1446
|
"statements": [
|
1447
1447
|
{
|
1448
1448
|
"assignments": [
|
1449
|
-
|
1449
|
+
57965
|
1450
1450
|
],
|
1451
1451
|
"declarations": [
|
1452
1452
|
{
|
1453
1453
|
"constant": false,
|
1454
|
-
"id":
|
1454
|
+
"id": 57965,
|
1455
1455
|
"mutability": "mutable",
|
1456
1456
|
"name": "filtered",
|
1457
1457
|
"nameLocation": "953:8:138",
|
1458
1458
|
"nodeType": "VariableDeclaration",
|
1459
|
-
"scope":
|
1459
|
+
"scope": 58010,
|
1460
1460
|
"src": "936:25:138",
|
1461
1461
|
"stateVariable": false,
|
1462
1462
|
"storageLocation": "memory",
|
@@ -1466,7 +1466,7 @@
|
|
1466
1466
|
},
|
1467
1467
|
"typeName": {
|
1468
1468
|
"baseType": {
|
1469
|
-
"id":
|
1469
|
+
"id": 57963,
|
1470
1470
|
"name": "bytes32",
|
1471
1471
|
"nodeType": "ElementaryTypeName",
|
1472
1472
|
"src": "936:7:138",
|
@@ -1475,7 +1475,7 @@
|
|
1475
1475
|
"typeString": "bytes32"
|
1476
1476
|
}
|
1477
1477
|
},
|
1478
|
-
"id":
|
1478
|
+
"id": 57964,
|
1479
1479
|
"nodeType": "ArrayTypeName",
|
1480
1480
|
"src": "936:9:138",
|
1481
1481
|
"typeDescriptions": {
|
@@ -1486,23 +1486,23 @@
|
|
1486
1486
|
"visibility": "internal"
|
1487
1487
|
}
|
1488
1488
|
],
|
1489
|
-
"id":
|
1489
|
+
"id": 57972,
|
1490
1490
|
"initialValue": {
|
1491
1491
|
"arguments": [
|
1492
1492
|
{
|
1493
1493
|
"expression": {
|
1494
|
-
"id":
|
1494
|
+
"id": 57969,
|
1495
1495
|
"name": "arr",
|
1496
1496
|
"nodeType": "Identifier",
|
1497
1497
|
"overloadedDeclarations": [],
|
1498
|
-
"referencedDeclaration":
|
1498
|
+
"referencedDeclaration": 57953,
|
1499
1499
|
"src": "978:3:138",
|
1500
1500
|
"typeDescriptions": {
|
1501
1501
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1502
1502
|
"typeString": "bytes32[] memory"
|
1503
1503
|
}
|
1504
1504
|
},
|
1505
|
-
"id":
|
1505
|
+
"id": 57970,
|
1506
1506
|
"isConstant": false,
|
1507
1507
|
"isLValue": false,
|
1508
1508
|
"isPure": false,
|
@@ -1524,7 +1524,7 @@
|
|
1524
1524
|
"typeString": "uint256"
|
1525
1525
|
}
|
1526
1526
|
],
|
1527
|
-
"id":
|
1527
|
+
"id": 57968,
|
1528
1528
|
"isConstant": false,
|
1529
1529
|
"isLValue": false,
|
1530
1530
|
"isPure": true,
|
@@ -1537,7 +1537,7 @@
|
|
1537
1537
|
},
|
1538
1538
|
"typeName": {
|
1539
1539
|
"baseType": {
|
1540
|
-
"id":
|
1540
|
+
"id": 57966,
|
1541
1541
|
"name": "bytes32",
|
1542
1542
|
"nodeType": "ElementaryTypeName",
|
1543
1543
|
"src": "968:7:138",
|
@@ -1546,7 +1546,7 @@
|
|
1546
1546
|
"typeString": "bytes32"
|
1547
1547
|
}
|
1548
1548
|
},
|
1549
|
-
"id":
|
1549
|
+
"id": 57967,
|
1550
1550
|
"nodeType": "ArrayTypeName",
|
1551
1551
|
"src": "968:9:138",
|
1552
1552
|
"typeDescriptions": {
|
@@ -1555,7 +1555,7 @@
|
|
1555
1555
|
}
|
1556
1556
|
}
|
1557
1557
|
},
|
1558
|
-
"id":
|
1558
|
+
"id": 57971,
|
1559
1559
|
"isConstant": false,
|
1560
1560
|
"isLValue": false,
|
1561
1561
|
"isPure": false,
|
@@ -1576,17 +1576,17 @@
|
|
1576
1576
|
},
|
1577
1577
|
{
|
1578
1578
|
"assignments": [
|
1579
|
-
|
1579
|
+
57974
|
1580
1580
|
],
|
1581
1581
|
"declarations": [
|
1582
1582
|
{
|
1583
1583
|
"constant": false,
|
1584
|
-
"id":
|
1584
|
+
"id": 57974,
|
1585
1585
|
"mutability": "mutable",
|
1586
1586
|
"name": "filteredIndex",
|
1587
1587
|
"nameLocation": "1003:13:138",
|
1588
1588
|
"nodeType": "VariableDeclaration",
|
1589
|
-
"scope":
|
1589
|
+
"scope": 58010,
|
1590
1590
|
"src": "995:21:138",
|
1591
1591
|
"stateVariable": false,
|
1592
1592
|
"storageLocation": "default",
|
@@ -1595,7 +1595,7 @@
|
|
1595
1595
|
"typeString": "uint256"
|
1596
1596
|
},
|
1597
1597
|
"typeName": {
|
1598
|
-
"id":
|
1598
|
+
"id": 57973,
|
1599
1599
|
"name": "uint256",
|
1600
1600
|
"nodeType": "ElementaryTypeName",
|
1601
1601
|
"src": "995:7:138",
|
@@ -1607,10 +1607,10 @@
|
|
1607
1607
|
"visibility": "internal"
|
1608
1608
|
}
|
1609
1609
|
],
|
1610
|
-
"id":
|
1610
|
+
"id": 57976,
|
1611
1611
|
"initialValue": {
|
1612
1612
|
"hexValue": "30",
|
1613
|
-
"id":
|
1613
|
+
"id": 57975,
|
1614
1614
|
"isConstant": false,
|
1615
1615
|
"isLValue": false,
|
1616
1616
|
"isPure": true,
|
@@ -1629,7 +1629,7 @@
|
|
1629
1629
|
},
|
1630
1630
|
{
|
1631
1631
|
"body": {
|
1632
|
-
"id":
|
1632
|
+
"id": 58005,
|
1633
1633
|
"nodeType": "Block",
|
1634
1634
|
"src": "1063:113:138",
|
1635
1635
|
"statements": [
|
@@ -1639,31 +1639,31 @@
|
|
1639
1639
|
"typeIdentifier": "t_bytes32",
|
1640
1640
|
"typeString": "bytes32"
|
1641
1641
|
},
|
1642
|
-
"id":
|
1642
|
+
"id": 57991,
|
1643
1643
|
"isConstant": false,
|
1644
1644
|
"isLValue": false,
|
1645
1645
|
"isPure": false,
|
1646
1646
|
"lValueRequested": false,
|
1647
1647
|
"leftExpression": {
|
1648
1648
|
"baseExpression": {
|
1649
|
-
"id":
|
1649
|
+
"id": 57987,
|
1650
1650
|
"name": "arr",
|
1651
1651
|
"nodeType": "Identifier",
|
1652
1652
|
"overloadedDeclarations": [],
|
1653
|
-
"referencedDeclaration":
|
1653
|
+
"referencedDeclaration": 57953,
|
1654
1654
|
"src": "1075:3:138",
|
1655
1655
|
"typeDescriptions": {
|
1656
1656
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1657
1657
|
"typeString": "bytes32[] memory"
|
1658
1658
|
}
|
1659
1659
|
},
|
1660
|
-
"id":
|
1660
|
+
"id": 57989,
|
1661
1661
|
"indexExpression": {
|
1662
|
-
"id":
|
1662
|
+
"id": 57988,
|
1663
1663
|
"name": "i",
|
1664
1664
|
"nodeType": "Identifier",
|
1665
1665
|
"overloadedDeclarations": [],
|
1666
|
-
"referencedDeclaration":
|
1666
|
+
"referencedDeclaration": 57978,
|
1667
1667
|
"src": "1079:1:138",
|
1668
1668
|
"typeDescriptions": {
|
1669
1669
|
"typeIdentifier": "t_uint256",
|
@@ -1684,11 +1684,11 @@
|
|
1684
1684
|
"nodeType": "BinaryOperation",
|
1685
1685
|
"operator": "!=",
|
1686
1686
|
"rightExpression": {
|
1687
|
-
"id":
|
1687
|
+
"id": 57990,
|
1688
1688
|
"name": "element",
|
1689
1689
|
"nodeType": "Identifier",
|
1690
1690
|
"overloadedDeclarations": [],
|
1691
|
-
"referencedDeclaration":
|
1691
|
+
"referencedDeclaration": 57955,
|
1692
1692
|
"src": "1085:7:138",
|
1693
1693
|
"typeDescriptions": {
|
1694
1694
|
"typeIdentifier": "t_bytes32",
|
@@ -1701,41 +1701,41 @@
|
|
1701
1701
|
"typeString": "bool"
|
1702
1702
|
}
|
1703
1703
|
},
|
1704
|
-
"id":
|
1704
|
+
"id": 58004,
|
1705
1705
|
"nodeType": "IfStatement",
|
1706
1706
|
"src": "1071:99:138",
|
1707
1707
|
"trueBody": {
|
1708
|
-
"id":
|
1708
|
+
"id": 58003,
|
1709
1709
|
"nodeType": "Block",
|
1710
1710
|
"src": "1094:76:138",
|
1711
1711
|
"statements": [
|
1712
1712
|
{
|
1713
1713
|
"expression": {
|
1714
|
-
"id":
|
1714
|
+
"id": 57998,
|
1715
1715
|
"isConstant": false,
|
1716
1716
|
"isLValue": false,
|
1717
1717
|
"isPure": false,
|
1718
1718
|
"lValueRequested": false,
|
1719
1719
|
"leftHandSide": {
|
1720
1720
|
"baseExpression": {
|
1721
|
-
"id":
|
1721
|
+
"id": 57992,
|
1722
1722
|
"name": "filtered",
|
1723
1723
|
"nodeType": "Identifier",
|
1724
1724
|
"overloadedDeclarations": [],
|
1725
|
-
"referencedDeclaration":
|
1725
|
+
"referencedDeclaration": 57965,
|
1726
1726
|
"src": "1104:8:138",
|
1727
1727
|
"typeDescriptions": {
|
1728
1728
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1729
1729
|
"typeString": "bytes32[] memory"
|
1730
1730
|
}
|
1731
1731
|
},
|
1732
|
-
"id":
|
1732
|
+
"id": 57994,
|
1733
1733
|
"indexExpression": {
|
1734
|
-
"id":
|
1734
|
+
"id": 57993,
|
1735
1735
|
"name": "filteredIndex",
|
1736
1736
|
"nodeType": "Identifier",
|
1737
1737
|
"overloadedDeclarations": [],
|
1738
|
-
"referencedDeclaration":
|
1738
|
+
"referencedDeclaration": 57974,
|
1739
1739
|
"src": "1113:13:138",
|
1740
1740
|
"typeDescriptions": {
|
1741
1741
|
"typeIdentifier": "t_uint256",
|
@@ -1757,24 +1757,24 @@
|
|
1757
1757
|
"operator": "=",
|
1758
1758
|
"rightHandSide": {
|
1759
1759
|
"baseExpression": {
|
1760
|
-
"id":
|
1760
|
+
"id": 57995,
|
1761
1761
|
"name": "arr",
|
1762
1762
|
"nodeType": "Identifier",
|
1763
1763
|
"overloadedDeclarations": [],
|
1764
|
-
"referencedDeclaration":
|
1764
|
+
"referencedDeclaration": 57953,
|
1765
1765
|
"src": "1130:3:138",
|
1766
1766
|
"typeDescriptions": {
|
1767
1767
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1768
1768
|
"typeString": "bytes32[] memory"
|
1769
1769
|
}
|
1770
1770
|
},
|
1771
|
-
"id":
|
1771
|
+
"id": 57997,
|
1772
1772
|
"indexExpression": {
|
1773
|
-
"id":
|
1773
|
+
"id": 57996,
|
1774
1774
|
"name": "i",
|
1775
1775
|
"nodeType": "Identifier",
|
1776
1776
|
"overloadedDeclarations": [],
|
1777
|
-
"referencedDeclaration":
|
1777
|
+
"referencedDeclaration": 57978,
|
1778
1778
|
"src": "1134:1:138",
|
1779
1779
|
"typeDescriptions": {
|
1780
1780
|
"typeIdentifier": "t_uint256",
|
@@ -1798,13 +1798,13 @@
|
|
1798
1798
|
"typeString": "bytes32"
|
1799
1799
|
}
|
1800
1800
|
},
|
1801
|
-
"id":
|
1801
|
+
"id": 57999,
|
1802
1802
|
"nodeType": "ExpressionStatement",
|
1803
1803
|
"src": "1104:32:138"
|
1804
1804
|
},
|
1805
1805
|
{
|
1806
1806
|
"expression": {
|
1807
|
-
"id":
|
1807
|
+
"id": 58001,
|
1808
1808
|
"isConstant": false,
|
1809
1809
|
"isLValue": false,
|
1810
1810
|
"isPure": false,
|
@@ -1814,11 +1814,11 @@
|
|
1814
1814
|
"prefix": false,
|
1815
1815
|
"src": "1146:15:138",
|
1816
1816
|
"subExpression": {
|
1817
|
-
"id":
|
1817
|
+
"id": 58000,
|
1818
1818
|
"name": "filteredIndex",
|
1819
1819
|
"nodeType": "Identifier",
|
1820
1820
|
"overloadedDeclarations": [],
|
1821
|
-
"referencedDeclaration":
|
1821
|
+
"referencedDeclaration": 57974,
|
1822
1822
|
"src": "1146:13:138",
|
1823
1823
|
"typeDescriptions": {
|
1824
1824
|
"typeIdentifier": "t_uint256",
|
@@ -1830,7 +1830,7 @@
|
|
1830
1830
|
"typeString": "uint256"
|
1831
1831
|
}
|
1832
1832
|
},
|
1833
|
-
"id":
|
1833
|
+
"id": 58002,
|
1834
1834
|
"nodeType": "ExpressionStatement",
|
1835
1835
|
"src": "1146:15:138"
|
1836
1836
|
}
|
@@ -1844,17 +1844,17 @@
|
|
1844
1844
|
"typeIdentifier": "t_uint256",
|
1845
1845
|
"typeString": "uint256"
|
1846
1846
|
},
|
1847
|
-
"id":
|
1847
|
+
"id": 57983,
|
1848
1848
|
"isConstant": false,
|
1849
1849
|
"isLValue": false,
|
1850
1850
|
"isPure": false,
|
1851
1851
|
"lValueRequested": false,
|
1852
1852
|
"leftExpression": {
|
1853
|
-
"id":
|
1853
|
+
"id": 57980,
|
1854
1854
|
"name": "i",
|
1855
1855
|
"nodeType": "Identifier",
|
1856
1856
|
"overloadedDeclarations": [],
|
1857
|
-
"referencedDeclaration":
|
1857
|
+
"referencedDeclaration": 57978,
|
1858
1858
|
"src": "1042:1:138",
|
1859
1859
|
"typeDescriptions": {
|
1860
1860
|
"typeIdentifier": "t_uint256",
|
@@ -1865,18 +1865,18 @@
|
|
1865
1865
|
"operator": "<",
|
1866
1866
|
"rightExpression": {
|
1867
1867
|
"expression": {
|
1868
|
-
"id":
|
1868
|
+
"id": 57981,
|
1869
1869
|
"name": "arr",
|
1870
1870
|
"nodeType": "Identifier",
|
1871
1871
|
"overloadedDeclarations": [],
|
1872
|
-
"referencedDeclaration":
|
1872
|
+
"referencedDeclaration": 57953,
|
1873
1873
|
"src": "1046:3:138",
|
1874
1874
|
"typeDescriptions": {
|
1875
1875
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1876
1876
|
"typeString": "bytes32[] memory"
|
1877
1877
|
}
|
1878
1878
|
},
|
1879
|
-
"id":
|
1879
|
+
"id": 57982,
|
1880
1880
|
"isConstant": false,
|
1881
1881
|
"isLValue": false,
|
1882
1882
|
"isPure": false,
|
@@ -1896,20 +1896,20 @@
|
|
1896
1896
|
"typeString": "bool"
|
1897
1897
|
}
|
1898
1898
|
},
|
1899
|
-
"id":
|
1899
|
+
"id": 58006,
|
1900
1900
|
"initializationExpression": {
|
1901
1901
|
"assignments": [
|
1902
|
-
|
1902
|
+
57978
|
1903
1903
|
],
|
1904
1904
|
"declarations": [
|
1905
1905
|
{
|
1906
1906
|
"constant": false,
|
1907
|
-
"id":
|
1907
|
+
"id": 57978,
|
1908
1908
|
"mutability": "mutable",
|
1909
1909
|
"name": "i",
|
1910
1910
|
"nameLocation": "1039:1:138",
|
1911
1911
|
"nodeType": "VariableDeclaration",
|
1912
|
-
"scope":
|
1912
|
+
"scope": 58006,
|
1913
1913
|
"src": "1031:9:138",
|
1914
1914
|
"stateVariable": false,
|
1915
1915
|
"storageLocation": "default",
|
@@ -1918,7 +1918,7 @@
|
|
1918
1918
|
"typeString": "uint256"
|
1919
1919
|
},
|
1920
1920
|
"typeName": {
|
1921
|
-
"id":
|
1921
|
+
"id": 57977,
|
1922
1922
|
"name": "uint256",
|
1923
1923
|
"nodeType": "ElementaryTypeName",
|
1924
1924
|
"src": "1031:7:138",
|
@@ -1930,13 +1930,13 @@
|
|
1930
1930
|
"visibility": "internal"
|
1931
1931
|
}
|
1932
1932
|
],
|
1933
|
-
"id":
|
1933
|
+
"id": 57979,
|
1934
1934
|
"nodeType": "VariableDeclarationStatement",
|
1935
1935
|
"src": "1031:9:138"
|
1936
1936
|
},
|
1937
1937
|
"loopExpression": {
|
1938
1938
|
"expression": {
|
1939
|
-
"id":
|
1939
|
+
"id": 57985,
|
1940
1940
|
"isConstant": false,
|
1941
1941
|
"isLValue": false,
|
1942
1942
|
"isPure": false,
|
@@ -1946,11 +1946,11 @@
|
|
1946
1946
|
"prefix": false,
|
1947
1947
|
"src": "1058:3:138",
|
1948
1948
|
"subExpression": {
|
1949
|
-
"id":
|
1949
|
+
"id": 57984,
|
1950
1950
|
"name": "i",
|
1951
1951
|
"nodeType": "Identifier",
|
1952
1952
|
"overloadedDeclarations": [],
|
1953
|
-
"referencedDeclaration":
|
1953
|
+
"referencedDeclaration": 57978,
|
1954
1954
|
"src": "1058:1:138",
|
1955
1955
|
"typeDescriptions": {
|
1956
1956
|
"typeIdentifier": "t_uint256",
|
@@ -1962,7 +1962,7 @@
|
|
1962
1962
|
"typeString": "uint256"
|
1963
1963
|
}
|
1964
1964
|
},
|
1965
|
-
"id":
|
1965
|
+
"id": 57986,
|
1966
1966
|
"nodeType": "ExpressionStatement",
|
1967
1967
|
"src": "1058:3:138"
|
1968
1968
|
},
|
@@ -2010,39 +2010,39 @@
|
|
2010
2010
|
"evmVersion": "paris",
|
2011
2011
|
"externalReferences": [
|
2012
2012
|
{
|
2013
|
-
"declaration":
|
2013
|
+
"declaration": 57965,
|
2014
2014
|
"isOffset": false,
|
2015
2015
|
"isSlot": false,
|
2016
2016
|
"src": "1313:8:138",
|
2017
2017
|
"valueSize": 1
|
2018
2018
|
},
|
2019
2019
|
{
|
2020
|
-
"declaration":
|
2020
|
+
"declaration": 57974,
|
2021
2021
|
"isOffset": false,
|
2022
2022
|
"isSlot": false,
|
2023
2023
|
"src": "1323:13:138",
|
2024
2024
|
"valueSize": 1
|
2025
2025
|
}
|
2026
2026
|
],
|
2027
|
-
"id":
|
2027
|
+
"id": 58007,
|
2028
2028
|
"nodeType": "InlineAssembly",
|
2029
2029
|
"src": "1289:54:138"
|
2030
2030
|
},
|
2031
2031
|
{
|
2032
2032
|
"expression": {
|
2033
|
-
"id":
|
2033
|
+
"id": 58008,
|
2034
2034
|
"name": "filtered",
|
2035
2035
|
"nodeType": "Identifier",
|
2036
2036
|
"overloadedDeclarations": [],
|
2037
|
-
"referencedDeclaration":
|
2037
|
+
"referencedDeclaration": 57965,
|
2038
2038
|
"src": "1356:8:138",
|
2039
2039
|
"typeDescriptions": {
|
2040
2040
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
2041
2041
|
"typeString": "bytes32[] memory"
|
2042
2042
|
}
|
2043
2043
|
},
|
2044
|
-
"functionReturnParameters":
|
2045
|
-
"id":
|
2044
|
+
"functionReturnParameters": 57960,
|
2045
|
+
"id": 58009,
|
2046
2046
|
"nodeType": "Return",
|
2047
2047
|
"src": "1349:15:138"
|
2048
2048
|
}
|
@@ -2054,17 +2054,17 @@
|
|
2054
2054
|
"name": "filter",
|
2055
2055
|
"nameLocation": "843:6:138",
|
2056
2056
|
"parameters": {
|
2057
|
-
"id":
|
2057
|
+
"id": 57956,
|
2058
2058
|
"nodeType": "ParameterList",
|
2059
2059
|
"parameters": [
|
2060
2060
|
{
|
2061
2061
|
"constant": false,
|
2062
|
-
"id":
|
2062
|
+
"id": 57953,
|
2063
2063
|
"mutability": "mutable",
|
2064
2064
|
"name": "arr",
|
2065
2065
|
"nameLocation": "867:3:138",
|
2066
2066
|
"nodeType": "VariableDeclaration",
|
2067
|
-
"scope":
|
2067
|
+
"scope": 58011,
|
2068
2068
|
"src": "850:20:138",
|
2069
2069
|
"stateVariable": false,
|
2070
2070
|
"storageLocation": "memory",
|
@@ -2074,7 +2074,7 @@
|
|
2074
2074
|
},
|
2075
2075
|
"typeName": {
|
2076
2076
|
"baseType": {
|
2077
|
-
"id":
|
2077
|
+
"id": 57951,
|
2078
2078
|
"name": "bytes32",
|
2079
2079
|
"nodeType": "ElementaryTypeName",
|
2080
2080
|
"src": "850:7:138",
|
@@ -2083,7 +2083,7 @@
|
|
2083
2083
|
"typeString": "bytes32"
|
2084
2084
|
}
|
2085
2085
|
},
|
2086
|
-
"id":
|
2086
|
+
"id": 57952,
|
2087
2087
|
"nodeType": "ArrayTypeName",
|
2088
2088
|
"src": "850:9:138",
|
2089
2089
|
"typeDescriptions": {
|
@@ -2095,12 +2095,12 @@
|
|
2095
2095
|
},
|
2096
2096
|
{
|
2097
2097
|
"constant": false,
|
2098
|
-
"id":
|
2098
|
+
"id": 57955,
|
2099
2099
|
"mutability": "mutable",
|
2100
2100
|
"name": "element",
|
2101
2101
|
"nameLocation": "880:7:138",
|
2102
2102
|
"nodeType": "VariableDeclaration",
|
2103
|
-
"scope":
|
2103
|
+
"scope": 58011,
|
2104
2104
|
"src": "872:15:138",
|
2105
2105
|
"stateVariable": false,
|
2106
2106
|
"storageLocation": "default",
|
@@ -2109,7 +2109,7 @@
|
|
2109
2109
|
"typeString": "bytes32"
|
2110
2110
|
},
|
2111
2111
|
"typeName": {
|
2112
|
-
"id":
|
2112
|
+
"id": 57954,
|
2113
2113
|
"name": "bytes32",
|
2114
2114
|
"nodeType": "ElementaryTypeName",
|
2115
2115
|
"src": "872:7:138",
|
@@ -2124,17 +2124,17 @@
|
|
2124
2124
|
"src": "849:39:138"
|
2125
2125
|
},
|
2126
2126
|
"returnParameters": {
|
2127
|
-
"id":
|
2127
|
+
"id": 57960,
|
2128
2128
|
"nodeType": "ParameterList",
|
2129
2129
|
"parameters": [
|
2130
2130
|
{
|
2131
2131
|
"constant": false,
|
2132
|
-
"id":
|
2132
|
+
"id": 57959,
|
2133
2133
|
"mutability": "mutable",
|
2134
2134
|
"name": "",
|
2135
2135
|
"nameLocation": "-1:-1:-1",
|
2136
2136
|
"nodeType": "VariableDeclaration",
|
2137
|
-
"scope":
|
2137
|
+
"scope": 58011,
|
2138
2138
|
"src": "912:16:138",
|
2139
2139
|
"stateVariable": false,
|
2140
2140
|
"storageLocation": "memory",
|
@@ -2144,7 +2144,7 @@
|
|
2144
2144
|
},
|
2145
2145
|
"typeName": {
|
2146
2146
|
"baseType": {
|
2147
|
-
"id":
|
2147
|
+
"id": 57957,
|
2148
2148
|
"name": "bytes32",
|
2149
2149
|
"nodeType": "ElementaryTypeName",
|
2150
2150
|
"src": "912:7:138",
|
@@ -2153,7 +2153,7 @@
|
|
2153
2153
|
"typeString": "bytes32"
|
2154
2154
|
}
|
2155
2155
|
},
|
2156
|
-
"id":
|
2156
|
+
"id": 57958,
|
2157
2157
|
"nodeType": "ArrayTypeName",
|
2158
2158
|
"src": "912:9:138",
|
2159
2159
|
"typeDescriptions": {
|
@@ -2166,7 +2166,7 @@
|
|
2166
2166
|
],
|
2167
2167
|
"src": "911:18:138"
|
2168
2168
|
},
|
2169
|
-
"scope":
|
2169
|
+
"scope": 58012,
|
2170
2170
|
"stateMutability": "pure",
|
2171
2171
|
"virtual": false,
|
2172
2172
|
"visibility": "internal"
|
@@ -2179,11 +2179,11 @@
|
|
2179
2179
|
"contractKind": "library",
|
2180
2180
|
"fullyImplemented": true,
|
2181
2181
|
"linearizedBaseContracts": [
|
2182
|
-
|
2182
|
+
58012
|
2183
2183
|
],
|
2184
2184
|
"name": "ArrayLib",
|
2185
2185
|
"nameLocation": "67:8:138",
|
2186
|
-
"scope":
|
2186
|
+
"scope": 58013,
|
2187
2187
|
"usedErrors": [],
|
2188
2188
|
"usedEvents": []
|
2189
2189
|
}
|