@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
@@ -1020,10 +1020,10 @@
1020
1020
  35634
1021
1021
  ],
1022
1022
  "IStoreErrors": [
1023
- 67663
1023
+ 67651
1024
1024
  ],
1025
1025
  "IStoreHook": [
1026
- 67842
1026
+ 67830
1027
1027
  ],
1028
1028
  "IStoreRead": [
1029
1029
  35436
@@ -1068,7 +1068,7 @@
1068
1068
  "file": "./IStoreErrors.sol",
1069
1069
  "nameLocation": "-1:-1:-1",
1070
1070
  "scope": 35685,
1071
- "sourceUnit": 67664,
1071
+ "sourceUnit": 67652,
1072
1072
  "symbolAliases": [
1073
1073
  {
1074
1074
  "foreign": {
@@ -1076,7 +1076,7 @@
1076
1076
  "name": "IStoreErrors",
1077
1077
  "nodeType": "Identifier",
1078
1078
  "overloadedDeclarations": [],
1079
- "referencedDeclaration": 67663,
1079
+ "referencedDeclaration": 67651,
1080
1080
  "src": "68:12:57",
1081
1081
  "typeDescriptions": {}
1082
1082
  },
@@ -1172,7 +1172,7 @@
1172
1172
  "file": "./IStoreHook.sol",
1173
1173
  "nameLocation": "-1:-1:-1",
1174
1174
  "scope": 35685,
1175
- "sourceUnit": 67843,
1175
+ "sourceUnit": 67831,
1176
1176
  "symbolAliases": [
1177
1177
  {
1178
1178
  "foreign": {
@@ -1180,7 +1180,7 @@
1180
1180
  "name": "IStoreHook",
1181
1181
  "nodeType": "Identifier",
1182
1182
  "overloadedDeclarations": [],
1183
- "referencedDeclaration": 67842,
1183
+ "referencedDeclaration": 67830,
1184
1184
  "src": "260:10:57",
1185
1185
  "typeDescriptions": {}
1186
1186
  },
@@ -6277,7 +6277,7 @@
6277
6277
  "stateVariable": false,
6278
6278
  "storageLocation": "default",
6279
6279
  "typeDescriptions": {
6280
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6280
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6281
6281
  "typeString": "contract IStoreHook"
6282
6282
  },
6283
6283
  "typeName": {
@@ -6290,13 +6290,13 @@
6290
6290
  "7448:10:57"
6291
6291
  ],
6292
6292
  "nodeType": "IdentifierPath",
6293
- "referencedDeclaration": 67842,
6293
+ "referencedDeclaration": 67830,
6294
6294
  "src": "7448:10:57"
6295
6295
  },
6296
- "referencedDeclaration": 67842,
6296
+ "referencedDeclaration": 67830,
6297
6297
  "src": "7448:10:57",
6298
6298
  "typeDescriptions": {
6299
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6299
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6300
6300
  "typeString": "contract IStoreHook"
6301
6301
  }
6302
6302
  },
@@ -6407,7 +6407,7 @@
6407
6407
  "stateVariable": false,
6408
6408
  "storageLocation": "default",
6409
6409
  "typeDescriptions": {
6410
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6410
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6411
6411
  "typeString": "contract IStoreHook"
6412
6412
  },
6413
6413
  "typeName": {
@@ -6420,13 +6420,13 @@
6420
6420
  "7605:10:57"
6421
6421
  ],
6422
6422
  "nodeType": "IdentifierPath",
6423
- "referencedDeclaration": 67842,
6423
+ "referencedDeclaration": 67830,
6424
6424
  "src": "7605:10:57"
6425
6425
  },
6426
- "referencedDeclaration": 67842,
6426
+ "referencedDeclaration": 67830,
6427
6427
  "src": "7605:10:57",
6428
6428
  "typeDescriptions": {
6429
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6429
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6430
6430
  "typeString": "contract IStoreHook"
6431
6431
  }
6432
6432
  },
@@ -6513,7 +6513,7 @@
6513
6513
  "7694:12:57"
6514
6514
  ],
6515
6515
  "nodeType": "IdentifierPath",
6516
- "referencedDeclaration": 67663,
6516
+ "referencedDeclaration": 67651,
6517
6517
  "src": "7694:12:57"
6518
6518
  },
6519
6519
  "id": 35683,
@@ -6527,7 +6527,7 @@
6527
6527
  "fullyImplemented": false,
6528
6528
  "linearizedBaseContracts": [
6529
6529
  35684,
6530
- 67663,
6530
+ 67651,
6531
6531
  35677,
6532
6532
  35634,
6533
6533
  35628,
@@ -6537,15 +6537,15 @@
6537
6537
  "nameLocation": "7652:6:57",
6538
6538
  "scope": 35685,
6539
6539
  "usedErrors": [
6540
- 67608,
6541
- 67615,
6540
+ 67596,
6541
+ 67603,
6542
+ 67612,
6543
+ 67618,
6542
6544
  67624,
6543
6545
  67630,
6544
6546
  67636,
6545
6547
  67642,
6546
- 67648,
6547
- 67654,
6548
- 67662
6548
+ 67650
6549
6549
  ],
6550
6550
  "usedEvents": [
6551
6551
  35241,
@@ -307,10 +307,10 @@
307
307
  35634
308
308
  ],
309
309
  "IStoreErrors": [
310
- 67663
310
+ 67651
311
311
  ],
312
312
  "IStoreHook": [
313
- 67842
313
+ 67830
314
314
  ],
315
315
  "IStoreRead": [
316
316
  35436
@@ -355,7 +355,7 @@
355
355
  "file": "./IStoreErrors.sol",
356
356
  "nameLocation": "-1:-1:-1",
357
357
  "scope": 35685,
358
- "sourceUnit": 67664,
358
+ "sourceUnit": 67652,
359
359
  "symbolAliases": [
360
360
  {
361
361
  "foreign": {
@@ -363,7 +363,7 @@
363
363
  "name": "IStoreErrors",
364
364
  "nodeType": "Identifier",
365
365
  "overloadedDeclarations": [],
366
- "referencedDeclaration": 67663,
366
+ "referencedDeclaration": 67651,
367
367
  "src": "68:12:57",
368
368
  "typeDescriptions": {}
369
369
  },
@@ -459,7 +459,7 @@
459
459
  "file": "./IStoreHook.sol",
460
460
  "nameLocation": "-1:-1:-1",
461
461
  "scope": 35685,
462
- "sourceUnit": 67843,
462
+ "sourceUnit": 67831,
463
463
  "symbolAliases": [
464
464
  {
465
465
  "foreign": {
@@ -467,7 +467,7 @@
467
467
  "name": "IStoreHook",
468
468
  "nodeType": "Identifier",
469
469
  "overloadedDeclarations": [],
470
- "referencedDeclaration": 67842,
470
+ "referencedDeclaration": 67830,
471
471
  "src": "260:10:57",
472
472
  "typeDescriptions": {}
473
473
  },
@@ -5564,7 +5564,7 @@
5564
5564
  "stateVariable": false,
5565
5565
  "storageLocation": "default",
5566
5566
  "typeDescriptions": {
5567
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
5567
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
5568
5568
  "typeString": "contract IStoreHook"
5569
5569
  },
5570
5570
  "typeName": {
@@ -5577,13 +5577,13 @@
5577
5577
  "7448:10:57"
5578
5578
  ],
5579
5579
  "nodeType": "IdentifierPath",
5580
- "referencedDeclaration": 67842,
5580
+ "referencedDeclaration": 67830,
5581
5581
  "src": "7448:10:57"
5582
5582
  },
5583
- "referencedDeclaration": 67842,
5583
+ "referencedDeclaration": 67830,
5584
5584
  "src": "7448:10:57",
5585
5585
  "typeDescriptions": {
5586
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
5586
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
5587
5587
  "typeString": "contract IStoreHook"
5588
5588
  }
5589
5589
  },
@@ -5694,7 +5694,7 @@
5694
5694
  "stateVariable": false,
5695
5695
  "storageLocation": "default",
5696
5696
  "typeDescriptions": {
5697
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
5697
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
5698
5698
  "typeString": "contract IStoreHook"
5699
5699
  },
5700
5700
  "typeName": {
@@ -5707,13 +5707,13 @@
5707
5707
  "7605:10:57"
5708
5708
  ],
5709
5709
  "nodeType": "IdentifierPath",
5710
- "referencedDeclaration": 67842,
5710
+ "referencedDeclaration": 67830,
5711
5711
  "src": "7605:10:57"
5712
5712
  },
5713
- "referencedDeclaration": 67842,
5713
+ "referencedDeclaration": 67830,
5714
5714
  "src": "7605:10:57",
5715
5715
  "typeDescriptions": {
5716
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
5716
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
5717
5717
  "typeString": "contract IStoreHook"
5718
5718
  }
5719
5719
  },
@@ -5800,7 +5800,7 @@
5800
5800
  "7694:12:57"
5801
5801
  ],
5802
5802
  "nodeType": "IdentifierPath",
5803
- "referencedDeclaration": 67663,
5803
+ "referencedDeclaration": 67651,
5804
5804
  "src": "7694:12:57"
5805
5805
  },
5806
5806
  "id": 35683,
@@ -5814,7 +5814,7 @@
5814
5814
  "fullyImplemented": false,
5815
5815
  "linearizedBaseContracts": [
5816
5816
  35684,
5817
- 67663,
5817
+ 67651,
5818
5818
  35677,
5819
5819
  35634,
5820
5820
  35628,
@@ -5824,15 +5824,15 @@
5824
5824
  "nameLocation": "7652:6:57",
5825
5825
  "scope": 35685,
5826
5826
  "usedErrors": [
5827
- 67608,
5828
- 67615,
5827
+ 67596,
5828
+ 67603,
5829
+ 67612,
5830
+ 67618,
5829
5831
  67624,
5830
5832
  67630,
5831
5833
  67636,
5832
5834
  67642,
5833
- 67648,
5834
- 67654,
5835
- 67662
5835
+ 67650
5836
5836
  ],
5837
5837
  "usedEvents": [
5838
5838
  35241,
@@ -999,10 +999,10 @@
999
999
  35634
1000
1000
  ],
1001
1001
  "IStoreErrors": [
1002
- 67663
1002
+ 67651
1003
1003
  ],
1004
1004
  "IStoreHook": [
1005
- 67842
1005
+ 67830
1006
1006
  ],
1007
1007
  "IStoreRead": [
1008
1008
  35436
@@ -1047,7 +1047,7 @@
1047
1047
  "file": "./IStoreErrors.sol",
1048
1048
  "nameLocation": "-1:-1:-1",
1049
1049
  "scope": 35685,
1050
- "sourceUnit": 67664,
1050
+ "sourceUnit": 67652,
1051
1051
  "symbolAliases": [
1052
1052
  {
1053
1053
  "foreign": {
@@ -1055,7 +1055,7 @@
1055
1055
  "name": "IStoreErrors",
1056
1056
  "nodeType": "Identifier",
1057
1057
  "overloadedDeclarations": [],
1058
- "referencedDeclaration": 67663,
1058
+ "referencedDeclaration": 67651,
1059
1059
  "src": "68:12:57",
1060
1060
  "typeDescriptions": {}
1061
1061
  },
@@ -1151,7 +1151,7 @@
1151
1151
  "file": "./IStoreHook.sol",
1152
1152
  "nameLocation": "-1:-1:-1",
1153
1153
  "scope": 35685,
1154
- "sourceUnit": 67843,
1154
+ "sourceUnit": 67831,
1155
1155
  "symbolAliases": [
1156
1156
  {
1157
1157
  "foreign": {
@@ -1159,7 +1159,7 @@
1159
1159
  "name": "IStoreHook",
1160
1160
  "nodeType": "Identifier",
1161
1161
  "overloadedDeclarations": [],
1162
- "referencedDeclaration": 67842,
1162
+ "referencedDeclaration": 67830,
1163
1163
  "src": "260:10:57",
1164
1164
  "typeDescriptions": {}
1165
1165
  },
@@ -6256,7 +6256,7 @@
6256
6256
  "stateVariable": false,
6257
6257
  "storageLocation": "default",
6258
6258
  "typeDescriptions": {
6259
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6259
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6260
6260
  "typeString": "contract IStoreHook"
6261
6261
  },
6262
6262
  "typeName": {
@@ -6269,13 +6269,13 @@
6269
6269
  "7448:10:57"
6270
6270
  ],
6271
6271
  "nodeType": "IdentifierPath",
6272
- "referencedDeclaration": 67842,
6272
+ "referencedDeclaration": 67830,
6273
6273
  "src": "7448:10:57"
6274
6274
  },
6275
- "referencedDeclaration": 67842,
6275
+ "referencedDeclaration": 67830,
6276
6276
  "src": "7448:10:57",
6277
6277
  "typeDescriptions": {
6278
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6278
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6279
6279
  "typeString": "contract IStoreHook"
6280
6280
  }
6281
6281
  },
@@ -6386,7 +6386,7 @@
6386
6386
  "stateVariable": false,
6387
6387
  "storageLocation": "default",
6388
6388
  "typeDescriptions": {
6389
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6389
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6390
6390
  "typeString": "contract IStoreHook"
6391
6391
  },
6392
6392
  "typeName": {
@@ -6399,13 +6399,13 @@
6399
6399
  "7605:10:57"
6400
6400
  ],
6401
6401
  "nodeType": "IdentifierPath",
6402
- "referencedDeclaration": 67842,
6402
+ "referencedDeclaration": 67830,
6403
6403
  "src": "7605:10:57"
6404
6404
  },
6405
- "referencedDeclaration": 67842,
6405
+ "referencedDeclaration": 67830,
6406
6406
  "src": "7605:10:57",
6407
6407
  "typeDescriptions": {
6408
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
6408
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
6409
6409
  "typeString": "contract IStoreHook"
6410
6410
  }
6411
6411
  },
@@ -6492,7 +6492,7 @@
6492
6492
  "7694:12:57"
6493
6493
  ],
6494
6494
  "nodeType": "IdentifierPath",
6495
- "referencedDeclaration": 67663,
6495
+ "referencedDeclaration": 67651,
6496
6496
  "src": "7694:12:57"
6497
6497
  },
6498
6498
  "id": 35683,
@@ -6506,7 +6506,7 @@
6506
6506
  "fullyImplemented": false,
6507
6507
  "linearizedBaseContracts": [
6508
6508
  35684,
6509
- 67663,
6509
+ 67651,
6510
6510
  35677,
6511
6511
  35634,
6512
6512
  35628,
@@ -6516,15 +6516,15 @@
6516
6516
  "nameLocation": "7652:6:57",
6517
6517
  "scope": 35685,
6518
6518
  "usedErrors": [
6519
- 67608,
6520
- 67615,
6519
+ 67596,
6520
+ 67603,
6521
+ 67612,
6522
+ 67618,
6521
6523
  67624,
6522
6524
  67630,
6523
6525
  67636,
6524
6526
  67642,
6525
- 67648,
6526
- 67654,
6527
- 67662
6527
+ 67650
6528
6528
  ],
6529
6529
  "usedEvents": [
6530
6530
  35241,
@@ -76,7 +76,7 @@
76
76
  35740
77
77
  ],
78
78
  "leftMask": [
79
- 67867
79
+ 67855
80
80
  ]
81
81
  },
82
82
  "nodeType": "SourceUnit",
@@ -103,7 +103,7 @@
103
103
  "file": "./Utils.sol",
104
104
  "nameLocation": "-1:-1:-1",
105
105
  "scope": 35741,
106
- "sourceUnit": 67868,
106
+ "sourceUnit": 67856,
107
107
  "symbolAliases": [
108
108
  {
109
109
  "foreign": {
@@ -111,7 +111,7 @@
111
111
  "name": "leftMask",
112
112
  "nodeType": "Identifier",
113
113
  "overloadedDeclarations": [],
114
- "referencedDeclaration": 67867,
114
+ "referencedDeclaration": 67855,
115
115
  "src": "68:8:60",
116
116
  "typeDescriptions": {}
117
117
  },
@@ -698,7 +698,7 @@
698
698
  "name": "leftMask",
699
699
  "nodeType": "Identifier",
700
700
  "overloadedDeclarations": [],
701
- "referencedDeclaration": 67867,
701
+ "referencedDeclaration": 67855,
702
702
  "src": "957:8:60",
703
703
  "typeDescriptions": {
704
704
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$",