@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,568 @@
1
+ declare const abi: [
2
+ {
3
+ "type": "function",
4
+ "name": "IS_TEST",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "bool",
10
+ "internalType": "bool"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "excludeArtifacts",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "excludedArtifacts_",
22
+ "type": "string[]",
23
+ "internalType": "string[]"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "excludeContracts",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "excludedContracts_",
35
+ "type": "address[]",
36
+ "internalType": "address[]"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "excludeSenders",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "excludedSenders_",
48
+ "type": "address[]",
49
+ "internalType": "address[]"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "failed",
57
+ "inputs": [],
58
+ "outputs": [
59
+ {
60
+ "name": "",
61
+ "type": "bool",
62
+ "internalType": "bool"
63
+ }
64
+ ],
65
+ "stateMutability": "nonpayable"
66
+ },
67
+ {
68
+ "type": "function",
69
+ "name": "setUp",
70
+ "inputs": [],
71
+ "outputs": [],
72
+ "stateMutability": "nonpayable"
73
+ },
74
+ {
75
+ "type": "function",
76
+ "name": "targetArtifactSelectors",
77
+ "inputs": [],
78
+ "outputs": [
79
+ {
80
+ "name": "targetedArtifactSelectors_",
81
+ "type": "tuple[]",
82
+ "internalType": "struct StdInvariant.FuzzSelector[]",
83
+ "components": [
84
+ {
85
+ "name": "addr",
86
+ "type": "address",
87
+ "internalType": "address"
88
+ },
89
+ {
90
+ "name": "selectors",
91
+ "type": "bytes4[]",
92
+ "internalType": "bytes4[]"
93
+ }
94
+ ]
95
+ }
96
+ ],
97
+ "stateMutability": "view"
98
+ },
99
+ {
100
+ "type": "function",
101
+ "name": "targetArtifacts",
102
+ "inputs": [],
103
+ "outputs": [
104
+ {
105
+ "name": "targetedArtifacts_",
106
+ "type": "string[]",
107
+ "internalType": "string[]"
108
+ }
109
+ ],
110
+ "stateMutability": "view"
111
+ },
112
+ {
113
+ "type": "function",
114
+ "name": "targetContracts",
115
+ "inputs": [],
116
+ "outputs": [
117
+ {
118
+ "name": "targetedContracts_",
119
+ "type": "address[]",
120
+ "internalType": "address[]"
121
+ }
122
+ ],
123
+ "stateMutability": "view"
124
+ },
125
+ {
126
+ "type": "function",
127
+ "name": "targetSelectors",
128
+ "inputs": [],
129
+ "outputs": [
130
+ {
131
+ "name": "targetedSelectors_",
132
+ "type": "tuple[]",
133
+ "internalType": "struct StdInvariant.FuzzSelector[]",
134
+ "components": [
135
+ {
136
+ "name": "addr",
137
+ "type": "address",
138
+ "internalType": "address"
139
+ },
140
+ {
141
+ "name": "selectors",
142
+ "type": "bytes4[]",
143
+ "internalType": "bytes4[]"
144
+ }
145
+ ]
146
+ }
147
+ ],
148
+ "stateMutability": "view"
149
+ },
150
+ {
151
+ "type": "function",
152
+ "name": "targetSenders",
153
+ "inputs": [],
154
+ "outputs": [
155
+ {
156
+ "name": "targetedSenders_",
157
+ "type": "address[]",
158
+ "internalType": "address[]"
159
+ }
160
+ ],
161
+ "stateMutability": "view"
162
+ },
163
+ {
164
+ "type": "function",
165
+ "name": "testDeleteResourceTag",
166
+ "inputs": [],
167
+ "outputs": [],
168
+ "stateMutability": "nonpayable"
169
+ },
170
+ {
171
+ "type": "function",
172
+ "name": "testInstall",
173
+ "inputs": [],
174
+ "outputs": [],
175
+ "stateMutability": "nonpayable"
176
+ },
177
+ {
178
+ "type": "function",
179
+ "name": "testSetResourceTag",
180
+ "inputs": [],
181
+ "outputs": [],
182
+ "stateMutability": "nonpayable"
183
+ },
184
+ {
185
+ "type": "function",
186
+ "name": "testTagNonexistentResource",
187
+ "inputs": [],
188
+ "outputs": [],
189
+ "stateMutability": "nonpayable"
190
+ },
191
+ {
192
+ "type": "function",
193
+ "name": "testTagUnownedResource",
194
+ "inputs": [
195
+ {
196
+ "name": "caller",
197
+ "type": "address",
198
+ "internalType": "address"
199
+ }
200
+ ],
201
+ "outputs": [],
202
+ "stateMutability": "nonpayable"
203
+ },
204
+ {
205
+ "type": "event",
206
+ "name": "log",
207
+ "inputs": [
208
+ {
209
+ "name": "",
210
+ "type": "string",
211
+ "indexed": false,
212
+ "internalType": "string"
213
+ }
214
+ ],
215
+ "anonymous": false
216
+ },
217
+ {
218
+ "type": "event",
219
+ "name": "log_address",
220
+ "inputs": [
221
+ {
222
+ "name": "",
223
+ "type": "address",
224
+ "indexed": false,
225
+ "internalType": "address"
226
+ }
227
+ ],
228
+ "anonymous": false
229
+ },
230
+ {
231
+ "type": "event",
232
+ "name": "log_array",
233
+ "inputs": [
234
+ {
235
+ "name": "val",
236
+ "type": "uint256[]",
237
+ "indexed": false,
238
+ "internalType": "uint256[]"
239
+ }
240
+ ],
241
+ "anonymous": false
242
+ },
243
+ {
244
+ "type": "event",
245
+ "name": "log_array",
246
+ "inputs": [
247
+ {
248
+ "name": "val",
249
+ "type": "int256[]",
250
+ "indexed": false,
251
+ "internalType": "int256[]"
252
+ }
253
+ ],
254
+ "anonymous": false
255
+ },
256
+ {
257
+ "type": "event",
258
+ "name": "log_array",
259
+ "inputs": [
260
+ {
261
+ "name": "val",
262
+ "type": "address[]",
263
+ "indexed": false,
264
+ "internalType": "address[]"
265
+ }
266
+ ],
267
+ "anonymous": false
268
+ },
269
+ {
270
+ "type": "event",
271
+ "name": "log_bytes",
272
+ "inputs": [
273
+ {
274
+ "name": "",
275
+ "type": "bytes",
276
+ "indexed": false,
277
+ "internalType": "bytes"
278
+ }
279
+ ],
280
+ "anonymous": false
281
+ },
282
+ {
283
+ "type": "event",
284
+ "name": "log_bytes32",
285
+ "inputs": [
286
+ {
287
+ "name": "",
288
+ "type": "bytes32",
289
+ "indexed": false,
290
+ "internalType": "bytes32"
291
+ }
292
+ ],
293
+ "anonymous": false
294
+ },
295
+ {
296
+ "type": "event",
297
+ "name": "log_int",
298
+ "inputs": [
299
+ {
300
+ "name": "",
301
+ "type": "int256",
302
+ "indexed": false,
303
+ "internalType": "int256"
304
+ }
305
+ ],
306
+ "anonymous": false
307
+ },
308
+ {
309
+ "type": "event",
310
+ "name": "log_named_address",
311
+ "inputs": [
312
+ {
313
+ "name": "key",
314
+ "type": "string",
315
+ "indexed": false,
316
+ "internalType": "string"
317
+ },
318
+ {
319
+ "name": "val",
320
+ "type": "address",
321
+ "indexed": false,
322
+ "internalType": "address"
323
+ }
324
+ ],
325
+ "anonymous": false
326
+ },
327
+ {
328
+ "type": "event",
329
+ "name": "log_named_array",
330
+ "inputs": [
331
+ {
332
+ "name": "key",
333
+ "type": "string",
334
+ "indexed": false,
335
+ "internalType": "string"
336
+ },
337
+ {
338
+ "name": "val",
339
+ "type": "uint256[]",
340
+ "indexed": false,
341
+ "internalType": "uint256[]"
342
+ }
343
+ ],
344
+ "anonymous": false
345
+ },
346
+ {
347
+ "type": "event",
348
+ "name": "log_named_array",
349
+ "inputs": [
350
+ {
351
+ "name": "key",
352
+ "type": "string",
353
+ "indexed": false,
354
+ "internalType": "string"
355
+ },
356
+ {
357
+ "name": "val",
358
+ "type": "int256[]",
359
+ "indexed": false,
360
+ "internalType": "int256[]"
361
+ }
362
+ ],
363
+ "anonymous": false
364
+ },
365
+ {
366
+ "type": "event",
367
+ "name": "log_named_array",
368
+ "inputs": [
369
+ {
370
+ "name": "key",
371
+ "type": "string",
372
+ "indexed": false,
373
+ "internalType": "string"
374
+ },
375
+ {
376
+ "name": "val",
377
+ "type": "address[]",
378
+ "indexed": false,
379
+ "internalType": "address[]"
380
+ }
381
+ ],
382
+ "anonymous": false
383
+ },
384
+ {
385
+ "type": "event",
386
+ "name": "log_named_bytes",
387
+ "inputs": [
388
+ {
389
+ "name": "key",
390
+ "type": "string",
391
+ "indexed": false,
392
+ "internalType": "string"
393
+ },
394
+ {
395
+ "name": "val",
396
+ "type": "bytes",
397
+ "indexed": false,
398
+ "internalType": "bytes"
399
+ }
400
+ ],
401
+ "anonymous": false
402
+ },
403
+ {
404
+ "type": "event",
405
+ "name": "log_named_bytes32",
406
+ "inputs": [
407
+ {
408
+ "name": "key",
409
+ "type": "string",
410
+ "indexed": false,
411
+ "internalType": "string"
412
+ },
413
+ {
414
+ "name": "val",
415
+ "type": "bytes32",
416
+ "indexed": false,
417
+ "internalType": "bytes32"
418
+ }
419
+ ],
420
+ "anonymous": false
421
+ },
422
+ {
423
+ "type": "event",
424
+ "name": "log_named_decimal_int",
425
+ "inputs": [
426
+ {
427
+ "name": "key",
428
+ "type": "string",
429
+ "indexed": false,
430
+ "internalType": "string"
431
+ },
432
+ {
433
+ "name": "val",
434
+ "type": "int256",
435
+ "indexed": false,
436
+ "internalType": "int256"
437
+ },
438
+ {
439
+ "name": "decimals",
440
+ "type": "uint256",
441
+ "indexed": false,
442
+ "internalType": "uint256"
443
+ }
444
+ ],
445
+ "anonymous": false
446
+ },
447
+ {
448
+ "type": "event",
449
+ "name": "log_named_decimal_uint",
450
+ "inputs": [
451
+ {
452
+ "name": "key",
453
+ "type": "string",
454
+ "indexed": false,
455
+ "internalType": "string"
456
+ },
457
+ {
458
+ "name": "val",
459
+ "type": "uint256",
460
+ "indexed": false,
461
+ "internalType": "uint256"
462
+ },
463
+ {
464
+ "name": "decimals",
465
+ "type": "uint256",
466
+ "indexed": false,
467
+ "internalType": "uint256"
468
+ }
469
+ ],
470
+ "anonymous": false
471
+ },
472
+ {
473
+ "type": "event",
474
+ "name": "log_named_int",
475
+ "inputs": [
476
+ {
477
+ "name": "key",
478
+ "type": "string",
479
+ "indexed": false,
480
+ "internalType": "string"
481
+ },
482
+ {
483
+ "name": "val",
484
+ "type": "int256",
485
+ "indexed": false,
486
+ "internalType": "int256"
487
+ }
488
+ ],
489
+ "anonymous": false
490
+ },
491
+ {
492
+ "type": "event",
493
+ "name": "log_named_string",
494
+ "inputs": [
495
+ {
496
+ "name": "key",
497
+ "type": "string",
498
+ "indexed": false,
499
+ "internalType": "string"
500
+ },
501
+ {
502
+ "name": "val",
503
+ "type": "string",
504
+ "indexed": false,
505
+ "internalType": "string"
506
+ }
507
+ ],
508
+ "anonymous": false
509
+ },
510
+ {
511
+ "type": "event",
512
+ "name": "log_named_uint",
513
+ "inputs": [
514
+ {
515
+ "name": "key",
516
+ "type": "string",
517
+ "indexed": false,
518
+ "internalType": "string"
519
+ },
520
+ {
521
+ "name": "val",
522
+ "type": "uint256",
523
+ "indexed": false,
524
+ "internalType": "uint256"
525
+ }
526
+ ],
527
+ "anonymous": false
528
+ },
529
+ {
530
+ "type": "event",
531
+ "name": "log_string",
532
+ "inputs": [
533
+ {
534
+ "name": "",
535
+ "type": "string",
536
+ "indexed": false,
537
+ "internalType": "string"
538
+ }
539
+ ],
540
+ "anonymous": false
541
+ },
542
+ {
543
+ "type": "event",
544
+ "name": "log_uint",
545
+ "inputs": [
546
+ {
547
+ "name": "",
548
+ "type": "uint256",
549
+ "indexed": false,
550
+ "internalType": "uint256"
551
+ }
552
+ ],
553
+ "anonymous": false
554
+ },
555
+ {
556
+ "type": "event",
557
+ "name": "logs",
558
+ "inputs": [
559
+ {
560
+ "name": "",
561
+ "type": "bytes",
562
+ "indexed": false,
563
+ "internalType": "bytes"
564
+ }
565
+ ],
566
+ "anonymous": false
567
+ }
568
+ ]; export default abi;