@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021

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 (91) 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/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
  6. package/out/DelegationControl.sol/DelegationControl.json +22 -22
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
  9. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  10. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  11. package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
  12. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
  13. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  14. package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
  15. package/out/IModule.sol/IModule.json +139 -139
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  17. package/out/ISystemHook.sol/ISystemHook.json +129 -129
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  19. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  20. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  21. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  22. package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
  23. package/out/IWorldKernel.sol/IWorldCall.json +241 -241
  24. package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
  25. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
  26. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
  27. package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
  28. package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
  29. package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
  30. package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
  31. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
  32. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
  33. package/out/Module.sol/Module.json +20 -20
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
  35. package/out/StoreHook.sol/StoreHook.json +31 -31
  36. package/out/System.sol/System.json +3 -3
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
  43. package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
  44. package/out/WorldContext.sol/WorldContextProvider.json +17 -17
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
  47. package/out/constants.sol/constants.json +116 -116
  48. package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
  50. package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
  52. package/out/hasKey.sol/hasKey.json +189 -189
  53. package/out/index.sol/index.json +73 -73
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
  55. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  56. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
  57. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
  58. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
  59. package/out/query.sol/query.json +1791 -1791
  60. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  61. package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
  62. package/out/src/IStore.sol/IStore.json +21 -21
  63. package/out/src/IStore.sol/IStoreData.json +21 -21
  64. package/out/src/IStore.sol/IStoreRead.json +21 -21
  65. package/out/src/IStore.sol/IStoreRegistration.json +21 -21
  66. package/out/src/IStore.sol/IStoreWrite.json +21 -21
  67. package/out/src/Memory.sol/Memory.json +4 -4
  68. package/out/src/Schema.sol/SchemaInstance.json +42 -42
  69. package/out/src/Schema.sol/SchemaLib.json +42 -42
  70. package/out/src/Slice.sol/SliceInstance.json +4 -4
  71. package/out/src/Slice.sol/SliceLib.json +4 -4
  72. package/out/src/StoreCore.sol/StoreCore.json +294 -294
  73. package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
  74. package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
  75. package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
  76. package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
  77. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
  78. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
  79. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
  80. package/package.json +8 -8
  81. package/src/interfaces/IBaseWorld.sol +1 -3
  82. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  83. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  84. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  85. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  86. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  87. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  88. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  89. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  90. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  91. 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": 33508,
270
270
  "exportedSymbols": {
271
271
  "ERC165_INTERFACE_ID": [
272
- 33310
272
+ 33412
273
273
  ],
274
274
  "IERC165": [
275
- 33319
275
+ 33421
276
276
  ],
277
277
  "ISystemHook": [
278
- 33418
278
+ 33507
279
279
  ],
280
280
  "ResourceId": [
281
281
  36365
282
282
  ],
283
283
  "SYSTEM_HOOK_INTERFACE_ID": [
284
- 33395
284
+ 33484
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": 33468,
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": 33471,
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": 33508,
311
+ "sourceUnit": 33422,
312
312
  "symbolAliases": [
313
313
  {
314
314
  "foreign": {
315
- "id": 33380,
315
+ "id": 33469,
316
316
  "name": "IERC165",
317
317
  "nodeType": "Identifier",
318
318
  "overloadedDeclarations": [],
319
- "referencedDeclaration": 33319,
320
- "src": "68:7:44",
319
+ "referencedDeclaration": 33421,
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": 33470,
328
328
  "name": "ERC165_INTERFACE_ID",
329
329
  "nodeType": "Identifier",
330
330
  "overloadedDeclarations": [],
331
- "referencedDeclaration": 33310,
332
- "src": "77:19:44",
331
+ "referencedDeclaration": 33412,
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": 33473,
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": 33508,
349
349
  "sourceUnit": 33156,
350
350
  "symbolAliases": [
351
351
  {
352
352
  "foreign": {
353
- "id": 33383,
353
+ "id": 33472,
354
354
  "name": "ResourceId",
355
355
  "nodeType": "Identifier",
356
356
  "overloadedDeclarations": [],
357
357
  "referencedDeclaration": 36365,
358
- "src": "130:10:44",
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": 33484,
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": 33508,
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": 33474,
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": 33483,
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": 33481,
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": 33475,
416
416
  "name": "ISystemHook",
417
417
  "nodeType": "Identifier",
418
418
  "overloadedDeclarations": [],
419
- "referencedDeclaration": 33418,
420
- "src": "287:11:44",
419
+ "referencedDeclaration": 33507,
420
+ "src": "287:11:45",
421
421
  "typeDescriptions": {
422
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33418_$",
422
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33507_$",
423
423
  "typeString": "type(contract ISystemHook)"
424
424
  }
425
425
  },
426
- "id": 33387,
426
+ "id": 33476,
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": 33496,
435
+ "src": "287:30:45",
436
436
  "typeDescriptions": {
437
437
  "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
438
438
  "typeString": "function ISystemHook.onBeforeCallSystem(address,ResourceId,bytes memory)"
439
439
  }
440
440
  },
441
- "id": 33388,
441
+ "id": 33477,
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": 33478,
461
461
  "name": "ISystemHook",
462
462
  "nodeType": "Identifier",
463
463
  "overloadedDeclarations": [],
464
- "referencedDeclaration": 33418,
465
- "src": "331:11:44",
464
+ "referencedDeclaration": 33507,
465
+ "src": "331:11:45",
466
466
  "typeDescriptions": {
467
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33418_$",
467
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33507_$",
468
468
  "typeString": "type(contract ISystemHook)"
469
469
  }
470
470
  },
471
- "id": 33390,
471
+ "id": 33479,
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": 33506,
480
+ "src": "331:29:45",
481
481
  "typeDescriptions": {
482
482
  "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
483
483
  "typeString": "function ISystemHook.onAfterCallSystem(address,ResourceId,bytes memory)"
484
484
  }
485
485
  },
486
- "id": 33391,
486
+ "id": 33480,
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": 33482,
510
510
  "name": "ERC165_INTERFACE_ID",
511
511
  "nodeType": "Identifier",
512
512
  "overloadedDeclarations": [],
513
- "referencedDeclaration": 33310,
514
- "src": "374:19:44",
513
+ "referencedDeclaration": 33412,
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": 33507,
530
530
  "nodeType": "ContractDefinition",
531
- "src": "396:242:44",
531
+ "src": "396:242:45",
532
532
  "nodes": [
533
533
  {
534
- "id": 33407,
534
+ "id": 33496,
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": 33494,
546
546
  "nodeType": "ParameterList",
547
547
  "parameters": [
548
548
  {
549
549
  "constant": false,
550
- "id": 33399,
550
+ "id": 33488,
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": 33496,
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": 33487,
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,13 +575,13 @@
575
575
  },
576
576
  {
577
577
  "constant": false,
578
- "id": 33402,
578
+ "id": 33491,
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": 33496,
584
+ "src": "480:19:45",
585
585
  "stateVariable": false,
586
586
  "storageLocation": "default",
587
587
  "typeDescriptions": {
@@ -589,20 +589,20 @@
589
589
  "typeString": "ResourceId"
590
590
  },
591
591
  "typeName": {
592
- "id": 33401,
592
+ "id": 33490,
593
593
  "nodeType": "UserDefinedTypeName",
594
594
  "pathNode": {
595
- "id": 33400,
595
+ "id": 33489,
596
596
  "name": "ResourceId",
597
597
  "nameLocations": [
598
- "480:10:44"
598
+ "480:10:45"
599
599
  ],
600
600
  "nodeType": "IdentifierPath",
601
601
  "referencedDeclaration": 36365,
602
- "src": "480:10:44"
602
+ "src": "480:10:45"
603
603
  },
604
604
  "referencedDeclaration": 36365,
605
- "src": "480:10:44",
605
+ "src": "480:10:45",
606
606
  "typeDescriptions": {
607
607
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
608
608
  "typeString": "ResourceId"
@@ -612,13 +612,13 @@
612
612
  },
613
613
  {
614
614
  "constant": false,
615
- "id": 33404,
615
+ "id": 33493,
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": 33496,
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": 33492,
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": 33495,
645
645
  "nodeType": "ParameterList",
646
646
  "parameters": [],
647
- "src": "532:0:44"
647
+ "src": "532:0:45"
648
648
  },
649
- "scope": 33418,
649
+ "scope": 33507,
650
650
  "stateMutability": "nonpayable",
651
651
  "virtual": false,
652
652
  "visibility": "external"
653
653
  },
654
654
  {
655
- "id": 33417,
655
+ "id": 33506,
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": 33504,
667
667
  "nodeType": "ParameterList",
668
668
  "parameters": [
669
669
  {
670
670
  "constant": false,
671
- "id": 33409,
671
+ "id": 33498,
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": 33506,
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": 33497,
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,13 +696,13 @@
696
696
  },
697
697
  {
698
698
  "constant": false,
699
- "id": 33412,
699
+ "id": 33501,
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": 33506,
705
+ "src": "583:19:45",
706
706
  "stateVariable": false,
707
707
  "storageLocation": "default",
708
708
  "typeDescriptions": {
@@ -710,20 +710,20 @@
710
710
  "typeString": "ResourceId"
711
711
  },
712
712
  "typeName": {
713
- "id": 33411,
713
+ "id": 33500,
714
714
  "nodeType": "UserDefinedTypeName",
715
715
  "pathNode": {
716
- "id": 33410,
716
+ "id": 33499,
717
717
  "name": "ResourceId",
718
718
  "nameLocations": [
719
- "583:10:44"
719
+ "583:10:45"
720
720
  ],
721
721
  "nodeType": "IdentifierPath",
722
722
  "referencedDeclaration": 36365,
723
- "src": "583:10:44"
723
+ "src": "583:10:45"
724
724
  },
725
725
  "referencedDeclaration": 36365,
726
- "src": "583:10:44",
726
+ "src": "583:10:45",
727
727
  "typeDescriptions": {
728
728
  "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
729
729
  "typeString": "ResourceId"
@@ -733,13 +733,13 @@
733
733
  },
734
734
  {
735
735
  "constant": false,
736
- "id": 33414,
736
+ "id": 33503,
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": 33506,
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": 33502,
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": 33505,
766
766
  "nodeType": "ParameterList",
767
767
  "parameters": [],
768
- "src": "635:0:44"
768
+ "src": "635:0:45"
769
769
  },
770
- "scope": 33418,
770
+ "scope": 33507,
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": 33485,
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": 33421,
787
+ "src": "421:7:45"
788
788
  },
789
- "id": 33397,
789
+ "id": 33486,
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
+ 33507,
800
+ 33421
801
801
  ],
802
802
  "name": "ISystemHook",
803
- "nameLocation": "406:11:44",
804
- "scope": 33419,
803
+ "nameLocation": "406:11:45",
804
+ "scope": 33508,
805
805
  "usedErrors": [],
806
806
  "usedEvents": []
807
807
  }
808
808
  ],
809
809
  "license": "MIT"
810
810
  },
811
- "id": 44
811
+ "id": 45
812
812
  }
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "inputs": [],
4
- "name": "getUniqueEntity",
4
+ "name": "uniqueEntity_system_getUniqueEntity",
5
5
  "outputs": [
6
6
  {
7
7
  "internalType": "bytes32",
8
- "name": "",
8
+ "name": "uniqueEntity",
9
9
  "type": "bytes32"
10
10
  }
11
11
  ],