@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -234,26 +234,26 @@
234
234
  },
235
235
  "ast": {
236
236
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IModule.sol",
237
- "id": 33467,
237
+ "id": 33478,
238
238
  "exportedSymbols": {
239
239
  "ERC165_INTERFACE_ID": [
240
- 33412
240
+ 33423
241
241
  ],
242
242
  "IERC165": [
243
- 33421
243
+ 33432
244
244
  ],
245
245
  "IModule": [
246
- 33466
246
+ 33477
247
247
  ],
248
248
  "MODULE_INTERFACE_ID": [
249
- 33441
249
+ 33452
250
250
  ]
251
251
  },
252
252
  "nodeType": "SourceUnit",
253
253
  "src": "32:1188:44",
254
254
  "nodes": [
255
255
  {
256
- "id": 33423,
256
+ "id": 33434,
257
257
  "nodeType": "PragmaDirective",
258
258
  "src": "32:25:44",
259
259
  "nodes": [],
@@ -265,23 +265,23 @@
265
265
  ]
266
266
  },
267
267
  {
268
- "id": 33426,
268
+ "id": 33437,
269
269
  "nodeType": "ImportDirective",
270
270
  "src": "59:61:44",
271
271
  "nodes": [],
272
272
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
273
273
  "file": "./IERC165.sol",
274
274
  "nameLocation": "-1:-1:-1",
275
- "scope": 33467,
276
- "sourceUnit": 33422,
275
+ "scope": 33478,
276
+ "sourceUnit": 33433,
277
277
  "symbolAliases": [
278
278
  {
279
279
  "foreign": {
280
- "id": 33424,
280
+ "id": 33435,
281
281
  "name": "IERC165",
282
282
  "nodeType": "Identifier",
283
283
  "overloadedDeclarations": [],
284
- "referencedDeclaration": 33421,
284
+ "referencedDeclaration": 33432,
285
285
  "src": "68:7:44",
286
286
  "typeDescriptions": {}
287
287
  },
@@ -289,11 +289,11 @@
289
289
  },
290
290
  {
291
291
  "foreign": {
292
- "id": 33425,
292
+ "id": 33436,
293
293
  "name": "ERC165_INTERFACE_ID",
294
294
  "nodeType": "Identifier",
295
295
  "overloadedDeclarations": [],
296
- "referencedDeclaration": 33412,
296
+ "referencedDeclaration": 33423,
297
297
  "src": "77:19:44",
298
298
  "typeDescriptions": {}
299
299
  },
@@ -303,7 +303,7 @@
303
303
  "unitAlias": ""
304
304
  },
305
305
  {
306
- "id": 33441,
306
+ "id": 33452,
307
307
  "nodeType": "VariableDeclaration",
308
308
  "src": "191:148:44",
309
309
  "nodes": [],
@@ -311,7 +311,7 @@
311
311
  "mutability": "constant",
312
312
  "name": "MODULE_INTERFACE_ID",
313
313
  "nameLocation": "207:19:44",
314
- "scope": 33467,
314
+ "scope": 33478,
315
315
  "stateVariable": false,
316
316
  "storageLocation": "default",
317
317
  "typeDescriptions": {
@@ -319,7 +319,7 @@
319
319
  "typeString": "bytes4"
320
320
  },
321
321
  "typeName": {
322
- "id": 33427,
322
+ "id": 33438,
323
323
  "name": "bytes4",
324
324
  "nodeType": "ElementaryTypeName",
325
325
  "src": "191:6:44",
@@ -333,7 +333,7 @@
333
333
  "typeIdentifier": "t_bytes4",
334
334
  "typeString": "bytes4"
335
335
  },
336
- "id": 33440,
336
+ "id": 33451,
337
337
  "isConstant": false,
338
338
  "isLValue": false,
339
339
  "isPure": true,
@@ -343,7 +343,7 @@
343
343
  "typeIdentifier": "t_bytes4",
344
344
  "typeString": "bytes4"
345
345
  },
346
- "id": 33438,
346
+ "id": 33449,
347
347
  "isConstant": false,
348
348
  "isLValue": false,
349
349
  "isPure": true,
@@ -353,7 +353,7 @@
353
353
  "typeIdentifier": "t_bytes4",
354
354
  "typeString": "bytes4"
355
355
  },
356
- "id": 33434,
356
+ "id": 33445,
357
357
  "isConstant": false,
358
358
  "isLValue": false,
359
359
  "isPure": true,
@@ -361,18 +361,18 @@
361
361
  "leftExpression": {
362
362
  "expression": {
363
363
  "expression": {
364
- "id": 33428,
364
+ "id": 33439,
365
365
  "name": "IModule",
366
366
  "nodeType": "Identifier",
367
367
  "overloadedDeclarations": [],
368
- "referencedDeclaration": 33466,
368
+ "referencedDeclaration": 33477,
369
369
  "src": "229:7:44",
370
370
  "typeDescriptions": {
371
- "typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
371
+ "typeIdentifier": "t_type$_t_contract$_IModule_$33477_$",
372
372
  "typeString": "type(contract IModule)"
373
373
  }
374
374
  },
375
- "id": 33429,
375
+ "id": 33440,
376
376
  "isConstant": false,
377
377
  "isLValue": false,
378
378
  "isPure": true,
@@ -380,14 +380,14 @@
380
380
  "memberLocation": "237:7:44",
381
381
  "memberName": "getName",
382
382
  "nodeType": "MemberAccess",
383
- "referencedDeclaration": 33453,
383
+ "referencedDeclaration": 33464,
384
384
  "src": "229:15:44",
385
385
  "typeDescriptions": {
386
386
  "typeIdentifier": "t_function_declaration_view$__$returns$_t_bytes16_$",
387
387
  "typeString": "function IModule.getName() view returns (bytes16)"
388
388
  }
389
389
  },
390
- "id": 33430,
390
+ "id": 33441,
391
391
  "isConstant": false,
392
392
  "isLValue": false,
393
393
  "isPure": true,
@@ -406,18 +406,18 @@
406
406
  "rightExpression": {
407
407
  "expression": {
408
408
  "expression": {
409
- "id": 33431,
409
+ "id": 33442,
410
410
  "name": "IModule",
411
411
  "nodeType": "Identifier",
412
412
  "overloadedDeclarations": [],
413
- "referencedDeclaration": 33466,
413
+ "referencedDeclaration": 33477,
414
414
  "src": "258:7:44",
415
415
  "typeDescriptions": {
416
- "typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
416
+ "typeIdentifier": "t_type$_t_contract$_IModule_$33477_$",
417
417
  "typeString": "type(contract IModule)"
418
418
  }
419
419
  },
420
- "id": 33432,
420
+ "id": 33443,
421
421
  "isConstant": false,
422
422
  "isLValue": false,
423
423
  "isPure": true,
@@ -425,14 +425,14 @@
425
425
  "memberLocation": "266:11:44",
426
426
  "memberName": "installRoot",
427
427
  "nodeType": "MemberAccess",
428
- "referencedDeclaration": 33459,
428
+ "referencedDeclaration": 33470,
429
429
  "src": "258:19:44",
430
430
  "typeDescriptions": {
431
431
  "typeIdentifier": "t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$__$",
432
432
  "typeString": "function IModule.installRoot(bytes memory)"
433
433
  }
434
434
  },
435
- "id": 33433,
435
+ "id": 33444,
436
436
  "isConstant": false,
437
437
  "isLValue": false,
438
438
  "isPure": true,
@@ -457,18 +457,18 @@
457
457
  "rightExpression": {
458
458
  "expression": {
459
459
  "expression": {
460
- "id": 33435,
460
+ "id": 33446,
461
461
  "name": "IModule",
462
462
  "nodeType": "Identifier",
463
463
  "overloadedDeclarations": [],
464
- "referencedDeclaration": 33466,
464
+ "referencedDeclaration": 33477,
465
465
  "src": "291:7:44",
466
466
  "typeDescriptions": {
467
- "typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
467
+ "typeIdentifier": "t_type$_t_contract$_IModule_$33477_$",
468
468
  "typeString": "type(contract IModule)"
469
469
  }
470
470
  },
471
- "id": 33436,
471
+ "id": 33447,
472
472
  "isConstant": false,
473
473
  "isLValue": false,
474
474
  "isPure": true,
@@ -476,14 +476,14 @@
476
476
  "memberLocation": "299:7:44",
477
477
  "memberName": "install",
478
478
  "nodeType": "MemberAccess",
479
- "referencedDeclaration": 33465,
479
+ "referencedDeclaration": 33476,
480
480
  "src": "291:15:44",
481
481
  "typeDescriptions": {
482
482
  "typeIdentifier": "t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$__$",
483
483
  "typeString": "function IModule.install(bytes memory)"
484
484
  }
485
485
  },
486
- "id": 33437,
486
+ "id": 33448,
487
487
  "isConstant": false,
488
488
  "isLValue": false,
489
489
  "isPure": true,
@@ -506,11 +506,11 @@
506
506
  "nodeType": "BinaryOperation",
507
507
  "operator": "^",
508
508
  "rightExpression": {
509
- "id": 33439,
509
+ "id": 33450,
510
510
  "name": "ERC165_INTERFACE_ID",
511
511
  "nodeType": "Identifier",
512
512
  "overloadedDeclarations": [],
513
- "referencedDeclaration": 33412,
513
+ "referencedDeclaration": 33423,
514
514
  "src": "320:19:44",
515
515
  "typeDescriptions": {
516
516
  "typeIdentifier": "t_bytes4",
@@ -526,12 +526,12 @@
526
526
  "visibility": "internal"
527
527
  },
528
528
  {
529
- "id": 33466,
529
+ "id": 33477,
530
530
  "nodeType": "ContractDefinition",
531
531
  "src": "342:877:44",
532
532
  "nodes": [
533
533
  {
534
- "id": 33445,
534
+ "id": 33456,
535
535
  "nodeType": "ErrorDefinition",
536
536
  "src": "375:39:44",
537
537
  "nodes": [],
@@ -539,14 +539,14 @@
539
539
  "name": "Module_RootInstallNotSupported",
540
540
  "nameLocation": "381:30:44",
541
541
  "parameters": {
542
- "id": 33444,
542
+ "id": 33455,
543
543
  "nodeType": "ParameterList",
544
544
  "parameters": [],
545
545
  "src": "411:2:44"
546
546
  }
547
547
  },
548
548
  {
549
- "id": 33447,
549
+ "id": 33458,
550
550
  "nodeType": "ErrorDefinition",
551
551
  "src": "417:42:44",
552
552
  "nodes": [],
@@ -554,19 +554,19 @@
554
554
  "name": "Module_NonRootInstallNotSupported",
555
555
  "nameLocation": "423:33:44",
556
556
  "parameters": {
557
- "id": 33446,
557
+ "id": 33457,
558
558
  "nodeType": "ParameterList",
559
559
  "parameters": [],
560
560
  "src": "456:2:44"
561
561
  }
562
562
  },
563
563
  {
564
- "id": 33453,
564
+ "id": 33464,
565
565
  "nodeType": "FunctionDefinition",
566
566
  "src": "517:56:44",
567
567
  "nodes": [],
568
568
  "documentation": {
569
- "id": 33448,
569
+ "id": 33459,
570
570
  "nodeType": "StructuredDocumentation",
571
571
  "src": "463:51:44",
572
572
  "text": " Return the module name as a bytes16."
@@ -578,23 +578,23 @@
578
578
  "name": "getName",
579
579
  "nameLocation": "526:7:44",
580
580
  "parameters": {
581
- "id": 33449,
581
+ "id": 33460,
582
582
  "nodeType": "ParameterList",
583
583
  "parameters": [],
584
584
  "src": "533:2:44"
585
585
  },
586
586
  "returnParameters": {
587
- "id": 33452,
587
+ "id": 33463,
588
588
  "nodeType": "ParameterList",
589
589
  "parameters": [
590
590
  {
591
591
  "constant": false,
592
- "id": 33451,
592
+ "id": 33462,
593
593
  "mutability": "mutable",
594
594
  "name": "name",
595
595
  "nameLocation": "567:4:44",
596
596
  "nodeType": "VariableDeclaration",
597
- "scope": 33453,
597
+ "scope": 33464,
598
598
  "src": "559:12:44",
599
599
  "stateVariable": false,
600
600
  "storageLocation": "default",
@@ -603,7 +603,7 @@
603
603
  "typeString": "bytes16"
604
604
  },
605
605
  "typeName": {
606
- "id": 33450,
606
+ "id": 33461,
607
607
  "name": "bytes16",
608
608
  "nodeType": "ElementaryTypeName",
609
609
  "src": "559:7:44",
@@ -617,18 +617,18 @@
617
617
  ],
618
618
  "src": "558:14:44"
619
619
  },
620
- "scope": 33466,
620
+ "scope": 33477,
621
621
  "stateMutability": "view",
622
622
  "virtual": false,
623
623
  "visibility": "external"
624
624
  },
625
625
  {
626
- "id": 33459,
626
+ "id": 33470,
627
627
  "nodeType": "FunctionDefinition",
628
628
  "src": "775:49:44",
629
629
  "nodes": [],
630
630
  "documentation": {
631
- "id": 33454,
631
+ "id": 33465,
632
632
  "nodeType": "StructuredDocumentation",
633
633
  "src": "577:195:44",
634
634
  "text": " This function is called by the World as part of `installRootModule`.\n The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`."
@@ -640,17 +640,17 @@
640
640
  "name": "installRoot",
641
641
  "nameLocation": "784:11:44",
642
642
  "parameters": {
643
- "id": 33457,
643
+ "id": 33468,
644
644
  "nodeType": "ParameterList",
645
645
  "parameters": [
646
646
  {
647
647
  "constant": false,
648
- "id": 33456,
648
+ "id": 33467,
649
649
  "mutability": "mutable",
650
650
  "name": "args",
651
651
  "nameLocation": "809:4:44",
652
652
  "nodeType": "VariableDeclaration",
653
- "scope": 33459,
653
+ "scope": 33470,
654
654
  "src": "796:17:44",
655
655
  "stateVariable": false,
656
656
  "storageLocation": "memory",
@@ -659,7 +659,7 @@
659
659
  "typeString": "bytes"
660
660
  },
661
661
  "typeName": {
662
- "id": 33455,
662
+ "id": 33466,
663
663
  "name": "bytes",
664
664
  "nodeType": "ElementaryTypeName",
665
665
  "src": "796:5:44",
@@ -674,23 +674,23 @@
674
674
  "src": "795:19:44"
675
675
  },
676
676
  "returnParameters": {
677
- "id": 33458,
677
+ "id": 33469,
678
678
  "nodeType": "ParameterList",
679
679
  "parameters": [],
680
680
  "src": "823:0:44"
681
681
  },
682
- "scope": 33466,
682
+ "scope": 33477,
683
683
  "stateMutability": "nonpayable",
684
684
  "virtual": false,
685
685
  "visibility": "external"
686
686
  },
687
687
  {
688
- "id": 33465,
688
+ "id": 33476,
689
689
  "nodeType": "FunctionDefinition",
690
690
  "src": "1172:45:44",
691
691
  "nodes": [],
692
692
  "documentation": {
693
- "id": 33460,
693
+ "id": 33471,
694
694
  "nodeType": "StructuredDocumentation",
695
695
  "src": "828:341:44",
696
696
  "text": " This function is called by the World as part of `installModule`.\n The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\n This function is separate from `installRoot` because the logic might be different (eg. accepting namespace parameters,\n or using `callFrom`)"
@@ -702,17 +702,17 @@
702
702
  "name": "install",
703
703
  "nameLocation": "1181:7:44",
704
704
  "parameters": {
705
- "id": 33463,
705
+ "id": 33474,
706
706
  "nodeType": "ParameterList",
707
707
  "parameters": [
708
708
  {
709
709
  "constant": false,
710
- "id": 33462,
710
+ "id": 33473,
711
711
  "mutability": "mutable",
712
712
  "name": "args",
713
713
  "nameLocation": "1202:4:44",
714
714
  "nodeType": "VariableDeclaration",
715
- "scope": 33465,
715
+ "scope": 33476,
716
716
  "src": "1189:17:44",
717
717
  "stateVariable": false,
718
718
  "storageLocation": "memory",
@@ -721,7 +721,7 @@
721
721
  "typeString": "bytes"
722
722
  },
723
723
  "typeName": {
724
- "id": 33461,
724
+ "id": 33472,
725
725
  "name": "bytes",
726
726
  "nodeType": "ElementaryTypeName",
727
727
  "src": "1189:5:44",
@@ -736,12 +736,12 @@
736
736
  "src": "1188:19:44"
737
737
  },
738
738
  "returnParameters": {
739
- "id": 33464,
739
+ "id": 33475,
740
740
  "nodeType": "ParameterList",
741
741
  "parameters": [],
742
742
  "src": "1216:0:44"
743
743
  },
744
- "scope": 33466,
744
+ "scope": 33477,
745
745
  "stateMutability": "nonpayable",
746
746
  "virtual": false,
747
747
  "visibility": "external"
@@ -751,16 +751,16 @@
751
751
  "baseContracts": [
752
752
  {
753
753
  "baseName": {
754
- "id": 33442,
754
+ "id": 33453,
755
755
  "name": "IERC165",
756
756
  "nameLocations": [
757
757
  "363:7:44"
758
758
  ],
759
759
  "nodeType": "IdentifierPath",
760
- "referencedDeclaration": 33421,
760
+ "referencedDeclaration": 33432,
761
761
  "src": "363:7:44"
762
762
  },
763
- "id": 33443,
763
+ "id": 33454,
764
764
  "nodeType": "InheritanceSpecifier",
765
765
  "src": "363:7:44"
766
766
  }
@@ -770,15 +770,15 @@
770
770
  "contractKind": "interface",
771
771
  "fullyImplemented": false,
772
772
  "linearizedBaseContracts": [
773
- 33466,
774
- 33421
773
+ 33477,
774
+ 33432
775
775
  ],
776
776
  "name": "IModule",
777
777
  "nameLocation": "352:7:44",
778
- "scope": 33467,
778
+ "scope": 33478,
779
779
  "usedErrors": [
780
- 33445,
781
- 33447
780
+ 33456,
781
+ 33458
782
782
  ],
783
783
  "usedEvents": []
784
784
  }