@latticexyz/world-modules 2.0.0-main-08d7c471 → 2.0.0-main-9ff4f451

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 (99) hide show
  1. package/out/AccessControl.sol/AccessControl.json +200 -200
  2. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  3. package/out/Balances.sol/Balances.json +1713 -1713
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  6. package/out/DelegationControl.sol/DelegationControl.json +89 -89
  7. package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  11. package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  13. package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
  14. package/out/ISystemHook.sol/ISystemHook.json +16 -16
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  17. package/out/IWorldKernel.sol/IWorldCall.json +14 -14
  18. package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
  27. package/out/Module.sol/Module.json +75 -75
  28. package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
  29. package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
  30. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  31. package/out/Schema.sol/SchemaInstance.json +30 -30
  32. package/out/Schema.sol/SchemaLib.json +30 -30
  33. package/out/SchemaType.sol/SchemaType.json +276 -276
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
  35. package/out/StoreHook.sol/StoreHook.json +368 -368
  36. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  37. package/out/System.sol/System.json +19 -19
  38. package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
  39. package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
  40. package/out/Systems.sol/Systems.json +2459 -2459
  41. package/out/Tables.sol/Tables.json +73 -73
  42. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
  43. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  44. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  45. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
  46. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
  47. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
  48. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  49. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  50. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  51. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
  52. package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
  53. package/out/constants.sol/constants.json +403 -120
  54. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  55. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  56. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  57. package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
  58. package/out/hasKey.sol/hasKey.json +130 -130
  59. package/out/index.sol/index.json +53 -53
  60. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
  61. package/out/query.sol/query.json +1154 -1154
  62. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  63. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  64. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  65. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  66. package/out/src/Hook.sol/HookInstance.json +331 -331
  67. package/out/src/Hook.sol/HookLib.json +331 -331
  68. package/out/src/IStore.sol/IStore.json +53 -53
  69. package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
  70. package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
  71. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  72. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  73. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  74. package/out/src/Memory.sol/Memory.json +91 -91
  75. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  76. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  77. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  78. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  79. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  80. package/out/src/Schema.sol/SchemaLib.json +790 -790
  81. package/out/src/Slice.sol/SliceInstance.json +430 -430
  82. package/out/src/Slice.sol/SliceLib.json +430 -430
  83. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  84. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  85. package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
  86. package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
  87. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
  88. package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
  89. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  90. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  91. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  92. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  93. package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
  94. package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
  95. package/out/tables/Tables.sol/Tables.json +7288 -7288
  96. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  97. package/out/types.sol/types.json +41 -41
  98. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  99. package/package.json +8 -8
@@ -223,10 +223,10 @@
223
223
  24181
224
224
  ],
225
225
  "SystemCallData": [
226
- 26685
226
+ 26703
227
227
  ],
228
228
  "SystemCallFromData": [
229
- 26697
229
+ 26715
230
230
  ]
231
231
  },
232
232
  "nodeType": "SourceUnit",
@@ -253,7 +253,7 @@
253
253
  "file": "./../../modules/core/types.sol",
254
254
  "nameLocation": "-1:-1:-1",
255
255
  "scope": 24182,
256
- "sourceUnit": 26698,
256
+ "sourceUnit": 26716,
257
257
  "symbolAliases": [
258
258
  {
259
259
  "foreign": {
@@ -261,7 +261,7 @@
261
261
  "name": "SystemCallData",
262
262
  "nodeType": "Identifier",
263
263
  "overloadedDeclarations": [],
264
- "referencedDeclaration": 26685,
264
+ "referencedDeclaration": 26703,
265
265
  "src": "117:14:44",
266
266
  "typeDescriptions": {}
267
267
  },
@@ -273,7 +273,7 @@
273
273
  "name": "SystemCallFromData",
274
274
  "nodeType": "Identifier",
275
275
  "overloadedDeclarations": [],
276
- "referencedDeclaration": 26697,
276
+ "referencedDeclaration": 26715,
277
277
  "src": "133:18:44",
278
278
  "typeDescriptions": {}
279
279
  },
@@ -314,7 +314,7 @@
314
314
  "stateVariable": false,
315
315
  "storageLocation": "calldata",
316
316
  "typeDescriptions": {
317
- "typeIdentifier": "t_array$_t_struct$_SystemCallData_$26685_calldata_ptr_$dyn_calldata_ptr",
317
+ "typeIdentifier": "t_array$_t_struct$_SystemCallData_$26703_calldata_ptr_$dyn_calldata_ptr",
318
318
  "typeString": "struct SystemCallData[]"
319
319
  },
320
320
  "typeName": {
@@ -328,13 +328,13 @@
328
328
  "391:14:44"
329
329
  ],
330
330
  "nodeType": "IdentifierPath",
331
- "referencedDeclaration": 26685,
331
+ "referencedDeclaration": 26703,
332
332
  "src": "391:14:44"
333
333
  },
334
- "referencedDeclaration": 26685,
334
+ "referencedDeclaration": 26703,
335
335
  "src": "391:14:44",
336
336
  "typeDescriptions": {
337
- "typeIdentifier": "t_struct$_SystemCallData_$26685_storage_ptr",
337
+ "typeIdentifier": "t_struct$_SystemCallData_$26703_storage_ptr",
338
338
  "typeString": "struct SystemCallData"
339
339
  }
340
340
  },
@@ -342,7 +342,7 @@
342
342
  "nodeType": "ArrayTypeName",
343
343
  "src": "391:16:44",
344
344
  "typeDescriptions": {
345
- "typeIdentifier": "t_array$_t_struct$_SystemCallData_$26685_storage_$dyn_storage_ptr",
345
+ "typeIdentifier": "t_array$_t_struct$_SystemCallData_$26703_storage_$dyn_storage_ptr",
346
346
  "typeString": "struct SystemCallData[]"
347
347
  }
348
348
  },
@@ -426,7 +426,7 @@
426
426
  "stateVariable": false,
427
427
  "storageLocation": "calldata",
428
428
  "typeDescriptions": {
429
- "typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$26697_calldata_ptr_$dyn_calldata_ptr",
429
+ "typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$26715_calldata_ptr_$dyn_calldata_ptr",
430
430
  "typeString": "struct SystemCallFromData[]"
431
431
  },
432
432
  "typeName": {
@@ -440,13 +440,13 @@
440
440
  "503:18:44"
441
441
  ],
442
442
  "nodeType": "IdentifierPath",
443
- "referencedDeclaration": 26697,
443
+ "referencedDeclaration": 26715,
444
444
  "src": "503:18:44"
445
445
  },
446
- "referencedDeclaration": 26697,
446
+ "referencedDeclaration": 26715,
447
447
  "src": "503:18:44",
448
448
  "typeDescriptions": {
449
- "typeIdentifier": "t_struct$_SystemCallFromData_$26697_storage_ptr",
449
+ "typeIdentifier": "t_struct$_SystemCallFromData_$26715_storage_ptr",
450
450
  "typeString": "struct SystemCallFromData"
451
451
  }
452
452
  },
@@ -454,7 +454,7 @@
454
454
  "nodeType": "ArrayTypeName",
455
455
  "src": "503:20:44",
456
456
  "typeDescriptions": {
457
- "typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$26697_storage_$dyn_storage_ptr",
457
+ "typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$26715_storage_$dyn_storage_ptr",
458
458
  "typeString": "struct SystemCallFromData[]"
459
459
  }
460
460
  },
@@ -105,7 +105,7 @@
105
105
  "supportsInterface(bytes4)": "01ffc9a7",
106
106
  "verify(address,bytes32,bytes)": "1a86b550"
107
107
  },
108
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"verify\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for managing and verifying delegations within the context of a world. Inherits functionalities from IWorldContextConsumer.\",\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"_0\":\"The address of the `msg.sender` that called the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"_0\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function uses less than 30,000 gas.\",\"params\":{\"interfaceID\":\"The interface identifier, as specified in ERC-165.\"},\"returns\":{\"_0\":\"True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise.\"}}},\"title\":\"IDelegationControl\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/IDelegationControl.sol\":\"IDelegationControl\"},\"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/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"/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/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"/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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
108
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"verify\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for managing and verifying delegations within the context of a world. Inherits functionalities from IWorldContextConsumer.\",\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"_0\":\"The address of the `msg.sender` that called the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"_0\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function uses less than 30,000 gas.\",\"params\":{\"interfaceID\":\"The interface identifier, as specified in ERC-165.\"},\"returns\":{\"_0\":\"True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise.\"}}},\"title\":\"IDelegationControl\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/IDelegationControl.sol\":\"IDelegationControl\"},\"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/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"/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/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"/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\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"/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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
109
109
  "metadata": {
110
110
  "compiler": {
111
111
  "version": "0.8.21+commit.d9974bed"
@@ -302,10 +302,10 @@
302
302
  "license": "MIT"
303
303
  },
304
304
  "/home/runner/work/mud/mud/packages/world/src/constants.sol": {
305
- "keccak256": "0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77",
305
+ "keccak256": "0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588",
306
306
  "urls": [
307
- "bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac",
308
- "dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET"
307
+ "bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218",
308
+ "dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"
309
309
  ],
310
310
  "license": "MIT"
311
311
  },
@@ -358,7 +358,7 @@
358
358
  23378
359
359
  ],
360
360
  "ResourceId": [
361
- 29121
361
+ 29139
362
362
  ],
363
363
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
364
364
  23356
@@ -434,7 +434,7 @@
434
434
  "name": "ResourceId",
435
435
  "nodeType": "Identifier",
436
436
  "overloadedDeclarations": [],
437
- "referencedDeclaration": 29121,
437
+ "referencedDeclaration": 29139,
438
438
  "src": "174:10:33",
439
439
  "typeDescriptions": {}
440
440
  },
@@ -504,7 +504,7 @@
504
504
  "referencedDeclaration": 23223,
505
505
  "src": "457:25:33",
506
506
  "typeDescriptions": {
507
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes_memory_ptr_$returns$_t_bool_$",
507
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes_memory_ptr_$returns$_t_bool_$",
508
508
  "typeString": "function IDelegationControl.verify(address,ResourceId,bytes memory) returns (bool)"
509
509
  }
510
510
  },
@@ -604,7 +604,7 @@
604
604
  "stateVariable": false,
605
605
  "storageLocation": "default",
606
606
  "typeDescriptions": {
607
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
607
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
608
608
  "typeString": "ResourceId"
609
609
  },
610
610
  "typeName": {
@@ -617,13 +617,13 @@
617
617
  "808:10:33"
618
618
  ],
619
619
  "nodeType": "IdentifierPath",
620
- "referencedDeclaration": 29121,
620
+ "referencedDeclaration": 29139,
621
621
  "src": "808:10:33"
622
622
  },
623
- "referencedDeclaration": 29121,
623
+ "referencedDeclaration": 29139,
624
624
  "src": "808:10:33",
625
625
  "typeDescriptions": {
626
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
626
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
627
627
  "typeString": "ResourceId"
628
628
  }
629
629
  },
@@ -81,7 +81,7 @@
81
81
  "onBeforeCallSystem(address,bytes32,bytes)": "c3323031",
82
82
  "supportsInterface(bytes4)": "01ffc9a7"
83
83
  },
84
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgSender\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"onAfterCallSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgSender\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"onBeforeCallSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface defining system hooks for external functionality. Provides pre and post hooks that can be triggered before and after a system call respectively. This interface adheres to the ERC-165 standard for determining interface support.\",\"kind\":\"dev\",\"methods\":{\"onAfterCallSystem(address,bytes32,bytes)\":{\"details\":\"Provides the ability to add custom logic or checks after a system call completes.\",\"params\":{\"callData\":\"Data that was sent as part of the system call.\",\"msgSender\":\"The original sender of the system call.\",\"systemId\":\"The identifier for the system that was called.\"}},\"onBeforeCallSystem(address,bytes32,bytes)\":{\"details\":\"Provides the ability to add custom logic or checks before a system is invoked.\",\"params\":{\"callData\":\"Data being sent as part of the system call.\",\"msgSender\":\"The original sender of the system call.\",\"systemId\":\"The identifier for the system being called.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function uses less than 30,000 gas.\",\"params\":{\"interfaceID\":\"The interface identifier, as specified in ERC-165.\"},\"returns\":{\"_0\":\"True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise.\"}}},\"title\":\"ISystemHook\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"onAfterCallSystem(address,bytes32,bytes)\":{\"notice\":\"Executes after a system call.\"},\"onBeforeCallSystem(address,bytes32,bytes)\":{\"notice\":\"Executes before a system call.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol\":\"ISystemHook\"},\"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/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"/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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
84
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgSender\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"onAfterCallSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgSender\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"onBeforeCallSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface defining system hooks for external functionality. Provides pre and post hooks that can be triggered before and after a system call respectively. This interface adheres to the ERC-165 standard for determining interface support.\",\"kind\":\"dev\",\"methods\":{\"onAfterCallSystem(address,bytes32,bytes)\":{\"details\":\"Provides the ability to add custom logic or checks after a system call completes.\",\"params\":{\"callData\":\"Data that was sent as part of the system call.\",\"msgSender\":\"The original sender of the system call.\",\"systemId\":\"The identifier for the system that was called.\"}},\"onBeforeCallSystem(address,bytes32,bytes)\":{\"details\":\"Provides the ability to add custom logic or checks before a system is invoked.\",\"params\":{\"callData\":\"Data being sent as part of the system call.\",\"msgSender\":\"The original sender of the system call.\",\"systemId\":\"The identifier for the system being called.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function uses less than 30,000 gas.\",\"params\":{\"interfaceID\":\"The interface identifier, as specified in ERC-165.\"},\"returns\":{\"_0\":\"True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise.\"}}},\"title\":\"ISystemHook\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"onAfterCallSystem(address,bytes32,bytes)\":{\"notice\":\"Executes after a system call.\"},\"onBeforeCallSystem(address,bytes32,bytes)\":{\"notice\":\"Executes before a system call.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/ISystemHook.sol\":\"ISystemHook\"},\"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/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"/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\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"/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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
85
85
  "metadata": {
86
86
  "compiler": {
87
87
  "version": "0.8.21+commit.d9974bed"
@@ -244,10 +244,10 @@
244
244
  "license": "MIT"
245
245
  },
246
246
  "/home/runner/work/mud/mud/packages/world/src/constants.sol": {
247
- "keccak256": "0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77",
247
+ "keccak256": "0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588",
248
248
  "urls": [
249
- "bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac",
250
- "dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET"
249
+ "bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218",
250
+ "dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"
251
251
  ],
252
252
  "license": "MIT"
253
253
  },
@@ -300,7 +300,7 @@
300
300
  23335
301
301
  ],
302
302
  "ResourceId": [
303
- 29121
303
+ 29139
304
304
  ],
305
305
  "SYSTEM_HOOK_INTERFACE_ID": [
306
306
  23309
@@ -376,7 +376,7 @@
376
376
  "name": "ResourceId",
377
377
  "nodeType": "Identifier",
378
378
  "overloadedDeclarations": [],
379
- "referencedDeclaration": 29121,
379
+ "referencedDeclaration": 29139,
380
380
  "src": "130:10:36",
381
381
  "typeDescriptions": {}
382
382
  },
@@ -456,7 +456,7 @@
456
456
  "referencedDeclaration": 23323,
457
457
  "src": "421:30:36",
458
458
  "typeDescriptions": {
459
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes_memory_ptr_$returns$__$",
459
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes_memory_ptr_$returns$__$",
460
460
  "typeString": "function ISystemHook.onBeforeCallSystem(address,ResourceId,bytes memory)"
461
461
  }
462
462
  },
@@ -501,7 +501,7 @@
501
501
  "referencedDeclaration": 23334,
502
502
  "src": "465:29:36",
503
503
  "typeDescriptions": {
504
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29121_$_t_bytes_memory_ptr_$returns$__$",
504
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes_memory_ptr_$returns$__$",
505
505
  "typeString": "function ISystemHook.onAfterCallSystem(address,ResourceId,bytes memory)"
506
506
  }
507
507
  },
@@ -613,7 +613,7 @@
613
613
  "stateVariable": false,
614
614
  "storageLocation": "default",
615
615
  "typeDescriptions": {
616
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
616
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
617
617
  "typeString": "ResourceId"
618
618
  },
619
619
  "typeName": {
@@ -626,13 +626,13 @@
626
626
  "1232:10:36"
627
627
  ],
628
628
  "nodeType": "IdentifierPath",
629
- "referencedDeclaration": 29121,
629
+ "referencedDeclaration": 29139,
630
630
  "src": "1232:10:36"
631
631
  },
632
- "referencedDeclaration": 29121,
632
+ "referencedDeclaration": 29139,
633
633
  "src": "1232:10:36",
634
634
  "typeDescriptions": {
635
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
635
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
636
636
  "typeString": "ResourceId"
637
637
  }
638
638
  },
@@ -740,7 +740,7 @@
740
740
  "stateVariable": false,
741
741
  "storageLocation": "default",
742
742
  "typeDescriptions": {
743
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
743
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
744
744
  "typeString": "ResourceId"
745
745
  },
746
746
  "typeName": {
@@ -753,13 +753,13 @@
753
753
  "1680:10:36"
754
754
  ],
755
755
  "nodeType": "IdentifierPath",
756
- "referencedDeclaration": 29121,
756
+ "referencedDeclaration": 29139,
757
757
  "src": "1680:10:36"
758
758
  },
759
- "referencedDeclaration": 29121,
759
+ "referencedDeclaration": 29139,
760
760
  "src": "1680:10:36",
761
761
  "typeDescriptions": {
762
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
762
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
763
763
  "typeString": "ResourceId"
764
764
  }
765
765
  },
@@ -92,17 +92,17 @@
92
92
  },
93
93
  "ast": {
94
94
  "absolutePath": "src/interfaces/IUniqueEntitySystem.sol",
95
- "id": 49064,
95
+ "id": 49100,
96
96
  "exportedSymbols": {
97
97
  "IUniqueEntitySystem": [
98
- 49063
98
+ 49099
99
99
  ]
100
100
  },
101
101
  "nodeType": "SourceUnit",
102
102
  "src": "32:233:122",
103
103
  "nodes": [
104
104
  {
105
- "id": 49057,
105
+ "id": 49093,
106
106
  "nodeType": "PragmaDirective",
107
107
  "src": "32:25:122",
108
108
  "nodes": [],
@@ -114,12 +114,12 @@
114
114
  ]
115
115
  },
116
116
  {
117
- "id": 49063,
117
+ "id": 49099,
118
118
  "nodeType": "ContractDefinition",
119
119
  "src": "141:123:122",
120
120
  "nodes": [
121
121
  {
122
- "id": 49062,
122
+ "id": 49098,
123
123
  "nodeType": "FunctionDefinition",
124
124
  "src": "175:87:122",
125
125
  "nodes": [],
@@ -130,23 +130,23 @@
130
130
  "name": "uniqueEntity_system_getUniqueEntity",
131
131
  "nameLocation": "184:35:122",
132
132
  "parameters": {
133
- "id": 49058,
133
+ "id": 49094,
134
134
  "nodeType": "ParameterList",
135
135
  "parameters": [],
136
136
  "src": "219:2:122"
137
137
  },
138
138
  "returnParameters": {
139
- "id": 49061,
139
+ "id": 49097,
140
140
  "nodeType": "ParameterList",
141
141
  "parameters": [
142
142
  {
143
143
  "constant": false,
144
- "id": 49060,
144
+ "id": 49096,
145
145
  "mutability": "mutable",
146
146
  "name": "uniqueEntity",
147
147
  "nameLocation": "248:12:122",
148
148
  "nodeType": "VariableDeclaration",
149
- "scope": 49062,
149
+ "scope": 49098,
150
150
  "src": "240:20:122",
151
151
  "stateVariable": false,
152
152
  "storageLocation": "default",
@@ -155,7 +155,7 @@
155
155
  "typeString": "bytes32"
156
156
  },
157
157
  "typeName": {
158
- "id": 49059,
158
+ "id": 49095,
159
159
  "name": "bytes32",
160
160
  "nodeType": "ElementaryTypeName",
161
161
  "src": "240:7:122",
@@ -169,7 +169,7 @@
169
169
  ],
170
170
  "src": "239:22:122"
171
171
  },
172
- "scope": 49063,
172
+ "scope": 49099,
173
173
  "stateMutability": "nonpayable",
174
174
  "virtual": false,
175
175
  "visibility": "external"
@@ -182,11 +182,11 @@
182
182
  "contractKind": "interface",
183
183
  "fullyImplemented": false,
184
184
  "linearizedBaseContracts": [
185
- 49063
185
+ 49099
186
186
  ],
187
187
  "name": "IUniqueEntitySystem",
188
188
  "nameLocation": "151:19:122",
189
- "scope": 49064,
189
+ "scope": 49100,
190
190
  "usedErrors": [],
191
191
  "usedEvents": []
192
192
  }
@@ -452,7 +452,7 @@
452
452
  23472
453
453
  ],
454
454
  "ResourceId": [
455
- 29121
455
+ 29139
456
456
  ]
457
457
  },
458
458
  "nodeType": "SourceUnit",
@@ -479,7 +479,7 @@
479
479
  "file": "@latticexyz/store/src/ResourceId.sol",
480
480
  "nameLocation": "-1:-1:-1",
481
481
  "scope": 23473,
482
- "sourceUnit": 29193,
482
+ "sourceUnit": 29211,
483
483
  "symbolAliases": [
484
484
  {
485
485
  "foreign": {
@@ -487,7 +487,7 @@
487
487
  "name": "ResourceId",
488
488
  "nodeType": "Identifier",
489
489
  "overloadedDeclarations": [],
490
- "referencedDeclaration": 29121,
490
+ "referencedDeclaration": 29139,
491
491
  "src": "68:10:38",
492
492
  "typeDescriptions": {}
493
493
  },
@@ -552,7 +552,7 @@
552
552
  "stateVariable": false,
553
553
  "storageLocation": "default",
554
554
  "typeDescriptions": {
555
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
555
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
556
556
  "typeString": "ResourceId"
557
557
  },
558
558
  "typeName": {
@@ -565,13 +565,13 @@
565
565
  "739:10:38"
566
566
  ],
567
567
  "nodeType": "IdentifierPath",
568
- "referencedDeclaration": 29121,
568
+ "referencedDeclaration": 29139,
569
569
  "src": "739:10:38"
570
570
  },
571
- "referencedDeclaration": 29121,
571
+ "referencedDeclaration": 29139,
572
572
  "src": "739:10:38",
573
573
  "typeDescriptions": {
574
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
574
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
575
575
  "typeString": "ResourceId"
576
576
  }
577
577
  },
@@ -638,7 +638,7 @@
638
638
  "stateVariable": false,
639
639
  "storageLocation": "default",
640
640
  "typeDescriptions": {
641
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
641
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
642
642
  "typeString": "ResourceId"
643
643
  },
644
644
  "typeName": {
@@ -651,13 +651,13 @@
651
651
  "1016:10:38"
652
652
  ],
653
653
  "nodeType": "IdentifierPath",
654
- "referencedDeclaration": 29121,
654
+ "referencedDeclaration": 29139,
655
655
  "src": "1016:10:38"
656
656
  },
657
- "referencedDeclaration": 29121,
657
+ "referencedDeclaration": 29139,
658
658
  "src": "1016:10:38",
659
659
  "typeDescriptions": {
660
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
660
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
661
661
  "typeString": "ResourceId"
662
662
  }
663
663
  },
@@ -801,7 +801,7 @@
801
801
  "stateVariable": false,
802
802
  "storageLocation": "default",
803
803
  "typeDescriptions": {
804
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
804
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
805
805
  "typeString": "ResourceId"
806
806
  },
807
807
  "typeName": {
@@ -814,13 +814,13 @@
814
814
  "1580:10:38"
815
815
  ],
816
816
  "nodeType": "IdentifierPath",
817
- "referencedDeclaration": 29121,
817
+ "referencedDeclaration": 29139,
818
818
  "src": "1580:10:38"
819
819
  },
820
- "referencedDeclaration": 29121,
820
+ "referencedDeclaration": 29139,
821
821
  "src": "1580:10:38",
822
822
  "typeDescriptions": {
823
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
823
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
824
824
  "typeString": "ResourceId"
825
825
  }
826
826
  },
@@ -1314,7 +1314,7 @@
1314
1314
  "stateVariable": false,
1315
1315
  "storageLocation": "default",
1316
1316
  "typeDescriptions": {
1317
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1317
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1318
1318
  "typeString": "ResourceId"
1319
1319
  },
1320
1320
  "typeName": {
@@ -1327,13 +1327,13 @@
1327
1327
  "3574:10:38"
1328
1328
  ],
1329
1329
  "nodeType": "IdentifierPath",
1330
- "referencedDeclaration": 29121,
1330
+ "referencedDeclaration": 29139,
1331
1331
  "src": "3574:10:38"
1332
1332
  },
1333
- "referencedDeclaration": 29121,
1333
+ "referencedDeclaration": 29139,
1334
1334
  "src": "3574:10:38",
1335
1335
  "typeDescriptions": {
1336
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1336
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
1337
1337
  "typeString": "ResourceId"
1338
1338
  }
1339
1339
  },