@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
@@ -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\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]}},\"version\":1}",
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\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]}},\"version\":1}",
109
109
  "metadata": {
110
110
  "compiler": {
111
111
  "version": "0.8.21+commit.d9974bed"
@@ -334,10 +334,10 @@
334
334
  "license": "MIT"
335
335
  },
336
336
  "node_modules/@latticexyz/store/src/storeResourceTypes.sol": {
337
- "keccak256": "0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb",
337
+ "keccak256": "0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2",
338
338
  "urls": [
339
- "bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878",
340
- "dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg"
339
+ "bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84",
340
+ "dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"
341
341
  ],
342
342
  "license": "MIT"
343
343
  }
@@ -346,29 +346,29 @@
346
346
  },
347
347
  "ast": {
348
348
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IDelegationControl.sol",
349
- "id": 22920,
349
+ "id": 22944,
350
350
  "exportedSymbols": {
351
351
  "DELEGATION_CONTROL_INTERFACE_ID": [
352
- 22903
352
+ 22927
353
353
  ],
354
354
  "IDelegationControl": [
355
- 22919
355
+ 22943
356
356
  ],
357
357
  "IWorldContextConsumer": [
358
- 23073
358
+ 23097
359
359
  ],
360
360
  "ResourceId": [
361
- 26238
361
+ 26262
362
362
  ],
363
363
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
364
- 23051
364
+ 23075
365
365
  ]
366
366
  },
367
367
  "nodeType": "SourceUnit",
368
368
  "src": "32:847:33",
369
369
  "nodes": [
370
370
  {
371
- "id": 22890,
371
+ "id": 22914,
372
372
  "nodeType": "PragmaDirective",
373
373
  "src": "32:25:33",
374
374
  "nodes": [],
@@ -380,23 +380,23 @@
380
380
  ]
381
381
  },
382
382
  {
383
- "id": 22893,
383
+ "id": 22917,
384
384
  "nodeType": "ImportDirective",
385
385
  "src": "59:105:33",
386
386
  "nodes": [],
387
387
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol",
388
388
  "file": "./IWorldContextConsumer.sol",
389
389
  "nameLocation": "-1:-1:-1",
390
- "scope": 22920,
391
- "sourceUnit": 23074,
390
+ "scope": 22944,
391
+ "sourceUnit": 23098,
392
392
  "symbolAliases": [
393
393
  {
394
394
  "foreign": {
395
- "id": 22891,
395
+ "id": 22915,
396
396
  "name": "IWorldContextConsumer",
397
397
  "nodeType": "Identifier",
398
398
  "overloadedDeclarations": [],
399
- "referencedDeclaration": 23073,
399
+ "referencedDeclaration": 23097,
400
400
  "src": "68:21:33",
401
401
  "typeDescriptions": {}
402
402
  },
@@ -404,11 +404,11 @@
404
404
  },
405
405
  {
406
406
  "foreign": {
407
- "id": 22892,
407
+ "id": 22916,
408
408
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
409
409
  "nodeType": "Identifier",
410
410
  "overloadedDeclarations": [],
411
- "referencedDeclaration": 23051,
411
+ "referencedDeclaration": 23075,
412
412
  "src": "91:35:33",
413
413
  "typeDescriptions": {}
414
414
  },
@@ -418,23 +418,23 @@
418
418
  "unitAlias": ""
419
419
  },
420
420
  {
421
- "id": 22895,
421
+ "id": 22919,
422
422
  "nodeType": "ImportDirective",
423
423
  "src": "165:51:33",
424
424
  "nodes": [],
425
425
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol",
426
426
  "file": "./WorldResourceId.sol",
427
427
  "nameLocation": "-1:-1:-1",
428
- "scope": 22920,
429
- "sourceUnit": 23759,
428
+ "scope": 22944,
429
+ "sourceUnit": 23783,
430
430
  "symbolAliases": [
431
431
  {
432
432
  "foreign": {
433
- "id": 22894,
433
+ "id": 22918,
434
434
  "name": "ResourceId",
435
435
  "nodeType": "Identifier",
436
436
  "overloadedDeclarations": [],
437
- "referencedDeclaration": 26238,
437
+ "referencedDeclaration": 26262,
438
438
  "src": "174:10:33",
439
439
  "typeDescriptions": {}
440
440
  },
@@ -444,7 +444,7 @@
444
444
  "unitAlias": ""
445
445
  },
446
446
  {
447
- "id": 22903,
447
+ "id": 22927,
448
448
  "nodeType": "VariableDeclaration",
449
449
  "src": "407:124:33",
450
450
  "nodes": [],
@@ -452,7 +452,7 @@
452
452
  "mutability": "constant",
453
453
  "name": "DELEGATION_CONTROL_INTERFACE_ID",
454
454
  "nameLocation": "423:31:33",
455
- "scope": 22920,
455
+ "scope": 22944,
456
456
  "stateVariable": false,
457
457
  "storageLocation": "default",
458
458
  "typeDescriptions": {
@@ -460,7 +460,7 @@
460
460
  "typeString": "bytes4"
461
461
  },
462
462
  "typeName": {
463
- "id": 22897,
463
+ "id": 22921,
464
464
  "name": "bytes4",
465
465
  "nodeType": "ElementaryTypeName",
466
466
  "src": "407:6:33",
@@ -474,7 +474,7 @@
474
474
  "typeIdentifier": "t_bytes4",
475
475
  "typeString": "bytes4"
476
476
  },
477
- "id": 22902,
477
+ "id": 22926,
478
478
  "isConstant": false,
479
479
  "isLValue": false,
480
480
  "isPure": true,
@@ -482,18 +482,18 @@
482
482
  "leftExpression": {
483
483
  "expression": {
484
484
  "expression": {
485
- "id": 22898,
485
+ "id": 22922,
486
486
  "name": "IDelegationControl",
487
487
  "nodeType": "Identifier",
488
488
  "overloadedDeclarations": [],
489
- "referencedDeclaration": 22919,
489
+ "referencedDeclaration": 22943,
490
490
  "src": "457:18:33",
491
491
  "typeDescriptions": {
492
- "typeIdentifier": "t_type$_t_contract$_IDelegationControl_$22919_$",
492
+ "typeIdentifier": "t_type$_t_contract$_IDelegationControl_$22943_$",
493
493
  "typeString": "type(contract IDelegationControl)"
494
494
  }
495
495
  },
496
- "id": 22899,
496
+ "id": 22923,
497
497
  "isConstant": false,
498
498
  "isLValue": false,
499
499
  "isPure": true,
@@ -501,14 +501,14 @@
501
501
  "memberLocation": "476:6:33",
502
502
  "memberName": "verify",
503
503
  "nodeType": "MemberAccess",
504
- "referencedDeclaration": 22918,
504
+ "referencedDeclaration": 22942,
505
505
  "src": "457:25:33",
506
506
  "typeDescriptions": {
507
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$26238_$_t_bytes_memory_ptr_$returns$_t_bool_$",
507
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$26262_$_t_bytes_memory_ptr_$returns$_t_bool_$",
508
508
  "typeString": "function IDelegationControl.verify(address,ResourceId,bytes memory) returns (bool)"
509
509
  }
510
510
  },
511
- "id": 22900,
511
+ "id": 22924,
512
512
  "isConstant": false,
513
513
  "isLValue": false,
514
514
  "isPure": true,
@@ -525,11 +525,11 @@
525
525
  "nodeType": "BinaryOperation",
526
526
  "operator": "^",
527
527
  "rightExpression": {
528
- "id": 22901,
528
+ "id": 22925,
529
529
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
530
530
  "nodeType": "Identifier",
531
531
  "overloadedDeclarations": [],
532
- "referencedDeclaration": 23051,
532
+ "referencedDeclaration": 23075,
533
533
  "src": "496:35:33",
534
534
  "typeDescriptions": {
535
535
  "typeIdentifier": "t_bytes4",
@@ -545,12 +545,12 @@
545
545
  "visibility": "internal"
546
546
  },
547
547
  {
548
- "id": 22919,
548
+ "id": 22943,
549
549
  "nodeType": "ContractDefinition",
550
550
  "src": "715:163:33",
551
551
  "nodes": [
552
552
  {
553
- "id": 22918,
553
+ "id": 22942,
554
554
  "nodeType": "FunctionDefinition",
555
555
  "src": "773:103:33",
556
556
  "nodes": [],
@@ -561,17 +561,17 @@
561
561
  "name": "verify",
562
562
  "nameLocation": "782:6:33",
563
563
  "parameters": {
564
- "id": 22914,
564
+ "id": 22938,
565
565
  "nodeType": "ParameterList",
566
566
  "parameters": [
567
567
  {
568
568
  "constant": false,
569
- "id": 22908,
569
+ "id": 22932,
570
570
  "mutability": "mutable",
571
571
  "name": "delegator",
572
572
  "nameLocation": "797:9:33",
573
573
  "nodeType": "VariableDeclaration",
574
- "scope": 22918,
574
+ "scope": 22942,
575
575
  "src": "789:17:33",
576
576
  "stateVariable": false,
577
577
  "storageLocation": "default",
@@ -580,7 +580,7 @@
580
580
  "typeString": "address"
581
581
  },
582
582
  "typeName": {
583
- "id": 22907,
583
+ "id": 22931,
584
584
  "name": "address",
585
585
  "nodeType": "ElementaryTypeName",
586
586
  "src": "789:7:33",
@@ -594,36 +594,36 @@
594
594
  },
595
595
  {
596
596
  "constant": false,
597
- "id": 22911,
597
+ "id": 22935,
598
598
  "mutability": "mutable",
599
599
  "name": "systemId",
600
600
  "nameLocation": "819:8:33",
601
601
  "nodeType": "VariableDeclaration",
602
- "scope": 22918,
602
+ "scope": 22942,
603
603
  "src": "808:19:33",
604
604
  "stateVariable": false,
605
605
  "storageLocation": "default",
606
606
  "typeDescriptions": {
607
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
607
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
608
608
  "typeString": "ResourceId"
609
609
  },
610
610
  "typeName": {
611
- "id": 22910,
611
+ "id": 22934,
612
612
  "nodeType": "UserDefinedTypeName",
613
613
  "pathNode": {
614
- "id": 22909,
614
+ "id": 22933,
615
615
  "name": "ResourceId",
616
616
  "nameLocations": [
617
617
  "808:10:33"
618
618
  ],
619
619
  "nodeType": "IdentifierPath",
620
- "referencedDeclaration": 26238,
620
+ "referencedDeclaration": 26262,
621
621
  "src": "808:10:33"
622
622
  },
623
- "referencedDeclaration": 26238,
623
+ "referencedDeclaration": 26262,
624
624
  "src": "808:10:33",
625
625
  "typeDescriptions": {
626
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
626
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26262",
627
627
  "typeString": "ResourceId"
628
628
  }
629
629
  },
@@ -631,12 +631,12 @@
631
631
  },
632
632
  {
633
633
  "constant": false,
634
- "id": 22913,
634
+ "id": 22937,
635
635
  "mutability": "mutable",
636
636
  "name": "callData",
637
637
  "nameLocation": "842:8:33",
638
638
  "nodeType": "VariableDeclaration",
639
- "scope": 22918,
639
+ "scope": 22942,
640
640
  "src": "829:21:33",
641
641
  "stateVariable": false,
642
642
  "storageLocation": "memory",
@@ -645,7 +645,7 @@
645
645
  "typeString": "bytes"
646
646
  },
647
647
  "typeName": {
648
- "id": 22912,
648
+ "id": 22936,
649
649
  "name": "bytes",
650
650
  "nodeType": "ElementaryTypeName",
651
651
  "src": "829:5:33",
@@ -660,17 +660,17 @@
660
660
  "src": "788:63:33"
661
661
  },
662
662
  "returnParameters": {
663
- "id": 22917,
663
+ "id": 22941,
664
664
  "nodeType": "ParameterList",
665
665
  "parameters": [
666
666
  {
667
667
  "constant": false,
668
- "id": 22916,
668
+ "id": 22940,
669
669
  "mutability": "mutable",
670
670
  "name": "",
671
671
  "nameLocation": "-1:-1:-1",
672
672
  "nodeType": "VariableDeclaration",
673
- "scope": 22918,
673
+ "scope": 22942,
674
674
  "src": "870:4:33",
675
675
  "stateVariable": false,
676
676
  "storageLocation": "default",
@@ -679,7 +679,7 @@
679
679
  "typeString": "bool"
680
680
  },
681
681
  "typeName": {
682
- "id": 22915,
682
+ "id": 22939,
683
683
  "name": "bool",
684
684
  "nodeType": "ElementaryTypeName",
685
685
  "src": "870:4:33",
@@ -693,7 +693,7 @@
693
693
  ],
694
694
  "src": "869:6:33"
695
695
  },
696
- "scope": 22919,
696
+ "scope": 22943,
697
697
  "stateMutability": "nonpayable",
698
698
  "virtual": false,
699
699
  "visibility": "external"
@@ -703,16 +703,16 @@
703
703
  "baseContracts": [
704
704
  {
705
705
  "baseName": {
706
- "id": 22905,
706
+ "id": 22929,
707
707
  "name": "IWorldContextConsumer",
708
708
  "nameLocations": [
709
709
  "747:21:33"
710
710
  ],
711
711
  "nodeType": "IdentifierPath",
712
- "referencedDeclaration": 23073,
712
+ "referencedDeclaration": 23097,
713
713
  "src": "747:21:33"
714
714
  },
715
- "id": 22906,
715
+ "id": 22930,
716
716
  "nodeType": "InheritanceSpecifier",
717
717
  "src": "747:21:33"
718
718
  }
@@ -721,20 +721,20 @@
721
721
  "contractDependencies": [],
722
722
  "contractKind": "interface",
723
723
  "documentation": {
724
- "id": 22904,
724
+ "id": 22928,
725
725
  "nodeType": "StructuredDocumentation",
726
726
  "src": "534:180:33",
727
727
  "text": " @title IDelegationControl\n @dev Interface for managing and verifying delegations within the context of a world.\n Inherits functionalities from IWorldContextConsumer."
728
728
  },
729
729
  "fullyImplemented": false,
730
730
  "linearizedBaseContracts": [
731
- 22919,
732
- 23073,
733
- 22937
731
+ 22943,
732
+ 23097,
733
+ 22961
734
734
  ],
735
735
  "name": "IDelegationControl",
736
736
  "nameLocation": "725:18:33",
737
- "scope": 22920,
737
+ "scope": 22944,
738
738
  "usedErrors": [],
739
739
  "usedEvents": []
740
740
  }