@latticexyz/world-module-metadata 2.1.1-main-fad4e85853d9ee80753ae1b0b161b60bf9874846

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 (318) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/mud.config.d.ts +108 -0
  4. package/dist/mud.config.js +2 -0
  5. package/dist/mud.config.js.map +1 -0
  6. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  7. package/out/AccessControl.sol/AccessControl.json +1 -0
  8. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +256 -0
  9. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +256 -0
  10. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -0
  11. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +361 -0
  12. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +361 -0
  13. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -0
  14. package/out/Balances.sol/Balances.abi.json +1 -0
  15. package/out/Balances.sol/Balances.json +1 -0
  16. package/out/Base.sol/CommonBase.abi.json +1 -0
  17. package/out/Base.sol/CommonBase.json +1 -0
  18. package/out/Base.sol/ScriptBase.abi.json +1 -0
  19. package/out/Base.sol/ScriptBase.json +1 -0
  20. package/out/Base.sol/TestBase.abi.json +1 -0
  21. package/out/Base.sol/TestBase.json +1 -0
  22. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +132 -0
  23. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +132 -0
  24. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -0
  25. package/out/Bytes.sol/Bytes.abi.json +1 -0
  26. package/out/Bytes.sol/Bytes.json +1 -0
  27. package/out/DecodeSlice.sol/DecodeSlice.abi.json +1 -0
  28. package/out/DecodeSlice.sol/DecodeSlice.json +1 -0
  29. package/out/Delegation.sol/Delegation.abi.json +1 -0
  30. package/out/Delegation.sol/Delegation.json +1 -0
  31. package/out/ERC165Checker.sol/ERC165Checker.abi.json +1 -0
  32. package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
  33. package/out/EncodeArray.sol/EncodeArray.abi.json +1 -0
  34. package/out/EncodeArray.sol/EncodeArray.json +1 -0
  35. package/out/EncodedLengths.sol/EncodedLengthsInstance.abi.json +1 -0
  36. package/out/EncodedLengths.sol/EncodedLengthsInstance.json +1 -0
  37. package/out/EncodedLengths.sol/EncodedLengthsLib.abi.json +1 -0
  38. package/out/EncodedLengths.sol/EncodedLengthsLib.json +1 -0
  39. package/out/FieldLayout.sol/FieldLayoutInstance.abi.json +1 -0
  40. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -0
  41. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +1 -0
  42. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -0
  43. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  44. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -0
  45. package/out/FunctionSignatures.sol/FunctionSignatures.abi.json +1 -0
  46. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -0
  47. package/out/GasReporter.sol/GasReporter.abi.json +520 -0
  48. package/out/GasReporter.sol/GasReporter.abi.json.d.ts +520 -0
  49. package/out/GasReporter.sol/GasReporter.json +1 -0
  50. package/out/Hook.sol/HookInstance.abi.json +1 -0
  51. package/out/Hook.sol/HookInstance.json +1 -0
  52. package/out/Hook.sol/HookLib.abi.json +1 -0
  53. package/out/Hook.sol/HookLib.json +1 -0
  54. package/out/Hooks.sol/Hooks.abi.json +1 -0
  55. package/out/Hooks.sol/Hooks.json +1 -0
  56. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +69 -0
  57. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +69 -0
  58. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -0
  59. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json +48 -0
  60. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json.d.ts +48 -0
  61. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -0
  62. package/out/IBaseWorld.sol/IBaseWorld.abi.json +2008 -0
  63. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +2008 -0
  64. package/out/IBaseWorld.sol/IBaseWorld.json +1 -0
  65. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  66. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +69 -0
  67. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -0
  68. package/out/IDelegationControl.sol/IDelegationControl.abi.json +89 -0
  69. package/out/IDelegationControl.sol/IDelegationControl.abi.json.d.ts +89 -0
  70. package/out/IDelegationControl.sol/IDelegationControl.json +1 -0
  71. package/out/IERC165.sol/IERC165.abi.json +21 -0
  72. package/out/IERC165.sol/IERC165.abi.json.d.ts +21 -0
  73. package/out/IERC165.sol/IERC165.json +1 -0
  74. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json +13 -0
  75. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json.d.ts +13 -0
  76. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.json +1 -0
  77. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
  78. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts +88 -0
  79. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
  80. package/out/IMetadataSystem.sol/IMetadataSystem.abi.json +67 -0
  81. package/out/IMetadataSystem.sol/IMetadataSystem.abi.json.d.ts +67 -0
  82. package/out/IMetadataSystem.sol/IMetadataSystem.json +1 -0
  83. package/out/IModule.sol/IModule.abi.json +73 -0
  84. package/out/IModule.sol/IModule.abi.json.d.ts +73 -0
  85. package/out/IModule.sol/IModule.json +1 -0
  86. package/out/IModuleErrors.sol/IModuleErrors.abi.json +28 -0
  87. package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +28 -0
  88. package/out/IModuleErrors.sol/IModuleErrors.json +1 -0
  89. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +20 -0
  90. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +20 -0
  91. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -0
  92. package/out/IMulticall3.sol/IMulticall3.abi.json +440 -0
  93. package/out/IMulticall3.sol/IMulticall3.abi.json.d.ts +440 -0
  94. package/out/IMulticall3.sol/IMulticall3.json +1 -0
  95. package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
  96. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
  97. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
  98. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts +18 -0
  99. package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
  100. package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
  101. package/out/ISliceErrors.sol/ISliceErrors.abi.json.d.ts +23 -0
  102. package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
  103. package/out/IStore.sol/IStore.abi.json +1261 -0
  104. package/out/IStore.sol/IStore.abi.json.d.ts +1261 -0
  105. package/out/IStore.sol/IStore.json +1 -0
  106. package/out/IStoreErrors.sol/IStoreErrors.abi.json +204 -0
  107. package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +204 -0
  108. package/out/IStoreErrors.sol/IStoreErrors.json +1 -0
  109. package/out/IStoreEvents.sol/IStoreEvents.abi.json +151 -0
  110. package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +151 -0
  111. package/out/IStoreEvents.sol/IStoreEvents.json +1 -0
  112. package/out/IStoreHook.sol/IStoreHook.abi.json +290 -0
  113. package/out/IStoreHook.sol/IStoreHook.abi.json.d.ts +290 -0
  114. package/out/IStoreHook.sol/IStoreHook.json +1 -0
  115. package/out/IStoreKernel.sol/IStoreKernel.abi.json +1182 -0
  116. package/out/IStoreKernel.sol/IStoreKernel.abi.json.d.ts +1182 -0
  117. package/out/IStoreKernel.sol/IStoreKernel.json +1 -0
  118. package/out/IStoreRead.sol/IStoreRead.abi.json +389 -0
  119. package/out/IStoreRead.sol/IStoreRead.abi.json.d.ts +389 -0
  120. package/out/IStoreRead.sol/IStoreRead.json +1 -0
  121. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json +81 -0
  122. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json.d.ts +81 -0
  123. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -0
  124. package/out/IStoreWrite.sol/IStoreWrite.abi.json +446 -0
  125. package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +446 -0
  126. package/out/IStoreWrite.sol/IStoreWrite.json +1 -0
  127. package/out/ISystemHook.sol/ISystemHook.abi.json +67 -0
  128. package/out/ISystemHook.sol/ISystemHook.abi.json.d.ts +67 -0
  129. package/out/ISystemHook.sol/ISystemHook.json +1 -0
  130. package/out/IWorld.sol/IWorld.abi.json +2073 -0
  131. package/out/IWorld.sol/IWorld.abi.json.d.ts +2073 -0
  132. package/out/IWorld.sol/IWorld.json +1 -0
  133. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json +60 -0
  134. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json.d.ts +60 -0
  135. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -0
  136. package/out/IWorldErrors.sol/IWorldErrors.abi.json +200 -0
  137. package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +200 -0
  138. package/out/IWorldErrors.sol/IWorldErrors.json +1 -0
  139. package/out/IWorldEvents.sol/IWorldEvents.abi.json +15 -0
  140. package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +15 -0
  141. package/out/IWorldEvents.sol/IWorldEvents.json +1 -0
  142. package/out/IWorldKernel.sol/IWorldCall.abi.json +55 -0
  143. package/out/IWorldKernel.sol/IWorldCall.abi.json.d.ts +55 -0
  144. package/out/IWorldKernel.sol/IWorldCall.json +1 -0
  145. package/out/IWorldKernel.sol/IWorldKernel.abi.json +349 -0
  146. package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +349 -0
  147. package/out/IWorldKernel.sol/IWorldKernel.json +1 -0
  148. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +20 -0
  149. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +20 -0
  150. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -0
  151. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +204 -0
  152. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +204 -0
  153. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -0
  154. package/out/InitModule.sol/InitModule.abi.json +462 -0
  155. package/out/InitModule.sol/InitModule.abi.json.d.ts +462 -0
  156. package/out/InitModule.sol/InitModule.json +1 -0
  157. package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
  158. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
  159. package/out/InstalledModules.sol/InstalledModules.abi.json +1 -0
  160. package/out/InstalledModules.sol/InstalledModules.json +1 -0
  161. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
  162. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
  163. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
  164. package/out/Memory.sol/Memory.abi.json +1 -0
  165. package/out/Memory.sol/Memory.json +1 -0
  166. package/out/MetadataModule.sol/MetadataModule.abi.json +452 -0
  167. package/out/MetadataModule.sol/MetadataModule.abi.json.d.ts +452 -0
  168. package/out/MetadataModule.sol/MetadataModule.json +1 -0
  169. package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json +568 -0
  170. package/out/MetadataModule.t.sol/MetadataModuleTest.abi.json.d.ts +568 -0
  171. package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -0
  172. package/out/MetadataSystem.sol/MetadataSystem.abi.json +315 -0
  173. package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +315 -0
  174. package/out/MetadataSystem.sol/MetadataSystem.json +1 -0
  175. package/out/Module.sol/Module.abi.json +112 -0
  176. package/out/Module.sol/Module.abi.json.d.ts +112 -0
  177. package/out/Module.sol/Module.json +1 -0
  178. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +151 -0
  179. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +151 -0
  180. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -0
  181. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.abi.json +1 -0
  182. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -0
  183. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  184. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -0
  185. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1018 -0
  186. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1018 -0
  187. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
  188. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  189. package/out/ResourceAccess.sol/ResourceAccess.json +1 -0
  190. package/out/ResourceId.sol/ResourceIdInstance.abi.json +1 -0
  191. package/out/ResourceId.sol/ResourceIdInstance.json +1 -0
  192. package/out/ResourceId.sol/ResourceIdLib.abi.json +1 -0
  193. package/out/ResourceId.sol/ResourceIdLib.json +1 -0
  194. package/out/ResourceIds.sol/ResourceIds.abi.json +1 -0
  195. package/out/ResourceIds.sol/ResourceIds.json +1 -0
  196. package/out/ResourceTag.sol/ResourceTag.abi.json +1 -0
  197. package/out/ResourceTag.sol/ResourceTag.json +1 -0
  198. package/out/Schema.sol/SchemaInstance.abi.json +1 -0
  199. package/out/Schema.sol/SchemaInstance.json +1 -0
  200. package/out/Schema.sol/SchemaLib.abi.json +1 -0
  201. package/out/Schema.sol/SchemaLib.json +1 -0
  202. package/out/Slice.sol/SliceInstance.abi.json +1 -0
  203. package/out/Slice.sol/SliceInstance.json +1 -0
  204. package/out/Slice.sol/SliceLib.abi.json +1 -0
  205. package/out/Slice.sol/SliceLib.json +1 -0
  206. package/out/StdAssertions.sol/StdAssertions.abi.json +392 -0
  207. package/out/StdAssertions.sol/StdAssertions.abi.json.d.ts +392 -0
  208. package/out/StdAssertions.sol/StdAssertions.json +1 -0
  209. package/out/StdChains.sol/StdChains.abi.json +1 -0
  210. package/out/StdChains.sol/StdChains.json +1 -0
  211. package/out/StdCheats.sol/StdCheats.abi.json +1 -0
  212. package/out/StdCheats.sol/StdCheats.json +1 -0
  213. package/out/StdCheats.sol/StdCheatsSafe.abi.json +1 -0
  214. package/out/StdCheats.sol/StdCheatsSafe.json +1 -0
  215. package/out/StdError.sol/stdError.abi.json +119 -0
  216. package/out/StdError.sol/stdError.abi.json.d.ts +119 -0
  217. package/out/StdError.sol/stdError.json +1 -0
  218. package/out/StdInvariant.sol/StdInvariant.abi.json +130 -0
  219. package/out/StdInvariant.sol/StdInvariant.abi.json.d.ts +130 -0
  220. package/out/StdInvariant.sol/StdInvariant.json +1 -0
  221. package/out/StdJson.sol/stdJson.abi.json +1 -0
  222. package/out/StdJson.sol/stdJson.json +1 -0
  223. package/out/StdMath.sol/stdMath.abi.json +1 -0
  224. package/out/StdMath.sol/stdMath.json +1 -0
  225. package/out/StdStorage.sol/stdStorage.abi.json +1 -0
  226. package/out/StdStorage.sol/stdStorage.json +1 -0
  227. package/out/StdStorage.sol/stdStorageSafe.abi.json +52 -0
  228. package/out/StdStorage.sol/stdStorageSafe.abi.json.d.ts +52 -0
  229. package/out/StdStorage.sol/stdStorageSafe.json +1 -0
  230. package/out/StdStyle.sol/StdStyle.abi.json +1 -0
  231. package/out/StdStyle.sol/StdStyle.json +1 -0
  232. package/out/StdUtils.sol/StdUtils.abi.json +1 -0
  233. package/out/StdUtils.sol/StdUtils.json +1 -0
  234. package/out/Storage.sol/Storage.abi.json +1 -0
  235. package/out/Storage.sol/Storage.json +1 -0
  236. package/out/StoreCore.sol/StoreCore.abi.json +1 -0
  237. package/out/StoreCore.sol/StoreCore.json +1 -0
  238. package/out/StoreCore.sol/StoreCoreInternal.abi.json +1 -0
  239. package/out/StoreCore.sol/StoreCoreInternal.json +1 -0
  240. package/out/StoreHooks.sol/StoreHooks.abi.json +1 -0
  241. package/out/StoreHooks.sol/StoreHooks.json +1 -0
  242. package/out/StoreKernel.sol/StoreKernel.abi.json +1182 -0
  243. package/out/StoreKernel.sol/StoreKernel.abi.json.d.ts +1182 -0
  244. package/out/StoreKernel.sol/StoreKernel.json +1 -0
  245. package/out/StoreRead.sol/StoreRead.abi.json +437 -0
  246. package/out/StoreRead.sol/StoreRead.abi.json.d.ts +437 -0
  247. package/out/StoreRead.sol/StoreRead.json +1 -0
  248. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +779 -0
  249. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +779 -0
  250. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -0
  251. package/out/StoreSwitch.sol/StoreSwitch.abi.json +1 -0
  252. package/out/StoreSwitch.sol/StoreSwitch.json +1 -0
  253. package/out/System.sol/System.abi.json +60 -0
  254. package/out/System.sol/System.abi.json.d.ts +60 -0
  255. package/out/System.sol/System.json +1 -0
  256. package/out/SystemCall.sol/SystemCall.abi.json +1 -0
  257. package/out/SystemCall.sol/SystemCall.json +1 -0
  258. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  259. package/out/SystemHooks.sol/SystemHooks.json +1 -0
  260. package/out/SystemRegistry.sol/SystemRegistry.abi.json +1 -0
  261. package/out/SystemRegistry.sol/SystemRegistry.json +1 -0
  262. package/out/Systems.sol/Systems.abi.json +1 -0
  263. package/out/Systems.sol/Systems.json +1 -0
  264. package/out/Tables.sol/Tables.abi.json +1 -0
  265. package/out/Tables.sol/Tables.json +1 -0
  266. package/out/Test.sol/Test.abi.json +520 -0
  267. package/out/Test.sol/Test.abi.json.d.ts +520 -0
  268. package/out/Test.sol/Test.json +1 -0
  269. package/out/TightCoder.sol/TightCoder.abi.json +1 -0
  270. package/out/TightCoder.sol/TightCoder.json +1 -0
  271. package/out/UserDelegationControl.sol/UserDelegationControl.abi.json +1 -0
  272. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -0
  273. package/out/Vm.sol/Vm.abi.json +3878 -0
  274. package/out/Vm.sol/Vm.abi.json.d.ts +3878 -0
  275. package/out/Vm.sol/Vm.json +1 -0
  276. package/out/Vm.sol/VmSafe.abi.json +2678 -0
  277. package/out/Vm.sol/VmSafe.abi.json.d.ts +2678 -0
  278. package/out/Vm.sol/VmSafe.json +1 -0
  279. package/out/World.sol/World.abi.json +1542 -0
  280. package/out/World.sol/World.abi.json.d.ts +1542 -0
  281. package/out/World.sol/World.json +1 -0
  282. package/out/WorldContext.sol/WorldContextConsumer.abi.json +60 -0
  283. package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +60 -0
  284. package/out/WorldContext.sol/WorldContextConsumer.json +1 -0
  285. package/out/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  286. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -0
  287. package/out/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  288. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -0
  289. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +691 -0
  290. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +691 -0
  291. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -0
  292. package/out/WorldResourceId.sol/WorldResourceIdInstance.abi.json +1 -0
  293. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -0
  294. package/out/WorldResourceId.sol/WorldResourceIdLib.abi.json +1 -0
  295. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -0
  296. package/out/build-info/6e6d00ff6cd02b591740ca2c5d45982e.json +1 -0
  297. package/out/console.sol/console.abi.json +1 -0
  298. package/out/console.sol/console.json +1 -0
  299. package/out/console2.sol/console2.abi.json +1 -0
  300. package/out/console2.sol/console2.json +1 -0
  301. package/out/constants.sol/LayoutOffsets.abi.json +1 -0
  302. package/out/constants.sol/LayoutOffsets.json +1 -0
  303. package/out/safeconsole.sol/safeconsole.abi.json +1 -0
  304. package/out/safeconsole.sol/safeconsole.json +1 -0
  305. package/out/src/IERC165.sol/IERC165.abi.json +21 -0
  306. package/out/src/IERC165.sol/IERC165.abi.json.d.ts +21 -0
  307. package/out/src/IERC165.sol/IERC165.json +1 -0
  308. package/out/test.sol/DSTest.abi.json +296 -0
  309. package/out/test.sol/DSTest.abi.json.d.ts +296 -0
  310. package/out/test.sol/DSTest.json +1 -0
  311. package/package.json +63 -0
  312. package/src/MetadataModule.sol +57 -0
  313. package/src/MetadataSystem.sol +25 -0
  314. package/src/codegen/index.sol +6 -0
  315. package/src/codegen/tables/ResourceTag.sol +484 -0
  316. package/src/codegen/world/IMetadataSystem.sol +19 -0
  317. package/src/codegen/world/IWorld.sol +16 -0
  318. package/src/common.sol +60 -0
@@ -0,0 +1,69 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "function",
4
+ "name": "batchCall",
5
+ "inputs": [
6
+ {
7
+ "name": "systemCalls",
8
+ "type": "tuple[]",
9
+ "internalType": "struct SystemCallData[]",
10
+ "components": [
11
+ {
12
+ "name": "systemId",
13
+ "type": "bytes32",
14
+ "internalType": "ResourceId"
15
+ },
16
+ {
17
+ "name": "callData",
18
+ "type": "bytes",
19
+ "internalType": "bytes"
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "outputs": [
25
+ {
26
+ "name": "returnDatas",
27
+ "type": "bytes[]",
28
+ "internalType": "bytes[]"
29
+ }
30
+ ],
31
+ "stateMutability": "nonpayable"
32
+ },
33
+ {
34
+ "type": "function",
35
+ "name": "batchCallFrom",
36
+ "inputs": [
37
+ {
38
+ "name": "systemCalls",
39
+ "type": "tuple[]",
40
+ "internalType": "struct SystemCallFromData[]",
41
+ "components": [
42
+ {
43
+ "name": "from",
44
+ "type": "address",
45
+ "internalType": "address"
46
+ },
47
+ {
48
+ "name": "systemId",
49
+ "type": "bytes32",
50
+ "internalType": "ResourceId"
51
+ },
52
+ {
53
+ "name": "callData",
54
+ "type": "bytes",
55
+ "internalType": "bytes"
56
+ }
57
+ ]
58
+ }
59
+ ],
60
+ "outputs": [
61
+ {
62
+ "name": "returnDatas",
63
+ "type": "bytes[]",
64
+ "internalType": "bytes[]"
65
+ }
66
+ ],
67
+ "stateMutability": "nonpayable"
68
+ }
69
+ ]; export default abi;
@@ -0,0 +1 @@
1
+ {"abi":[{"type":"function","name":"batchCall","inputs":[{"name":"systemCalls","type":"tuple[]","internalType":"struct SystemCallData[]","components":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}]}],"outputs":[{"name":"returnDatas","type":"bytes[]","internalType":"bytes[]"}],"stateMutability":"nonpayable"},{"type":"function","name":"batchCallFrom","inputs":[{"name":"systemCalls","type":"tuple[]","internalType":"struct SystemCallFromData[]","components":[{"name":"from","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}]}],"outputs":[{"name":"returnDatas","type":"bytes[]","internalType":"bytes[]"}],"stateMutability":"nonpayable"}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{"batchCall((bytes32,bytes)[])":"ce5e8dd9","batchCallFrom((address,bytes32,bytes)[])":"8fc8cf7e"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"This interface is automatically generated from the corresponding system contract. Do not edit manually.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"IBatchCallSystem\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":\"IBatchCallSystem\"},\"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/ResourceId.sol\":{\"keccak256\":\"0x889423054511cf8a83f5dfd65a0f984dc514aba798ef3db139b59d395b2327e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40b9495d455c87db8b063e291ca3973dc3ba1163f09c5d7446241a9e1cb69ed0\",\"dweb:/ipfs/Qmek1JKVjPUpoXnKwu66HfPS9rHstKtWTuBmG8YFxbPEWQ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x064f8e5de1d33dc43f8960c4511ab978f4f203db5be60b16455a33f81a44777b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ad396e3c7f780a924ab1e908f1713c7fbb3a734ecdd65f4cd82cd8414d3fa02\",\"dweb:/ipfs/QmSRacmErXTjGpfdsS1AdjbAXjpxj1GgnXEsA1FFJuvx2q\"]},\"node_modules/@latticexyz/world/src/modules/init/types.sol\":{\"keccak256\":\"0x81b75eb286ec515bde6cbb16c3d089054abb530b744865bbace68343d23177bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://afc77bd51e24da666260bb48c44ff611869fb2e550921d732e5aac84a1f09525\",\"dweb:/ipfs/QmeU5N4yeRh5nEA65pvGtQQJNv1GvEPy4PkhMVRYRMoMvh\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"struct SystemCallData[]","name":"systemCalls","type":"tuple[]","components":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}]}],"stateMutability":"nonpayable","type":"function","name":"batchCall","outputs":[{"internalType":"bytes[]","name":"returnDatas","type":"bytes[]"}]},{"inputs":[{"internalType":"struct SystemCallFromData[]","name":"systemCalls","type":"tuple[]","components":[{"internalType":"address","name":"from","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}]}],"stateMutability":"nonpayable","type":"function","name":"batchCallFrom","outputs":[{"internalType":"bytes[]","name":"returnDatas","type":"bytes[]"}]}],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol":"IBatchCallSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x889423054511cf8a83f5dfd65a0f984dc514aba798ef3db139b59d395b2327e2","urls":["bzz-raw://40b9495d455c87db8b063e291ca3973dc3ba1163f09c5d7446241a9e1cb69ed0","dweb:/ipfs/Qmek1JKVjPUpoXnKwu66HfPS9rHstKtWTuBmG8YFxbPEWQ"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol":{"keccak256":"0x064f8e5de1d33dc43f8960c4511ab978f4f203db5be60b16455a33f81a44777b","urls":["bzz-raw://7ad396e3c7f780a924ab1e908f1713c7fbb3a734ecdd65f4cd82cd8414d3fa02","dweb:/ipfs/QmSRacmErXTjGpfdsS1AdjbAXjpxj1GgnXEsA1FFJuvx2q"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/types.sol":{"keccak256":"0x81b75eb286ec515bde6cbb16c3d089054abb530b744865bbace68343d23177bc","urls":["bzz-raw://afc77bd51e24da666260bb48c44ff611869fb2e550921d732e5aac84a1f09525","dweb:/ipfs/QmeU5N4yeRh5nEA65pvGtQQJNv1GvEPy4PkhMVRYRMoMvh"],"license":"MIT"}},"version":1},"id":62}
@@ -0,0 +1,89 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "_msgSender",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "address",
10
+ "internalType": "address"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "_msgValue",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "",
22
+ "type": "uint256",
23
+ "internalType": "uint256"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "_world",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "",
35
+ "type": "address",
36
+ "internalType": "address"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "supportsInterface",
44
+ "inputs": [
45
+ {
46
+ "name": "interfaceID",
47
+ "type": "bytes4",
48
+ "internalType": "bytes4"
49
+ }
50
+ ],
51
+ "outputs": [
52
+ {
53
+ "name": "",
54
+ "type": "bool",
55
+ "internalType": "bool"
56
+ }
57
+ ],
58
+ "stateMutability": "view"
59
+ },
60
+ {
61
+ "type": "function",
62
+ "name": "verify",
63
+ "inputs": [
64
+ {
65
+ "name": "delegator",
66
+ "type": "address",
67
+ "internalType": "address"
68
+ },
69
+ {
70
+ "name": "systemId",
71
+ "type": "bytes32",
72
+ "internalType": "ResourceId"
73
+ },
74
+ {
75
+ "name": "callData",
76
+ "type": "bytes",
77
+ "internalType": "bytes"
78
+ }
79
+ ],
80
+ "outputs": [
81
+ {
82
+ "name": "",
83
+ "type": "bool",
84
+ "internalType": "bool"
85
+ }
86
+ ],
87
+ "stateMutability": "nonpayable"
88
+ }
89
+ ]
@@ -0,0 +1,89 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "function",
4
+ "name": "_msgSender",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "address",
10
+ "internalType": "address"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "_msgValue",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "",
22
+ "type": "uint256",
23
+ "internalType": "uint256"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "_world",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "",
35
+ "type": "address",
36
+ "internalType": "address"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "supportsInterface",
44
+ "inputs": [
45
+ {
46
+ "name": "interfaceID",
47
+ "type": "bytes4",
48
+ "internalType": "bytes4"
49
+ }
50
+ ],
51
+ "outputs": [
52
+ {
53
+ "name": "",
54
+ "type": "bool",
55
+ "internalType": "bool"
56
+ }
57
+ ],
58
+ "stateMutability": "view"
59
+ },
60
+ {
61
+ "type": "function",
62
+ "name": "verify",
63
+ "inputs": [
64
+ {
65
+ "name": "delegator",
66
+ "type": "address",
67
+ "internalType": "address"
68
+ },
69
+ {
70
+ "name": "systemId",
71
+ "type": "bytes32",
72
+ "internalType": "ResourceId"
73
+ },
74
+ {
75
+ "name": "callData",
76
+ "type": "bytes",
77
+ "internalType": "bytes"
78
+ }
79
+ ],
80
+ "outputs": [
81
+ {
82
+ "name": "",
83
+ "type": "bool",
84
+ "internalType": "bool"
85
+ }
86
+ ],
87
+ "stateMutability": "nonpayable"
88
+ }
89
+ ]; export default abi;
@@ -0,0 +1 @@
1
+ {"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceID","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"verify","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"nonpayable"}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","supportsInterface(bytes4)":"01ffc9a7","verify(address,bytes32,bytes)":"1a86b550"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"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\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":{\"node_modules/@latticexyz/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\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0x7dec900f9c9e7dff59430fa6f520e76c56338c3e829201aea140d49342e4fef8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e55c1dfcda94dcc64b8577949b2e92a9d3fc44f5fba1ae77ceacccfdc8e22e35\",\"dweb:/ipfs/QmS7uRJbEQYkPuZ5Dz5aSNjaaxj9PA8RtxUeUGN2W3jZx6\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x889423054511cf8a83f5dfd65a0f984dc514aba798ef3db139b59d395b2327e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40b9495d455c87db8b063e291ca3973dc3ba1163f09c5d7446241a9e1cb69ed0\",\"dweb:/ipfs/Qmek1JKVjPUpoXnKwu66HfPS9rHstKtWTuBmG8YFxbPEWQ\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3\",\"dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7\",\"dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255\",\"dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xaff9a22fac8a0f6eee5763b07a7ccb623c829d37922b85e42e914aad2ad417ee\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e598f0274d6d97c0a09806bf4fd1f0d054c310cf51b2123f5ce6380d6f3186ea\",\"dweb:/ipfs/QmaaVvqm21YsCgxozDyShcM17jKUXJhf2y26bk2YzPYZoM\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"stateMutability":"view","type":"function","name":"_msgSender","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_msgValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_world","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"bytes4","name":"interfaceID","type":"bytes4"}],"stateMutability":"view","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"verify","outputs":[{"internalType":"bool","name":"","type":"bool"}]}],"devdoc":{"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."}}},"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":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/IDelegationControl.sol":"IDelegationControl"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0x7dec900f9c9e7dff59430fa6f520e76c56338c3e829201aea140d49342e4fef8","urls":["bzz-raw://e55c1dfcda94dcc64b8577949b2e92a9d3fc44f5fba1ae77ceacccfdc8e22e35","dweb:/ipfs/QmS7uRJbEQYkPuZ5Dz5aSNjaaxj9PA8RtxUeUGN2W3jZx6"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x889423054511cf8a83f5dfd65a0f984dc514aba798ef3db139b59d395b2327e2","urls":["bzz-raw://40b9495d455c87db8b063e291ca3973dc3ba1163f09c5d7446241a9e1cb69ed0","dweb:/ipfs/Qmek1JKVjPUpoXnKwu66HfPS9rHstKtWTuBmG8YFxbPEWQ"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf","urls":["bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3","dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d","urls":["bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7","dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299","urls":["bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255","dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xaff9a22fac8a0f6eee5763b07a7ccb623c829d37922b85e42e914aad2ad417ee","urls":["bzz-raw://e598f0274d6d97c0a09806bf4fd1f0d054c310cf51b2123f5ce6380d6f3186ea","dweb:/ipfs/QmaaVvqm21YsCgxozDyShcM17jKUXJhf2y26bk2YzPYZoM"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":44}
@@ -0,0 +1,21 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "supportsInterface",
5
+ "inputs": [
6
+ {
7
+ "name": "interfaceID",
8
+ "type": "bytes4",
9
+ "internalType": "bytes4"
10
+ }
11
+ ],
12
+ "outputs": [
13
+ {
14
+ "name": "",
15
+ "type": "bool",
16
+ "internalType": "bool"
17
+ }
18
+ ],
19
+ "stateMutability": "view"
20
+ }
21
+ ]
@@ -0,0 +1,21 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "function",
4
+ "name": "supportsInterface",
5
+ "inputs": [
6
+ {
7
+ "name": "interfaceID",
8
+ "type": "bytes4",
9
+ "internalType": "bytes4"
10
+ }
11
+ ],
12
+ "outputs": [
13
+ {
14
+ "name": "",
15
+ "type": "bool",
16
+ "internalType": "bool"
17
+ }
18
+ ],
19
+ "stateMutability": "view"
20
+ }
21
+ ]; export default abi;
@@ -0,0 +1 @@
1
+ {"abi":[{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceID","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{"supportsInterface(bytes4)":"01ffc9a7"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"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\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/IERC165.sol\":\"IERC165\"},\"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/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"bytes4","name":"interfaceID","type":"bytes4"}],"stateMutability":"view","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]}],"devdoc":{"kind":"dev","methods":{"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"}}},"version":1},"userdoc":{"kind":"user","methods":{"supportsInterface(bytes4)":{"notice":"Query if a contract implements an interface"}},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/IERC165.sol":"IERC165"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"}},"version":1},"id":6}
@@ -0,0 +1,13 @@
1
+ [
2
+ {
3
+ "type": "error",
4
+ "name": "EncodedLengths_InvalidLength",
5
+ "inputs": [
6
+ {
7
+ "name": "length",
8
+ "type": "uint256",
9
+ "internalType": "uint256"
10
+ }
11
+ ]
12
+ }
13
+ ]
@@ -0,0 +1,13 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "error",
4
+ "name": "EncodedLengths_InvalidLength",
5
+ "inputs": [
6
+ {
7
+ "name": "length",
8
+ "type": "uint256",
9
+ "internalType": "uint256"
10
+ }
11
+ ]
12
+ }
13
+ ]; export default abi;
@@ -0,0 +1 @@
1
+ {"abi":[{"type":"error","name":"EncodedLengths_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"EncodedLengths_InvalidLength\",\"type\":\"error\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"We bundle these errors in an interface (instead of at the file-level or in their corresponding libraries) so they can be inherited by IStore. This ensures that all possible errors are included in the IStore ABI for proper decoding in the frontend.\",\"errors\":{\"EncodedLengths_InvalidLength(uint256)\":[{\"params\":{\"length\":\"The length of the encoded lengths.\"}}]},\"kind\":\"dev\",\"methods\":{},\"title\":\"IEncodedLengthsErrors\",\"version\":1},\"userdoc\":{\"errors\":{\"EncodedLengths_InvalidLength(uint256)\":[{\"notice\":\"Error raised when the provided encoded lengths has an invalid length.\"}]},\"kind\":\"user\",\"methods\":{},\"notice\":\"This interface includes errors for the EncodedLengths library.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/IEncodedLengthsErrors.sol\":\"IEncodedLengthsErrors\"},\"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/IEncodedLengthsErrors.sol\":{\"keccak256\":\"0x06bb49164f44acc8d51df7b75ecf2f7aeb9281f7a3b357cae7d8d58bd1700dfa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://719027f4cc60fea30ce01cd4f672462f41fac750ae802e91a1a6d37c929e11ba\",\"dweb:/ipfs/QmWi5DM2jT5V5SGP1afRmFyRgFvuZiGDX2PWHwP19HssF1\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"EncodedLengths_InvalidLength"}],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/IEncodedLengthsErrors.sol":"IEncodedLengthsErrors"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/IEncodedLengthsErrors.sol":{"keccak256":"0x06bb49164f44acc8d51df7b75ecf2f7aeb9281f7a3b357cae7d8d58bd1700dfa","urls":["bzz-raw://719027f4cc60fea30ce01cd4f672462f41fac750ae802e91a1a6d37c929e11ba","dweb:/ipfs/QmWi5DM2jT5V5SGP1afRmFyRgFvuZiGDX2PWHwP19HssF1"],"license":"MIT"}},"version":1},"id":7}
@@ -0,0 +1,88 @@
1
+ [
2
+ {
3
+ "type": "error",
4
+ "name": "FieldLayout_Empty",
5
+ "inputs": []
6
+ },
7
+ {
8
+ "type": "error",
9
+ "name": "FieldLayout_InvalidStaticDataLength",
10
+ "inputs": [
11
+ {
12
+ "name": "staticDataLength",
13
+ "type": "uint256",
14
+ "internalType": "uint256"
15
+ },
16
+ {
17
+ "name": "computedStaticDataLength",
18
+ "type": "uint256",
19
+ "internalType": "uint256"
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "type": "error",
25
+ "name": "FieldLayout_StaticLengthDoesNotFitInAWord",
26
+ "inputs": [
27
+ {
28
+ "name": "index",
29
+ "type": "uint256",
30
+ "internalType": "uint256"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "type": "error",
36
+ "name": "FieldLayout_StaticLengthIsNotZero",
37
+ "inputs": [
38
+ {
39
+ "name": "index",
40
+ "type": "uint256",
41
+ "internalType": "uint256"
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "type": "error",
47
+ "name": "FieldLayout_StaticLengthIsZero",
48
+ "inputs": [
49
+ {
50
+ "name": "index",
51
+ "type": "uint256",
52
+ "internalType": "uint256"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "type": "error",
58
+ "name": "FieldLayout_TooManyDynamicFields",
59
+ "inputs": [
60
+ {
61
+ "name": "numFields",
62
+ "type": "uint256",
63
+ "internalType": "uint256"
64
+ },
65
+ {
66
+ "name": "maxFields",
67
+ "type": "uint256",
68
+ "internalType": "uint256"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "error",
74
+ "name": "FieldLayout_TooManyFields",
75
+ "inputs": [
76
+ {
77
+ "name": "numFields",
78
+ "type": "uint256",
79
+ "internalType": "uint256"
80
+ },
81
+ {
82
+ "name": "maxFields",
83
+ "type": "uint256",
84
+ "internalType": "uint256"
85
+ }
86
+ ]
87
+ }
88
+ ]
@@ -0,0 +1,88 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "error",
4
+ "name": "FieldLayout_Empty",
5
+ "inputs": []
6
+ },
7
+ {
8
+ "type": "error",
9
+ "name": "FieldLayout_InvalidStaticDataLength",
10
+ "inputs": [
11
+ {
12
+ "name": "staticDataLength",
13
+ "type": "uint256",
14
+ "internalType": "uint256"
15
+ },
16
+ {
17
+ "name": "computedStaticDataLength",
18
+ "type": "uint256",
19
+ "internalType": "uint256"
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "type": "error",
25
+ "name": "FieldLayout_StaticLengthDoesNotFitInAWord",
26
+ "inputs": [
27
+ {
28
+ "name": "index",
29
+ "type": "uint256",
30
+ "internalType": "uint256"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "type": "error",
36
+ "name": "FieldLayout_StaticLengthIsNotZero",
37
+ "inputs": [
38
+ {
39
+ "name": "index",
40
+ "type": "uint256",
41
+ "internalType": "uint256"
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "type": "error",
47
+ "name": "FieldLayout_StaticLengthIsZero",
48
+ "inputs": [
49
+ {
50
+ "name": "index",
51
+ "type": "uint256",
52
+ "internalType": "uint256"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "type": "error",
58
+ "name": "FieldLayout_TooManyDynamicFields",
59
+ "inputs": [
60
+ {
61
+ "name": "numFields",
62
+ "type": "uint256",
63
+ "internalType": "uint256"
64
+ },
65
+ {
66
+ "name": "maxFields",
67
+ "type": "uint256",
68
+ "internalType": "uint256"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "error",
74
+ "name": "FieldLayout_TooManyFields",
75
+ "inputs": [
76
+ {
77
+ "name": "numFields",
78
+ "type": "uint256",
79
+ "internalType": "uint256"
80
+ },
81
+ {
82
+ "name": "maxFields",
83
+ "type": "uint256",
84
+ "internalType": "uint256"
85
+ }
86
+ ]
87
+ }
88
+ ]; export default abi;
@@ -0,0 +1 @@
1
+ {"abi":[{"type":"error","name":"FieldLayout_Empty","inputs":[]},{"type":"error","name":"FieldLayout_InvalidStaticDataLength","inputs":[{"name":"staticDataLength","type":"uint256","internalType":"uint256"},{"name":"computedStaticDataLength","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthDoesNotFitInAWord","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthIsNotZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthIsZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_TooManyDynamicFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_TooManyFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FieldLayout_Empty\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"staticDataLength\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"computedStaticDataLength\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_InvalidStaticDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthIsNotZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_TooManyDynamicFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_TooManyFields\",\"type\":\"error\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"We bundle these errors in an interface (instead of at the file-level or in their corresponding libraries) so they can be inherited by IStore. This ensures that all possible errors are included in the IStore ABI for proper decoding in the frontend.\",\"errors\":{\"FieldLayout_InvalidStaticDataLength(uint256,uint256)\":[{\"params\":{\"computedStaticDataLength\":\"The computed static data length.\",\"staticDataLength\":\"The static data length of the field layout.\"}}],\"FieldLayout_StaticLengthDoesNotFitInAWord(uint256)\":[{\"params\":{\"index\":\"The index of the field.\"}}],\"FieldLayout_StaticLengthIsNotZero(uint256)\":[{\"params\":{\"index\":\"The index of the field.\"}}],\"FieldLayout_StaticLengthIsZero(uint256)\":[{\"params\":{\"index\":\"The index of the field.\"}}],\"FieldLayout_TooManyDynamicFields(uint256,uint256)\":[{\"params\":{\"maxFields\":\"The maximum number of fields a Schema can handle.\",\"numFields\":\"The total number of fields in the field layout.\"}}],\"FieldLayout_TooManyFields(uint256,uint256)\":[{\"params\":{\"maxFields\":\"The maximum number of fields a Schema can handle.\",\"numFields\":\"The total number of fields in the field layout.\"}}]},\"kind\":\"dev\",\"methods\":{},\"title\":\"IFieldLayoutErrors\",\"version\":1},\"userdoc\":{\"errors\":{\"FieldLayout_Empty()\":[{\"notice\":\"Error raised when the provided field layout is empty.\"}],\"FieldLayout_InvalidStaticDataLength(uint256,uint256)\":[{\"notice\":\"Error raised when the provided field layout has an invalid static data length.\"}],\"FieldLayout_StaticLengthDoesNotFitInAWord(uint256)\":[{\"notice\":\"Error raised when the provided field layout has a static data length that does not fit in a word (32 bytes).\"}],\"FieldLayout_StaticLengthIsNotZero(uint256)\":[{\"notice\":\"Error raised when the provided field layout has a nonzero static data length.\"}],\"FieldLayout_StaticLengthIsZero(uint256)\":[{\"notice\":\"Error raised when the provided field layout has a static data length of zero.\"}],\"FieldLayout_TooManyDynamicFields(uint256,uint256)\":[{\"notice\":\"Error raised when the provided field layout has too many dynamic fields.\"}],\"FieldLayout_TooManyFields(uint256,uint256)\":[{\"notice\":\"Error raised when the provided field layout has too many fields.\"}]},\"kind\":\"user\",\"methods\":{},\"notice\":\"This interface includes errors for the FieldLayout library.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":\"IFieldLayoutErrors\"},\"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/IFieldLayoutErrors.sol\":{\"keccak256\":\"0xaef70c46e412bded1024ac82c957cea81c1d1ab11878a95635531e2ac9673a53\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cda2c7dc02ee8f0163b1c8d0f3e1e05d48b2a009e5c7365d2418f17bc3455817\",\"dweb:/ipfs/QmXHDZuCPTxjHaeiEaJhA81koX2NJ3Gj1zt5WVWaz77FL8\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"FieldLayout_Empty"},{"inputs":[{"internalType":"uint256","name":"staticDataLength","type":"uint256"},{"internalType":"uint256","name":"computedStaticDataLength","type":"uint256"}],"type":"error","name":"FieldLayout_InvalidStaticDataLength"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthDoesNotFitInAWord"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthIsNotZero"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayout_TooManyDynamicFields"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayout_TooManyFields"}],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":"IFieldLayoutErrors"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":{"keccak256":"0xaef70c46e412bded1024ac82c957cea81c1d1ab11878a95635531e2ac9673a53","urls":["bzz-raw://cda2c7dc02ee8f0163b1c8d0f3e1e05d48b2a009e5c7365d2418f17bc3455817","dweb:/ipfs/QmXHDZuCPTxjHaeiEaJhA81koX2NJ3Gj1zt5WVWaz77FL8"],"license":"MIT"}},"version":1},"id":8}