@latticexyz/world-modules 2.0.0-march-19-skystrife-playtest-f486281e → 2.0.0-next-17-awakening-9c07ab3a2

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 (379) hide show
  1. package/dist/mud.config.d.ts +256 -0
  2. package/out/AccessControl.sol/AccessControl.json +1 -1
  3. package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
  4. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +55 -0
  5. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +55 -0
  6. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  7. package/out/AddressArray.sol/AddressArray.json +1 -1
  8. package/out/Allowances.sol/Allowances.json +1 -1
  9. package/out/ArrayLib.sol/ArrayLib.json +1 -1
  10. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +16 -0
  11. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +16 -0
  12. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  13. package/out/Balances.sol/Balances.json +1 -1
  14. package/out/Base.sol/CommonBase.json +1 -1
  15. package/out/Base.sol/ScriptBase.json +1 -1
  16. package/out/Base.sol/TestBase.json +1 -1
  17. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +5 -0
  18. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +5 -0
  19. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  20. package/out/Bool.sol/Bool.json +1 -1
  21. package/out/Bytes.sol/Bytes.json +1 -1
  22. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
  23. package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
  24. package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
  25. package/out/Delegation.sol/Delegation.json +1 -1
  26. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  27. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  28. package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
  29. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  30. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
  31. package/out/ERC20Module.sol/ERC20Module.abi.json +120 -20
  32. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +120 -20
  33. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  34. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +117 -4
  35. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +117 -4
  36. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
  37. package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
  38. package/out/ERC20System.sol/ERC20System.json +1 -1
  39. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  40. package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
  41. package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
  42. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  43. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  44. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  45. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  46. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  47. package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
  48. package/out/ERC721Module.sol/ERC721Module.abi.json +120 -20
  49. package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +120 -20
  50. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  51. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +117 -4
  52. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +117 -4
  53. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
  54. package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
  55. package/out/ERC721System.sol/ERC721System.json +1 -1
  56. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
  57. package/out/EncodeArray.sol/EncodeArray.json +1 -1
  58. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
  59. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +69 -4
  60. package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +69 -4
  61. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
  62. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
  63. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  64. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  65. package/out/GasReporter.sol/GasReporter.json +1 -1
  66. package/out/Hook.sol/HookInstance.json +1 -1
  67. package/out/Hook.sol/HookLib.json +1 -1
  68. package/out/Hooks.sol/Hooks.json +1 -1
  69. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +13 -0
  70. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +13 -0
  71. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  72. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
  73. package/out/IBaseWorld.sol/IBaseWorld.abi.json +64 -5
  74. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +64 -5
  75. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  76. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  77. package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
  78. package/out/IERC165.sol/IERC165.json +1 -0
  79. package/out/IERC20.sol/IERC20.json +1 -1
  80. package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
  81. package/out/IERC20Events.sol/IERC20Events.json +1 -1
  82. package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
  83. package/out/IERC20System.sol/IERC20System.json +1 -1
  84. package/out/IERC721.sol/IERC721.json +1 -1
  85. package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
  86. package/out/IERC721Events.sol/IERC721Events.json +1 -1
  87. package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
  88. package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
  89. package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
  90. package/out/IModule.sol/IModule.abi.json +4 -17
  91. package/out/IModule.sol/IModule.abi.json.d.ts +4 -17
  92. package/out/IModule.sol/IModule.json +1 -1
  93. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
  94. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
  95. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  96. package/out/IMulticall3.sol/IMulticall3.json +1 -1
  97. package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
  98. package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
  99. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
  100. package/out/IStore.sol/IStore.abi.json +51 -3
  101. package/out/IStore.sol/IStore.abi.json.d.ts +51 -3
  102. package/out/IStore.sol/IStore.json +1 -1
  103. package/out/IStoreData.sol/IStoreData.json +1 -1
  104. package/out/IStoreErrors.sol/IStoreErrors.abi.json +51 -3
  105. package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +51 -3
  106. package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
  107. package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
  108. package/out/IStoreHook.sol/IStoreHook.json +1 -1
  109. package/out/IStoreRead.sol/IStoreRead.json +1 -1
  110. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
  111. package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
  112. package/out/ISystemHook.sol/ISystemHook.json +1 -1
  113. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
  114. package/out/IWorldErrors.sol/IWorldErrors.abi.json +11 -0
  115. package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +11 -0
  116. package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
  117. package/out/IWorldKernel.sol/IWorldCall.json +1 -1
  118. package/out/IWorldKernel.sol/IWorldKernel.abi.json +13 -2
  119. package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +13 -2
  120. package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
  121. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
  122. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
  123. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
  124. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +27 -1
  125. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +27 -1
  126. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  127. package/out/{CoreModule.sol/CoreModule.abi.json → InitModule.sol/InitModule.abi.json} +145 -19
  128. package/out/{CoreModule.sol/CoreModule.abi.json.d.ts → InitModule.sol/InitModule.abi.json.d.ts} +145 -19
  129. package/out/InitModule.sol/InitModule.json +1 -0
  130. package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
  131. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
  132. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  133. package/out/KeysInTable.sol/KeysInTable.json +1 -1
  134. package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +16 -0
  135. package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +16 -0
  136. package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
  137. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +3 -16
  138. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +3 -16
  139. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  140. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +39 -6
  141. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +39 -6
  142. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  143. package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
  144. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
  145. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +3 -16
  146. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +3 -16
  147. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  148. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +39 -6
  149. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +39 -6
  150. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  151. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
  152. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
  153. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
  154. package/out/Memory.sol/Memory.json +1 -1
  155. package/out/Module.sol/Module.abi.json +4 -17
  156. package/out/Module.sol/Module.abi.json.d.ts +4 -17
  157. package/out/Module.sol/Module.json +1 -1
  158. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +6 -1
  159. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +6 -1
  160. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  161. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  162. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  163. package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
  164. package/out/Owners.sol/Owners.json +1 -1
  165. package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
  166. package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
  167. package/out/Puppet.sol/Puppet.json +1 -1
  168. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
  169. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
  170. package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
  171. package/out/PuppetModule.sol/PuppetModule.abi.json +119 -19
  172. package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +119 -19
  173. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  174. package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +14 -0
  175. package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +14 -0
  176. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  177. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  178. package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
  179. package/out/{CoreSystem.sol/CoreSystem.abi.json → RegistrationSystem.sol/RegistrationSystem.abi.json} +154 -150
  180. package/out/{CoreSystem.sol/CoreSystem.abi.json.d.ts → RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts} +154 -150
  181. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
  182. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  183. package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
  184. package/out/ResourceId.sol/ResourceIdLib.json +1 -1
  185. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  186. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
  187. package/out/Schema.sol/SchemaInstance.json +1 -1
  188. package/out/Schema.sol/SchemaLib.json +1 -1
  189. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
  190. package/out/Slice.sol/SliceInstance.json +1 -1
  191. package/out/Slice.sol/SliceLib.json +1 -1
  192. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +119 -19
  193. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +119 -19
  194. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  195. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  196. package/out/StdAssertions.sol/StdAssertions.json +1 -1
  197. package/out/StdChains.sol/StdChains.json +1 -1
  198. package/out/StdCheats.sol/StdCheats.json +1 -1
  199. package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
  200. package/out/StdError.sol/stdError.json +1 -1
  201. package/out/StdInvariant.sol/StdInvariant.json +1 -1
  202. package/out/StdJson.sol/stdJson.json +1 -1
  203. package/out/StdMath.sol/stdMath.json +1 -1
  204. package/out/StdStorage.sol/stdStorage.json +1 -1
  205. package/out/StdStorage.sol/stdStorageSafe.json +1 -1
  206. package/out/StdStyle.sol/StdStyle.json +1 -1
  207. package/out/StdUtils.sol/StdUtils.json +1 -1
  208. package/out/Storage.sol/Storage.json +1 -1
  209. package/out/StoreCore.sol/StoreCore.json +1 -1
  210. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  211. package/out/StoreData.sol/StoreData.abi.json +16 -0
  212. package/out/StoreData.sol/StoreData.abi.json.d.ts +16 -0
  213. package/out/StoreData.sol/StoreData.json +1 -1
  214. package/out/StoreHook.sol/StoreHook.json +1 -1
  215. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  216. package/out/StoreRead.sol/StoreRead.abi.json +16 -0
  217. package/out/StoreRead.sol/StoreRead.abi.json.d.ts +16 -0
  218. package/out/StoreRead.sol/StoreRead.json +1 -1
  219. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +149 -4
  220. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +149 -4
  221. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  222. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  223. package/out/System.sol/System.json +1 -1
  224. package/out/SystemCall.sol/SystemCall.json +1 -1
  225. package/out/SystemHook.sol/SystemHook.json +1 -1
  226. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  227. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  228. package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
  229. package/out/SystemSwitch.t.sol/EchoSystem.abi.json +98 -1
  230. package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +98 -1
  231. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  232. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +59 -15
  233. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +59 -15
  234. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  235. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
  236. package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
  237. package/out/Systems.sol/Systems.json +1 -1
  238. package/out/Tables.sol/Tables.json +1 -1
  239. package/out/Test.sol/Test.json +1 -1
  240. package/out/TightCoder.sol/TightCoder.json +1 -1
  241. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
  242. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
  243. package/out/TokenApproval.sol/TokenApproval.json +1 -1
  244. package/out/TokenURI.sol/TokenURI.json +1 -1
  245. package/out/TotalSupply.sol/TotalSupply.json +1 -1
  246. package/out/TwoFields.sol/TwoFields.json +1 -1
  247. package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
  248. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +121 -21
  249. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +121 -21
  250. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  251. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  252. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +68 -0
  253. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +68 -0
  254. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  255. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
  256. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
  257. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  258. package/out/Vm.sol/Vm.json +1 -1
  259. package/out/Vm.sol/VmSafe.json +1 -1
  260. package/out/World.sol/World.abi.json +29 -2
  261. package/out/World.sol/World.abi.json.d.ts +29 -2
  262. package/out/World.sol/World.json +1 -1
  263. package/out/World.t.sol/EchoSystemHook.json +1 -1
  264. package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
  265. package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
  266. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  267. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  268. package/out/World.t.sol/RevertSystemHook.json +1 -1
  269. package/out/World.t.sol/WorldTest.abi.json +74 -6
  270. package/out/World.t.sol/WorldTest.abi.json.d.ts +74 -6
  271. package/out/World.t.sol/WorldTest.json +1 -1
  272. package/out/World.t.sol/WorldTestSystem.json +1 -1
  273. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  274. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  275. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  276. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +43 -1
  277. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +43 -1
  278. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  279. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
  280. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
  281. package/out/console.sol/console.json +1 -1
  282. package/out/console2.sol/console2.json +1 -1
  283. package/out/constants.sol/LayoutOffsets.json +1 -1
  284. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +105 -7
  285. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +105 -7
  286. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
  287. package/out/query.t.sol/QueryTest.abi.json +39 -6
  288. package/out/query.t.sol/QueryTest.abi.json.d.ts +39 -6
  289. package/out/query.t.sol/QueryTest.json +1 -1
  290. package/out/safeconsole.sol/safeconsole.json +1 -1
  291. package/out/src/IERC165.sol/IERC165.json +1 -1
  292. package/out/tables/Balances.sol/Balances.json +1 -1
  293. package/out/test.sol/DSTest.json +1 -1
  294. package/package.json +9 -9
  295. package/src/index.sol +1 -1
  296. package/src/interfaces/IBaseWorld.sol +1 -1
  297. package/src/interfaces/IERC20System.sol +1 -1
  298. package/src/interfaces/IPuppetFactorySystem.sol +1 -1
  299. package/src/modules/erc20-puppet/ERC20Module.sol +18 -25
  300. package/src/modules/erc20-puppet/ERC20System.sol +1 -1
  301. package/src/modules/erc20-puppet/IERC20.sol +1 -1
  302. package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
  303. package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
  304. package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
  305. package/src/modules/erc20-puppet/constants.sol +1 -2
  306. package/src/modules/erc20-puppet/registerERC20.sol +1 -1
  307. package/src/modules/erc20-puppet/tables/Allowances.sol +2 -3
  308. package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +2 -3
  309. package/src/modules/erc20-puppet/tables/ERC20Registry.sol +2 -3
  310. package/src/modules/erc20-puppet/tables/TotalSupply.sol +2 -3
  311. package/src/modules/erc20-puppet/utils.sol +1 -1
  312. package/src/modules/erc721-puppet/ERC721Module.sol +18 -25
  313. package/src/modules/erc721-puppet/ERC721System.sol +1 -1
  314. package/src/modules/erc721-puppet/IERC721.sol +1 -1
  315. package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
  316. package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
  317. package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -1
  318. package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
  319. package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -1
  320. package/src/modules/erc721-puppet/constants.sol +1 -2
  321. package/src/modules/erc721-puppet/registerERC721.sol +1 -1
  322. package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +2 -3
  323. package/src/modules/erc721-puppet/tables/ERC721Registry.sol +2 -3
  324. package/src/modules/erc721-puppet/tables/OperatorApproval.sol +2 -3
  325. package/src/modules/erc721-puppet/tables/Owners.sol +2 -3
  326. package/src/modules/erc721-puppet/tables/TokenApproval.sol +2 -3
  327. package/src/modules/erc721-puppet/tables/TokenURI.sol +2 -3
  328. package/src/modules/erc721-puppet/utils.sol +1 -1
  329. package/src/modules/keysintable/KeysInTableHook.sol +1 -1
  330. package/src/modules/keysintable/KeysInTableModule.sol +4 -10
  331. package/src/modules/keysintable/constants.sol +1 -1
  332. package/src/modules/keysintable/getKeysInTable.sol +1 -1
  333. package/src/modules/keysintable/hasKey.sol +1 -1
  334. package/src/modules/keysintable/query.sol +1 -1
  335. package/src/modules/keysintable/tables/KeysInTable.sol +4 -6
  336. package/src/modules/keysintable/tables/UsedKeysIndex.sol +4 -6
  337. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  338. package/src/modules/keyswithvalue/KeysWithValueModule.sol +19 -14
  339. package/src/modules/keyswithvalue/constants.sol +1 -1
  340. package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
  341. package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
  342. package/src/modules/keyswithvalue/tables/KeysWithValue.sol +2 -3
  343. package/src/modules/puppet/Puppet.sol +1 -1
  344. package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
  345. package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
  346. package/src/modules/puppet/PuppetMaster.sol +1 -1
  347. package/src/modules/puppet/PuppetModule.sol +24 -9
  348. package/src/modules/puppet/constants.sol +4 -3
  349. package/src/modules/puppet/createPuppet.sol +1 -1
  350. package/src/modules/puppet/tables/PuppetRegistry.sol +2 -3
  351. package/src/modules/puppet/utils.sol +1 -1
  352. package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
  353. package/src/modules/std-delegations/StandardDelegationsModule.sol +2 -6
  354. package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
  355. package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
  356. package/src/modules/std-delegations/constants.sol +1 -3
  357. package/src/modules/std-delegations/tables/CallboundDelegations.sol +4 -6
  358. package/src/modules/std-delegations/tables/SystemboundDelegations.sol +4 -6
  359. package/src/modules/std-delegations/tables/TimeboundDelegations.sol +4 -6
  360. package/src/modules/tokens/tables/Balances.sol +2 -3
  361. package/src/modules/uniqueentity/UniqueEntityModule.sol +16 -15
  362. package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
  363. package/src/modules/uniqueentity/constants.sol +3 -3
  364. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -3
  365. package/src/modules/uniqueentity/tables/UniqueEntity.sol +2 -3
  366. package/src/modules/utils/ArrayLib.sol +2 -2
  367. package/src/utils/AccessControlLib.sol +1 -1
  368. package/src/utils/SystemSwitch.sol +7 -10
  369. package/out/CoreModule.sol/CoreModule.json +0 -1
  370. package/out/CoreSystem.sol/CoreSystem.json +0 -1
  371. package/out/ICoreSystem.sol/ICoreSystem.json +0 -1
  372. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  373. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -15
  374. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -1
  375. package/out/world/src/IERC165.sol/IERC165.json +0 -1
  376. package/src/interfaces/IUniqueEntitySystem.sol +0 -7
  377. /package/out/{ICoreSystem.sol/ICoreSystem.abi.json → ERC165Checker.sol/ERC165Checker.abi.json} +0 -0
  378. /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json +0 -0
  379. /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json.d.ts +0 -0
@@ -1 +1 @@
1
- {"abi":[{"type":"function","name":"onAfterDeleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSetRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeDeleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSetRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"event","name":"HookCalled","inputs":[{"name":"","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"StoreHook_NotImplemented","inputs":[]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b50610bc4806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f198cf0cd0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8b565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610ae9565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afc565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610ae9565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afc565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8b565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b55565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610ae9565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7e565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610ae9565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b55565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7e565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b600081518084526020808501945080840160005b83811015610a3a57815187529582019590820190600101610a1e565b509495945050505050565b6000815180845260005b81811015610a6b57602081850181015186830182015201610a4f565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa460e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adb8185610a45565b9a9950505050505050505050565b6020815260006106646020830184610a45565b86815260c060208201526000610b1560c0830188610a0a565b8281036040840152610b278188610a45565b90508560608401528281036080840152610b418186610a45565b9150508260a0830152979650505050505050565b838152606060208201526000610b6e6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b976080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4556fea164736f6c6343000815000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f198cf0cd0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8b565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610ae9565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afc565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610ae9565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afc565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8b565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b55565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610ae9565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7e565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610ae9565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b55565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7e565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b600081518084526020808501945080840160005b83811015610a3a57815187529582019590820190600101610a1e565b509495945050505050565b6000815180845260005b81811015610a6b57602081850181015186830182015201610a4f565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa460e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adb8185610a45565b9a9950505050505050505050565b6020815260006106646020830184610a45565b86815260c060208201526000610b1560c0830188610a0a565b8281036040840152610b278188610a45565b90508560608401528281036080840152610b418186610a45565b9150508260a0830152979650505050505050565b838152606060208201526000610b6e6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b976080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4556fea164736f6c6343000815000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;900:176:22;;;;;;:::i;:::-;;:::i;:::-;;;516:14:201;;509:22;491:41;;479:2;464:18;900:176:22;;;;;;;1623:452:38;;;;;;:::i;:::-;;:::i;:::-;;343:377;;;;;;:::i;:::-;;:::i;724:375::-;;;;;;:::i;:::-;;:::i;2079:450::-;;;;;;:::i;:::-;;:::i;2774:219::-;;;;;;:::i;:::-;;:::i;1103:257::-;;;;;;:::i;:::-;;:::i;2533:237::-;;;;;;:::i;:::-;;:::i;1364:255::-;;;;;;:::i;:::-;;:::i;900:176:22:-;976:4;995:38;;;382:387:10;995:38:22;;:76;;-1:-1:-1;1037:34:22;;;97::5;1037::22;995:76;988:83;900:176;-1:-1:-1;;900:176:22:o;1623:452:38:-;1883:187;1925:4;:30;;;1966:7;1975:8;1985:17;2004:16;2022:11;2035:14;2051:4;1901:163;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1901:163:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;1883:187;;;;-1:-1:-1;1883:187:38;:::i;:::-;;;;;;;;1623:452;;;;;;;:::o;343:377::-;578:137;611:4;:22;;;636:7;645:8;655:10;667:14;683:11;696;596:113;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;596:113:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;578:137;;;;-1:-1:-1;578:137:38;:::i;:::-;;;;;;;;343:377;;;;;;:::o;724:375::-;958:136;991:4;:21;;;1015:7;1024:8;1034:10;1046:14;1062:11;1075;976:112;;;;;;;;;;;;;:::i;2079:450::-;2338:186;2380:4;:29;;;2420:7;2429:8;2439:17;2458:16;2476:11;2489:14;2505:4;2356:162;;;;;;;;;;;;;;:::i;2774:219::-;2902:86;2928:4;:24;;;2955:7;2964:8;2974:11;2913:74;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2913:74:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;2902:86;;;;-1:-1:-1;2902:86:38;:::i;:::-;;;;;;;;2774:219;;;:::o;1103:257::-;1264:91;1290:4;:29;;;1322:7;1331:8;1341:5;1348:4;1275:79;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1275:79:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;1264:91;;;;-1:-1:-1;1264:91:38;:::i;:::-;;;;;;;;1103:257;;;;:::o;2533:237::-;2678:87;2704:4;:25;;;2732:7;2741:8;2751:11;2689:75;;;;;;;;;;:::i;1364:255::-;1524:90;1550:4;:28;;;1581:7;1590:8;1600:5;1607:4;1535:78;;;;;;;;;;;:::i;14:332:201:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:201:o;543:184::-;595:77;592:1;585:88;692:4;689:1;682:15;716:4;713:1;706:15;732:334;803:2;797:9;859:2;849:13;;-1:-1:-1;;845:86:201;833:99;;962:18;947:34;;983:22;;;944:62;941:88;;;1009:18;;:::i;:::-;1045:2;1038:22;732:334;;-1:-1:-1;732:334:201:o;1071:712::-;1125:5;1178:3;1171:4;1163:6;1159:17;1155:27;1145:55;;1196:1;1193;1186:12;1145:55;1232:6;1219:20;1258:4;1281:18;1277:2;1274:26;1271:52;;;1303:18;;:::i;:::-;1349:2;1346:1;1342:10;1372:28;1396:2;1392;1388:11;1372:28;:::i;:::-;1434:15;;;1504;;;1500:24;;;1465:12;;;;1536:15;;;1533:35;;;1564:1;1561;1554:12;1533:35;1600:2;1592:6;1588:15;1577:26;;1612:142;1628:6;1623:3;1620:15;1612:142;;;1694:17;;1682:30;;1645:12;;;;1732;;;;1612:142;;;1772:5;1071:712;-1:-1:-1;;;;;;;1071:712:201:o;1788:165::-;1855:20;;1915:12;1904:24;;1894:35;;1884:63;;1943:1;1940;1933:12;1884:63;1788:165;;;:::o;1958:589::-;2000:5;2053:3;2046:4;2038:6;2034:17;2030:27;2020:55;;2071:1;2068;2061:12;2020:55;2107:6;2094:20;2133:18;2129:2;2126:26;2123:52;;;2155:18;;:::i;:::-;2199:114;2307:4;-1:-1:-1;;2231:4:201;2227:2;2223:13;2219:86;2215:97;2199:114;:::i;:::-;2338:2;2329:7;2322:19;2384:3;2377:4;2372:2;2364:6;2360:15;2356:26;2353:35;2350:55;;;2401:1;2398;2391:12;2350:55;2466:2;2459:4;2451:6;2447:17;2440:4;2431:7;2427:18;2414:55;2514:1;2489:16;;;2507:4;2485:27;2478:38;;;;2493:7;1958:589;-1:-1:-1;;;1958:589:201:o;2552:1073::-;2760:6;2768;2776;2784;2792;2800;2808;2861:3;2849:9;2840:7;2836:23;2832:33;2829:53;;;2878:1;2875;2868:12;2829:53;2914:9;2901:23;2891:33;;2975:2;2964:9;2960:18;2947:32;2998:18;3039:2;3031:6;3028:14;3025:34;;;3055:1;3052;3045:12;3025:34;3078:61;3131:7;3122:6;3111:9;3107:22;3078:61;:::i;:::-;3068:71;;3189:2;3178:9;3174:18;3161:32;3148:45;;3233:4;3226:5;3222:16;3215:5;3212:27;3202:55;;3253:1;3250;3243:12;3202:55;3276:5;3266:15;;3300:37;3333:2;3322:9;3318:18;3300:37;:::i;:::-;3290:47;;3356:38;3389:3;3378:9;3374:19;3356:38;:::i;:::-;3346:48;;3441:3;3430:9;3426:19;3413:33;3403:43;;3499:3;3488:9;3484:19;3471:33;3455:49;;3529:2;3519:8;3516:16;3513:36;;;3545:1;3542;3535:12;3513:36;;3568:51;3611:7;3600:8;3589:9;3585:24;3568:51;:::i;:::-;3558:61;;;2552:1073;;;;;;;;;;:::o;3630:1069::-;3874:6;3882;3890;3898;3906;3914;3967:3;3955:9;3946:7;3942:23;3938:33;3935:53;;;3984:1;3981;3974:12;3935:53;4020:9;4007:23;3997:33;;4081:2;4070:9;4066:18;4053:32;4104:18;4145:2;4137:6;4134:14;4131:34;;;4161:1;4158;4151:12;4131:34;4184:61;4237:7;4228:6;4217:9;4213:22;4184:61;:::i;:::-;4174:71;;4298:2;4287:9;4283:18;4270:32;4254:48;;4327:2;4317:8;4314:16;4311:36;;;4343:1;4340;4333:12;4311:36;4366:51;4409:7;4398:8;4387:9;4383:24;4366:51;:::i;:::-;4356:61;;4464:2;4453:9;4449:18;4436:32;4426:42;;4521:3;4510:9;4506:19;4493:33;4477:49;;4551:2;4541:8;4538:16;4535:36;;;4567:1;4564;4557:12;4535:36;;4590:51;4633:7;4622:8;4611:9;4607:24;4590:51;:::i;:::-;4580:61;;;4688:3;4677:9;4673:19;4660:33;4650:43;;3630:1069;;;;;;;;:::o;4704:547::-;4869:6;4877;4885;4938:2;4926:9;4917:7;4913:23;4909:32;4906:52;;;4954:1;4951;4944:12;4906:52;4990:9;4977:23;4967:33;;5051:2;5040:9;5036:18;5023:32;5078:18;5070:6;5067:30;5064:50;;;5110:1;5107;5100:12;5064:50;5133:61;5186:7;5177:6;5166:9;5162:22;5133:61;:::i;:::-;5123:71;;;5241:2;5230:9;5226:18;5213:32;5203:42;;4704:547;;;;;:::o;5256:835::-;5406:6;5414;5422;5430;5483:3;5471:9;5462:7;5458:23;5454:33;5451:53;;;5500:1;5497;5490:12;5451:53;5536:9;5523:23;5513:33;;5597:2;5586:9;5582:18;5569:32;5620:18;5661:2;5653:6;5650:14;5647:34;;;5677:1;5674;5667:12;5647:34;5700:61;5753:7;5744:6;5733:9;5729:22;5700:61;:::i;:::-;5690:71;;5811:2;5800:9;5796:18;5783:32;5770:45;;5855:14;5848:5;5844:26;5837:5;5834:37;5824:65;;5885:1;5882;5875:12;5824:65;5908:5;;-1:-1:-1;5966:2:201;5951:18;;5938:32;;5982:16;;;5979:36;;;6011:1;6008;6001:12;5979:36;;6034:51;6077:7;6066:8;6055:9;6051:24;6034:51;:::i;:::-;6024:61;;;5256:835;;;;;;;:::o;6096:435::-;6149:3;6187:5;6181:12;6214:6;6209:3;6202:19;6240:4;6269:2;6264:3;6260:12;6253:19;;6306:2;6299:5;6295:14;6327:1;6337:169;6351:6;6348:1;6345:13;6337:169;;;6412:13;;6400:26;;6446:12;;;;6481:15;;;;6373:1;6366:9;6337:169;;;-1:-1:-1;6522:3:201;;6096:435;-1:-1:-1;;;;;6096:435:201:o;6536:481::-;6577:3;6615:5;6609:12;6642:6;6637:3;6630:19;6667:1;6677:162;6691:6;6688:1;6685:13;6677:162;;;6753:4;6809:13;;;6805:22;;6799:29;6781:11;;;6777:20;;6770:59;6706:12;6677:162;;;6681:3;6884:1;6877:4;6868:6;6863:3;6859:16;6855:27;6848:38;7006:4;-1:-1:-1;;6931:2:201;6923:6;6919:15;6915:88;6910:3;6906:98;6902:109;6895:116;;;6536:481;;;;:::o;7022:898::-;7444:6;7433:9;7426:25;7487:3;7482:2;7471:9;7467:18;7460:31;7407:4;7514:57;7566:3;7555:9;7551:19;7543:6;7514:57;:::i;:::-;7619:4;7607:17;;7602:2;7587:18;;7580:45;7644:12;7692:15;;;7687:2;7672:18;;7665:43;7745:15;;7739:3;7724:19;;7717:44;7792:3;7777:19;;7770:35;;;7842:22;;;7836:3;7821:19;;7814:51;7882:32;7846:6;7899;7882:32;:::i;:::-;7874:40;7022:898;-1:-1:-1;;;;;;;;;;7022:898:201:o;7925:217::-;8072:2;8061:9;8054:21;8035:4;8092:44;8132:2;8121:9;8117:18;8109:6;8092:44;:::i;8147:895::-;8599:6;8588:9;8581:25;8642:3;8637:2;8626:9;8622:18;8615:31;8562:4;8669:57;8721:3;8710:9;8706:19;8698:6;8669:57;:::i;:::-;8774:9;8766:6;8762:22;8757:2;8746:9;8742:18;8735:50;8808:32;8833:6;8825;8808:32;:::i;:::-;8794:46;;8876:6;8871:2;8860:9;8856:18;8849:34;8932:9;8924:6;8920:22;8914:3;8903:9;8899:19;8892:51;8960:32;8985:6;8977;8960:32;:::i;:::-;8952:40;;;9029:6;9023:3;9012:9;9008:19;9001:35;8147:895;;;;;;;;;:::o;9047:466::-;9345:6;9334:9;9327:25;9388:2;9383;9372:9;9368:18;9361:30;9308:4;9408:56;9460:2;9449:9;9445:18;9437:6;9408:56;:::i;:::-;9400:64;;9500:6;9495:2;9484:9;9480:18;9473:34;9047:466;;;;;;:::o;9518:615::-;9828:6;9817:9;9810:25;9871:3;9866:2;9855:9;9851:18;9844:31;9791:4;9898:57;9950:3;9939:9;9935:19;9927:6;9898:57;:::i;:::-;10003:14;9995:6;9991:27;9986:2;9975:9;9971:18;9964:55;10067:9;10059:6;10055:22;10050:2;10039:9;10035:18;10028:50;10095:32;10120:6;10112;10095:32;:::i","linkReferences":{}},"methodIdentifiers":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":"83b5c95b","onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":"5b28cdaf","onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":"63584533","onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":"a8ba8721","onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":"9faeaf45","onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":"57066c9c","onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":"55eb5a28","onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":"964f667d","supportsInterface(bytes4)":"01ffc9a7"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"StoreHook_NotImplemented\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"HookCalled\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onAfterDeleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onAfterSetRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onAfterSpliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onAfterSpliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onBeforeDeleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onBeforeSetRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onBeforeSpliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onBeforeSpliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"onAfterDeleteRecord(bytes32,bytes32[],bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is to be deleted.\"}},\"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record was set.\"}},\"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.\",\"params\":{\"data\":\"The data to be inserted into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the dynamic data of the record.\",\"dynamicFieldIndex\":\"The index of the dynamic field.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"startWithinField\":\"The start byte position within the field for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to be written to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start byte position for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is to be deleted.\"}},\"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is to be set.\"}},\"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.\",\"params\":{\"data\":\"The data to be inserted into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the dynamic data of the record.\",\"dynamicFieldIndex\":\"The index of the dynamic field.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"startWithinField\":\"The start byte position within the field for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to be written to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start byte position for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"supportsInterface(bytes4)\":{\"details\":\"This function is a part of the ERC-165 standard.\",\"params\":{\"interfaceId\":\"The ID of the interface to check.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"errors\":{\"StoreHook_NotImplemented()\":[{\"notice\":\"Error emitted when a function is not implemented.\"}]},\"kind\":\"user\",\"methods\":{\"onAfterDeleteRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Hook that runs after deleting a record.\"},\"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"notice\":\"Hook that runs after setting a record.\"},\"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"notice\":\"Hook that runs after splicing dynamic (variable length) data.\"},\"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Hook that runs after splicing static (fixed length) data.\"},\"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Hook that runs before deleting a record.\"},\"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"notice\":\"Hook that runs before setting a record.\"},\"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"notice\":\"Hook that runs before splicing dynamic (variable length) data.\"},\"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Hook that runs before splicing static (fixed length) data.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Check if the interface is supported.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/test/EchoSubscriber.sol\":\"EchoSubscriber\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0xd267686b3961da4d9a39e2cd39b89d7074ed27a516a03085bb69a6efea0a424e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8c96a99b6c8dab12799165b888ed5c647638a1114bec138dd65ad46c6d1cf34\",\"dweb:/ipfs/QmaMAkfEmRivfHts72hfYiiQiVc15QSRsXkPHM3d2AbFjf\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/test/EchoSubscriber.sol\":{\"keccak256\":\"0xeed6f185742836b27c83efa603b05f632c11371852763eceec9d1e8ecaae8989\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c2fea07d8036022a725d60862dad31b7ac72e99272731d3c7391b8be95fe9e97\",\"dweb:/ipfs/QmTEgF2AGtisNesKsRAsu1brs23CcMvsKPVu6abKoAEbDt\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"StoreHook_NotImplemented"},{"inputs":[{"internalType":"bytes","name":"","type":"bytes","indexed":false}],"type":"event","name":"HookCalled","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onAfterDeleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSetRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSpliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSpliceStaticData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeDeleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSetRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSpliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSpliceStaticData"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]}],"devdoc":{"kind":"dev","methods":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","tableId":"The ID of the table where the record is to be deleted."}},"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"dynamicData":"The dynamic data of the record.","encodedLengths":"The encoded lengths of the dynamic data of the record.","fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","staticData":"The static data of the record.","tableId":"The ID of the table where the record was set."}},"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.","params":{"data":"The data to be inserted into the dynamic data of the record at the start byte.","deleteCount":"The number of bytes to delete in the dynamic data of the record.","dynamicFieldIndex":"The index of the dynamic field.","encodedLengths":"The encoded lengths of the dynamic data of the record.","keyTuple":"An array representing the composite key for the record.","startWithinField":"The start byte position within the field for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.","params":{"data":"The data to be written to the static data of the record at the start byte.","keyTuple":"An array representing the composite key for the record.","start":"The start byte position for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","tableId":"The ID of the table where the record is to be deleted."}},"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"dynamicData":"The dynamic data of the record.","encodedLengths":"The encoded lengths of the dynamic data of the record.","fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","staticData":"The static data of the record.","tableId":"The ID of the table where the record is to be set."}},"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.","params":{"data":"The data to be inserted into the dynamic data of the record at the start byte.","deleteCount":"The number of bytes to delete in the dynamic data of the record.","dynamicFieldIndex":"The index of the dynamic field.","encodedLengths":"The encoded lengths of the dynamic data of the record.","keyTuple":"An array representing the composite key for the record.","startWithinField":"The start byte position within the field for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.","params":{"data":"The data to be written to the static data of the record at the start byte.","keyTuple":"An array representing the composite key for the record.","start":"The start byte position for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"supportsInterface(bytes4)":{"details":"This function is a part of the ERC-165 standard.","params":{"interfaceId":"The ID of the interface to check."},"returns":{"_0":"true if the interface is supported, false otherwise."}}},"version":1},"userdoc":{"kind":"user","methods":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":{"notice":"Hook that runs after deleting a record."},"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"notice":"Hook that runs after setting a record."},"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"notice":"Hook that runs after splicing dynamic (variable length) data."},"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Hook that runs after splicing static (fixed length) data."},"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":{"notice":"Hook that runs before deleting a record."},"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"notice":"Hook that runs before setting a record."},"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"notice":"Hook that runs before splicing dynamic (variable length) data."},"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Hook that runs before splicing static (fixed length) data."},"supportsInterface(bytes4)":{"notice":"Check if the interface is supported."}},"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/test/EchoSubscriber.sol":"EchoSubscriber"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf","urls":["bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2","dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e","urls":["bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e","dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb","urls":["bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0","dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed","urls":["bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d","dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreHook.sol":{"keccak256":"0xd267686b3961da4d9a39e2cd39b89d7074ed27a516a03085bb69a6efea0a424e","urls":["bzz-raw://c8c96a99b6c8dab12799165b888ed5c647638a1114bec138dd65ad46c6d1cf34","dweb:/ipfs/QmaMAkfEmRivfHts72hfYiiQiVc15QSRsXkPHM3d2AbFjf"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/test/EchoSubscriber.sol":{"keccak256":"0xeed6f185742836b27c83efa603b05f632c11371852763eceec9d1e8ecaae8989","urls":["bzz-raw://c2fea07d8036022a725d60862dad31b7ac72e99272731d3c7391b8be95fe9e97","dweb:/ipfs/QmTEgF2AGtisNesKsRAsu1brs23CcMvsKPVu6abKoAEbDt"],"license":"MIT"}},"version":1},"id":38}
1
+ {"abi":[{"type":"function","name":"onAfterDeleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSetRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onAfterSpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeDeleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSetRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"onBeforeSpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"event","name":"HookCalled","inputs":[{"name":"","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"StoreHook_NotImplemented","inputs":[]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b50610bc5806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1873396a0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610aea565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afd565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610aea565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afd565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8c565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b56565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610aea565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610aea565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b56565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7f565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b60008151808452602080850194506020840160005b83811015610a3b57815187529582019590820190600101610a1f565b509495945050505050565b6000815180845260005b81811015610a6c57602081850181015186830182015201610a50565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa560e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adc8185610a46565b9a9950505050505050505050565b6020815260006106646020830184610a46565b86815260c060208201526000610b1660c0830188610a0a565b8281036040840152610b288188610a46565b90508560608401528281036080840152610b428186610a46565b9150508260a0830152979650505050505050565b838152606060208201526000610b6f6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b986080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4656fea164736f6c6343000818000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1873396a0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610aea565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afd565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610aea565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afd565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8c565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b56565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610aea565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610aea565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b56565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7f565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b60008151808452602080850194506020840160005b83811015610a3b57815187529582019590820190600101610a1f565b509495945050505050565b6000815180845260005b81811015610a6c57602081850181015186830182015201610a50565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa560e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adc8185610a46565b9a9950505050505050505050565b6020815260006106646020830184610a46565b86815260c060208201526000610b1660c0830188610a0a565b8281036040840152610b288188610a46565b90508560608401528281036080840152610b428186610a46565b9150508260a0830152979650505050505050565b838152606060208201526000610b6f6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b986080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4656fea164736f6c6343000818000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;863:187:22;;;;;;:::i;:::-;;:::i;:::-;;;516:14:207;;509:22;491:41;;479:2;464:18;863:187:22;;;;;;;1623:452:38;;;;;;:::i;:::-;;:::i;:::-;;343:377;;;;;;:::i;:::-;;:::i;724:375::-;;;;;;:::i;:::-;;:::i;2079:450::-;;;;;;:::i;:::-;;:::i;2774:219::-;;;;;;:::i;:::-;;:::i;1103:257::-;;;;;;:::i;:::-;;:::i;2533:237::-;;;;;;:::i;:::-;;:::i;1364:255::-;;;;;;:::i;:::-;;:::i;863:187:22:-;939:4;958:43;;;973:28;958:43;;:87;;-1:-1:-1;1005:40:22;;;1020:25;1005:40;958:87;951:94;863:187;-1:-1:-1;;863:187:22:o;1623:452:38:-;1883:187;1925:4;:30;;;1966:7;1975:8;1985:17;2004:16;2022:11;2035:14;2051:4;1901:163;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1901:163:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;1883:187;;;;-1:-1:-1;1883:187:38;:::i;:::-;;;;;;;;1623:452;;;;;;;:::o;343:377::-;578:137;611:4;:22;;;636:7;645:8;655:10;667:14;683:11;696;596:113;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;596:113:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;578:137;;;;-1:-1:-1;578:137:38;:::i;:::-;;;;;;;;343:377;;;;;;:::o;724:375::-;958:136;991:4;:21;;;1015:7;1024:8;1034:10;1046:14;1062:11;1075;976:112;;;;;;;;;;;;;:::i;2079:450::-;2338:186;2380:4;:29;;;2420:7;2429:8;2439:17;2458:16;2476:11;2489:14;2505:4;2356:162;;;;;;;;;;;;;;:::i;2774:219::-;2902:86;2928:4;:24;;;2955:7;2964:8;2974:11;2913:74;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2913:74:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;2902:86;;;;-1:-1:-1;2902:86:38;:::i;:::-;;;;;;;;2774:219;;;:::o;1103:257::-;1264:91;1290:4;:29;;;1322:7;1331:8;1341:5;1348:4;1275:79;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1275:79:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;1264:91;;;;-1:-1:-1;1264:91:38;:::i;:::-;;;;;;;;1103:257;;;;:::o;2533:237::-;2678:87;2704:4;:25;;;2732:7;2741:8;2751:11;2689:75;;;;;;;;;;:::i;1364:255::-;1524:90;1550:4;:28;;;1581:7;1590:8;1600:5;1607:4;1535:78;;;;;;;;;;;:::i;14:332:207:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:207:o;543:184::-;595:77;592:1;585:88;692:4;689:1;682:15;716:4;713:1;706:15;732:334;803:2;797:9;859:2;849:13;;-1:-1:-1;;845:86:207;833:99;;962:18;947:34;;983:22;;;944:62;941:88;;;1009:18;;:::i;:::-;1045:2;1038:22;732:334;;-1:-1:-1;732:334:207:o;1071:712::-;1125:5;1178:3;1171:4;1163:6;1159:17;1155:27;1145:55;;1196:1;1193;1186:12;1145:55;1232:6;1219:20;1258:4;1281:18;1277:2;1274:26;1271:52;;;1303:18;;:::i;:::-;1349:2;1346:1;1342:10;1372:28;1396:2;1392;1388:11;1372:28;:::i;:::-;1434:15;;;1504;;;1500:24;;;1465:12;;;;1536:15;;;1533:35;;;1564:1;1561;1554:12;1533:35;1600:2;1592:6;1588:15;1577:26;;1612:142;1628:6;1623:3;1620:15;1612:142;;;1694:17;;1682:30;;1645:12;;;;1732;;;;1612:142;;;1772:5;1071:712;-1:-1:-1;;;;;;;1071:712:207:o;1788:165::-;1855:20;;1915:12;1904:24;;1894:35;;1884:63;;1943:1;1940;1933:12;1884:63;1788:165;;;:::o;1958:589::-;2000:5;2053:3;2046:4;2038:6;2034:17;2030:27;2020:55;;2071:1;2068;2061:12;2020:55;2107:6;2094:20;2133:18;2129:2;2126:26;2123:52;;;2155:18;;:::i;:::-;2199:114;2307:4;-1:-1:-1;;2231:4:207;2227:2;2223:13;2219:86;2215:97;2199:114;:::i;:::-;2338:2;2329:7;2322:19;2384:3;2377:4;2372:2;2364:6;2360:15;2356:26;2353:35;2350:55;;;2401:1;2398;2391:12;2350:55;2466:2;2459:4;2451:6;2447:17;2440:4;2431:7;2427:18;2414:55;2514:1;2489:16;;;2507:4;2485:27;2478:38;;;;2493:7;1958:589;-1:-1:-1;;;1958:589:207:o;2552:1073::-;2760:6;2768;2776;2784;2792;2800;2808;2861:3;2849:9;2840:7;2836:23;2832:33;2829:53;;;2878:1;2875;2868:12;2829:53;2914:9;2901:23;2891:33;;2975:2;2964:9;2960:18;2947:32;2998:18;3039:2;3031:6;3028:14;3025:34;;;3055:1;3052;3045:12;3025:34;3078:61;3131:7;3122:6;3111:9;3107:22;3078:61;:::i;:::-;3068:71;;3189:2;3178:9;3174:18;3161:32;3148:45;;3233:4;3226:5;3222:16;3215:5;3212:27;3202:55;;3253:1;3250;3243:12;3202:55;3276:5;3266:15;;3300:37;3333:2;3322:9;3318:18;3300:37;:::i;:::-;3290:47;;3356:38;3389:3;3378:9;3374:19;3356:38;:::i;:::-;3346:48;;3441:3;3430:9;3426:19;3413:33;3403:43;;3499:3;3488:9;3484:19;3471:33;3455:49;;3529:2;3519:8;3516:16;3513:36;;;3545:1;3542;3535:12;3513:36;;3568:51;3611:7;3600:8;3589:9;3585:24;3568:51;:::i;:::-;3558:61;;;2552:1073;;;;;;;;;;:::o;3630:1068::-;3873:6;3881;3889;3897;3905;3913;3966:3;3954:9;3945:7;3941:23;3937:33;3934:53;;;3983:1;3980;3973:12;3934:53;4019:9;4006:23;3996:33;;4080:2;4069:9;4065:18;4052:32;4103:18;4144:2;4136:6;4133:14;4130:34;;;4160:1;4157;4150:12;4130:34;4183:61;4236:7;4227:6;4216:9;4212:22;4183:61;:::i;:::-;4173:71;;4297:2;4286:9;4282:18;4269:32;4253:48;;4326:2;4316:8;4313:16;4310:36;;;4342:1;4339;4332:12;4310:36;4365:51;4408:7;4397:8;4386:9;4382:24;4365:51;:::i;:::-;4355:61;;4463:2;4452:9;4448:18;4435:32;4425:42;;4520:3;4509:9;4505:19;4492:33;4476:49;;4550:2;4540:8;4537:16;4534:36;;;4566:1;4563;4556:12;4534:36;;4589:51;4632:7;4621:8;4610:9;4606:24;4589:51;:::i;:::-;4579:61;;;4687:3;4676:9;4672:19;4659:33;4649:43;;3630:1068;;;;;;;;:::o;4703:546::-;4867:6;4875;4883;4936:2;4924:9;4915:7;4911:23;4907:32;4904:52;;;4952:1;4949;4942:12;4904:52;4988:9;4975:23;4965:33;;5049:2;5038:9;5034:18;5021:32;5076:18;5068:6;5065:30;5062:50;;;5108:1;5105;5098:12;5062:50;5131:61;5184:7;5175:6;5164:9;5160:22;5131:61;:::i;:::-;5121:71;;;5239:2;5228:9;5224:18;5211:32;5201:42;;4703:546;;;;;:::o;5254:835::-;5404:6;5412;5420;5428;5481:3;5469:9;5460:7;5456:23;5452:33;5449:53;;;5498:1;5495;5488:12;5449:53;5534:9;5521:23;5511:33;;5595:2;5584:9;5580:18;5567:32;5618:18;5659:2;5651:6;5648:14;5645:34;;;5675:1;5672;5665:12;5645:34;5698:61;5751:7;5742:6;5731:9;5727:22;5698:61;:::i;:::-;5688:71;;5809:2;5798:9;5794:18;5781:32;5768:45;;5853:14;5846:5;5842:26;5835:5;5832:37;5822:65;;5883:1;5880;5873:12;5822:65;5906:5;;-1:-1:-1;5964:2:207;5949:18;;5936:32;;5980:16;;;5977:36;;;6009:1;6006;5999:12;5977:36;;6032:51;6075:7;6064:8;6053:9;6049:24;6032:51;:::i;:::-;6022:61;;;5254:835;;;;;;;:::o;6094:439::-;6147:3;6185:5;6179:12;6212:6;6207:3;6200:19;6238:4;6267;6262:3;6258:14;6251:21;;6306:4;6299:5;6295:16;6329:1;6339:169;6353:6;6350:1;6347:13;6339:169;;;6414:13;;6402:26;;6448:12;;;;6483:15;;;;6375:1;6368:9;6339:169;;;-1:-1:-1;6524:3:207;;6094:439;-1:-1:-1;;;;;6094:439:207:o;6538:481::-;6579:3;6617:5;6611:12;6644:6;6639:3;6632:19;6669:1;6679:162;6693:6;6690:1;6687:13;6679:162;;;6755:4;6811:13;;;6807:22;;6801:29;6783:11;;;6779:20;;6772:59;6708:12;6679:162;;;6683:3;6886:1;6879:4;6870:6;6865:3;6861:16;6857:27;6850:38;7008:4;-1:-1:-1;;6933:2:207;6925:6;6921:15;6917:88;6912:3;6908:98;6904:109;6897:116;;;6538:481;;;;:::o;7024:898::-;7446:6;7435:9;7428:25;7489:3;7484:2;7473:9;7469:18;7462:31;7409:4;7516:57;7568:3;7557:9;7553:19;7545:6;7516:57;:::i;:::-;7621:4;7609:17;;7604:2;7589:18;;7582:45;7646:12;7694:15;;;7689:2;7674:18;;7667:43;7747:15;;7741:3;7726:19;;7719:44;7794:3;7779:19;;7772:35;;;7844:22;;;7838:3;7823:19;;7816:51;7884:32;7848:6;7901;7884:32;:::i;:::-;7876:40;7024:898;-1:-1:-1;;;;;;;;;;7024:898:207:o;7927:217::-;8074:2;8063:9;8056:21;8037:4;8094:44;8134:2;8123:9;8119:18;8111:6;8094:44;:::i;8149:894::-;8600:6;8589:9;8582:25;8643:3;8638:2;8627:9;8623:18;8616:31;8563:4;8670:57;8722:3;8711:9;8707:19;8699:6;8670:57;:::i;:::-;8775:9;8767:6;8763:22;8758:2;8747:9;8743:18;8736:50;8809:32;8834:6;8826;8809:32;:::i;:::-;8795:46;;8877:6;8872:2;8861:9;8857:18;8850:34;8933:9;8925:6;8921:22;8915:3;8904:9;8900:19;8893:51;8961:32;8986:6;8978;8961:32;:::i;:::-;8953:40;;;9030:6;9024:3;9013:9;9009:19;9002:35;8149:894;;;;;;;;;:::o;9048:465::-;9345:6;9334:9;9327:25;9388:2;9383;9372:9;9368:18;9361:30;9308:4;9408:56;9460:2;9449:9;9445:18;9437:6;9408:56;:::i;:::-;9400:64;;9500:6;9495:2;9484:9;9480:18;9473:34;9048:465;;;;;;:::o;9518:615::-;9828:6;9817:9;9810:25;9871:3;9866:2;9855:9;9851:18;9844:31;9791:4;9898:57;9950:3;9939:9;9935:19;9927:6;9898:57;:::i;:::-;10003:14;9995:6;9991:27;9986:2;9975:9;9971:18;9964:55;10067:9;10059:6;10055:22;10050:2;10039:9;10035:18;10028:50;10095:32;10120:6;10112;10095:32;:::i","linkReferences":{}},"methodIdentifiers":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":"83b5c95b","onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":"5b28cdaf","onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":"63584533","onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":"a8ba8721","onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":"9faeaf45","onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":"57066c9c","onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":"55eb5a28","onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":"964f667d","supportsInterface(bytes4)":"01ffc9a7"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"StoreHook_NotImplemented\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"HookCalled\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onAfterDeleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onAfterSetRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onAfterSpliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onAfterSpliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onBeforeDeleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"onBeforeSetRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onBeforeSpliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onBeforeSpliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"onAfterDeleteRecord(bytes32,bytes32[],bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is to be deleted.\"}},\"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record was set.\"}},\"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.\",\"params\":{\"data\":\"The data to be inserted into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the dynamic data of the record.\",\"dynamicFieldIndex\":\"The index of the dynamic field.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"startWithinField\":\"The start byte position within the field for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to be written to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start byte position for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is to be deleted.\"}},\"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"details\":\"This function should be overridden to provide custom logic.\",\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"fieldLayout\":\"The layout of the field, see FieldLayout.sol.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is to be set.\"}},\"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.\",\"params\":{\"data\":\"The data to be inserted into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the dynamic data of the record.\",\"dynamicFieldIndex\":\"The index of the dynamic field.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"startWithinField\":\"The start byte position within the field for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to be written to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start byte position for splicing.\",\"tableId\":\"The ID of the table where the data is to be spliced.\"}},\"supportsInterface(bytes4)\":{\"details\":\"This function is a part of the ERC-165 standard.\",\"params\":{\"interfaceId\":\"The ID of the interface to check.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"errors\":{\"StoreHook_NotImplemented()\":[{\"notice\":\"Error emitted when a function is not implemented.\"}]},\"kind\":\"user\",\"methods\":{\"onAfterDeleteRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Hook that runs after deleting a record.\"},\"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"notice\":\"Hook that runs after setting a record.\"},\"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"notice\":\"Hook that runs after splicing dynamic (variable length) data.\"},\"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Hook that runs after splicing static (fixed length) data.\"},\"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Hook that runs before deleting a record.\"},\"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)\":{\"notice\":\"Hook that runs before setting a record.\"},\"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)\":{\"notice\":\"Hook that runs before splicing dynamic (variable length) data.\"},\"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Hook that runs before splicing static (fixed length) data.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Check if the interface is supported.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/test/EchoSubscriber.sol\":\"EchoSubscriber\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e\",\"dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6\",\"dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0x7774e2176bbb9e259f71c62f41d07e6284fecd2af062a47d3c88a3e9cccb61b1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1048129389b95fac80da3edd0f7bbfa18bd51c13531ee650f9c1cbe3433ae8e8\",\"dweb:/ipfs/QmaSaxfGPxmSZHSyuKsrNR1xx3RpLRJh5jykSj94WDBxei\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]},\"node_modules/@latticexyz/store/test/EchoSubscriber.sol\":{\"keccak256\":\"0x4fe4e9c11d863342fc19014de491ab28638fb9b5e7a0af143c86b0ab29fd3f84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://57d7b059a932a4a411e7a25f95b4d41e3370bfedcf878960c14134fc78ba6eaa\",\"dweb:/ipfs/QmVmfUDyjfX4mLnU4HxkPg79ALfQwXXgfRrQsMCYbCGp7k\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"StoreHook_NotImplemented"},{"inputs":[{"internalType":"bytes","name":"","type":"bytes","indexed":false}],"type":"event","name":"HookCalled","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onAfterDeleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSetRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSpliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onAfterSpliceStaticData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeDeleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSetRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSpliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onBeforeSpliceStaticData"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]}],"devdoc":{"kind":"dev","methods":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","tableId":"The ID of the table where the record is to be deleted."}},"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"dynamicData":"The dynamic data of the record.","encodedLengths":"The encoded lengths of the dynamic data of the record.","fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","staticData":"The static data of the record.","tableId":"The ID of the table where the record was set."}},"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.","params":{"data":"The data to be inserted into the dynamic data of the record at the start byte.","deleteCount":"The number of bytes to delete in the dynamic data of the record.","dynamicFieldIndex":"The index of the dynamic field.","encodedLengths":"The encoded lengths of the dynamic data of the record.","keyTuple":"An array representing the composite key for the record.","startWithinField":"The start byte position within the field for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.","params":{"data":"The data to be written to the static data of the record at the start byte.","keyTuple":"An array representing the composite key for the record.","start":"The start byte position for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","tableId":"The ID of the table where the record is to be deleted."}},"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"details":"This function should be overridden to provide custom logic.","params":{"dynamicData":"The dynamic data of the record.","encodedLengths":"The encoded lengths of the dynamic data of the record.","fieldLayout":"The layout of the field, see FieldLayout.sol.","keyTuple":"An array representing the composite key for the record.","staticData":"The static data of the record.","tableId":"The ID of the table where the record is to be set."}},"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in dynamic data always reach the end of the dynamic data to avoid shifting data after the inserted or deleted data.","params":{"data":"The data to be inserted into the dynamic data of the record at the start byte.","deleteCount":"The number of bytes to delete in the dynamic data of the record.","dynamicFieldIndex":"The index of the dynamic field.","encodedLengths":"The encoded lengths of the dynamic data of the record.","keyTuple":"An array representing the composite key for the record.","startWithinField":"The start byte position within the field for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"details":"This function should be overridden to provide custom logic. Splice operations in static data always overwrite data starting at the start position, so the total length of the data remains the same and no data is shifted.","params":{"data":"The data to be written to the static data of the record at the start byte.","keyTuple":"An array representing the composite key for the record.","start":"The start byte position for splicing.","tableId":"The ID of the table where the data is to be spliced."}},"supportsInterface(bytes4)":{"details":"This function is a part of the ERC-165 standard.","params":{"interfaceId":"The ID of the interface to check."},"returns":{"_0":"true if the interface is supported, false otherwise."}}},"version":1},"userdoc":{"kind":"user","methods":{"onAfterDeleteRecord(bytes32,bytes32[],bytes32)":{"notice":"Hook that runs after deleting a record."},"onAfterSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"notice":"Hook that runs after setting a record."},"onAfterSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"notice":"Hook that runs after splicing dynamic (variable length) data."},"onAfterSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Hook that runs after splicing static (fixed length) data."},"onBeforeDeleteRecord(bytes32,bytes32[],bytes32)":{"notice":"Hook that runs before deleting a record."},"onBeforeSetRecord(bytes32,bytes32[],bytes,bytes32,bytes,bytes32)":{"notice":"Hook that runs before setting a record."},"onBeforeSpliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes32,bytes)":{"notice":"Hook that runs before splicing dynamic (variable length) data."},"onBeforeSpliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Hook that runs before splicing static (fixed length) data."},"supportsInterface(bytes4)":{"notice":"Check if the interface is supported."}},"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/test/EchoSubscriber.sol":"EchoSubscriber"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99","urls":["bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e","dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e","urls":["bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6","dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreHook.sol":{"keccak256":"0x7774e2176bbb9e259f71c62f41d07e6284fecd2af062a47d3c88a3e9cccb61b1","urls":["bzz-raw://1048129389b95fac80da3edd0f7bbfa18bd51c13531ee650f9c1cbe3433ae8e8","dweb:/ipfs/QmaSaxfGPxmSZHSyuKsrNR1xx3RpLRJh5jykSj94WDBxei"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"},"node_modules/@latticexyz/store/test/EchoSubscriber.sol":{"keccak256":"0x4fe4e9c11d863342fc19014de491ab28638fb9b5e7a0af143c86b0ab29fd3f84","urls":["bzz-raw://57d7b059a932a4a411e7a25f95b4d41e3370bfedcf878960c14134fc78ba6eaa","dweb:/ipfs/QmVmfUDyjfX4mLnU4HxkPg79ALfQwXXgfRrQsMCYbCGp7k"],"license":"MIT"}},"version":1},"id":38}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"288:45749:35:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;288:45749:35;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"288:45749:35:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This library provides utilities for encoding arrays into tightly packed bytes representations.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"EncodeArray\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":\"EncodeArray\"},\"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/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[],"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/tightcoder/EncodeArray.sol":"EncodeArray"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7","urls":["bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5","dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32","urls":["bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c","dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"}},"version":1},"id":35}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"288:45749:35:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;288:45749:35;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"288:45749:35:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This library provides utilities for encoding arrays into tightly packed bytes representations.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"EncodeArray\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":\"EncodeArray\"},\"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/Memory.sol\":{\"keccak256\":\"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912\",\"dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a\",\"dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38\",\"dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4\",\"dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf\",\"dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205\",\"dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"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/tightcoder/EncodeArray.sol":"EncodeArray"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d","urls":["bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912","dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5","urls":["bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a","dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410","urls":["bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38","dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7","urls":["bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4","dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29","urls":["bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf","dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a","urls":["bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205","dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT"],"license":"MIT"}},"version":1},"id":35}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"3554:4401:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;3554:4401:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"3554:4401:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Provides instance functions for obtaining information from an encoded FieldLayout.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"FieldLayoutInstance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/FieldLayout.sol\":\"FieldLayoutInstance\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[],"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/FieldLayout.sol":"FieldLayoutInstance"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"}},"version":1},"id":3}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"3989:4783:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;3989:4783:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"3989:4783:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Provides instance functions for obtaining information from an encoded FieldLayout.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"FieldLayoutInstance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/FieldLayout.sol\":\"FieldLayoutInstance\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"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/FieldLayout.sol":"FieldLayoutInstance"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"}},"version":1},"id":3}
@@ -1,10 +1,20 @@
1
1
  [
2
2
  {
3
3
  "type": "error",
4
- "name": "FieldLayoutLib_InvalidLength",
4
+ "name": "FieldLayoutLib_Empty",
5
+ "inputs": []
6
+ },
7
+ {
8
+ "type": "error",
9
+ "name": "FieldLayoutLib_InvalidStaticDataLength",
5
10
  "inputs": [
6
11
  {
7
- "name": "length",
12
+ "name": "staticDataLength",
13
+ "type": "uint256",
14
+ "internalType": "uint256"
15
+ },
16
+ {
17
+ "name": "computedStaticDataLength",
8
18
  "type": "uint256",
9
19
  "internalType": "uint256"
10
20
  }
@@ -13,11 +23,66 @@
13
23
  {
14
24
  "type": "error",
15
25
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
16
- "inputs": []
26
+ "inputs": [
27
+ {
28
+ "name": "index",
29
+ "type": "uint256",
30
+ "internalType": "uint256"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "type": "error",
36
+ "name": "FieldLayoutLib_StaticLengthIsNotZero",
37
+ "inputs": [
38
+ {
39
+ "name": "index",
40
+ "type": "uint256",
41
+ "internalType": "uint256"
42
+ }
43
+ ]
17
44
  },
18
45
  {
19
46
  "type": "error",
20
47
  "name": "FieldLayoutLib_StaticLengthIsZero",
21
- "inputs": []
48
+ "inputs": [
49
+ {
50
+ "name": "index",
51
+ "type": "uint256",
52
+ "internalType": "uint256"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "type": "error",
58
+ "name": "FieldLayoutLib_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": "FieldLayoutLib_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
+ ]
22
87
  }
23
88
  ]
@@ -1,10 +1,20 @@
1
1
  declare const abi: [
2
2
  {
3
3
  "type": "error",
4
- "name": "FieldLayoutLib_InvalidLength",
4
+ "name": "FieldLayoutLib_Empty",
5
+ "inputs": []
6
+ },
7
+ {
8
+ "type": "error",
9
+ "name": "FieldLayoutLib_InvalidStaticDataLength",
5
10
  "inputs": [
6
11
  {
7
- "name": "length",
12
+ "name": "staticDataLength",
13
+ "type": "uint256",
14
+ "internalType": "uint256"
15
+ },
16
+ {
17
+ "name": "computedStaticDataLength",
8
18
  "type": "uint256",
9
19
  "internalType": "uint256"
10
20
  }
@@ -13,11 +23,66 @@ declare const abi: [
13
23
  {
14
24
  "type": "error",
15
25
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
16
- "inputs": []
26
+ "inputs": [
27
+ {
28
+ "name": "index",
29
+ "type": "uint256",
30
+ "internalType": "uint256"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "type": "error",
36
+ "name": "FieldLayoutLib_StaticLengthIsNotZero",
37
+ "inputs": [
38
+ {
39
+ "name": "index",
40
+ "type": "uint256",
41
+ "internalType": "uint256"
42
+ }
43
+ ]
17
44
  },
18
45
  {
19
46
  "type": "error",
20
47
  "name": "FieldLayoutLib_StaticLengthIsZero",
21
- "inputs": []
48
+ "inputs": [
49
+ {
50
+ "name": "index",
51
+ "type": "uint256",
52
+ "internalType": "uint256"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "type": "error",
58
+ "name": "FieldLayoutLib_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": "FieldLayoutLib_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
+ ]
22
87
  }
23
88
  ]; export default abi;
@@ -1 +1 @@
1
- {"abi":[{"type":"error","name":"FieldLayoutLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord","inputs":[]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsZero","inputs":[]}],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"1006:2417:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1006:2417:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000815000a","sourceMap":"1006:2417:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"A library for handling field layout encoding into a single bytes32. It provides a function to encode static and dynamic fields and ensure various constraints regarding the length and size of the fields.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"FieldLayoutLib\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/FieldLayout.sol\":\"FieldLayoutLib\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"FieldLayoutLib_InvalidLength"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthIsZero"}],"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/FieldLayout.sol":"FieldLayoutLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"}},"version":1},"id":3}
1
+ {"abi":[{"type":"error","name":"FieldLayoutLib_Empty","inputs":[]},{"type":"error","name":"FieldLayoutLib_InvalidStaticDataLength","inputs":[{"name":"staticDataLength","type":"uint256","internalType":"uint256"},{"name":"computedStaticDataLength","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsNotZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_TooManyDynamicFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_TooManyFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]}],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1006:2852:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1006:2852:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1006:2852:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FieldLayoutLib_Empty\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"staticDataLength\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"computedStaticDataLength\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidStaticDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthIsNotZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_TooManyDynamicFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_TooManyFields\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"A library for handling field layout encoding into a single bytes32. It provides a function to encode static and dynamic fields and ensure various constraints regarding the length and size of the fields.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"FieldLayoutLib\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/FieldLayout.sol\":\"FieldLayoutLib\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"FieldLayoutLib_Empty"},{"inputs":[{"internalType":"uint256","name":"staticDataLength","type":"uint256"},{"internalType":"uint256","name":"computedStaticDataLength","type":"uint256"}],"type":"error","name":"FieldLayoutLib_InvalidStaticDataLength"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthIsNotZero"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayoutLib_TooManyDynamicFields"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayoutLib_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/FieldLayout.sol":"FieldLayoutLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"}},"version":1},"id":3}