@latticexyz/world-modules 2.0.0-main-c714e5d1 → 2.0.0-main-94d7f1ee

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 (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -4089,43 +4089,43 @@
4089
4089
  },
4090
4090
  "ast": {
4091
4091
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
4092
- "id": 39776,
4092
+ "id": 42529,
4093
4093
  "exportedSymbols": {
4094
4094
  "IAccessManagementSystem": [
4095
- 61715
4095
+ 75718
4096
4096
  ],
4097
4097
  "IBalanceTransferSystem": [
4098
- 61742
4098
+ 75745
4099
4099
  ],
4100
4100
  "IBaseWorld": [
4101
- 39775
4101
+ 42528
4102
4102
  ],
4103
4103
  "IBatchCallSystem": [
4104
- 61769
4104
+ 75772
4105
4105
  ],
4106
4106
  "ICoreSystem": [
4107
- 61773
4107
+ 75776
4108
4108
  ],
4109
4109
  "IModuleInstallationSystem": [
4110
- 61787
4110
+ 75790
4111
4111
  ],
4112
4112
  "IStore": [
4113
- 25916
4113
+ 28432
4114
4114
  ],
4115
4115
  "IWorldKernel": [
4116
- 39147
4116
+ 41900
4117
4117
  ],
4118
4118
  "IWorldRegistrationSystem": [
4119
- 61877
4119
+ 75880
4120
4120
  ]
4121
4121
  },
4122
4122
  "nodeType": "SourceUnit",
4123
- "src": "32:1035:101",
4123
+ "src": "32:1035:104",
4124
4124
  "nodes": [
4125
4125
  {
4126
- "id": 39741,
4126
+ "id": 42494,
4127
4127
  "nodeType": "PragmaDirective",
4128
- "src": "32:25:101",
4128
+ "src": "32:25:104",
4129
4129
  "nodes": [],
4130
4130
  "literals": [
4131
4131
  "solidity",
@@ -4135,24 +4135,24 @@
4135
4135
  ]
4136
4136
  },
4137
4137
  {
4138
- "id": 39743,
4138
+ "id": 42496,
4139
4139
  "nodeType": "ImportDirective",
4140
- "src": "108:58:101",
4140
+ "src": "108:58:104",
4141
4141
  "nodes": [],
4142
4142
  "absolutePath": "node_modules/@latticexyz/store/src/IStore.sol",
4143
4143
  "file": "@latticexyz/store/src/IStore.sol",
4144
4144
  "nameLocation": "-1:-1:-1",
4145
- "scope": 39776,
4146
- "sourceUnit": 25917,
4145
+ "scope": 42529,
4146
+ "sourceUnit": 28433,
4147
4147
  "symbolAliases": [
4148
4148
  {
4149
4149
  "foreign": {
4150
- "id": 39742,
4150
+ "id": 42495,
4151
4151
  "name": "IStore",
4152
4152
  "nodeType": "Identifier",
4153
4153
  "overloadedDeclarations": [],
4154
- "referencedDeclaration": 25916,
4155
- "src": "117:6:101",
4154
+ "referencedDeclaration": 28432,
4155
+ "src": "117:6:104",
4156
4156
  "typeDescriptions": {}
4157
4157
  },
4158
4158
  "nameLocation": "-1:-1:-1"
@@ -4161,24 +4161,24 @@
4161
4161
  "unitAlias": ""
4162
4162
  },
4163
4163
  {
4164
- "id": 39745,
4164
+ "id": 42498,
4165
4165
  "nodeType": "ImportDirective",
4166
- "src": "167:54:101",
4166
+ "src": "167:54:104",
4167
4167
  "nodes": [],
4168
4168
  "absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
4169
4169
  "file": "../../IWorldKernel.sol",
4170
4170
  "nameLocation": "-1:-1:-1",
4171
- "scope": 39776,
4172
- "sourceUnit": 39148,
4171
+ "scope": 42529,
4172
+ "sourceUnit": 41901,
4173
4173
  "symbolAliases": [
4174
4174
  {
4175
4175
  "foreign": {
4176
- "id": 39744,
4176
+ "id": 42497,
4177
4177
  "name": "IWorldKernel",
4178
4178
  "nodeType": "Identifier",
4179
4179
  "overloadedDeclarations": [],
4180
- "referencedDeclaration": 39147,
4181
- "src": "176:12:101",
4180
+ "referencedDeclaration": 41900,
4181
+ "src": "176:12:104",
4182
4182
  "typeDescriptions": {}
4183
4183
  },
4184
4184
  "nameLocation": "-1:-1:-1"
@@ -4187,24 +4187,24 @@
4187
4187
  "unitAlias": ""
4188
4188
  },
4189
4189
  {
4190
- "id": 39747,
4190
+ "id": 42500,
4191
4191
  "nodeType": "ImportDirective",
4192
- "src": "223:48:101",
4192
+ "src": "223:48:104",
4193
4193
  "nodes": [],
4194
4194
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol",
4195
4195
  "file": "./ICoreSystem.sol",
4196
4196
  "nameLocation": "-1:-1:-1",
4197
- "scope": 39776,
4198
- "sourceUnit": 61774,
4197
+ "scope": 42529,
4198
+ "sourceUnit": 75777,
4199
4199
  "symbolAliases": [
4200
4200
  {
4201
4201
  "foreign": {
4202
- "id": 39746,
4202
+ "id": 42499,
4203
4203
  "name": "ICoreSystem",
4204
4204
  "nodeType": "Identifier",
4205
4205
  "overloadedDeclarations": [],
4206
- "referencedDeclaration": 61773,
4207
- "src": "232:11:101",
4206
+ "referencedDeclaration": 75776,
4207
+ "src": "232:11:104",
4208
4208
  "typeDescriptions": {}
4209
4209
  },
4210
4210
  "nameLocation": "-1:-1:-1"
@@ -4213,24 +4213,24 @@
4213
4213
  "unitAlias": ""
4214
4214
  },
4215
4215
  {
4216
- "id": 39749,
4216
+ "id": 42502,
4217
4217
  "nodeType": "ImportDirective",
4218
- "src": "272:72:101",
4218
+ "src": "272:72:104",
4219
4219
  "nodes": [],
4220
4220
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol",
4221
4221
  "file": "./IAccessManagementSystem.sol",
4222
4222
  "nameLocation": "-1:-1:-1",
4223
- "scope": 39776,
4224
- "sourceUnit": 61716,
4223
+ "scope": 42529,
4224
+ "sourceUnit": 75719,
4225
4225
  "symbolAliases": [
4226
4226
  {
4227
4227
  "foreign": {
4228
- "id": 39748,
4228
+ "id": 42501,
4229
4229
  "name": "IAccessManagementSystem",
4230
4230
  "nodeType": "Identifier",
4231
4231
  "overloadedDeclarations": [],
4232
- "referencedDeclaration": 61715,
4233
- "src": "281:23:101",
4232
+ "referencedDeclaration": 75718,
4233
+ "src": "281:23:104",
4234
4234
  "typeDescriptions": {}
4235
4235
  },
4236
4236
  "nameLocation": "-1:-1:-1"
@@ -4239,24 +4239,24 @@
4239
4239
  "unitAlias": ""
4240
4240
  },
4241
4241
  {
4242
- "id": 39751,
4242
+ "id": 42504,
4243
4243
  "nodeType": "ImportDirective",
4244
- "src": "345:70:101",
4244
+ "src": "345:70:104",
4245
4245
  "nodes": [],
4246
4246
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol",
4247
4247
  "file": "./IBalanceTransferSystem.sol",
4248
4248
  "nameLocation": "-1:-1:-1",
4249
- "scope": 39776,
4250
- "sourceUnit": 61743,
4249
+ "scope": 42529,
4250
+ "sourceUnit": 75746,
4251
4251
  "symbolAliases": [
4252
4252
  {
4253
4253
  "foreign": {
4254
- "id": 39750,
4254
+ "id": 42503,
4255
4255
  "name": "IBalanceTransferSystem",
4256
4256
  "nodeType": "Identifier",
4257
4257
  "overloadedDeclarations": [],
4258
- "referencedDeclaration": 61742,
4259
- "src": "354:22:101",
4258
+ "referencedDeclaration": 75745,
4259
+ "src": "354:22:104",
4260
4260
  "typeDescriptions": {}
4261
4261
  },
4262
4262
  "nameLocation": "-1:-1:-1"
@@ -4265,24 +4265,24 @@
4265
4265
  "unitAlias": ""
4266
4266
  },
4267
4267
  {
4268
- "id": 39753,
4268
+ "id": 42506,
4269
4269
  "nodeType": "ImportDirective",
4270
- "src": "416:58:101",
4270
+ "src": "416:58:104",
4271
4271
  "nodes": [],
4272
4272
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol",
4273
4273
  "file": "./IBatchCallSystem.sol",
4274
4274
  "nameLocation": "-1:-1:-1",
4275
- "scope": 39776,
4276
- "sourceUnit": 61770,
4275
+ "scope": 42529,
4276
+ "sourceUnit": 75773,
4277
4277
  "symbolAliases": [
4278
4278
  {
4279
4279
  "foreign": {
4280
- "id": 39752,
4280
+ "id": 42505,
4281
4281
  "name": "IBatchCallSystem",
4282
4282
  "nodeType": "Identifier",
4283
4283
  "overloadedDeclarations": [],
4284
- "referencedDeclaration": 61769,
4285
- "src": "425:16:101",
4284
+ "referencedDeclaration": 75772,
4285
+ "src": "425:16:104",
4286
4286
  "typeDescriptions": {}
4287
4287
  },
4288
4288
  "nameLocation": "-1:-1:-1"
@@ -4291,24 +4291,24 @@
4291
4291
  "unitAlias": ""
4292
4292
  },
4293
4293
  {
4294
- "id": 39755,
4294
+ "id": 42508,
4295
4295
  "nodeType": "ImportDirective",
4296
- "src": "475:76:101",
4296
+ "src": "475:76:104",
4297
4297
  "nodes": [],
4298
4298
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol",
4299
4299
  "file": "./IModuleInstallationSystem.sol",
4300
4300
  "nameLocation": "-1:-1:-1",
4301
- "scope": 39776,
4302
- "sourceUnit": 61788,
4301
+ "scope": 42529,
4302
+ "sourceUnit": 75791,
4303
4303
  "symbolAliases": [
4304
4304
  {
4305
4305
  "foreign": {
4306
- "id": 39754,
4306
+ "id": 42507,
4307
4307
  "name": "IModuleInstallationSystem",
4308
4308
  "nodeType": "Identifier",
4309
4309
  "overloadedDeclarations": [],
4310
- "referencedDeclaration": 61787,
4311
- "src": "484:25:101",
4310
+ "referencedDeclaration": 75790,
4311
+ "src": "484:25:104",
4312
4312
  "typeDescriptions": {}
4313
4313
  },
4314
4314
  "nameLocation": "-1:-1:-1"
@@ -4317,24 +4317,24 @@
4317
4317
  "unitAlias": ""
4318
4318
  },
4319
4319
  {
4320
- "id": 39757,
4320
+ "id": 42510,
4321
4321
  "nodeType": "ImportDirective",
4322
- "src": "552:74:101",
4322
+ "src": "552:74:104",
4323
4323
  "nodes": [],
4324
4324
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol",
4325
4325
  "file": "./IWorldRegistrationSystem.sol",
4326
4326
  "nameLocation": "-1:-1:-1",
4327
- "scope": 39776,
4328
- "sourceUnit": 61878,
4327
+ "scope": 42529,
4328
+ "sourceUnit": 75881,
4329
4329
  "symbolAliases": [
4330
4330
  {
4331
4331
  "foreign": {
4332
- "id": 39756,
4332
+ "id": 42509,
4333
4333
  "name": "IWorldRegistrationSystem",
4334
4334
  "nodeType": "Identifier",
4335
4335
  "overloadedDeclarations": [],
4336
- "referencedDeclaration": 61877,
4337
- "src": "561:24:101",
4336
+ "referencedDeclaration": 75880,
4337
+ "src": "561:24:104",
4338
4338
  "typeDescriptions": {}
4339
4339
  },
4340
4340
  "nameLocation": "-1:-1:-1"
@@ -4343,202 +4343,202 @@
4343
4343
  "unitAlias": ""
4344
4344
  },
4345
4345
  {
4346
- "id": 39775,
4346
+ "id": 42528,
4347
4347
  "nodeType": "ContractDefinition",
4348
- "src": "868:198:101",
4348
+ "src": "868:198:104",
4349
4349
  "nodes": [],
4350
4350
  "abstract": false,
4351
4351
  "baseContracts": [
4352
4352
  {
4353
4353
  "baseName": {
4354
- "id": 39759,
4354
+ "id": 42512,
4355
4355
  "name": "IStore",
4356
4356
  "nameLocations": [
4357
- "894:6:101"
4357
+ "894:6:104"
4358
4358
  ],
4359
4359
  "nodeType": "IdentifierPath",
4360
- "referencedDeclaration": 25916,
4361
- "src": "894:6:101"
4360
+ "referencedDeclaration": 28432,
4361
+ "src": "894:6:104"
4362
4362
  },
4363
- "id": 39760,
4363
+ "id": 42513,
4364
4364
  "nodeType": "InheritanceSpecifier",
4365
- "src": "894:6:101"
4365
+ "src": "894:6:104"
4366
4366
  },
4367
4367
  {
4368
4368
  "baseName": {
4369
- "id": 39761,
4369
+ "id": 42514,
4370
4370
  "name": "IWorldKernel",
4371
4371
  "nameLocations": [
4372
- "904:12:101"
4372
+ "904:12:104"
4373
4373
  ],
4374
4374
  "nodeType": "IdentifierPath",
4375
- "referencedDeclaration": 39147,
4376
- "src": "904:12:101"
4375
+ "referencedDeclaration": 41900,
4376
+ "src": "904:12:104"
4377
4377
  },
4378
- "id": 39762,
4378
+ "id": 42515,
4379
4379
  "nodeType": "InheritanceSpecifier",
4380
- "src": "904:12:101"
4380
+ "src": "904:12:104"
4381
4381
  },
4382
4382
  {
4383
4383
  "baseName": {
4384
- "id": 39763,
4384
+ "id": 42516,
4385
4385
  "name": "ICoreSystem",
4386
4386
  "nameLocations": [
4387
- "920:11:101"
4387
+ "920:11:104"
4388
4388
  ],
4389
4389
  "nodeType": "IdentifierPath",
4390
- "referencedDeclaration": 61773,
4391
- "src": "920:11:101"
4390
+ "referencedDeclaration": 75776,
4391
+ "src": "920:11:104"
4392
4392
  },
4393
- "id": 39764,
4393
+ "id": 42517,
4394
4394
  "nodeType": "InheritanceSpecifier",
4395
- "src": "920:11:101"
4395
+ "src": "920:11:104"
4396
4396
  },
4397
4397
  {
4398
4398
  "baseName": {
4399
- "id": 39765,
4399
+ "id": 42518,
4400
4400
  "name": "IAccessManagementSystem",
4401
4401
  "nameLocations": [
4402
- "935:23:101"
4402
+ "935:23:104"
4403
4403
  ],
4404
4404
  "nodeType": "IdentifierPath",
4405
- "referencedDeclaration": 61715,
4406
- "src": "935:23:101"
4405
+ "referencedDeclaration": 75718,
4406
+ "src": "935:23:104"
4407
4407
  },
4408
- "id": 39766,
4408
+ "id": 42519,
4409
4409
  "nodeType": "InheritanceSpecifier",
4410
- "src": "935:23:101"
4410
+ "src": "935:23:104"
4411
4411
  },
4412
4412
  {
4413
4413
  "baseName": {
4414
- "id": 39767,
4414
+ "id": 42520,
4415
4415
  "name": "IBalanceTransferSystem",
4416
4416
  "nameLocations": [
4417
- "962:22:101"
4417
+ "962:22:104"
4418
4418
  ],
4419
4419
  "nodeType": "IdentifierPath",
4420
- "referencedDeclaration": 61742,
4421
- "src": "962:22:101"
4420
+ "referencedDeclaration": 75745,
4421
+ "src": "962:22:104"
4422
4422
  },
4423
- "id": 39768,
4423
+ "id": 42521,
4424
4424
  "nodeType": "InheritanceSpecifier",
4425
- "src": "962:22:101"
4425
+ "src": "962:22:104"
4426
4426
  },
4427
4427
  {
4428
4428
  "baseName": {
4429
- "id": 39769,
4429
+ "id": 42522,
4430
4430
  "name": "IBatchCallSystem",
4431
4431
  "nameLocations": [
4432
- "988:16:101"
4432
+ "988:16:104"
4433
4433
  ],
4434
4434
  "nodeType": "IdentifierPath",
4435
- "referencedDeclaration": 61769,
4436
- "src": "988:16:101"
4435
+ "referencedDeclaration": 75772,
4436
+ "src": "988:16:104"
4437
4437
  },
4438
- "id": 39770,
4438
+ "id": 42523,
4439
4439
  "nodeType": "InheritanceSpecifier",
4440
- "src": "988:16:101"
4440
+ "src": "988:16:104"
4441
4441
  },
4442
4442
  {
4443
4443
  "baseName": {
4444
- "id": 39771,
4444
+ "id": 42524,
4445
4445
  "name": "IModuleInstallationSystem",
4446
4446
  "nameLocations": [
4447
- "1008:25:101"
4447
+ "1008:25:104"
4448
4448
  ],
4449
4449
  "nodeType": "IdentifierPath",
4450
- "referencedDeclaration": 61787,
4451
- "src": "1008:25:101"
4450
+ "referencedDeclaration": 75790,
4451
+ "src": "1008:25:104"
4452
4452
  },
4453
- "id": 39772,
4453
+ "id": 42525,
4454
4454
  "nodeType": "InheritanceSpecifier",
4455
- "src": "1008:25:101"
4455
+ "src": "1008:25:104"
4456
4456
  },
4457
4457
  {
4458
4458
  "baseName": {
4459
- "id": 39773,
4459
+ "id": 42526,
4460
4460
  "name": "IWorldRegistrationSystem",
4461
4461
  "nameLocations": [
4462
- "1037:24:101"
4462
+ "1037:24:104"
4463
4463
  ],
4464
4464
  "nodeType": "IdentifierPath",
4465
- "referencedDeclaration": 61877,
4466
- "src": "1037:24:101"
4465
+ "referencedDeclaration": 75880,
4466
+ "src": "1037:24:104"
4467
4467
  },
4468
- "id": 39774,
4468
+ "id": 42527,
4469
4469
  "nodeType": "InheritanceSpecifier",
4470
- "src": "1037:24:101"
4470
+ "src": "1037:24:104"
4471
4471
  }
4472
4472
  ],
4473
4473
  "canonicalName": "IBaseWorld",
4474
4474
  "contractDependencies": [],
4475
4475
  "contractKind": "interface",
4476
4476
  "documentation": {
4477
- "id": 39758,
4477
+ "id": 42511,
4478
4478
  "nodeType": "StructuredDocumentation",
4479
- "src": "628:239:101",
4479
+ "src": "628:239:104",
4480
4480
  "text": " @title IBaseWorld\n @notice This interface integrates all systems and associated function selectors\n that are dynamically registered in the World during deployment.\n @dev This is an autogenerated file; do not edit manually."
4481
4481
  },
4482
4482
  "fullyImplemented": false,
4483
4483
  "linearizedBaseContracts": [
4484
- 39775,
4485
- 61877,
4486
- 61787,
4487
- 61769,
4488
- 61742,
4489
- 61715,
4490
- 61773,
4491
- 39147,
4492
- 61685,
4493
- 39115,
4494
- 39089,
4495
- 25916,
4496
- 58162,
4497
- 58215,
4498
- 58096,
4499
- 62229,
4500
- 67543,
4501
- 62077
4484
+ 42528,
4485
+ 75880,
4486
+ 75790,
4487
+ 75772,
4488
+ 75745,
4489
+ 75718,
4490
+ 75776,
4491
+ 41900,
4492
+ 41823,
4493
+ 41868,
4494
+ 41842,
4495
+ 28432,
4496
+ 70137,
4497
+ 70190,
4498
+ 70071,
4499
+ 76232,
4500
+ 78851,
4501
+ 76080
4502
4502
  ],
4503
4503
  "name": "IBaseWorld",
4504
- "nameLocation": "878:10:101",
4505
- "scope": 39776,
4504
+ "nameLocation": "878:10:104",
4505
+ "scope": 42529,
4506
4506
  "usedErrors": [
4507
- 58107,
4508
- 58114,
4509
- 58123,
4510
- 58129,
4511
- 58135,
4512
- 58141,
4513
- 58147,
4514
- 58153,
4515
- 58161,
4516
- 61599,
4517
- 61607,
4518
- 61615,
4519
- 61622,
4520
- 61630,
4521
- 61635,
4522
- 61640,
4523
- 61645,
4524
- 61652,
4525
- 61655,
4526
- 61662,
4527
- 61669,
4528
- 61679,
4529
- 61684
4507
+ 41737,
4508
+ 41745,
4509
+ 41753,
4510
+ 41760,
4511
+ 41768,
4512
+ 41773,
4513
+ 41778,
4514
+ 41783,
4515
+ 41790,
4516
+ 41793,
4517
+ 41800,
4518
+ 41807,
4519
+ 41817,
4520
+ 41822,
4521
+ 70082,
4522
+ 70089,
4523
+ 70098,
4524
+ 70104,
4525
+ 70110,
4526
+ 70116,
4527
+ 70122,
4528
+ 70128,
4529
+ 70136
4530
4530
  ],
4531
4531
  "usedEvents": [
4532
- 39127,
4533
- 58089,
4534
- 67502,
4535
- 67515,
4536
- 67533,
4537
- 67542
4532
+ 41880,
4533
+ 70064,
4534
+ 78810,
4535
+ 78823,
4536
+ 78841,
4537
+ 78850
4538
4538
  ]
4539
4539
  }
4540
4540
  ],
4541
4541
  "license": "MIT"
4542
4542
  },
4543
- "id": 101
4543
+ "id": 104
4544
4544
  }