@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
@@ -117,7 +117,7 @@
117
117
  "id": 35224,
118
118
  "exportedSymbols": {
119
119
  "BYTE_TO_BITS": [
120
- 67557
120
+ 67545
121
121
  ],
122
122
  "FieldLayout": [
123
123
  34805
@@ -129,19 +129,19 @@
129
129
  34950
130
130
  ],
131
131
  "LayoutOffsets": [
132
- 67597
132
+ 67585
133
133
  ],
134
134
  "MAX_DYNAMIC_FIELDS": [
135
- 67566
135
+ 67554
136
136
  ],
137
137
  "MAX_TOTAL_FIELDS": [
138
- 67560
138
+ 67548
139
139
  ],
140
140
  "WORD_LAST_INDEX": [
141
- 67554
141
+ 67542
142
142
  ],
143
143
  "WORD_SIZE": [
144
- 67551
144
+ 67539
145
145
  ]
146
146
  },
147
147
  "nodeType": "SourceUnit",
@@ -168,7 +168,7 @@
168
168
  "file": "./constants.sol",
169
169
  "nameLocation": "-1:-1:-1",
170
170
  "scope": 35224,
171
- "sourceUnit": 67598,
171
+ "sourceUnit": 67586,
172
172
  "symbolAliases": [
173
173
  {
174
174
  "foreign": {
@@ -176,7 +176,7 @@
176
176
  "name": "WORD_SIZE",
177
177
  "nodeType": "Identifier",
178
178
  "overloadedDeclarations": [],
179
- "referencedDeclaration": 67551,
179
+ "referencedDeclaration": 67539,
180
180
  "src": "68:9:54",
181
181
  "typeDescriptions": {}
182
182
  },
@@ -188,7 +188,7 @@
188
188
  "name": "WORD_LAST_INDEX",
189
189
  "nodeType": "Identifier",
190
190
  "overloadedDeclarations": [],
191
- "referencedDeclaration": 67554,
191
+ "referencedDeclaration": 67542,
192
192
  "src": "79:15:54",
193
193
  "typeDescriptions": {}
194
194
  },
@@ -200,7 +200,7 @@
200
200
  "name": "BYTE_TO_BITS",
201
201
  "nodeType": "Identifier",
202
202
  "overloadedDeclarations": [],
203
- "referencedDeclaration": 67557,
203
+ "referencedDeclaration": 67545,
204
204
  "src": "96:12:54",
205
205
  "typeDescriptions": {}
206
206
  },
@@ -212,7 +212,7 @@
212
212
  "name": "MAX_TOTAL_FIELDS",
213
213
  "nodeType": "Identifier",
214
214
  "overloadedDeclarations": [],
215
- "referencedDeclaration": 67560,
215
+ "referencedDeclaration": 67548,
216
216
  "src": "110:16:54",
217
217
  "typeDescriptions": {}
218
218
  },
@@ -224,7 +224,7 @@
224
224
  "name": "MAX_DYNAMIC_FIELDS",
225
225
  "nodeType": "Identifier",
226
226
  "overloadedDeclarations": [],
227
- "referencedDeclaration": 67566,
227
+ "referencedDeclaration": 67554,
228
228
  "src": "128:18:54",
229
229
  "typeDescriptions": {}
230
230
  },
@@ -236,7 +236,7 @@
236
236
  "name": "LayoutOffsets",
237
237
  "nodeType": "Identifier",
238
238
  "overloadedDeclarations": [],
239
- "referencedDeclaration": 67597,
239
+ "referencedDeclaration": 67585,
240
240
  "src": "148:13:54",
241
241
  "typeDescriptions": {}
242
242
  },
@@ -588,7 +588,7 @@
588
588
  "name": "MAX_TOTAL_FIELDS",
589
589
  "nodeType": "Identifier",
590
590
  "overloadedDeclarations": [],
591
- "referencedDeclaration": 67560,
591
+ "referencedDeclaration": 67548,
592
592
  "src": "1086:16:54",
593
593
  "typeDescriptions": {
594
594
  "typeIdentifier": "t_uint256",
@@ -689,7 +689,7 @@
689
689
  "name": "MAX_DYNAMIC_FIELDS",
690
690
  "nodeType": "Identifier",
691
691
  "overloadedDeclarations": [],
692
- "referencedDeclaration": 67566,
692
+ "referencedDeclaration": 67554,
693
693
  "src": "1181:18:54",
694
694
  "typeDescriptions": {
695
695
  "typeIdentifier": "t_uint256",
@@ -917,7 +917,7 @@
917
917
  "name": "WORD_SIZE",
918
918
  "nodeType": "Identifier",
919
919
  "overloadedDeclarations": [],
920
- "referencedDeclaration": 67551,
920
+ "referencedDeclaration": 67539,
921
921
  "src": "1579:9:54",
922
922
  "typeDescriptions": {
923
923
  "typeIdentifier": "t_uint256",
@@ -1226,7 +1226,7 @@
1226
1226
  "name": "WORD_LAST_INDEX",
1227
1227
  "nodeType": "Identifier",
1228
1228
  "overloadedDeclarations": [],
1229
- "referencedDeclaration": 67554,
1229
+ "referencedDeclaration": 67542,
1230
1230
  "src": "2052:15:54",
1231
1231
  "typeDescriptions": {
1232
1232
  "typeIdentifier": "t_uint256",
@@ -1298,7 +1298,7 @@
1298
1298
  "name": "BYTE_TO_BITS",
1299
1299
  "nodeType": "Identifier",
1300
1300
  "overloadedDeclarations": [],
1301
- "referencedDeclaration": 67557,
1301
+ "referencedDeclaration": 67545,
1302
1302
  "src": "2079:12:54",
1303
1303
  "typeDescriptions": {
1304
1304
  "typeIdentifier": "t_uint256",
@@ -1542,10 +1542,10 @@
1542
1542
  "name": "LayoutOffsets",
1543
1543
  "nodeType": "Identifier",
1544
1544
  "overloadedDeclarations": [],
1545
- "referencedDeclaration": 67597,
1545
+ "referencedDeclaration": 67585,
1546
1546
  "src": "2391:13:54",
1547
1547
  "typeDescriptions": {
1548
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
1548
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1549
1549
  "typeString": "type(library LayoutOffsets)"
1550
1550
  }
1551
1551
  },
@@ -1557,7 +1557,7 @@
1557
1557
  "memberLocation": "2405:12:54",
1558
1558
  "memberName": "TOTAL_LENGTH",
1559
1559
  "nodeType": "MemberAccess",
1560
- "referencedDeclaration": 67574,
1560
+ "referencedDeclaration": 67562,
1561
1561
  "src": "2391:26:54",
1562
1562
  "typeDescriptions": {
1563
1563
  "typeIdentifier": "t_uint256",
@@ -1646,10 +1646,10 @@
1646
1646
  "name": "LayoutOffsets",
1647
1647
  "nodeType": "Identifier",
1648
1648
  "overloadedDeclarations": [],
1649
- "referencedDeclaration": 67597,
1649
+ "referencedDeclaration": 67585,
1650
1650
  "src": "2462:13:54",
1651
1651
  "typeDescriptions": {
1652
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
1652
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1653
1653
  "typeString": "type(library LayoutOffsets)"
1654
1654
  }
1655
1655
  },
@@ -1661,7 +1661,7 @@
1661
1661
  "memberLocation": "2476:17:54",
1662
1662
  "memberName": "NUM_STATIC_FIELDS",
1663
1663
  "nodeType": "MemberAccess",
1664
- "referencedDeclaration": 67584,
1664
+ "referencedDeclaration": 67572,
1665
1665
  "src": "2462:31:54",
1666
1666
  "typeDescriptions": {
1667
1667
  "typeIdentifier": "t_uint256",
@@ -1735,10 +1735,10 @@
1735
1735
  "name": "LayoutOffsets",
1736
1736
  "nodeType": "Identifier",
1737
1737
  "overloadedDeclarations": [],
1738
- "referencedDeclaration": 67597,
1738
+ "referencedDeclaration": 67585,
1739
1739
  "src": "2534:13:54",
1740
1740
  "typeDescriptions": {
1741
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
1741
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1742
1742
  "typeString": "type(library LayoutOffsets)"
1743
1743
  }
1744
1744
  },
@@ -1750,7 +1750,7 @@
1750
1750
  "memberLocation": "2548:18:54",
1751
1751
  "memberName": "NUM_DYNAMIC_FIELDS",
1752
1752
  "nodeType": "MemberAccess",
1753
- "referencedDeclaration": 67596,
1753
+ "referencedDeclaration": 67584,
1754
1754
  "src": "2534:32:54",
1755
1755
  "typeDescriptions": {
1756
1756
  "typeIdentifier": "t_uint256",
@@ -2213,7 +2213,7 @@
2213
2213
  "name": "WORD_LAST_INDEX",
2214
2214
  "nodeType": "Identifier",
2215
2215
  "overloadedDeclarations": [],
2216
- "referencedDeclaration": 67554,
2216
+ "referencedDeclaration": 67542,
2217
2217
  "src": "2929:15:54",
2218
2218
  "typeDescriptions": {
2219
2219
  "typeIdentifier": "t_uint256",
@@ -2285,7 +2285,7 @@
2285
2285
  "name": "BYTE_TO_BITS",
2286
2286
  "nodeType": "Identifier",
2287
2287
  "overloadedDeclarations": [],
2288
- "referencedDeclaration": 67557,
2288
+ "referencedDeclaration": 67545,
2289
2289
  "src": "2960:12:54",
2290
2290
  "typeDescriptions": {
2291
2291
  "typeIdentifier": "t_uint256",
@@ -2630,10 +2630,10 @@
2630
2630
  "name": "LayoutOffsets",
2631
2631
  "nodeType": "Identifier",
2632
2632
  "overloadedDeclarations": [],
2633
- "referencedDeclaration": 67597,
2633
+ "referencedDeclaration": 67585,
2634
2634
  "src": "3206:13:54",
2635
2635
  "typeDescriptions": {
2636
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
2636
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
2637
2637
  "typeString": "type(library LayoutOffsets)"
2638
2638
  }
2639
2639
  },
@@ -2645,7 +2645,7 @@
2645
2645
  "memberLocation": "3220:12:54",
2646
2646
  "memberName": "TOTAL_LENGTH",
2647
2647
  "nodeType": "MemberAccess",
2648
- "referencedDeclaration": 67574,
2648
+ "referencedDeclaration": 67562,
2649
2649
  "src": "3206:26:54",
2650
2650
  "typeDescriptions": {
2651
2651
  "typeIdentifier": "t_uint256",
@@ -2883,10 +2883,10 @@
2883
2883
  "name": "LayoutOffsets",
2884
2884
  "nodeType": "Identifier",
2885
2885
  "overloadedDeclarations": [],
2886
- "referencedDeclaration": 67597,
2886
+ "referencedDeclaration": 67585,
2887
2887
  "src": "3445:13:54",
2888
2888
  "typeDescriptions": {
2889
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
2889
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
2890
2890
  "typeString": "type(library LayoutOffsets)"
2891
2891
  }
2892
2892
  },
@@ -2898,7 +2898,7 @@
2898
2898
  "memberLocation": "3459:17:54",
2899
2899
  "memberName": "NUM_STATIC_FIELDS",
2900
2900
  "nodeType": "MemberAccess",
2901
- "referencedDeclaration": 67584,
2901
+ "referencedDeclaration": 67572,
2902
2902
  "src": "3445:31:54",
2903
2903
  "typeDescriptions": {
2904
2904
  "typeIdentifier": "t_uint256",
@@ -3179,10 +3179,10 @@
3179
3179
  "name": "LayoutOffsets",
3180
3180
  "nodeType": "Identifier",
3181
3181
  "overloadedDeclarations": [],
3182
- "referencedDeclaration": 67597,
3182
+ "referencedDeclaration": 67585,
3183
3183
  "src": "3699:13:54",
3184
3184
  "typeDescriptions": {
3185
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
3185
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3186
3186
  "typeString": "type(library LayoutOffsets)"
3187
3187
  }
3188
3188
  },
@@ -3194,7 +3194,7 @@
3194
3194
  "memberLocation": "3713:18:54",
3195
3195
  "memberName": "NUM_DYNAMIC_FIELDS",
3196
3196
  "nodeType": "MemberAccess",
3197
- "referencedDeclaration": 67596,
3197
+ "referencedDeclaration": 67584,
3198
3198
  "src": "3699:32:54",
3199
3199
  "typeDescriptions": {
3200
3200
  "typeIdentifier": "t_uint256",
@@ -3490,10 +3490,10 @@
3490
3490
  "name": "LayoutOffsets",
3491
3491
  "nodeType": "Identifier",
3492
3492
  "overloadedDeclarations": [],
3493
- "referencedDeclaration": 67597,
3493
+ "referencedDeclaration": 67585,
3494
3494
  "src": "3964:13:54",
3495
3495
  "typeDescriptions": {
3496
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
3496
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3497
3497
  "typeString": "type(library LayoutOffsets)"
3498
3498
  }
3499
3499
  },
@@ -3505,7 +3505,7 @@
3505
3505
  "memberLocation": "3978:17:54",
3506
3506
  "memberName": "NUM_STATIC_FIELDS",
3507
3507
  "nodeType": "MemberAccess",
3508
- "referencedDeclaration": 67584,
3508
+ "referencedDeclaration": 67572,
3509
3509
  "src": "3964:31:54",
3510
3510
  "typeDescriptions": {
3511
3511
  "typeIdentifier": "t_uint256",
@@ -3675,10 +3675,10 @@
3675
3675
  "name": "LayoutOffsets",
3676
3676
  "nodeType": "Identifier",
3677
3677
  "overloadedDeclarations": [],
3678
- "referencedDeclaration": 67597,
3678
+ "referencedDeclaration": 67585,
3679
3679
  "src": "4046:13:54",
3680
3680
  "typeDescriptions": {
3681
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67597_$",
3681
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3682
3682
  "typeString": "type(library LayoutOffsets)"
3683
3683
  }
3684
3684
  },
@@ -3690,7 +3690,7 @@
3690
3690
  "memberLocation": "4060:18:54",
3691
3691
  "memberName": "NUM_DYNAMIC_FIELDS",
3692
3692
  "nodeType": "MemberAccess",
3693
- "referencedDeclaration": 67596,
3693
+ "referencedDeclaration": 67584,
3694
3694
  "src": "4046:32:54",
3695
3695
  "typeDescriptions": {
3696
3696
  "typeIdentifier": "t_uint256",
@@ -4407,7 +4407,7 @@
4407
4407
  "name": "MAX_DYNAMIC_FIELDS",
4408
4408
  "nodeType": "Identifier",
4409
4409
  "overloadedDeclarations": [],
4410
- "referencedDeclaration": 67566,
4410
+ "referencedDeclaration": 67554,
4411
4411
  "src": "4652:18:54",
4412
4412
  "typeDescriptions": {
4413
4413
  "typeIdentifier": "t_uint256",
@@ -4687,7 +4687,7 @@
4687
4687
  "name": "MAX_TOTAL_FIELDS",
4688
4688
  "nodeType": "Identifier",
4689
4689
  "overloadedDeclarations": [],
4690
- "referencedDeclaration": 67560,
4690
+ "referencedDeclaration": 67548,
4691
4691
  "src": "4969:16:54",
4692
4692
  "typeDescriptions": {
4693
4693
  "typeIdentifier": "t_uint256",
@@ -4959,7 +4959,7 @@
4959
4959
  "name": "WORD_SIZE",
4960
4960
  "nodeType": "Identifier",
4961
4961
  "overloadedDeclarations": [],
4962
- "referencedDeclaration": 67551,
4962
+ "referencedDeclaration": 67539,
4963
4963
  "src": "5334:9:54",
4964
4964
  "typeDescriptions": {
4965
4965
  "typeIdentifier": "t_uint256",
@@ -2336,10 +2336,10 @@
2336
2336
  35634
2337
2337
  ],
2338
2338
  "IStoreErrors": [
2339
- 67663
2339
+ 67651
2340
2340
  ],
2341
2341
  "IStoreHook": [
2342
- 67842
2342
+ 67830
2343
2343
  ],
2344
2344
  "IStoreRead": [
2345
2345
  35436
@@ -2384,7 +2384,7 @@
2384
2384
  "file": "./IStoreErrors.sol",
2385
2385
  "nameLocation": "-1:-1:-1",
2386
2386
  "scope": 35685,
2387
- "sourceUnit": 67664,
2387
+ "sourceUnit": 67652,
2388
2388
  "symbolAliases": [
2389
2389
  {
2390
2390
  "foreign": {
@@ -2392,7 +2392,7 @@
2392
2392
  "name": "IStoreErrors",
2393
2393
  "nodeType": "Identifier",
2394
2394
  "overloadedDeclarations": [],
2395
- "referencedDeclaration": 67663,
2395
+ "referencedDeclaration": 67651,
2396
2396
  "src": "68:12:57",
2397
2397
  "typeDescriptions": {}
2398
2398
  },
@@ -2488,7 +2488,7 @@
2488
2488
  "file": "./IStoreHook.sol",
2489
2489
  "nameLocation": "-1:-1:-1",
2490
2490
  "scope": 35685,
2491
- "sourceUnit": 67843,
2491
+ "sourceUnit": 67831,
2492
2492
  "symbolAliases": [
2493
2493
  {
2494
2494
  "foreign": {
@@ -2496,7 +2496,7 @@
2496
2496
  "name": "IStoreHook",
2497
2497
  "nodeType": "Identifier",
2498
2498
  "overloadedDeclarations": [],
2499
- "referencedDeclaration": 67842,
2499
+ "referencedDeclaration": 67830,
2500
2500
  "src": "260:10:57",
2501
2501
  "typeDescriptions": {}
2502
2502
  },
@@ -7593,7 +7593,7 @@
7593
7593
  "stateVariable": false,
7594
7594
  "storageLocation": "default",
7595
7595
  "typeDescriptions": {
7596
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7596
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7597
7597
  "typeString": "contract IStoreHook"
7598
7598
  },
7599
7599
  "typeName": {
@@ -7606,13 +7606,13 @@
7606
7606
  "7448:10:57"
7607
7607
  ],
7608
7608
  "nodeType": "IdentifierPath",
7609
- "referencedDeclaration": 67842,
7609
+ "referencedDeclaration": 67830,
7610
7610
  "src": "7448:10:57"
7611
7611
  },
7612
- "referencedDeclaration": 67842,
7612
+ "referencedDeclaration": 67830,
7613
7613
  "src": "7448:10:57",
7614
7614
  "typeDescriptions": {
7615
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7615
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7616
7616
  "typeString": "contract IStoreHook"
7617
7617
  }
7618
7618
  },
@@ -7723,7 +7723,7 @@
7723
7723
  "stateVariable": false,
7724
7724
  "storageLocation": "default",
7725
7725
  "typeDescriptions": {
7726
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7726
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7727
7727
  "typeString": "contract IStoreHook"
7728
7728
  },
7729
7729
  "typeName": {
@@ -7736,13 +7736,13 @@
7736
7736
  "7605:10:57"
7737
7737
  ],
7738
7738
  "nodeType": "IdentifierPath",
7739
- "referencedDeclaration": 67842,
7739
+ "referencedDeclaration": 67830,
7740
7740
  "src": "7605:10:57"
7741
7741
  },
7742
- "referencedDeclaration": 67842,
7742
+ "referencedDeclaration": 67830,
7743
7743
  "src": "7605:10:57",
7744
7744
  "typeDescriptions": {
7745
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7745
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7746
7746
  "typeString": "contract IStoreHook"
7747
7747
  }
7748
7748
  },
@@ -7829,7 +7829,7 @@
7829
7829
  "7694:12:57"
7830
7830
  ],
7831
7831
  "nodeType": "IdentifierPath",
7832
- "referencedDeclaration": 67663,
7832
+ "referencedDeclaration": 67651,
7833
7833
  "src": "7694:12:57"
7834
7834
  },
7835
7835
  "id": 35683,
@@ -7843,7 +7843,7 @@
7843
7843
  "fullyImplemented": false,
7844
7844
  "linearizedBaseContracts": [
7845
7845
  35684,
7846
- 67663,
7846
+ 67651,
7847
7847
  35677,
7848
7848
  35634,
7849
7849
  35628,
@@ -7853,15 +7853,15 @@
7853
7853
  "nameLocation": "7652:6:57",
7854
7854
  "scope": 35685,
7855
7855
  "usedErrors": [
7856
- 67608,
7857
- 67615,
7856
+ 67596,
7857
+ 67603,
7858
+ 67612,
7859
+ 67618,
7858
7860
  67624,
7859
7861
  67630,
7860
7862
  67636,
7861
7863
  67642,
7862
- 67648,
7863
- 67654,
7864
- 67662
7864
+ 67650
7865
7865
  ],
7866
7866
  "usedEvents": [
7867
7867
  35241,
@@ -1870,10 +1870,10 @@
1870
1870
  35634
1871
1871
  ],
1872
1872
  "IStoreErrors": [
1873
- 67663
1873
+ 67651
1874
1874
  ],
1875
1875
  "IStoreHook": [
1876
- 67842
1876
+ 67830
1877
1877
  ],
1878
1878
  "IStoreRead": [
1879
1879
  35436
@@ -1918,7 +1918,7 @@
1918
1918
  "file": "./IStoreErrors.sol",
1919
1919
  "nameLocation": "-1:-1:-1",
1920
1920
  "scope": 35685,
1921
- "sourceUnit": 67664,
1921
+ "sourceUnit": 67652,
1922
1922
  "symbolAliases": [
1923
1923
  {
1924
1924
  "foreign": {
@@ -1926,7 +1926,7 @@
1926
1926
  "name": "IStoreErrors",
1927
1927
  "nodeType": "Identifier",
1928
1928
  "overloadedDeclarations": [],
1929
- "referencedDeclaration": 67663,
1929
+ "referencedDeclaration": 67651,
1930
1930
  "src": "68:12:57",
1931
1931
  "typeDescriptions": {}
1932
1932
  },
@@ -2022,7 +2022,7 @@
2022
2022
  "file": "./IStoreHook.sol",
2023
2023
  "nameLocation": "-1:-1:-1",
2024
2024
  "scope": 35685,
2025
- "sourceUnit": 67843,
2025
+ "sourceUnit": 67831,
2026
2026
  "symbolAliases": [
2027
2027
  {
2028
2028
  "foreign": {
@@ -2030,7 +2030,7 @@
2030
2030
  "name": "IStoreHook",
2031
2031
  "nodeType": "Identifier",
2032
2032
  "overloadedDeclarations": [],
2033
- "referencedDeclaration": 67842,
2033
+ "referencedDeclaration": 67830,
2034
2034
  "src": "260:10:57",
2035
2035
  "typeDescriptions": {}
2036
2036
  },
@@ -7127,7 +7127,7 @@
7127
7127
  "stateVariable": false,
7128
7128
  "storageLocation": "default",
7129
7129
  "typeDescriptions": {
7130
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7130
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7131
7131
  "typeString": "contract IStoreHook"
7132
7132
  },
7133
7133
  "typeName": {
@@ -7140,13 +7140,13 @@
7140
7140
  "7448:10:57"
7141
7141
  ],
7142
7142
  "nodeType": "IdentifierPath",
7143
- "referencedDeclaration": 67842,
7143
+ "referencedDeclaration": 67830,
7144
7144
  "src": "7448:10:57"
7145
7145
  },
7146
- "referencedDeclaration": 67842,
7146
+ "referencedDeclaration": 67830,
7147
7147
  "src": "7448:10:57",
7148
7148
  "typeDescriptions": {
7149
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7149
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7150
7150
  "typeString": "contract IStoreHook"
7151
7151
  }
7152
7152
  },
@@ -7257,7 +7257,7 @@
7257
7257
  "stateVariable": false,
7258
7258
  "storageLocation": "default",
7259
7259
  "typeDescriptions": {
7260
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7260
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7261
7261
  "typeString": "contract IStoreHook"
7262
7262
  },
7263
7263
  "typeName": {
@@ -7270,13 +7270,13 @@
7270
7270
  "7605:10:57"
7271
7271
  ],
7272
7272
  "nodeType": "IdentifierPath",
7273
- "referencedDeclaration": 67842,
7273
+ "referencedDeclaration": 67830,
7274
7274
  "src": "7605:10:57"
7275
7275
  },
7276
- "referencedDeclaration": 67842,
7276
+ "referencedDeclaration": 67830,
7277
7277
  "src": "7605:10:57",
7278
7278
  "typeDescriptions": {
7279
- "typeIdentifier": "t_contract$_IStoreHook_$67842",
7279
+ "typeIdentifier": "t_contract$_IStoreHook_$67830",
7280
7280
  "typeString": "contract IStoreHook"
7281
7281
  }
7282
7282
  },
@@ -7363,7 +7363,7 @@
7363
7363
  "7694:12:57"
7364
7364
  ],
7365
7365
  "nodeType": "IdentifierPath",
7366
- "referencedDeclaration": 67663,
7366
+ "referencedDeclaration": 67651,
7367
7367
  "src": "7694:12:57"
7368
7368
  },
7369
7369
  "id": 35683,
@@ -7377,7 +7377,7 @@
7377
7377
  "fullyImplemented": false,
7378
7378
  "linearizedBaseContracts": [
7379
7379
  35684,
7380
- 67663,
7380
+ 67651,
7381
7381
  35677,
7382
7382
  35634,
7383
7383
  35628,
@@ -7387,15 +7387,15 @@
7387
7387
  "nameLocation": "7652:6:57",
7388
7388
  "scope": 35685,
7389
7389
  "usedErrors": [
7390
- 67608,
7391
- 67615,
7390
+ 67596,
7391
+ 67603,
7392
+ 67612,
7393
+ 67618,
7392
7394
  67624,
7393
7395
  67630,
7394
7396
  67636,
7395
7397
  67642,
7396
- 67648,
7397
- 67654,
7398
- 67662
7398
+ 67650
7399
7399
  ],
7400
7400
  "usedEvents": [
7401
7401
  35241,