@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d

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 (121) hide show
  1. package/dist/mud.config.js +1 -1
  2. package/dist/mud.config.js.map +1 -1
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Callbacks.sol/Callbacks.json +45 -45
  5. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  6. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  7. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
  11. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  12. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  13. package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
  14. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  16. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  17. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  18. package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
  19. package/out/IModule.sol/IModule.json +139 -139
  20. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  21. package/out/ISystemHook.sol/ISystemHook.json +141 -141
  22. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  23. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  24. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  25. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  26. package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
  27. package/out/IWorldKernel.sol/IWorldCall.json +251 -251
  28. package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
  29. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
  30. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
  31. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  32. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  33. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  34. package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
  35. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  36. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
  37. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
  38. package/out/Mixed.sol/Mixed.json +66 -66
  39. package/out/Module.sol/Module.json +73 -73
  40. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  41. package/out/Schema.sol/SchemaInstance.json +30 -30
  42. package/out/Schema.sol/SchemaLib.json +30 -30
  43. package/out/SchemaType.sol/SchemaType.json +276 -276
  44. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +495 -495
  45. package/out/StoreHook.sol/StoreHook.json +358 -358
  46. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  47. package/out/System.sol/System.json +19 -19
  48. package/out/Tables.sol/Tables.json +73 -73
  49. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  50. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  51. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  52. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
  53. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  54. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
  55. package/out/Vector2.sol/Vector2.json +52 -52
  56. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  57. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  58. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  59. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  60. package/out/constants.sol/constants.json +142 -142
  61. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  62. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  63. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  64. package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
  65. package/out/hasKey.sol/hasKey.json +215 -215
  66. package/out/index.sol/index.json +73 -73
  67. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  69. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
  70. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  71. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
  72. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
  73. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  74. package/out/query.sol/query.json +1892 -1892
  75. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  76. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  77. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  78. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  79. package/out/src/IStore.sol/IStore.json +885 -885
  80. package/out/src/IStore.sol/IStoreData.json +885 -885
  81. package/out/src/IStore.sol/IStoreRead.json +885 -885
  82. package/out/src/IStore.sol/IStoreRegistration.json +885 -885
  83. package/out/src/IStore.sol/IStoreWrite.json +885 -885
  84. package/out/src/Memory.sol/Memory.json +89 -89
  85. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  86. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  87. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  88. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  89. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  90. package/out/src/Schema.sol/SchemaLib.json +787 -787
  91. package/out/src/Slice.sol/SliceInstance.json +429 -429
  92. package/out/src/Slice.sol/SliceLib.json +429 -429
  93. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  94. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  95. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  96. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  97. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  98. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  99. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  100. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  101. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  102. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  103. package/out/tables/Tables.sol/Tables.json +7288 -7288
  104. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  105. package/out/types.sol/types.json +131 -23
  106. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  107. package/package.json +8 -8
  108. package/src/interfaces/IBaseWorld.sol +1 -3
  109. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  110. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  111. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  112. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  113. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  114. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  115. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  116. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  117. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  118. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
  119. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  120. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  121. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -266,31 +266,31 @@
266
266
  },
267
267
  "ast": {
268
268
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol",
269
- "id": 33419,
269
+ "id": 33519,
270
270
  "exportedSymbols": {
271
271
  "ERC165_INTERFACE_ID": [
272
- 33310
272
+ 33423
273
273
  ],
274
274
  "IERC165": [
275
- 33319
275
+ 33432
276
276
  ],
277
277
  "ISystemHook": [
278
- 33418
278
+ 33518
279
279
  ],
280
280
  "ResourceId": [
281
- 36365
281
+ 36384
282
282
  ],
283
283
  "SYSTEM_HOOK_INTERFACE_ID": [
284
- 33395
284
+ 33495
285
285
  ]
286
286
  },
287
287
  "nodeType": "SourceUnit",
288
- "src": "32:607:44",
288
+ "src": "32:607:45",
289
289
  "nodes": [
290
290
  {
291
- "id": 33379,
291
+ "id": 33479,
292
292
  "nodeType": "PragmaDirective",
293
- "src": "32:25:44",
293
+ "src": "32:25:45",
294
294
  "nodes": [],
295
295
  "literals": [
296
296
  "solidity",
@@ -300,36 +300,36 @@
300
300
  ]
301
301
  },
302
302
  {
303
- "id": 33382,
303
+ "id": 33482,
304
304
  "nodeType": "ImportDirective",
305
- "src": "59:61:44",
305
+ "src": "59:61:45",
306
306
  "nodes": [],
307
307
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
308
308
  "file": "./IERC165.sol",
309
309
  "nameLocation": "-1:-1:-1",
310
- "scope": 33419,
311
- "sourceUnit": 33320,
310
+ "scope": 33519,
311
+ "sourceUnit": 33433,
312
312
  "symbolAliases": [
313
313
  {
314
314
  "foreign": {
315
- "id": 33380,
315
+ "id": 33480,
316
316
  "name": "IERC165",
317
317
  "nodeType": "Identifier",
318
318
  "overloadedDeclarations": [],
319
- "referencedDeclaration": 33319,
320
- "src": "68:7:44",
319
+ "referencedDeclaration": 33432,
320
+ "src": "68:7:45",
321
321
  "typeDescriptions": {}
322
322
  },
323
323
  "nameLocation": "-1:-1:-1"
324
324
  },
325
325
  {
326
326
  "foreign": {
327
- "id": 33381,
327
+ "id": 33481,
328
328
  "name": "ERC165_INTERFACE_ID",
329
329
  "nodeType": "Identifier",
330
330
  "overloadedDeclarations": [],
331
- "referencedDeclaration": 33310,
332
- "src": "77:19:44",
331
+ "referencedDeclaration": 33423,
332
+ "src": "77:19:45",
333
333
  "typeDescriptions": {}
334
334
  },
335
335
  "nameLocation": "-1:-1:-1"
@@ -338,24 +338,24 @@
338
338
  "unitAlias": ""
339
339
  },
340
340
  {
341
- "id": 33384,
341
+ "id": 33484,
342
342
  "nodeType": "ImportDirective",
343
- "src": "121:52:44",
343
+ "src": "121:52:45",
344
344
  "nodes": [],
345
345
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol",
346
346
  "file": "../WorldResourceId.sol",
347
347
  "nameLocation": "-1:-1:-1",
348
- "scope": 33419,
348
+ "scope": 33519,
349
349
  "sourceUnit": 33156,
350
350
  "symbolAliases": [
351
351
  {
352
352
  "foreign": {
353
- "id": 33383,
353
+ "id": 33483,
354
354
  "name": "ResourceId",
355
355
  "nodeType": "Identifier",
356
356
  "overloadedDeclarations": [],
357
- "referencedDeclaration": 36365,
358
- "src": "130:10:44",
357
+ "referencedDeclaration": 36384,
358
+ "src": "130:10:45",
359
359
  "typeDescriptions": {}
360
360
  },
361
361
  "nameLocation": "-1:-1:-1"
@@ -364,15 +364,15 @@
364
364
  "unitAlias": ""
365
365
  },
366
366
  {
367
- "id": 33395,
367
+ "id": 33495,
368
368
  "nodeType": "VariableDeclaration",
369
- "src": "244:149:44",
369
+ "src": "244:149:45",
370
370
  "nodes": [],
371
371
  "constant": true,
372
372
  "mutability": "constant",
373
373
  "name": "SYSTEM_HOOK_INTERFACE_ID",
374
- "nameLocation": "260:24:44",
375
- "scope": 33419,
374
+ "nameLocation": "260:24:45",
375
+ "scope": 33519,
376
376
  "stateVariable": false,
377
377
  "storageLocation": "default",
378
378
  "typeDescriptions": {
@@ -380,10 +380,10 @@
380
380
  "typeString": "bytes4"
381
381
  },
382
382
  "typeName": {
383
- "id": 33385,
383
+ "id": 33485,
384
384
  "name": "bytes4",
385
385
  "nodeType": "ElementaryTypeName",
386
- "src": "244:6:44",
386
+ "src": "244:6:45",
387
387
  "typeDescriptions": {
388
388
  "typeIdentifier": "t_bytes4",
389
389
  "typeString": "bytes4"
@@ -394,7 +394,7 @@
394
394
  "typeIdentifier": "t_bytes4",
395
395
  "typeString": "bytes4"
396
396
  },
397
- "id": 33394,
397
+ "id": 33494,
398
398
  "isConstant": false,
399
399
  "isLValue": false,
400
400
  "isPure": true,
@@ -404,7 +404,7 @@
404
404
  "typeIdentifier": "t_bytes4",
405
405
  "typeString": "bytes4"
406
406
  },
407
- "id": 33392,
407
+ "id": 33492,
408
408
  "isConstant": false,
409
409
  "isLValue": false,
410
410
  "isPure": true,
@@ -412,41 +412,41 @@
412
412
  "leftExpression": {
413
413
  "expression": {
414
414
  "expression": {
415
- "id": 33386,
415
+ "id": 33486,
416
416
  "name": "ISystemHook",
417
417
  "nodeType": "Identifier",
418
418
  "overloadedDeclarations": [],
419
- "referencedDeclaration": 33418,
420
- "src": "287:11:44",
419
+ "referencedDeclaration": 33518,
420
+ "src": "287:11:45",
421
421
  "typeDescriptions": {
422
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33418_$",
422
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33518_$",
423
423
  "typeString": "type(contract ISystemHook)"
424
424
  }
425
425
  },
426
- "id": 33387,
426
+ "id": 33487,
427
427
  "isConstant": false,
428
428
  "isLValue": false,
429
429
  "isPure": true,
430
430
  "lValueRequested": false,
431
- "memberLocation": "299:18:44",
431
+ "memberLocation": "299:18:45",
432
432
  "memberName": "onBeforeCallSystem",
433
433
  "nodeType": "MemberAccess",
434
- "referencedDeclaration": 33407,
435
- "src": "287:30:44",
434
+ "referencedDeclaration": 33507,
435
+ "src": "287:30:45",
436
436
  "typeDescriptions": {
437
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
437
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36384_$_t_bytes_memory_ptr_$returns$__$",
438
438
  "typeString": "function ISystemHook.onBeforeCallSystem(address,ResourceId,bytes memory)"
439
439
  }
440
440
  },
441
- "id": 33388,
441
+ "id": 33488,
442
442
  "isConstant": false,
443
443
  "isLValue": false,
444
444
  "isPure": true,
445
445
  "lValueRequested": false,
446
- "memberLocation": "318:8:44",
446
+ "memberLocation": "318:8:45",
447
447
  "memberName": "selector",
448
448
  "nodeType": "MemberAccess",
449
- "src": "287:39:44",
449
+ "src": "287:39:45",
450
450
  "typeDescriptions": {
451
451
  "typeIdentifier": "t_bytes4",
452
452
  "typeString": "bytes4"
@@ -457,47 +457,47 @@
457
457
  "rightExpression": {
458
458
  "expression": {
459
459
  "expression": {
460
- "id": 33389,
460
+ "id": 33489,
461
461
  "name": "ISystemHook",
462
462
  "nodeType": "Identifier",
463
463
  "overloadedDeclarations": [],
464
- "referencedDeclaration": 33418,
465
- "src": "331:11:44",
464
+ "referencedDeclaration": 33518,
465
+ "src": "331:11:45",
466
466
  "typeDescriptions": {
467
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33418_$",
467
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33518_$",
468
468
  "typeString": "type(contract ISystemHook)"
469
469
  }
470
470
  },
471
- "id": 33390,
471
+ "id": 33490,
472
472
  "isConstant": false,
473
473
  "isLValue": false,
474
474
  "isPure": true,
475
475
  "lValueRequested": false,
476
- "memberLocation": "343:17:44",
476
+ "memberLocation": "343:17:45",
477
477
  "memberName": "onAfterCallSystem",
478
478
  "nodeType": "MemberAccess",
479
- "referencedDeclaration": 33417,
480
- "src": "331:29:44",
479
+ "referencedDeclaration": 33517,
480
+ "src": "331:29:45",
481
481
  "typeDescriptions": {
482
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
482
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36384_$_t_bytes_memory_ptr_$returns$__$",
483
483
  "typeString": "function ISystemHook.onAfterCallSystem(address,ResourceId,bytes memory)"
484
484
  }
485
485
  },
486
- "id": 33391,
486
+ "id": 33491,
487
487
  "isConstant": false,
488
488
  "isLValue": false,
489
489
  "isPure": true,
490
490
  "lValueRequested": false,
491
- "memberLocation": "361:8:44",
491
+ "memberLocation": "361:8:45",
492
492
  "memberName": "selector",
493
493
  "nodeType": "MemberAccess",
494
- "src": "331:38:44",
494
+ "src": "331:38:45",
495
495
  "typeDescriptions": {
496
496
  "typeIdentifier": "t_bytes4",
497
497
  "typeString": "bytes4"
498
498
  }
499
499
  },
500
- "src": "287:82:44",
500
+ "src": "287:82:45",
501
501
  "typeDescriptions": {
502
502
  "typeIdentifier": "t_bytes4",
503
503
  "typeString": "bytes4"
@@ -506,18 +506,18 @@
506
506
  "nodeType": "BinaryOperation",
507
507
  "operator": "^",
508
508
  "rightExpression": {
509
- "id": 33393,
509
+ "id": 33493,
510
510
  "name": "ERC165_INTERFACE_ID",
511
511
  "nodeType": "Identifier",
512
512
  "overloadedDeclarations": [],
513
- "referencedDeclaration": 33310,
514
- "src": "374:19:44",
513
+ "referencedDeclaration": 33423,
514
+ "src": "374:19:45",
515
515
  "typeDescriptions": {
516
516
  "typeIdentifier": "t_bytes4",
517
517
  "typeString": "bytes4"
518
518
  }
519
519
  },
520
- "src": "287:106:44",
520
+ "src": "287:106:45",
521
521
  "typeDescriptions": {
522
522
  "typeIdentifier": "t_bytes4",
523
523
  "typeString": "bytes4"
@@ -526,34 +526,34 @@
526
526
  "visibility": "internal"
527
527
  },
528
528
  {
529
- "id": 33418,
529
+ "id": 33518,
530
530
  "nodeType": "ContractDefinition",
531
- "src": "396:242:44",
531
+ "src": "396:242:45",
532
532
  "nodes": [
533
533
  {
534
- "id": 33407,
534
+ "id": 33507,
535
535
  "nodeType": "FunctionDefinition",
536
- "src": "433:100:44",
536
+ "src": "433:100:45",
537
537
  "nodes": [],
538
538
  "functionSelector": "c3323031",
539
539
  "implemented": false,
540
540
  "kind": "function",
541
541
  "modifiers": [],
542
542
  "name": "onBeforeCallSystem",
543
- "nameLocation": "442:18:44",
543
+ "nameLocation": "442:18:45",
544
544
  "parameters": {
545
- "id": 33405,
545
+ "id": 33505,
546
546
  "nodeType": "ParameterList",
547
547
  "parameters": [
548
548
  {
549
549
  "constant": false,
550
- "id": 33399,
550
+ "id": 33499,
551
551
  "mutability": "mutable",
552
552
  "name": "msgSender",
553
- "nameLocation": "469:9:44",
553
+ "nameLocation": "469:9:45",
554
554
  "nodeType": "VariableDeclaration",
555
- "scope": 33407,
556
- "src": "461:17:44",
555
+ "scope": 33507,
556
+ "src": "461:17:45",
557
557
  "stateVariable": false,
558
558
  "storageLocation": "default",
559
559
  "typeDescriptions": {
@@ -561,10 +561,10 @@
561
561
  "typeString": "address"
562
562
  },
563
563
  "typeName": {
564
- "id": 33398,
564
+ "id": 33498,
565
565
  "name": "address",
566
566
  "nodeType": "ElementaryTypeName",
567
- "src": "461:7:44",
567
+ "src": "461:7:45",
568
568
  "stateMutability": "nonpayable",
569
569
  "typeDescriptions": {
570
570
  "typeIdentifier": "t_address",
@@ -575,36 +575,36 @@
575
575
  },
576
576
  {
577
577
  "constant": false,
578
- "id": 33402,
578
+ "id": 33502,
579
579
  "mutability": "mutable",
580
580
  "name": "systemId",
581
- "nameLocation": "491:8:44",
581
+ "nameLocation": "491:8:45",
582
582
  "nodeType": "VariableDeclaration",
583
- "scope": 33407,
584
- "src": "480:19:44",
583
+ "scope": 33507,
584
+ "src": "480:19:45",
585
585
  "stateVariable": false,
586
586
  "storageLocation": "default",
587
587
  "typeDescriptions": {
588
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
588
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
589
589
  "typeString": "ResourceId"
590
590
  },
591
591
  "typeName": {
592
- "id": 33401,
592
+ "id": 33501,
593
593
  "nodeType": "UserDefinedTypeName",
594
594
  "pathNode": {
595
- "id": 33400,
595
+ "id": 33500,
596
596
  "name": "ResourceId",
597
597
  "nameLocations": [
598
- "480:10:44"
598
+ "480:10:45"
599
599
  ],
600
600
  "nodeType": "IdentifierPath",
601
- "referencedDeclaration": 36365,
602
- "src": "480:10:44"
601
+ "referencedDeclaration": 36384,
602
+ "src": "480:10:45"
603
603
  },
604
- "referencedDeclaration": 36365,
605
- "src": "480:10:44",
604
+ "referencedDeclaration": 36384,
605
+ "src": "480:10:45",
606
606
  "typeDescriptions": {
607
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
607
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
608
608
  "typeString": "ResourceId"
609
609
  }
610
610
  },
@@ -612,13 +612,13 @@
612
612
  },
613
613
  {
614
614
  "constant": false,
615
- "id": 33404,
615
+ "id": 33504,
616
616
  "mutability": "mutable",
617
617
  "name": "callData",
618
- "nameLocation": "514:8:44",
618
+ "nameLocation": "514:8:45",
619
619
  "nodeType": "VariableDeclaration",
620
- "scope": 33407,
621
- "src": "501:21:44",
620
+ "scope": 33507,
621
+ "src": "501:21:45",
622
622
  "stateVariable": false,
623
623
  "storageLocation": "memory",
624
624
  "typeDescriptions": {
@@ -626,10 +626,10 @@
626
626
  "typeString": "bytes"
627
627
  },
628
628
  "typeName": {
629
- "id": 33403,
629
+ "id": 33503,
630
630
  "name": "bytes",
631
631
  "nodeType": "ElementaryTypeName",
632
- "src": "501:5:44",
632
+ "src": "501:5:45",
633
633
  "typeDescriptions": {
634
634
  "typeIdentifier": "t_bytes_storage_ptr",
635
635
  "typeString": "bytes"
@@ -638,43 +638,43 @@
638
638
  "visibility": "internal"
639
639
  }
640
640
  ],
641
- "src": "460:63:44"
641
+ "src": "460:63:45"
642
642
  },
643
643
  "returnParameters": {
644
- "id": 33406,
644
+ "id": 33506,
645
645
  "nodeType": "ParameterList",
646
646
  "parameters": [],
647
- "src": "532:0:44"
647
+ "src": "532:0:45"
648
648
  },
649
- "scope": 33418,
649
+ "scope": 33518,
650
650
  "stateMutability": "nonpayable",
651
651
  "virtual": false,
652
652
  "visibility": "external"
653
653
  },
654
654
  {
655
- "id": 33417,
655
+ "id": 33517,
656
656
  "nodeType": "FunctionDefinition",
657
- "src": "537:99:44",
657
+ "src": "537:99:45",
658
658
  "nodes": [],
659
659
  "functionSelector": "973d8f99",
660
660
  "implemented": false,
661
661
  "kind": "function",
662
662
  "modifiers": [],
663
663
  "name": "onAfterCallSystem",
664
- "nameLocation": "546:17:44",
664
+ "nameLocation": "546:17:45",
665
665
  "parameters": {
666
- "id": 33415,
666
+ "id": 33515,
667
667
  "nodeType": "ParameterList",
668
668
  "parameters": [
669
669
  {
670
670
  "constant": false,
671
- "id": 33409,
671
+ "id": 33509,
672
672
  "mutability": "mutable",
673
673
  "name": "msgSender",
674
- "nameLocation": "572:9:44",
674
+ "nameLocation": "572:9:45",
675
675
  "nodeType": "VariableDeclaration",
676
- "scope": 33417,
677
- "src": "564:17:44",
676
+ "scope": 33517,
677
+ "src": "564:17:45",
678
678
  "stateVariable": false,
679
679
  "storageLocation": "default",
680
680
  "typeDescriptions": {
@@ -682,10 +682,10 @@
682
682
  "typeString": "address"
683
683
  },
684
684
  "typeName": {
685
- "id": 33408,
685
+ "id": 33508,
686
686
  "name": "address",
687
687
  "nodeType": "ElementaryTypeName",
688
- "src": "564:7:44",
688
+ "src": "564:7:45",
689
689
  "stateMutability": "nonpayable",
690
690
  "typeDescriptions": {
691
691
  "typeIdentifier": "t_address",
@@ -696,36 +696,36 @@
696
696
  },
697
697
  {
698
698
  "constant": false,
699
- "id": 33412,
699
+ "id": 33512,
700
700
  "mutability": "mutable",
701
701
  "name": "systemId",
702
- "nameLocation": "594:8:44",
702
+ "nameLocation": "594:8:45",
703
703
  "nodeType": "VariableDeclaration",
704
- "scope": 33417,
705
- "src": "583:19:44",
704
+ "scope": 33517,
705
+ "src": "583:19:45",
706
706
  "stateVariable": false,
707
707
  "storageLocation": "default",
708
708
  "typeDescriptions": {
709
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
709
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
710
710
  "typeString": "ResourceId"
711
711
  },
712
712
  "typeName": {
713
- "id": 33411,
713
+ "id": 33511,
714
714
  "nodeType": "UserDefinedTypeName",
715
715
  "pathNode": {
716
- "id": 33410,
716
+ "id": 33510,
717
717
  "name": "ResourceId",
718
718
  "nameLocations": [
719
- "583:10:44"
719
+ "583:10:45"
720
720
  ],
721
721
  "nodeType": "IdentifierPath",
722
- "referencedDeclaration": 36365,
723
- "src": "583:10:44"
722
+ "referencedDeclaration": 36384,
723
+ "src": "583:10:45"
724
724
  },
725
- "referencedDeclaration": 36365,
726
- "src": "583:10:44",
725
+ "referencedDeclaration": 36384,
726
+ "src": "583:10:45",
727
727
  "typeDescriptions": {
728
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
728
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
729
729
  "typeString": "ResourceId"
730
730
  }
731
731
  },
@@ -733,13 +733,13 @@
733
733
  },
734
734
  {
735
735
  "constant": false,
736
- "id": 33414,
736
+ "id": 33514,
737
737
  "mutability": "mutable",
738
738
  "name": "callData",
739
- "nameLocation": "617:8:44",
739
+ "nameLocation": "617:8:45",
740
740
  "nodeType": "VariableDeclaration",
741
- "scope": 33417,
742
- "src": "604:21:44",
741
+ "scope": 33517,
742
+ "src": "604:21:45",
743
743
  "stateVariable": false,
744
744
  "storageLocation": "memory",
745
745
  "typeDescriptions": {
@@ -747,10 +747,10 @@
747
747
  "typeString": "bytes"
748
748
  },
749
749
  "typeName": {
750
- "id": 33413,
750
+ "id": 33513,
751
751
  "name": "bytes",
752
752
  "nodeType": "ElementaryTypeName",
753
- "src": "604:5:44",
753
+ "src": "604:5:45",
754
754
  "typeDescriptions": {
755
755
  "typeIdentifier": "t_bytes_storage_ptr",
756
756
  "typeString": "bytes"
@@ -759,15 +759,15 @@
759
759
  "visibility": "internal"
760
760
  }
761
761
  ],
762
- "src": "563:63:44"
762
+ "src": "563:63:45"
763
763
  },
764
764
  "returnParameters": {
765
- "id": 33416,
765
+ "id": 33516,
766
766
  "nodeType": "ParameterList",
767
767
  "parameters": [],
768
- "src": "635:0:44"
768
+ "src": "635:0:45"
769
769
  },
770
- "scope": 33418,
770
+ "scope": 33518,
771
771
  "stateMutability": "nonpayable",
772
772
  "virtual": false,
773
773
  "visibility": "external"
@@ -777,18 +777,18 @@
777
777
  "baseContracts": [
778
778
  {
779
779
  "baseName": {
780
- "id": 33396,
780
+ "id": 33496,
781
781
  "name": "IERC165",
782
782
  "nameLocations": [
783
- "421:7:44"
783
+ "421:7:45"
784
784
  ],
785
785
  "nodeType": "IdentifierPath",
786
- "referencedDeclaration": 33319,
787
- "src": "421:7:44"
786
+ "referencedDeclaration": 33432,
787
+ "src": "421:7:45"
788
788
  },
789
- "id": 33397,
789
+ "id": 33497,
790
790
  "nodeType": "InheritanceSpecifier",
791
- "src": "421:7:44"
791
+ "src": "421:7:45"
792
792
  }
793
793
  ],
794
794
  "canonicalName": "ISystemHook",
@@ -796,17 +796,17 @@
796
796
  "contractKind": "interface",
797
797
  "fullyImplemented": false,
798
798
  "linearizedBaseContracts": [
799
- 33418,
800
- 33319
799
+ 33518,
800
+ 33432
801
801
  ],
802
802
  "name": "ISystemHook",
803
- "nameLocation": "406:11:44",
804
- "scope": 33419,
803
+ "nameLocation": "406:11:45",
804
+ "scope": 33519,
805
805
  "usedErrors": [],
806
806
  "usedEvents": []
807
807
  }
808
808
  ],
809
809
  "license": "MIT"
810
810
  },
811
- "id": 44
811
+ "id": 45
812
812
  }