@latticexyz/world-modules 2.0.0-main-fa74f25e → 2.0.0-main-3086581a

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 +220 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +101 -101
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  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 +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  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 +198 -198
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +539 -539
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1002 -1002
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +428 -428
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +90 -90
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  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 +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +305 -305
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +35 -35
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +329 -329
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +379 -379
  65. package/out/WorldContext.sol/WorldContextProvider.json +379 -379
  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 +139 -139
  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 +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +379 -379
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +379 -379
  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 +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  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
@@ -68,7 +68,7 @@
68
68
  "call(bytes32,bytes)": "3ae7af08",
69
69
  "callFrom(address,bytes32,bytes)": "894ecc58"
70
70
  },
71
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This interface defines the contract for executing calls on the World's systems.\",\"kind\":\"dev\",\"methods\":{\"call(bytes32,bytes)\":{\"details\":\"If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}},\"callFrom(address,bytes32,bytes)\":{\"details\":\"If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"delegator\":\"The address on whose behalf the call is made.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}}},\"title\":\"World Call Interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"call(bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID.\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID on behalf of the given delegator.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":\"IWorldCall\"},\"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\":{\"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\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}",
71
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This interface defines the contract for executing calls on the World's systems.\",\"kind\":\"dev\",\"methods\":{\"call(bytes32,bytes)\":{\"details\":\"If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}},\"callFrom(address,bytes32,bytes)\":{\"details\":\"If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\",\"params\":{\"callData\":\"The data to pass with the call, function selector (4 bytes) followed by the ABI encoded parameters.\",\"delegator\":\"The address on whose behalf the call is made.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"The abi encoded return data from the called system.\"}}},\"title\":\"World Call Interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"call(bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID.\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Call the system at the given system ID on behalf of the given delegator.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":\"IWorldCall\"},\"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\":{\"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\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}",
72
72
  "metadata": {
73
73
  "compiler": {
74
74
  "version": "0.8.21+commit.d9974bed"
@@ -206,10 +206,10 @@
206
206
  "license": "MIT"
207
207
  },
208
208
  "node_modules/@latticexyz/store/src/storeResourceTypes.sol": {
209
- "keccak256": "0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb",
209
+ "keccak256": "0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2",
210
210
  "urls": [
211
- "bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878",
212
- "dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg"
211
+ "bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84",
212
+ "dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"
213
213
  ],
214
214
  "license": "MIT"
215
215
  },
@@ -274,32 +274,32 @@
274
274
  },
275
275
  "ast": {
276
276
  "absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
277
- "id": 38613,
277
+ "id": 38650,
278
278
  "exportedSymbols": {
279
279
  "IModule": [
280
- 60893
280
+ 60941
281
281
  ],
282
282
  "IWorldCall": [
283
- 38580
283
+ 38617
284
284
  ],
285
285
  "IWorldErrors": [
286
- 60987
286
+ 61035
287
287
  ],
288
288
  "IWorldKernel": [
289
- 38612
289
+ 38649
290
290
  ],
291
291
  "IWorldModuleInstallation": [
292
- 38554
292
+ 38591
293
293
  ],
294
294
  "ResourceId": [
295
- 26238
295
+ 26262
296
296
  ]
297
297
  },
298
298
  "nodeType": "SourceUnit",
299
299
  "src": "32:3258:94",
300
300
  "nodes": [
301
301
  {
302
- "id": 38537,
302
+ "id": 38574,
303
303
  "nodeType": "PragmaDirective",
304
304
  "src": "32:25:94",
305
305
  "nodes": [],
@@ -311,23 +311,23 @@
311
311
  ]
312
312
  },
313
313
  {
314
- "id": 38539,
314
+ "id": 38576,
315
315
  "nodeType": "ImportDirective",
316
316
  "src": "59:50:94",
317
317
  "nodes": [],
318
318
  "absolutePath": "node_modules/@latticexyz/world/src/IWorldErrors.sol",
319
319
  "file": "./IWorldErrors.sol",
320
320
  "nameLocation": "-1:-1:-1",
321
- "scope": 38613,
322
- "sourceUnit": 60988,
321
+ "scope": 38650,
322
+ "sourceUnit": 61036,
323
323
  "symbolAliases": [
324
324
  {
325
325
  "foreign": {
326
- "id": 38538,
326
+ "id": 38575,
327
327
  "name": "IWorldErrors",
328
328
  "nodeType": "Identifier",
329
329
  "overloadedDeclarations": [],
330
- "referencedDeclaration": 60987,
330
+ "referencedDeclaration": 61035,
331
331
  "src": "68:12:94",
332
332
  "typeDescriptions": {}
333
333
  },
@@ -337,23 +337,23 @@
337
337
  "unitAlias": ""
338
338
  },
339
339
  {
340
- "id": 38541,
340
+ "id": 38578,
341
341
  "nodeType": "ImportDirective",
342
342
  "src": "110:40:94",
343
343
  "nodes": [],
344
344
  "absolutePath": "node_modules/@latticexyz/world/src/IModule.sol",
345
345
  "file": "./IModule.sol",
346
346
  "nameLocation": "-1:-1:-1",
347
- "scope": 38613,
348
- "sourceUnit": 60894,
347
+ "scope": 38650,
348
+ "sourceUnit": 60942,
349
349
  "symbolAliases": [
350
350
  {
351
351
  "foreign": {
352
- "id": 38540,
352
+ "id": 38577,
353
353
  "name": "IModule",
354
354
  "nodeType": "Identifier",
355
355
  "overloadedDeclarations": [],
356
- "referencedDeclaration": 60893,
356
+ "referencedDeclaration": 60941,
357
357
  "src": "119:7:94",
358
358
  "typeDescriptions": {}
359
359
  },
@@ -363,23 +363,23 @@
363
363
  "unitAlias": ""
364
364
  },
365
365
  {
366
- "id": 38543,
366
+ "id": 38580,
367
367
  "nodeType": "ImportDirective",
368
368
  "src": "151:51:94",
369
369
  "nodes": [],
370
370
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
371
371
  "file": "./WorldResourceId.sol",
372
372
  "nameLocation": "-1:-1:-1",
373
- "scope": 38613,
374
- "sourceUnit": 39171,
373
+ "scope": 38650,
374
+ "sourceUnit": 39208,
375
375
  "symbolAliases": [
376
376
  {
377
377
  "foreign": {
378
- "id": 38542,
378
+ "id": 38579,
379
379
  "name": "ResourceId",
380
380
  "nodeType": "Identifier",
381
381
  "overloadedDeclarations": [],
382
- "referencedDeclaration": 26238,
382
+ "referencedDeclaration": 26262,
383
383
  "src": "160:10:94",
384
384
  "typeDescriptions": {}
385
385
  },
@@ -389,17 +389,17 @@
389
389
  "unitAlias": ""
390
390
  },
391
391
  {
392
- "id": 38554,
392
+ "id": 38591,
393
393
  "nodeType": "ContractDefinition",
394
394
  "src": "354:420:94",
395
395
  "nodes": [
396
396
  {
397
- "id": 38553,
397
+ "id": 38590,
398
398
  "nodeType": "FunctionDefinition",
399
399
  "src": "701:71:94",
400
400
  "nodes": [],
401
401
  "documentation": {
402
- "id": 38545,
402
+ "id": 38582,
403
403
  "nodeType": "StructuredDocumentation",
404
404
  "src": "393:305:94",
405
405
  "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."
@@ -411,41 +411,41 @@
411
411
  "name": "installRootModule",
412
412
  "nameLocation": "710:17:94",
413
413
  "parameters": {
414
- "id": 38551,
414
+ "id": 38588,
415
415
  "nodeType": "ParameterList",
416
416
  "parameters": [
417
417
  {
418
418
  "constant": false,
419
- "id": 38548,
419
+ "id": 38585,
420
420
  "mutability": "mutable",
421
421
  "name": "module",
422
422
  "nameLocation": "736:6:94",
423
423
  "nodeType": "VariableDeclaration",
424
- "scope": 38553,
424
+ "scope": 38590,
425
425
  "src": "728:14:94",
426
426
  "stateVariable": false,
427
427
  "storageLocation": "default",
428
428
  "typeDescriptions": {
429
- "typeIdentifier": "t_contract$_IModule_$60893",
429
+ "typeIdentifier": "t_contract$_IModule_$60941",
430
430
  "typeString": "contract IModule"
431
431
  },
432
432
  "typeName": {
433
- "id": 38547,
433
+ "id": 38584,
434
434
  "nodeType": "UserDefinedTypeName",
435
435
  "pathNode": {
436
- "id": 38546,
436
+ "id": 38583,
437
437
  "name": "IModule",
438
438
  "nameLocations": [
439
439
  "728:7:94"
440
440
  ],
441
441
  "nodeType": "IdentifierPath",
442
- "referencedDeclaration": 60893,
442
+ "referencedDeclaration": 60941,
443
443
  "src": "728:7:94"
444
444
  },
445
- "referencedDeclaration": 60893,
445
+ "referencedDeclaration": 60941,
446
446
  "src": "728:7:94",
447
447
  "typeDescriptions": {
448
- "typeIdentifier": "t_contract$_IModule_$60893",
448
+ "typeIdentifier": "t_contract$_IModule_$60941",
449
449
  "typeString": "contract IModule"
450
450
  }
451
451
  },
@@ -453,12 +453,12 @@
453
453
  },
454
454
  {
455
455
  "constant": false,
456
- "id": 38550,
456
+ "id": 38587,
457
457
  "mutability": "mutable",
458
458
  "name": "args",
459
459
  "nameLocation": "757:4:94",
460
460
  "nodeType": "VariableDeclaration",
461
- "scope": 38553,
461
+ "scope": 38590,
462
462
  "src": "744:17:94",
463
463
  "stateVariable": false,
464
464
  "storageLocation": "memory",
@@ -467,7 +467,7 @@
467
467
  "typeString": "bytes"
468
468
  },
469
469
  "typeName": {
470
- "id": 38549,
470
+ "id": 38586,
471
471
  "name": "bytes",
472
472
  "nodeType": "ElementaryTypeName",
473
473
  "src": "744:5:94",
@@ -482,12 +482,12 @@
482
482
  "src": "727:35:94"
483
483
  },
484
484
  "returnParameters": {
485
- "id": 38552,
485
+ "id": 38589,
486
486
  "nodeType": "ParameterList",
487
487
  "parameters": [],
488
488
  "src": "771:0:94"
489
489
  },
490
- "scope": 38554,
490
+ "scope": 38591,
491
491
  "stateMutability": "nonpayable",
492
492
  "virtual": false,
493
493
  "visibility": "external"
@@ -499,33 +499,33 @@
499
499
  "contractDependencies": [],
500
500
  "contractKind": "interface",
501
501
  "documentation": {
502
- "id": 38544,
502
+ "id": 38581,
503
503
  "nodeType": "StructuredDocumentation",
504
504
  "src": "204:149:94",
505
505
  "text": " @title World Module Installation Interface\n @dev This interface defines the contract responsible for managing root modules installation."
506
506
  },
507
507
  "fullyImplemented": false,
508
508
  "linearizedBaseContracts": [
509
- 38554
509
+ 38591
510
510
  ],
511
511
  "name": "IWorldModuleInstallation",
512
512
  "nameLocation": "364:24:94",
513
- "scope": 38613,
513
+ "scope": 38650,
514
514
  "usedErrors": [],
515
515
  "usedEvents": []
516
516
  },
517
517
  {
518
- "id": 38580,
518
+ "id": 38617,
519
519
  "nodeType": "ContractDefinition",
520
520
  "src": "903:1234:94",
521
521
  "nodes": [
522
522
  {
523
- "id": 38566,
523
+ "id": 38603,
524
524
  "nodeType": "FunctionDefinition",
525
525
  "src": "1360:98:94",
526
526
  "nodes": [],
527
527
  "documentation": {
528
- "id": 38556,
528
+ "id": 38593,
529
529
  "nodeType": "StructuredDocumentation",
530
530
  "src": "928:429:94",
531
531
  "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."
@@ -537,41 +537,41 @@
537
537
  "name": "call",
538
538
  "nameLocation": "1369:4:94",
539
539
  "parameters": {
540
- "id": 38562,
540
+ "id": 38599,
541
541
  "nodeType": "ParameterList",
542
542
  "parameters": [
543
543
  {
544
544
  "constant": false,
545
- "id": 38559,
545
+ "id": 38596,
546
546
  "mutability": "mutable",
547
547
  "name": "systemId",
548
548
  "nameLocation": "1385:8:94",
549
549
  "nodeType": "VariableDeclaration",
550
- "scope": 38566,
550
+ "scope": 38603,
551
551
  "src": "1374:19:94",
552
552
  "stateVariable": false,
553
553
  "storageLocation": "default",
554
554
  "typeDescriptions": {
555
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
555
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
556
556
  "typeString": "ResourceId"
557
557
  },
558
558
  "typeName": {
559
- "id": 38558,
559
+ "id": 38595,
560
560
  "nodeType": "UserDefinedTypeName",
561
561
  "pathNode": {
562
- "id": 38557,
562
+ "id": 38594,
563
563
  "name": "ResourceId",
564
564
  "nameLocations": [
565
565
  "1374:10:94"
566
566
  ],
567
567
  "nodeType": "IdentifierPath",
568
- "referencedDeclaration": 26238,
568
+ "referencedDeclaration": 26262,
569
569
  "src": "1374:10:94"
570
570
  },
571
- "referencedDeclaration": 26238,
571
+ "referencedDeclaration": 26262,
572
572
  "src": "1374:10:94",
573
573
  "typeDescriptions": {
574
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
574
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
575
575
  "typeString": "ResourceId"
576
576
  }
577
577
  },
@@ -579,12 +579,12 @@
579
579
  },
580
580
  {
581
581
  "constant": false,
582
- "id": 38561,
582
+ "id": 38598,
583
583
  "mutability": "mutable",
584
584
  "name": "callData",
585
585
  "nameLocation": "1408:8:94",
586
586
  "nodeType": "VariableDeclaration",
587
- "scope": 38566,
587
+ "scope": 38603,
588
588
  "src": "1395:21:94",
589
589
  "stateVariable": false,
590
590
  "storageLocation": "memory",
@@ -593,7 +593,7 @@
593
593
  "typeString": "bytes"
594
594
  },
595
595
  "typeName": {
596
- "id": 38560,
596
+ "id": 38597,
597
597
  "name": "bytes",
598
598
  "nodeType": "ElementaryTypeName",
599
599
  "src": "1395:5:94",
@@ -608,17 +608,17 @@
608
608
  "src": "1373:44:94"
609
609
  },
610
610
  "returnParameters": {
611
- "id": 38565,
611
+ "id": 38602,
612
612
  "nodeType": "ParameterList",
613
613
  "parameters": [
614
614
  {
615
615
  "constant": false,
616
- "id": 38564,
616
+ "id": 38601,
617
617
  "mutability": "mutable",
618
618
  "name": "",
619
619
  "nameLocation": "-1:-1:-1",
620
620
  "nodeType": "VariableDeclaration",
621
- "scope": 38566,
621
+ "scope": 38603,
622
622
  "src": "1444:12:94",
623
623
  "stateVariable": false,
624
624
  "storageLocation": "memory",
@@ -627,7 +627,7 @@
627
627
  "typeString": "bytes"
628
628
  },
629
629
  "typeName": {
630
- "id": 38563,
630
+ "id": 38600,
631
631
  "name": "bytes",
632
632
  "nodeType": "ElementaryTypeName",
633
633
  "src": "1444:5:94",
@@ -641,18 +641,18 @@
641
641
  ],
642
642
  "src": "1443:14:94"
643
643
  },
644
- "scope": 38580,
644
+ "scope": 38617,
645
645
  "stateMutability": "payable",
646
646
  "virtual": false,
647
647
  "visibility": "external"
648
648
  },
649
649
  {
650
- "id": 38579,
650
+ "id": 38616,
651
651
  "nodeType": "FunctionDefinition",
652
652
  "src": "1998:137:94",
653
653
  "nodes": [],
654
654
  "documentation": {
655
- "id": 38567,
655
+ "id": 38604,
656
656
  "nodeType": "StructuredDocumentation",
657
657
  "src": "1462:533:94",
658
658
  "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."
@@ -664,17 +664,17 @@
664
664
  "name": "callFrom",
665
665
  "nameLocation": "2007:8:94",
666
666
  "parameters": {
667
- "id": 38575,
667
+ "id": 38612,
668
668
  "nodeType": "ParameterList",
669
669
  "parameters": [
670
670
  {
671
671
  "constant": false,
672
- "id": 38569,
672
+ "id": 38606,
673
673
  "mutability": "mutable",
674
674
  "name": "delegator",
675
675
  "nameLocation": "2029:9:94",
676
676
  "nodeType": "VariableDeclaration",
677
- "scope": 38579,
677
+ "scope": 38616,
678
678
  "src": "2021:17:94",
679
679
  "stateVariable": false,
680
680
  "storageLocation": "default",
@@ -683,7 +683,7 @@
683
683
  "typeString": "address"
684
684
  },
685
685
  "typeName": {
686
- "id": 38568,
686
+ "id": 38605,
687
687
  "name": "address",
688
688
  "nodeType": "ElementaryTypeName",
689
689
  "src": "2021:7:94",
@@ -697,36 +697,36 @@
697
697
  },
698
698
  {
699
699
  "constant": false,
700
- "id": 38572,
700
+ "id": 38609,
701
701
  "mutability": "mutable",
702
702
  "name": "systemId",
703
703
  "nameLocation": "2055:8:94",
704
704
  "nodeType": "VariableDeclaration",
705
- "scope": 38579,
705
+ "scope": 38616,
706
706
  "src": "2044:19:94",
707
707
  "stateVariable": false,
708
708
  "storageLocation": "default",
709
709
  "typeDescriptions": {
710
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
710
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
711
711
  "typeString": "ResourceId"
712
712
  },
713
713
  "typeName": {
714
- "id": 38571,
714
+ "id": 38608,
715
715
  "nodeType": "UserDefinedTypeName",
716
716
  "pathNode": {
717
- "id": 38570,
717
+ "id": 38607,
718
718
  "name": "ResourceId",
719
719
  "nameLocations": [
720
720
  "2044:10:94"
721
721
  ],
722
722
  "nodeType": "IdentifierPath",
723
- "referencedDeclaration": 26238,
723
+ "referencedDeclaration": 26262,
724
724
  "src": "2044:10:94"
725
725
  },
726
- "referencedDeclaration": 26238,
726
+ "referencedDeclaration": 26262,
727
727
  "src": "2044:10:94",
728
728
  "typeDescriptions": {
729
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
729
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
730
730
  "typeString": "ResourceId"
731
731
  }
732
732
  },
@@ -734,12 +734,12 @@
734
734
  },
735
735
  {
736
736
  "constant": false,
737
- "id": 38574,
737
+ "id": 38611,
738
738
  "mutability": "mutable",
739
739
  "name": "callData",
740
740
  "nameLocation": "2082:8:94",
741
741
  "nodeType": "VariableDeclaration",
742
- "scope": 38579,
742
+ "scope": 38616,
743
743
  "src": "2069:21:94",
744
744
  "stateVariable": false,
745
745
  "storageLocation": "memory",
@@ -748,7 +748,7 @@
748
748
  "typeString": "bytes"
749
749
  },
750
750
  "typeName": {
751
- "id": 38573,
751
+ "id": 38610,
752
752
  "name": "bytes",
753
753
  "nodeType": "ElementaryTypeName",
754
754
  "src": "2069:5:94",
@@ -763,17 +763,17 @@
763
763
  "src": "2015:79:94"
764
764
  },
765
765
  "returnParameters": {
766
- "id": 38578,
766
+ "id": 38615,
767
767
  "nodeType": "ParameterList",
768
768
  "parameters": [
769
769
  {
770
770
  "constant": false,
771
- "id": 38577,
771
+ "id": 38614,
772
772
  "mutability": "mutable",
773
773
  "name": "",
774
774
  "nameLocation": "-1:-1:-1",
775
775
  "nodeType": "VariableDeclaration",
776
- "scope": 38579,
776
+ "scope": 38616,
777
777
  "src": "2121:12:94",
778
778
  "stateVariable": false,
779
779
  "storageLocation": "memory",
@@ -782,7 +782,7 @@
782
782
  "typeString": "bytes"
783
783
  },
784
784
  "typeName": {
785
- "id": 38576,
785
+ "id": 38613,
786
786
  "name": "bytes",
787
787
  "nodeType": "ElementaryTypeName",
788
788
  "src": "2121:5:94",
@@ -796,7 +796,7 @@
796
796
  ],
797
797
  "src": "2120:14:94"
798
798
  },
799
- "scope": 38580,
799
+ "scope": 38617,
800
800
  "stateMutability": "payable",
801
801
  "virtual": false,
802
802
  "visibility": "external"
@@ -808,34 +808,34 @@
808
808
  "contractDependencies": [],
809
809
  "contractKind": "interface",
810
810
  "documentation": {
811
- "id": 38555,
811
+ "id": 38592,
812
812
  "nodeType": "StructuredDocumentation",
813
813
  "src": "776:126:94",
814
814
  "text": " @title World Call Interface\n @dev This interface defines the contract for executing calls on the World's systems."
815
815
  },
816
816
  "fullyImplemented": false,
817
817
  "linearizedBaseContracts": [
818
- 38580
818
+ 38617
819
819
  ],
820
820
  "name": "IWorldCall",
821
821
  "nameLocation": "913:10:94",
822
- "scope": 38613,
822
+ "scope": 38650,
823
823
  "usedErrors": [],
824
824
  "usedEvents": []
825
825
  },
826
826
  {
827
- "id": 38612,
827
+ "id": 38649,
828
828
  "nodeType": "ContractDefinition",
829
829
  "src": "2440:849:94",
830
830
  "nodes": [
831
831
  {
832
- "id": 38592,
832
+ "id": 38629,
833
833
  "nodeType": "EventDefinition",
834
834
  "src": "2658:47:94",
835
835
  "nodes": [],
836
836
  "anonymous": false,
837
837
  "documentation": {
838
- "id": 38588,
838
+ "id": 38625,
839
839
  "nodeType": "StructuredDocumentation",
840
840
  "src": "2521:134:94",
841
841
  "text": " @dev Emitted upon successful World initialization.\n @param worldVersion The version of the World being initialized."
@@ -844,18 +844,18 @@
844
844
  "name": "HelloWorld",
845
845
  "nameLocation": "2664:10:94",
846
846
  "parameters": {
847
- "id": 38591,
847
+ "id": 38628,
848
848
  "nodeType": "ParameterList",
849
849
  "parameters": [
850
850
  {
851
851
  "constant": false,
852
- "id": 38590,
852
+ "id": 38627,
853
853
  "indexed": true,
854
854
  "mutability": "mutable",
855
855
  "name": "worldVersion",
856
856
  "nameLocation": "2691:12:94",
857
857
  "nodeType": "VariableDeclaration",
858
- "scope": 38592,
858
+ "scope": 38629,
859
859
  "src": "2675:28:94",
860
860
  "stateVariable": false,
861
861
  "storageLocation": "default",
@@ -864,7 +864,7 @@
864
864
  "typeString": "bytes32"
865
865
  },
866
866
  "typeName": {
867
- "id": 38589,
867
+ "id": 38626,
868
868
  "name": "bytes32",
869
869
  "nodeType": "ElementaryTypeName",
870
870
  "src": "2675:7:94",
@@ -880,12 +880,12 @@
880
880
  }
881
881
  },
882
882
  {
883
- "id": 38598,
883
+ "id": 38635,
884
884
  "nodeType": "FunctionDefinition",
885
885
  "src": "2819:56:94",
886
886
  "nodes": [],
887
887
  "documentation": {
888
- "id": 38593,
888
+ "id": 38630,
889
889
  "nodeType": "StructuredDocumentation",
890
890
  "src": "2709:107:94",
891
891
  "text": " @notice Retrieve the version of the World.\n @return The version identifier of the World."
@@ -897,23 +897,23 @@
897
897
  "name": "worldVersion",
898
898
  "nameLocation": "2828:12:94",
899
899
  "parameters": {
900
- "id": 38594,
900
+ "id": 38631,
901
901
  "nodeType": "ParameterList",
902
902
  "parameters": [],
903
903
  "src": "2840:2:94"
904
904
  },
905
905
  "returnParameters": {
906
- "id": 38597,
906
+ "id": 38634,
907
907
  "nodeType": "ParameterList",
908
908
  "parameters": [
909
909
  {
910
910
  "constant": false,
911
- "id": 38596,
911
+ "id": 38633,
912
912
  "mutability": "mutable",
913
913
  "name": "",
914
914
  "nameLocation": "-1:-1:-1",
915
915
  "nodeType": "VariableDeclaration",
916
- "scope": 38598,
916
+ "scope": 38635,
917
917
  "src": "2866:7:94",
918
918
  "stateVariable": false,
919
919
  "storageLocation": "default",
@@ -922,7 +922,7 @@
922
922
  "typeString": "bytes32"
923
923
  },
924
924
  "typeName": {
925
- "id": 38595,
925
+ "id": 38632,
926
926
  "name": "bytes32",
927
927
  "nodeType": "ElementaryTypeName",
928
928
  "src": "2866:7:94",
@@ -936,18 +936,18 @@
936
936
  ],
937
937
  "src": "2865:9:94"
938
938
  },
939
- "scope": 38612,
939
+ "scope": 38649,
940
940
  "stateMutability": "view",
941
941
  "virtual": false,
942
942
  "visibility": "external"
943
943
  },
944
944
  {
945
- "id": 38604,
945
+ "id": 38641,
946
946
  "nodeType": "FunctionDefinition",
947
947
  "src": "3008:51:94",
948
948
  "nodes": [],
949
949
  "documentation": {
950
- "id": 38599,
950
+ "id": 38636,
951
951
  "nodeType": "StructuredDocumentation",
952
952
  "src": "2879:126:94",
953
953
  "text": " @notice Retrieve the immutable original deployer of the World.\n @return The address of the World's creator."
@@ -959,23 +959,23 @@
959
959
  "name": "creator",
960
960
  "nameLocation": "3017:7:94",
961
961
  "parameters": {
962
- "id": 38600,
962
+ "id": 38637,
963
963
  "nodeType": "ParameterList",
964
964
  "parameters": [],
965
965
  "src": "3024:2:94"
966
966
  },
967
967
  "returnParameters": {
968
- "id": 38603,
968
+ "id": 38640,
969
969
  "nodeType": "ParameterList",
970
970
  "parameters": [
971
971
  {
972
972
  "constant": false,
973
- "id": 38602,
973
+ "id": 38639,
974
974
  "mutability": "mutable",
975
975
  "name": "",
976
976
  "nameLocation": "-1:-1:-1",
977
977
  "nodeType": "VariableDeclaration",
978
- "scope": 38604,
978
+ "scope": 38641,
979
979
  "src": "3050:7:94",
980
980
  "stateVariable": false,
981
981
  "storageLocation": "default",
@@ -984,7 +984,7 @@
984
984
  "typeString": "address"
985
985
  },
986
986
  "typeName": {
987
- "id": 38601,
987
+ "id": 38638,
988
988
  "name": "address",
989
989
  "nodeType": "ElementaryTypeName",
990
990
  "src": "3050:7:94",
@@ -999,18 +999,18 @@
999
999
  ],
1000
1000
  "src": "3049:9:94"
1001
1001
  },
1002
- "scope": 38612,
1002
+ "scope": 38649,
1003
1003
  "stateMutability": "view",
1004
1004
  "virtual": false,
1005
1005
  "visibility": "external"
1006
1006
  },
1007
1007
  {
1008
- "id": 38611,
1008
+ "id": 38648,
1009
1009
  "nodeType": "FunctionDefinition",
1010
1010
  "src": "3238:49:94",
1011
1011
  "nodes": [],
1012
1012
  "documentation": {
1013
- "id": 38605,
1013
+ "id": 38642,
1014
1014
  "nodeType": "StructuredDocumentation",
1015
1015
  "src": "3063:172:94",
1016
1016
  "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."
@@ -1022,41 +1022,41 @@
1022
1022
  "name": "initialize",
1023
1023
  "nameLocation": "3247:10:94",
1024
1024
  "parameters": {
1025
- "id": 38609,
1025
+ "id": 38646,
1026
1026
  "nodeType": "ParameterList",
1027
1027
  "parameters": [
1028
1028
  {
1029
1029
  "constant": false,
1030
- "id": 38608,
1030
+ "id": 38645,
1031
1031
  "mutability": "mutable",
1032
1032
  "name": "coreModule",
1033
1033
  "nameLocation": "3266:10:94",
1034
1034
  "nodeType": "VariableDeclaration",
1035
- "scope": 38611,
1035
+ "scope": 38648,
1036
1036
  "src": "3258:18:94",
1037
1037
  "stateVariable": false,
1038
1038
  "storageLocation": "default",
1039
1039
  "typeDescriptions": {
1040
- "typeIdentifier": "t_contract$_IModule_$60893",
1040
+ "typeIdentifier": "t_contract$_IModule_$60941",
1041
1041
  "typeString": "contract IModule"
1042
1042
  },
1043
1043
  "typeName": {
1044
- "id": 38607,
1044
+ "id": 38644,
1045
1045
  "nodeType": "UserDefinedTypeName",
1046
1046
  "pathNode": {
1047
- "id": 38606,
1047
+ "id": 38643,
1048
1048
  "name": "IModule",
1049
1049
  "nameLocations": [
1050
1050
  "3258:7:94"
1051
1051
  ],
1052
1052
  "nodeType": "IdentifierPath",
1053
- "referencedDeclaration": 60893,
1053
+ "referencedDeclaration": 60941,
1054
1054
  "src": "3258:7:94"
1055
1055
  },
1056
- "referencedDeclaration": 60893,
1056
+ "referencedDeclaration": 60941,
1057
1057
  "src": "3258:7:94",
1058
1058
  "typeDescriptions": {
1059
- "typeIdentifier": "t_contract$_IModule_$60893",
1059
+ "typeIdentifier": "t_contract$_IModule_$60941",
1060
1060
  "typeString": "contract IModule"
1061
1061
  }
1062
1062
  },
@@ -1066,12 +1066,12 @@
1066
1066
  "src": "3257:20:94"
1067
1067
  },
1068
1068
  "returnParameters": {
1069
- "id": 38610,
1069
+ "id": 38647,
1070
1070
  "nodeType": "ParameterList",
1071
1071
  "parameters": [],
1072
1072
  "src": "3286:0:94"
1073
1073
  },
1074
- "scope": 38612,
1074
+ "scope": 38649,
1075
1075
  "stateMutability": "nonpayable",
1076
1076
  "virtual": false,
1077
1077
  "visibility": "external"
@@ -1081,46 +1081,46 @@
1081
1081
  "baseContracts": [
1082
1082
  {
1083
1083
  "baseName": {
1084
- "id": 38582,
1084
+ "id": 38619,
1085
1085
  "name": "IWorldModuleInstallation",
1086
1086
  "nameLocations": [
1087
1087
  "2466:24:94"
1088
1088
  ],
1089
1089
  "nodeType": "IdentifierPath",
1090
- "referencedDeclaration": 38554,
1090
+ "referencedDeclaration": 38591,
1091
1091
  "src": "2466:24:94"
1092
1092
  },
1093
- "id": 38583,
1093
+ "id": 38620,
1094
1094
  "nodeType": "InheritanceSpecifier",
1095
1095
  "src": "2466:24:94"
1096
1096
  },
1097
1097
  {
1098
1098
  "baseName": {
1099
- "id": 38584,
1099
+ "id": 38621,
1100
1100
  "name": "IWorldCall",
1101
1101
  "nameLocations": [
1102
1102
  "2492:10:94"
1103
1103
  ],
1104
1104
  "nodeType": "IdentifierPath",
1105
- "referencedDeclaration": 38580,
1105
+ "referencedDeclaration": 38617,
1106
1106
  "src": "2492:10:94"
1107
1107
  },
1108
- "id": 38585,
1108
+ "id": 38622,
1109
1109
  "nodeType": "InheritanceSpecifier",
1110
1110
  "src": "2492:10:94"
1111
1111
  },
1112
1112
  {
1113
1113
  "baseName": {
1114
- "id": 38586,
1114
+ "id": 38623,
1115
1115
  "name": "IWorldErrors",
1116
1116
  "nameLocations": [
1117
1117
  "2504:12:94"
1118
1118
  ],
1119
1119
  "nodeType": "IdentifierPath",
1120
- "referencedDeclaration": 60987,
1120
+ "referencedDeclaration": 61035,
1121
1121
  "src": "2504:12:94"
1122
1122
  },
1123
- "id": 38587,
1123
+ "id": 38624,
1124
1124
  "nodeType": "InheritanceSpecifier",
1125
1125
  "src": "2504:12:94"
1126
1126
  }
@@ -1129,39 +1129,39 @@
1129
1129
  "contractDependencies": [],
1130
1130
  "contractKind": "interface",
1131
1131
  "documentation": {
1132
- "id": 38581,
1132
+ "id": 38618,
1133
1133
  "nodeType": "StructuredDocumentation",
1134
1134
  "src": "2139:300:94",
1135
1135
  "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`."
1136
1136
  },
1137
1137
  "fullyImplemented": false,
1138
1138
  "linearizedBaseContracts": [
1139
- 38612,
1140
- 60987,
1141
- 38580,
1142
- 38554
1139
+ 38649,
1140
+ 61035,
1141
+ 38617,
1142
+ 38591
1143
1143
  ],
1144
1144
  "name": "IWorldKernel",
1145
1145
  "nameLocation": "2450:12:94",
1146
- "scope": 38613,
1146
+ "scope": 38650,
1147
1147
  "usedErrors": [
1148
- 60901,
1149
- 60909,
1150
- 60917,
1151
- 60924,
1152
- 60932,
1153
- 60937,
1154
- 60942,
1155
- 60947,
1156
- 60954,
1148
+ 60949,
1157
1149
  60957,
1158
- 60964,
1159
- 60971,
1160
- 60981,
1161
- 60986
1150
+ 60965,
1151
+ 60972,
1152
+ 60980,
1153
+ 60985,
1154
+ 60990,
1155
+ 60995,
1156
+ 61002,
1157
+ 61005,
1158
+ 61012,
1159
+ 61019,
1160
+ 61029,
1161
+ 61034
1162
1162
  ],
1163
1163
  "usedEvents": [
1164
- 38592
1164
+ 38629
1165
1165
  ]
1166
1166
  }
1167
1167
  ],