@latticexyz/world-modules 2.0.0-main-fa74f25e → 2.0.0-main-be5266dc

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 (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +223 -223
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2614 -2614
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3158 -3158
  5. package/out/DelegationControl.sol/DelegationControl.json +104 -104
  6. package/out/EncodeArray.sol/EncodeArray.json +3253 -3253
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +19 -19
  10. package/out/Hook.sol/HookLib.json +19 -19
  11. package/out/Hooks.sol/Hooks.json +99 -99
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  34. package/out/KeysInTable.sol/KeysInTable.json +10687 -10687
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +542 -542
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3847 -3847
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1005 -1005
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +431 -431
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +93 -93
  42. package/out/ResourceIds.sol/ResourceIds.json +73 -73
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +11 -11
  47. package/out/Slice.sol/SliceLib.json +11 -11
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +308 -308
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +62 -62
  51. package/out/StoreCore.sol/StoreCoreInternal.json +62 -62
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +100 -100
  54. package/out/StoreSwitch.sol/StoreSwitch.json +19 -19
  55. package/out/System.sol/System.json +38 -38
  56. package/out/Tables.sol/Tables.json +101 -101
  57. package/out/TightCoder.sol/TightCoder.json +553 -553
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +127 -127
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2005 -2005
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1421 -1421
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +332 -332
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +101 -101
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2741 -2741
  64. package/out/WorldContext.sol/WorldContextConsumer.json +382 -382
  65. package/out/WorldContext.sol/WorldContextProvider.json +382 -382
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +142 -142
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +436 -436
  95. package/out/src/Slice.sol/SliceLib.json +436 -436
  96. package/out/src/StoreCore.sol/StoreCore.json +4474 -4474
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4474 -4474
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2473 -2473
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +382 -382
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +382 -382
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1765 -1765
  106. package/out/tables/Tables.sol/Tables.json +7307 -7307
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3253 -3253
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -32,7 +32,7 @@
32
32
  "methodIdentifiers": {
33
33
  "installRootModule(address,bytes)": "af068c9e"
34
34
  },
35
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This interface defines the contract responsible for managing root modules installation.\",\"kind\":\"dev\",\"methods\":{\"installRootModule(address,bytes)\":{\"details\":\"Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\",\"params\":{\"args\":\"The arguments provided for the module installation.\",\"module\":\"The module to be installed.\"}}},\"title\":\"World Module Installation Interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"installRootModule(address,bytes)\":{\"notice\":\"Install the given root module in the World.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/IWorldKernel.sol\":\"IWorldModuleInstallation\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]}},\"version\":1}",
35
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This interface defines the contract responsible for managing root modules installation.\",\"kind\":\"dev\",\"methods\":{\"installRootModule(address,bytes)\":{\"details\":\"Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\",\"params\":{\"args\":\"The arguments provided for the module installation.\",\"module\":\"The module to be installed.\"}}},\"title\":\"World Module Installation Interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"installRootModule(address,bytes)\":{\"notice\":\"Install the given root module in the World.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/IWorldKernel.sol\":\"IWorldModuleInstallation\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"/home/runner/work/mud/mud/packages/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
36
36
  "metadata": {
37
37
  "compiler": {
38
38
  "version": "0.8.21+commit.d9974bed"
@@ -173,10 +173,10 @@
173
173
  "license": "MIT"
174
174
  },
175
175
  "node_modules/@latticexyz/store/src/storeResourceTypes.sol": {
176
- "keccak256": "0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb",
176
+ "keccak256": "0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2",
177
177
  "urls": [
178
- "bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878",
179
- "dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg"
178
+ "bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84",
179
+ "dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"
180
180
  ],
181
181
  "license": "MIT"
182
182
  }
@@ -185,32 +185,32 @@
185
185
  },
186
186
  "ast": {
187
187
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IWorldKernel.sol",
188
- "id": 23245,
188
+ "id": 23269,
189
189
  "exportedSymbols": {
190
190
  "IModule": [
191
- 22985
191
+ 23009
192
192
  ],
193
193
  "IWorldCall": [
194
- 23212
194
+ 23236
195
195
  ],
196
196
  "IWorldErrors": [
197
- 23167
197
+ 23191
198
198
  ],
199
199
  "IWorldKernel": [
200
- 23244
200
+ 23268
201
201
  ],
202
202
  "IWorldModuleInstallation": [
203
- 23186
203
+ 23210
204
204
  ],
205
205
  "ResourceId": [
206
- 26238
206
+ 26262
207
207
  ]
208
208
  },
209
209
  "nodeType": "SourceUnit",
210
210
  "src": "32:3258:39",
211
211
  "nodes": [
212
212
  {
213
- "id": 23169,
213
+ "id": 23193,
214
214
  "nodeType": "PragmaDirective",
215
215
  "src": "32:25:39",
216
216
  "nodes": [],
@@ -222,23 +222,23 @@
222
222
  ]
223
223
  },
224
224
  {
225
- "id": 23171,
225
+ "id": 23195,
226
226
  "nodeType": "ImportDirective",
227
227
  "src": "59:50:39",
228
228
  "nodes": [],
229
229
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IWorldErrors.sol",
230
230
  "file": "./IWorldErrors.sol",
231
231
  "nameLocation": "-1:-1:-1",
232
- "scope": 23245,
233
- "sourceUnit": 23168,
232
+ "scope": 23269,
233
+ "sourceUnit": 23192,
234
234
  "symbolAliases": [
235
235
  {
236
236
  "foreign": {
237
- "id": 23170,
237
+ "id": 23194,
238
238
  "name": "IWorldErrors",
239
239
  "nodeType": "Identifier",
240
240
  "overloadedDeclarations": [],
241
- "referencedDeclaration": 23167,
241
+ "referencedDeclaration": 23191,
242
242
  "src": "68:12:39",
243
243
  "typeDescriptions": {}
244
244
  },
@@ -248,23 +248,23 @@
248
248
  "unitAlias": ""
249
249
  },
250
250
  {
251
- "id": 23173,
251
+ "id": 23197,
252
252
  "nodeType": "ImportDirective",
253
253
  "src": "110:40:39",
254
254
  "nodes": [],
255
255
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IModule.sol",
256
256
  "file": "./IModule.sol",
257
257
  "nameLocation": "-1:-1:-1",
258
- "scope": 23245,
259
- "sourceUnit": 22986,
258
+ "scope": 23269,
259
+ "sourceUnit": 23010,
260
260
  "symbolAliases": [
261
261
  {
262
262
  "foreign": {
263
- "id": 23172,
263
+ "id": 23196,
264
264
  "name": "IModule",
265
265
  "nodeType": "Identifier",
266
266
  "overloadedDeclarations": [],
267
- "referencedDeclaration": 22985,
267
+ "referencedDeclaration": 23009,
268
268
  "src": "119:7:39",
269
269
  "typeDescriptions": {}
270
270
  },
@@ -274,23 +274,23 @@
274
274
  "unitAlias": ""
275
275
  },
276
276
  {
277
- "id": 23175,
277
+ "id": 23199,
278
278
  "nodeType": "ImportDirective",
279
279
  "src": "151:51:39",
280
280
  "nodes": [],
281
281
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol",
282
282
  "file": "./WorldResourceId.sol",
283
283
  "nameLocation": "-1:-1:-1",
284
- "scope": 23245,
285
- "sourceUnit": 23759,
284
+ "scope": 23269,
285
+ "sourceUnit": 23783,
286
286
  "symbolAliases": [
287
287
  {
288
288
  "foreign": {
289
- "id": 23174,
289
+ "id": 23198,
290
290
  "name": "ResourceId",
291
291
  "nodeType": "Identifier",
292
292
  "overloadedDeclarations": [],
293
- "referencedDeclaration": 26238,
293
+ "referencedDeclaration": 26262,
294
294
  "src": "160:10:39",
295
295
  "typeDescriptions": {}
296
296
  },
@@ -300,17 +300,17 @@
300
300
  "unitAlias": ""
301
301
  },
302
302
  {
303
- "id": 23186,
303
+ "id": 23210,
304
304
  "nodeType": "ContractDefinition",
305
305
  "src": "354:420:39",
306
306
  "nodes": [
307
307
  {
308
- "id": 23185,
308
+ "id": 23209,
309
309
  "nodeType": "FunctionDefinition",
310
310
  "src": "701:71:39",
311
311
  "nodes": [],
312
312
  "documentation": {
313
- "id": 23177,
313
+ "id": 23201,
314
314
  "nodeType": "StructuredDocumentation",
315
315
  "src": "393:305:39",
316
316
  "text": " @notice Install the given root module in the World.\n @dev Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\n @param module The module to be installed.\n @param args The arguments provided for the module installation."
@@ -322,41 +322,41 @@
322
322
  "name": "installRootModule",
323
323
  "nameLocation": "710:17:39",
324
324
  "parameters": {
325
- "id": 23183,
325
+ "id": 23207,
326
326
  "nodeType": "ParameterList",
327
327
  "parameters": [
328
328
  {
329
329
  "constant": false,
330
- "id": 23180,
330
+ "id": 23204,
331
331
  "mutability": "mutable",
332
332
  "name": "module",
333
333
  "nameLocation": "736:6:39",
334
334
  "nodeType": "VariableDeclaration",
335
- "scope": 23185,
335
+ "scope": 23209,
336
336
  "src": "728:14:39",
337
337
  "stateVariable": false,
338
338
  "storageLocation": "default",
339
339
  "typeDescriptions": {
340
- "typeIdentifier": "t_contract$_IModule_$22985",
340
+ "typeIdentifier": "t_contract$_IModule_$23009",
341
341
  "typeString": "contract IModule"
342
342
  },
343
343
  "typeName": {
344
- "id": 23179,
344
+ "id": 23203,
345
345
  "nodeType": "UserDefinedTypeName",
346
346
  "pathNode": {
347
- "id": 23178,
347
+ "id": 23202,
348
348
  "name": "IModule",
349
349
  "nameLocations": [
350
350
  "728:7:39"
351
351
  ],
352
352
  "nodeType": "IdentifierPath",
353
- "referencedDeclaration": 22985,
353
+ "referencedDeclaration": 23009,
354
354
  "src": "728:7:39"
355
355
  },
356
- "referencedDeclaration": 22985,
356
+ "referencedDeclaration": 23009,
357
357
  "src": "728:7:39",
358
358
  "typeDescriptions": {
359
- "typeIdentifier": "t_contract$_IModule_$22985",
359
+ "typeIdentifier": "t_contract$_IModule_$23009",
360
360
  "typeString": "contract IModule"
361
361
  }
362
362
  },
@@ -364,12 +364,12 @@
364
364
  },
365
365
  {
366
366
  "constant": false,
367
- "id": 23182,
367
+ "id": 23206,
368
368
  "mutability": "mutable",
369
369
  "name": "args",
370
370
  "nameLocation": "757:4:39",
371
371
  "nodeType": "VariableDeclaration",
372
- "scope": 23185,
372
+ "scope": 23209,
373
373
  "src": "744:17:39",
374
374
  "stateVariable": false,
375
375
  "storageLocation": "memory",
@@ -378,7 +378,7 @@
378
378
  "typeString": "bytes"
379
379
  },
380
380
  "typeName": {
381
- "id": 23181,
381
+ "id": 23205,
382
382
  "name": "bytes",
383
383
  "nodeType": "ElementaryTypeName",
384
384
  "src": "744:5:39",
@@ -393,12 +393,12 @@
393
393
  "src": "727:35:39"
394
394
  },
395
395
  "returnParameters": {
396
- "id": 23184,
396
+ "id": 23208,
397
397
  "nodeType": "ParameterList",
398
398
  "parameters": [],
399
399
  "src": "771:0:39"
400
400
  },
401
- "scope": 23186,
401
+ "scope": 23210,
402
402
  "stateMutability": "nonpayable",
403
403
  "virtual": false,
404
404
  "visibility": "external"
@@ -410,33 +410,33 @@
410
410
  "contractDependencies": [],
411
411
  "contractKind": "interface",
412
412
  "documentation": {
413
- "id": 23176,
413
+ "id": 23200,
414
414
  "nodeType": "StructuredDocumentation",
415
415
  "src": "204:149:39",
416
416
  "text": " @title World Module Installation Interface\n @dev This interface defines the contract responsible for managing root modules installation."
417
417
  },
418
418
  "fullyImplemented": false,
419
419
  "linearizedBaseContracts": [
420
- 23186
420
+ 23210
421
421
  ],
422
422
  "name": "IWorldModuleInstallation",
423
423
  "nameLocation": "364:24:39",
424
- "scope": 23245,
424
+ "scope": 23269,
425
425
  "usedErrors": [],
426
426
  "usedEvents": []
427
427
  },
428
428
  {
429
- "id": 23212,
429
+ "id": 23236,
430
430
  "nodeType": "ContractDefinition",
431
431
  "src": "903:1234:39",
432
432
  "nodes": [
433
433
  {
434
- "id": 23198,
434
+ "id": 23222,
435
435
  "nodeType": "FunctionDefinition",
436
436
  "src": "1360:98:39",
437
437
  "nodes": [],
438
438
  "documentation": {
439
- "id": 23188,
439
+ "id": 23212,
440
440
  "nodeType": "StructuredDocumentation",
441
441
  "src": "928:429:39",
442
442
  "text": " @notice Call the system at the given system ID.\n @dev If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\n @param systemId The ID of the system to be called.\n @param callData The data to pass with the call,\n function selector (4 bytes) followed by the ABI encoded parameters.\n @return The abi encoded return data from the called system."
@@ -448,41 +448,41 @@
448
448
  "name": "call",
449
449
  "nameLocation": "1369:4:39",
450
450
  "parameters": {
451
- "id": 23194,
451
+ "id": 23218,
452
452
  "nodeType": "ParameterList",
453
453
  "parameters": [
454
454
  {
455
455
  "constant": false,
456
- "id": 23191,
456
+ "id": 23215,
457
457
  "mutability": "mutable",
458
458
  "name": "systemId",
459
459
  "nameLocation": "1385:8:39",
460
460
  "nodeType": "VariableDeclaration",
461
- "scope": 23198,
461
+ "scope": 23222,
462
462
  "src": "1374:19:39",
463
463
  "stateVariable": false,
464
464
  "storageLocation": "default",
465
465
  "typeDescriptions": {
466
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
466
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
467
467
  "typeString": "ResourceId"
468
468
  },
469
469
  "typeName": {
470
- "id": 23190,
470
+ "id": 23214,
471
471
  "nodeType": "UserDefinedTypeName",
472
472
  "pathNode": {
473
- "id": 23189,
473
+ "id": 23213,
474
474
  "name": "ResourceId",
475
475
  "nameLocations": [
476
476
  "1374:10:39"
477
477
  ],
478
478
  "nodeType": "IdentifierPath",
479
- "referencedDeclaration": 26238,
479
+ "referencedDeclaration": 26262,
480
480
  "src": "1374:10:39"
481
481
  },
482
- "referencedDeclaration": 26238,
482
+ "referencedDeclaration": 26262,
483
483
  "src": "1374:10:39",
484
484
  "typeDescriptions": {
485
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
485
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
486
486
  "typeString": "ResourceId"
487
487
  }
488
488
  },
@@ -490,12 +490,12 @@
490
490
  },
491
491
  {
492
492
  "constant": false,
493
- "id": 23193,
493
+ "id": 23217,
494
494
  "mutability": "mutable",
495
495
  "name": "callData",
496
496
  "nameLocation": "1408:8:39",
497
497
  "nodeType": "VariableDeclaration",
498
- "scope": 23198,
498
+ "scope": 23222,
499
499
  "src": "1395:21:39",
500
500
  "stateVariable": false,
501
501
  "storageLocation": "memory",
@@ -504,7 +504,7 @@
504
504
  "typeString": "bytes"
505
505
  },
506
506
  "typeName": {
507
- "id": 23192,
507
+ "id": 23216,
508
508
  "name": "bytes",
509
509
  "nodeType": "ElementaryTypeName",
510
510
  "src": "1395:5:39",
@@ -519,17 +519,17 @@
519
519
  "src": "1373:44:39"
520
520
  },
521
521
  "returnParameters": {
522
- "id": 23197,
522
+ "id": 23221,
523
523
  "nodeType": "ParameterList",
524
524
  "parameters": [
525
525
  {
526
526
  "constant": false,
527
- "id": 23196,
527
+ "id": 23220,
528
528
  "mutability": "mutable",
529
529
  "name": "",
530
530
  "nameLocation": "-1:-1:-1",
531
531
  "nodeType": "VariableDeclaration",
532
- "scope": 23198,
532
+ "scope": 23222,
533
533
  "src": "1444:12:39",
534
534
  "stateVariable": false,
535
535
  "storageLocation": "memory",
@@ -538,7 +538,7 @@
538
538
  "typeString": "bytes"
539
539
  },
540
540
  "typeName": {
541
- "id": 23195,
541
+ "id": 23219,
542
542
  "name": "bytes",
543
543
  "nodeType": "ElementaryTypeName",
544
544
  "src": "1444:5:39",
@@ -552,18 +552,18 @@
552
552
  ],
553
553
  "src": "1443:14:39"
554
554
  },
555
- "scope": 23212,
555
+ "scope": 23236,
556
556
  "stateMutability": "payable",
557
557
  "virtual": false,
558
558
  "visibility": "external"
559
559
  },
560
560
  {
561
- "id": 23211,
561
+ "id": 23235,
562
562
  "nodeType": "FunctionDefinition",
563
563
  "src": "1998:137:39",
564
564
  "nodes": [],
565
565
  "documentation": {
566
- "id": 23199,
566
+ "id": 23223,
567
567
  "nodeType": "StructuredDocumentation",
568
568
  "src": "1462:533:39",
569
569
  "text": " @notice Call the system at the given system ID on behalf of the given delegator.\n @dev If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\n @param delegator The address on whose behalf the call is made.\n @param systemId The ID of the system to be called.\n @param callData The data to pass with the call,\n function selector (4 bytes) followed by the ABI encoded parameters.\n @return The abi encoded return data from the called system."
@@ -575,17 +575,17 @@
575
575
  "name": "callFrom",
576
576
  "nameLocation": "2007:8:39",
577
577
  "parameters": {
578
- "id": 23207,
578
+ "id": 23231,
579
579
  "nodeType": "ParameterList",
580
580
  "parameters": [
581
581
  {
582
582
  "constant": false,
583
- "id": 23201,
583
+ "id": 23225,
584
584
  "mutability": "mutable",
585
585
  "name": "delegator",
586
586
  "nameLocation": "2029:9:39",
587
587
  "nodeType": "VariableDeclaration",
588
- "scope": 23211,
588
+ "scope": 23235,
589
589
  "src": "2021:17:39",
590
590
  "stateVariable": false,
591
591
  "storageLocation": "default",
@@ -594,7 +594,7 @@
594
594
  "typeString": "address"
595
595
  },
596
596
  "typeName": {
597
- "id": 23200,
597
+ "id": 23224,
598
598
  "name": "address",
599
599
  "nodeType": "ElementaryTypeName",
600
600
  "src": "2021:7:39",
@@ -608,36 +608,36 @@
608
608
  },
609
609
  {
610
610
  "constant": false,
611
- "id": 23204,
611
+ "id": 23228,
612
612
  "mutability": "mutable",
613
613
  "name": "systemId",
614
614
  "nameLocation": "2055:8:39",
615
615
  "nodeType": "VariableDeclaration",
616
- "scope": 23211,
616
+ "scope": 23235,
617
617
  "src": "2044:19:39",
618
618
  "stateVariable": false,
619
619
  "storageLocation": "default",
620
620
  "typeDescriptions": {
621
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
621
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
622
622
  "typeString": "ResourceId"
623
623
  },
624
624
  "typeName": {
625
- "id": 23203,
625
+ "id": 23227,
626
626
  "nodeType": "UserDefinedTypeName",
627
627
  "pathNode": {
628
- "id": 23202,
628
+ "id": 23226,
629
629
  "name": "ResourceId",
630
630
  "nameLocations": [
631
631
  "2044:10:39"
632
632
  ],
633
633
  "nodeType": "IdentifierPath",
634
- "referencedDeclaration": 26238,
634
+ "referencedDeclaration": 26262,
635
635
  "src": "2044:10:39"
636
636
  },
637
- "referencedDeclaration": 26238,
637
+ "referencedDeclaration": 26262,
638
638
  "src": "2044:10:39",
639
639
  "typeDescriptions": {
640
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
640
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
641
641
  "typeString": "ResourceId"
642
642
  }
643
643
  },
@@ -645,12 +645,12 @@
645
645
  },
646
646
  {
647
647
  "constant": false,
648
- "id": 23206,
648
+ "id": 23230,
649
649
  "mutability": "mutable",
650
650
  "name": "callData",
651
651
  "nameLocation": "2082:8:39",
652
652
  "nodeType": "VariableDeclaration",
653
- "scope": 23211,
653
+ "scope": 23235,
654
654
  "src": "2069:21:39",
655
655
  "stateVariable": false,
656
656
  "storageLocation": "memory",
@@ -659,7 +659,7 @@
659
659
  "typeString": "bytes"
660
660
  },
661
661
  "typeName": {
662
- "id": 23205,
662
+ "id": 23229,
663
663
  "name": "bytes",
664
664
  "nodeType": "ElementaryTypeName",
665
665
  "src": "2069:5:39",
@@ -674,17 +674,17 @@
674
674
  "src": "2015:79:39"
675
675
  },
676
676
  "returnParameters": {
677
- "id": 23210,
677
+ "id": 23234,
678
678
  "nodeType": "ParameterList",
679
679
  "parameters": [
680
680
  {
681
681
  "constant": false,
682
- "id": 23209,
682
+ "id": 23233,
683
683
  "mutability": "mutable",
684
684
  "name": "",
685
685
  "nameLocation": "-1:-1:-1",
686
686
  "nodeType": "VariableDeclaration",
687
- "scope": 23211,
687
+ "scope": 23235,
688
688
  "src": "2121:12:39",
689
689
  "stateVariable": false,
690
690
  "storageLocation": "memory",
@@ -693,7 +693,7 @@
693
693
  "typeString": "bytes"
694
694
  },
695
695
  "typeName": {
696
- "id": 23208,
696
+ "id": 23232,
697
697
  "name": "bytes",
698
698
  "nodeType": "ElementaryTypeName",
699
699
  "src": "2121:5:39",
@@ -707,7 +707,7 @@
707
707
  ],
708
708
  "src": "2120:14:39"
709
709
  },
710
- "scope": 23212,
710
+ "scope": 23236,
711
711
  "stateMutability": "payable",
712
712
  "virtual": false,
713
713
  "visibility": "external"
@@ -719,34 +719,34 @@
719
719
  "contractDependencies": [],
720
720
  "contractKind": "interface",
721
721
  "documentation": {
722
- "id": 23187,
722
+ "id": 23211,
723
723
  "nodeType": "StructuredDocumentation",
724
724
  "src": "776:126:39",
725
725
  "text": " @title World Call Interface\n @dev This interface defines the contract for executing calls on the World's systems."
726
726
  },
727
727
  "fullyImplemented": false,
728
728
  "linearizedBaseContracts": [
729
- 23212
729
+ 23236
730
730
  ],
731
731
  "name": "IWorldCall",
732
732
  "nameLocation": "913:10:39",
733
- "scope": 23245,
733
+ "scope": 23269,
734
734
  "usedErrors": [],
735
735
  "usedEvents": []
736
736
  },
737
737
  {
738
- "id": 23244,
738
+ "id": 23268,
739
739
  "nodeType": "ContractDefinition",
740
740
  "src": "2440:849:39",
741
741
  "nodes": [
742
742
  {
743
- "id": 23224,
743
+ "id": 23248,
744
744
  "nodeType": "EventDefinition",
745
745
  "src": "2658:47:39",
746
746
  "nodes": [],
747
747
  "anonymous": false,
748
748
  "documentation": {
749
- "id": 23220,
749
+ "id": 23244,
750
750
  "nodeType": "StructuredDocumentation",
751
751
  "src": "2521:134:39",
752
752
  "text": " @dev Emitted upon successful World initialization.\n @param worldVersion The version of the World being initialized."
@@ -755,18 +755,18 @@
755
755
  "name": "HelloWorld",
756
756
  "nameLocation": "2664:10:39",
757
757
  "parameters": {
758
- "id": 23223,
758
+ "id": 23247,
759
759
  "nodeType": "ParameterList",
760
760
  "parameters": [
761
761
  {
762
762
  "constant": false,
763
- "id": 23222,
763
+ "id": 23246,
764
764
  "indexed": true,
765
765
  "mutability": "mutable",
766
766
  "name": "worldVersion",
767
767
  "nameLocation": "2691:12:39",
768
768
  "nodeType": "VariableDeclaration",
769
- "scope": 23224,
769
+ "scope": 23248,
770
770
  "src": "2675:28:39",
771
771
  "stateVariable": false,
772
772
  "storageLocation": "default",
@@ -775,7 +775,7 @@
775
775
  "typeString": "bytes32"
776
776
  },
777
777
  "typeName": {
778
- "id": 23221,
778
+ "id": 23245,
779
779
  "name": "bytes32",
780
780
  "nodeType": "ElementaryTypeName",
781
781
  "src": "2675:7:39",
@@ -791,12 +791,12 @@
791
791
  }
792
792
  },
793
793
  {
794
- "id": 23230,
794
+ "id": 23254,
795
795
  "nodeType": "FunctionDefinition",
796
796
  "src": "2819:56:39",
797
797
  "nodes": [],
798
798
  "documentation": {
799
- "id": 23225,
799
+ "id": 23249,
800
800
  "nodeType": "StructuredDocumentation",
801
801
  "src": "2709:107:39",
802
802
  "text": " @notice Retrieve the version of the World.\n @return The version identifier of the World."
@@ -808,23 +808,23 @@
808
808
  "name": "worldVersion",
809
809
  "nameLocation": "2828:12:39",
810
810
  "parameters": {
811
- "id": 23226,
811
+ "id": 23250,
812
812
  "nodeType": "ParameterList",
813
813
  "parameters": [],
814
814
  "src": "2840:2:39"
815
815
  },
816
816
  "returnParameters": {
817
- "id": 23229,
817
+ "id": 23253,
818
818
  "nodeType": "ParameterList",
819
819
  "parameters": [
820
820
  {
821
821
  "constant": false,
822
- "id": 23228,
822
+ "id": 23252,
823
823
  "mutability": "mutable",
824
824
  "name": "",
825
825
  "nameLocation": "-1:-1:-1",
826
826
  "nodeType": "VariableDeclaration",
827
- "scope": 23230,
827
+ "scope": 23254,
828
828
  "src": "2866:7:39",
829
829
  "stateVariable": false,
830
830
  "storageLocation": "default",
@@ -833,7 +833,7 @@
833
833
  "typeString": "bytes32"
834
834
  },
835
835
  "typeName": {
836
- "id": 23227,
836
+ "id": 23251,
837
837
  "name": "bytes32",
838
838
  "nodeType": "ElementaryTypeName",
839
839
  "src": "2866:7:39",
@@ -847,18 +847,18 @@
847
847
  ],
848
848
  "src": "2865:9:39"
849
849
  },
850
- "scope": 23244,
850
+ "scope": 23268,
851
851
  "stateMutability": "view",
852
852
  "virtual": false,
853
853
  "visibility": "external"
854
854
  },
855
855
  {
856
- "id": 23236,
856
+ "id": 23260,
857
857
  "nodeType": "FunctionDefinition",
858
858
  "src": "3008:51:39",
859
859
  "nodes": [],
860
860
  "documentation": {
861
- "id": 23231,
861
+ "id": 23255,
862
862
  "nodeType": "StructuredDocumentation",
863
863
  "src": "2879:126:39",
864
864
  "text": " @notice Retrieve the immutable original deployer of the World.\n @return The address of the World's creator."
@@ -870,23 +870,23 @@
870
870
  "name": "creator",
871
871
  "nameLocation": "3017:7:39",
872
872
  "parameters": {
873
- "id": 23232,
873
+ "id": 23256,
874
874
  "nodeType": "ParameterList",
875
875
  "parameters": [],
876
876
  "src": "3024:2:39"
877
877
  },
878
878
  "returnParameters": {
879
- "id": 23235,
879
+ "id": 23259,
880
880
  "nodeType": "ParameterList",
881
881
  "parameters": [
882
882
  {
883
883
  "constant": false,
884
- "id": 23234,
884
+ "id": 23258,
885
885
  "mutability": "mutable",
886
886
  "name": "",
887
887
  "nameLocation": "-1:-1:-1",
888
888
  "nodeType": "VariableDeclaration",
889
- "scope": 23236,
889
+ "scope": 23260,
890
890
  "src": "3050:7:39",
891
891
  "stateVariable": false,
892
892
  "storageLocation": "default",
@@ -895,7 +895,7 @@
895
895
  "typeString": "address"
896
896
  },
897
897
  "typeName": {
898
- "id": 23233,
898
+ "id": 23257,
899
899
  "name": "address",
900
900
  "nodeType": "ElementaryTypeName",
901
901
  "src": "3050:7:39",
@@ -910,18 +910,18 @@
910
910
  ],
911
911
  "src": "3049:9:39"
912
912
  },
913
- "scope": 23244,
913
+ "scope": 23268,
914
914
  "stateMutability": "view",
915
915
  "virtual": false,
916
916
  "visibility": "external"
917
917
  },
918
918
  {
919
- "id": 23243,
919
+ "id": 23267,
920
920
  "nodeType": "FunctionDefinition",
921
921
  "src": "3238:49:39",
922
922
  "nodes": [],
923
923
  "documentation": {
924
- "id": 23237,
924
+ "id": 23261,
925
925
  "nodeType": "StructuredDocumentation",
926
926
  "src": "3063:172:39",
927
927
  "text": " @notice Initializes the World.\n @dev Can only be called once by the creator.\n @param coreModule The CoreModule to be installed during initialization."
@@ -933,41 +933,41 @@
933
933
  "name": "initialize",
934
934
  "nameLocation": "3247:10:39",
935
935
  "parameters": {
936
- "id": 23241,
936
+ "id": 23265,
937
937
  "nodeType": "ParameterList",
938
938
  "parameters": [
939
939
  {
940
940
  "constant": false,
941
- "id": 23240,
941
+ "id": 23264,
942
942
  "mutability": "mutable",
943
943
  "name": "coreModule",
944
944
  "nameLocation": "3266:10:39",
945
945
  "nodeType": "VariableDeclaration",
946
- "scope": 23243,
946
+ "scope": 23267,
947
947
  "src": "3258:18:39",
948
948
  "stateVariable": false,
949
949
  "storageLocation": "default",
950
950
  "typeDescriptions": {
951
- "typeIdentifier": "t_contract$_IModule_$22985",
951
+ "typeIdentifier": "t_contract$_IModule_$23009",
952
952
  "typeString": "contract IModule"
953
953
  },
954
954
  "typeName": {
955
- "id": 23239,
955
+ "id": 23263,
956
956
  "nodeType": "UserDefinedTypeName",
957
957
  "pathNode": {
958
- "id": 23238,
958
+ "id": 23262,
959
959
  "name": "IModule",
960
960
  "nameLocations": [
961
961
  "3258:7:39"
962
962
  ],
963
963
  "nodeType": "IdentifierPath",
964
- "referencedDeclaration": 22985,
964
+ "referencedDeclaration": 23009,
965
965
  "src": "3258:7:39"
966
966
  },
967
- "referencedDeclaration": 22985,
967
+ "referencedDeclaration": 23009,
968
968
  "src": "3258:7:39",
969
969
  "typeDescriptions": {
970
- "typeIdentifier": "t_contract$_IModule_$22985",
970
+ "typeIdentifier": "t_contract$_IModule_$23009",
971
971
  "typeString": "contract IModule"
972
972
  }
973
973
  },
@@ -977,12 +977,12 @@
977
977
  "src": "3257:20:39"
978
978
  },
979
979
  "returnParameters": {
980
- "id": 23242,
980
+ "id": 23266,
981
981
  "nodeType": "ParameterList",
982
982
  "parameters": [],
983
983
  "src": "3286:0:39"
984
984
  },
985
- "scope": 23244,
985
+ "scope": 23268,
986
986
  "stateMutability": "nonpayable",
987
987
  "virtual": false,
988
988
  "visibility": "external"
@@ -992,46 +992,46 @@
992
992
  "baseContracts": [
993
993
  {
994
994
  "baseName": {
995
- "id": 23214,
995
+ "id": 23238,
996
996
  "name": "IWorldModuleInstallation",
997
997
  "nameLocations": [
998
998
  "2466:24:39"
999
999
  ],
1000
1000
  "nodeType": "IdentifierPath",
1001
- "referencedDeclaration": 23186,
1001
+ "referencedDeclaration": 23210,
1002
1002
  "src": "2466:24:39"
1003
1003
  },
1004
- "id": 23215,
1004
+ "id": 23239,
1005
1005
  "nodeType": "InheritanceSpecifier",
1006
1006
  "src": "2466:24:39"
1007
1007
  },
1008
1008
  {
1009
1009
  "baseName": {
1010
- "id": 23216,
1010
+ "id": 23240,
1011
1011
  "name": "IWorldCall",
1012
1012
  "nameLocations": [
1013
1013
  "2492:10:39"
1014
1014
  ],
1015
1015
  "nodeType": "IdentifierPath",
1016
- "referencedDeclaration": 23212,
1016
+ "referencedDeclaration": 23236,
1017
1017
  "src": "2492:10:39"
1018
1018
  },
1019
- "id": 23217,
1019
+ "id": 23241,
1020
1020
  "nodeType": "InheritanceSpecifier",
1021
1021
  "src": "2492:10:39"
1022
1022
  },
1023
1023
  {
1024
1024
  "baseName": {
1025
- "id": 23218,
1025
+ "id": 23242,
1026
1026
  "name": "IWorldErrors",
1027
1027
  "nameLocations": [
1028
1028
  "2504:12:39"
1029
1029
  ],
1030
1030
  "nodeType": "IdentifierPath",
1031
- "referencedDeclaration": 23167,
1031
+ "referencedDeclaration": 23191,
1032
1032
  "src": "2504:12:39"
1033
1033
  },
1034
- "id": 23219,
1034
+ "id": 23243,
1035
1035
  "nodeType": "InheritanceSpecifier",
1036
1036
  "src": "2504:12:39"
1037
1037
  }
@@ -1040,39 +1040,39 @@
1040
1040
  "contractDependencies": [],
1041
1041
  "contractKind": "interface",
1042
1042
  "documentation": {
1043
- "id": 23213,
1043
+ "id": 23237,
1044
1044
  "nodeType": "StructuredDocumentation",
1045
1045
  "src": "2139:300:39",
1046
1046
  "text": " @title World Kernel Interface\n @notice The IWorldKernel interface includes all methods that are part of the World contract's\n internal bytecode. Consumers should use the `IBaseWorld` interface instead, which includes dynamically\n registered functions selectors from the `CoreModule`."
1047
1047
  },
1048
1048
  "fullyImplemented": false,
1049
1049
  "linearizedBaseContracts": [
1050
- 23244,
1051
- 23167,
1052
- 23212,
1053
- 23186
1050
+ 23268,
1051
+ 23191,
1052
+ 23236,
1053
+ 23210
1054
1054
  ],
1055
1055
  "name": "IWorldKernel",
1056
1056
  "nameLocation": "2450:12:39",
1057
- "scope": 23245,
1057
+ "scope": 23269,
1058
1058
  "usedErrors": [
1059
- 23081,
1060
- 23089,
1061
- 23097,
1062
- 23104,
1063
- 23112,
1064
- 23117,
1065
- 23122,
1066
- 23127,
1067
- 23134,
1068
- 23137,
1069
- 23144,
1059
+ 23105,
1060
+ 23113,
1061
+ 23121,
1062
+ 23128,
1063
+ 23136,
1064
+ 23141,
1065
+ 23146,
1070
1066
  23151,
1067
+ 23158,
1071
1068
  23161,
1072
- 23166
1069
+ 23168,
1070
+ 23175,
1071
+ 23185,
1072
+ 23190
1073
1073
  ],
1074
1074
  "usedEvents": [
1075
- 23224
1075
+ 23248
1076
1076
  ]
1077
1077
  }
1078
1078
  ],