@latticexyz/world-modules 2.0.0-main-59267655 → 2.0.0-main-2c920de7

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 (255) hide show
  1. package/out/AccessControl.sol/AccessControl.json +1 -1
  2. package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
  3. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  4. package/out/AddressArray.sol/AddressArray.json +1 -1
  5. package/out/Allowances.sol/Allowances.json +1 -1
  6. package/out/ArrayLib.sol/ArrayLib.json +1 -1
  7. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  8. package/out/Balances.sol/Balances.json +1 -1
  9. package/out/Base.sol/CommonBase.json +1 -1
  10. package/out/Base.sol/ScriptBase.json +1 -1
  11. package/out/Base.sol/TestBase.json +1 -1
  12. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  13. package/out/Bool.sol/Bool.json +1 -1
  14. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
  15. package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
  16. package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
  17. package/out/Delegation.sol/Delegation.json +1 -1
  18. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  19. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  20. package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
  21. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  22. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
  23. package/out/ERC20Module.sol/ERC20Module.abi.json +9 -9
  24. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +9 -9
  25. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  26. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +9 -9
  27. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +9 -9
  28. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
  29. package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
  30. package/out/ERC20System.sol/ERC20System.json +1 -1
  31. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  32. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  33. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  34. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  35. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  36. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  37. package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
  38. package/out/ERC721Module.sol/ERC721Module.abi.json +9 -9
  39. package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +9 -9
  40. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  41. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +9 -9
  42. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +9 -9
  43. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
  44. package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
  45. package/out/ERC721System.sol/ERC721System.json +1 -1
  46. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
  47. package/out/EncodeArray.sol/EncodeArray.json +1 -1
  48. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
  49. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +1 -88
  50. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
  51. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
  52. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  53. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  54. package/out/GasReporter.sol/GasReporter.json +1 -1
  55. package/out/Hook.sol/HookInstance.json +1 -1
  56. package/out/Hook.sol/HookLib.json +1 -1
  57. package/out/Hooks.sol/Hooks.json +1 -1
  58. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  59. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
  60. package/out/IBaseWorld.sol/IBaseWorld.abi.json +134 -0
  61. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +134 -0
  62. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  63. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  64. package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
  65. package/out/IERC20.sol/IERC20.json +1 -1
  66. package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
  67. package/out/IERC20Events.sol/IERC20Events.json +1 -1
  68. package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
  69. package/out/IERC20System.sol/IERC20System.json +1 -1
  70. package/out/IERC721.sol/IERC721.json +1 -1
  71. package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
  72. package/out/IERC721Events.sol/IERC721Events.json +1 -1
  73. package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
  74. package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
  75. package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
  76. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
  77. package/out/{FieldLayout.sol/FieldLayoutLib.abi.json.d.ts → IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts} +7 -7
  78. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
  79. package/out/IModule.sol/IModule.json +1 -1
  80. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  81. package/out/IMulticall3.sol/IMulticall3.json +1 -1
  82. package/out/IPackedCounterErrors.sol/IPackedCounterErrors.abi.json +13 -0
  83. package/out/IPackedCounterErrors.sol/IPackedCounterErrors.json +1 -0
  84. package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
  85. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
  86. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
  87. package/out/{Schema.sol/SchemaLib.abi.json.d.ts → ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts} +2 -2
  88. package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
  89. package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
  90. package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
  91. package/out/IStore.sol/IStore.abi.json +134 -0
  92. package/out/IStore.sol/IStore.abi.json.d.ts +134 -0
  93. package/out/IStore.sol/IStore.json +1 -1
  94. package/out/IStoreData.sol/IStoreData.json +1 -1
  95. package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
  96. package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
  97. package/out/IStoreHook.sol/IStoreHook.json +1 -1
  98. package/out/IStoreRead.sol/IStoreRead.json +1 -1
  99. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
  100. package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
  101. package/out/ISystemHook.sol/ISystemHook.json +1 -1
  102. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
  103. package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
  104. package/out/IWorldKernel.sol/IWorldCall.json +1 -1
  105. package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
  106. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
  107. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  108. package/out/InitModule.sol/InitModule.abi.json +9 -9
  109. package/out/InitModule.sol/InitModule.abi.json.d.ts +9 -9
  110. package/out/InitModule.sol/InitModule.json +1 -1
  111. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
  112. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  113. package/out/KeysInTable.sol/KeysInTable.json +1 -1
  114. package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
  115. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  116. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +6 -6
  117. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +6 -6
  118. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  119. package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
  120. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
  121. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  122. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +6 -6
  123. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +6 -6
  124. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  125. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
  126. package/out/Memory.sol/Memory.json +1 -1
  127. package/out/Module.sol/Module.json +1 -1
  128. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  129. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  130. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  131. package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
  132. package/out/Owners.sol/Owners.json +1 -1
  133. package/out/PackedCounter.sol/PackedCounterInstance.abi.json +1 -13
  134. package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
  135. package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
  136. package/out/Puppet.sol/Puppet.json +1 -1
  137. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
  138. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
  139. package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
  140. package/out/PuppetModule.sol/PuppetModule.abi.json +9 -9
  141. package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +9 -9
  142. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  143. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  144. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  145. package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
  146. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +9 -9
  147. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +9 -9
  148. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  149. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  150. package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
  151. package/out/ResourceId.sol/ResourceIdLib.json +1 -1
  152. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  153. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
  154. package/out/Schema.sol/SchemaInstance.json +1 -1
  155. package/out/Schema.sol/SchemaLib.abi.json +1 -18
  156. package/out/Schema.sol/SchemaLib.json +1 -1
  157. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
  158. package/out/Slice.sol/SliceInstance.json +1 -1
  159. package/out/Slice.sol/SliceLib.abi.json +1 -23
  160. package/out/Slice.sol/SliceLib.json +1 -1
  161. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +9 -9
  162. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +9 -9
  163. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  164. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  165. package/out/StdAssertions.sol/StdAssertions.json +1 -1
  166. package/out/StdChains.sol/StdChains.json +1 -1
  167. package/out/StdCheats.sol/StdCheats.json +1 -1
  168. package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
  169. package/out/StdError.sol/stdError.json +1 -1
  170. package/out/StdInvariant.sol/StdInvariant.json +1 -1
  171. package/out/StdJson.sol/stdJson.json +1 -1
  172. package/out/StdMath.sol/stdMath.json +1 -1
  173. package/out/StdStorage.sol/stdStorage.json +1 -1
  174. package/out/StdStorage.sol/stdStorageSafe.json +1 -1
  175. package/out/StdStyle.sol/StdStyle.json +1 -1
  176. package/out/StdUtils.sol/StdUtils.json +1 -1
  177. package/out/Storage.sol/Storage.json +1 -1
  178. package/out/StoreCore.sol/StoreCore.abi.json +1 -138
  179. package/out/StoreCore.sol/StoreCore.json +1 -1
  180. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  181. package/out/StoreData.sol/StoreData.json +1 -1
  182. package/out/StoreHook.sol/StoreHook.json +1 -1
  183. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  184. package/out/StoreRead.sol/StoreRead.json +1 -1
  185. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +9 -9
  186. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +9 -9
  187. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  188. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  189. package/out/System.sol/System.json +1 -1
  190. package/out/SystemCall.sol/SystemCall.json +1 -1
  191. package/out/SystemHook.sol/SystemHook.json +1 -1
  192. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  193. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  194. package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
  195. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  196. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  197. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
  198. package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
  199. package/out/Systems.sol/Systems.json +1 -1
  200. package/out/Tables.sol/Tables.json +1 -1
  201. package/out/Test.sol/Test.json +1 -1
  202. package/out/TightCoder.sol/TightCoder.json +1 -1
  203. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
  204. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
  205. package/out/TokenApproval.sol/TokenApproval.json +1 -1
  206. package/out/TokenURI.sol/TokenURI.json +1 -1
  207. package/out/TotalSupply.sol/TotalSupply.json +1 -1
  208. package/out/TwoFields.sol/TwoFields.json +1 -1
  209. package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
  210. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +9 -9
  211. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +9 -9
  212. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  213. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  214. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  215. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
  216. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
  217. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  218. package/out/Vm.sol/Vm.json +1 -1
  219. package/out/Vm.sol/VmSafe.json +1 -1
  220. package/out/World.sol/World.abi.json +0 -136
  221. package/out/World.sol/World.abi.json.d.ts +0 -136
  222. package/out/World.sol/World.json +1 -1
  223. package/out/World.t.sol/EchoSystemHook.json +1 -1
  224. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  225. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  226. package/out/World.t.sol/RevertSystemHook.json +1 -1
  227. package/out/World.t.sol/WorldTest.abi.json +6 -6
  228. package/out/World.t.sol/WorldTest.abi.json.d.ts +6 -6
  229. package/out/World.t.sol/WorldTest.json +1 -1
  230. package/out/World.t.sol/WorldTestSystem.json +1 -1
  231. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  232. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  233. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  234. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  235. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
  236. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
  237. package/out/console.sol/console.json +1 -1
  238. package/out/console2.sol/console2.json +1 -1
  239. package/out/constants.sol/LayoutOffsets.json +1 -1
  240. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +134 -0
  241. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +134 -0
  242. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
  243. package/out/query.t.sol/QueryTest.abi.json +6 -6
  244. package/out/query.t.sol/QueryTest.abi.json.d.ts +6 -6
  245. package/out/query.t.sol/QueryTest.json +1 -1
  246. package/out/safeconsole.sol/safeconsole.json +1 -1
  247. package/out/tables/Balances.sol/Balances.json +1 -1
  248. package/out/test.sol/DSTest.json +1 -1
  249. package/out/world/src/IERC165.sol/IERC165.json +1 -1
  250. package/package.json +8 -8
  251. package/src/modules/erc20-puppet/ERC20Module.sol +1 -3
  252. package/src/modules/erc721-puppet/ERC721Module.sol +1 -3
  253. package/out/StoreCore.sol/StoreCore.abi.json.d.ts +0 -138
  254. /package/out/{PackedCounter.sol/PackedCounterInstance.abi.json.d.ts → IPackedCounterErrors.sol/IPackedCounterErrors.abi.json.d.ts} +0 -0
  255. /package/out/{Slice.sol/SliceLib.abi.json.d.ts → ISliceErrors.sol/ISliceErrors.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":"0x608060405234801561001057600080fd5b50610bc5806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1873396a0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610aea565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afd565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610aea565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afd565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8c565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b56565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610aea565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610aea565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b56565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7f565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b60008151808452602080850194506020840160005b83811015610a3b57815187529582019590820190600101610a1f565b509495945050505050565b6000815180845260005b81811015610a6c57602081850181015186830182015201610a50565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa560e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adc8185610a46565b9a9950505050505050505050565b6020815260006106646020830184610a46565b86815260c060208201526000610b1660c0830188610a0a565b8281036040840152610b288188610a46565b90508560608401528281036080840152610b428186610a46565b9150508260a0830152979650505050505050565b838152606060208201526000610b6f6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b986080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4656fea164736f6c6343000818000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1873396a0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610aea565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afd565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610aea565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afd565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8c565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b56565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610aea565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610aea565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b56565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7f565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b60008151808452602080850194506020840160005b83811015610a3b57815187529582019590820190600101610a1f565b509495945050505050565b6000815180845260005b81811015610a6c57602081850181015186830182015201610a50565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa560e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adc8185610a46565b9a9950505050505050505050565b6020815260006106646020830184610a46565b86815260c060208201526000610b1660c0830188610a0a565b8281036040840152610b288188610a46565b90508560608401528281036080840152610b428186610a46565b9150508260a0830152979650505050505050565b838152606060208201526000610b6f6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b986080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4656fea164736f6c6343000818000a","sourceMap":"274:2721:38:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;929:187:22;;;;;;:::i;:::-;;:::i;:::-;;;516:14:208;;509:22;491:41;;479:2;464:18;929: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;929:187:22:-;1005:4;1024:43;;;1039:28;1024:43;;:87;;-1:-1:-1;1071:40:22;;;1086:25;1071:40;1024:87;1017:94;929:187;-1:-1:-1;;929: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:208:-;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:208: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:208;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:208: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:208: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:208;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:208: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:208;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:208;;6094:439;-1:-1:-1;;;;;6094:439:208: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:208;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:208: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\":\"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40\",\"dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z\"]},\"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\":\"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09\",\"dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x52f6cb7751e1e6c6770d4a6637313bf13c5ea02c3b595b4da527ccf1b9090c1e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bc8a02d97e3e6f152bb03346ddf9b2ffe16697ee7fd17aeff7187bb43ae3c33d\",\"dweb:/ipfs/QmfDqZRmxgpunmnj6h3pBvACVyKr65LSc4Z4ZFwoNBQ8pR\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0x106db773957424e7f4b480dda82ad32ae9dde375ae1668b3c3532aea28a01d70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f6594e693b5789ad4e78e036fb04dcaa693dfe45dde7e2cdbb52d90f70b6eaf\",\"dweb:/ipfs/QmddHrxD8LjvD34hsJxSL5UTrjKpEmjUdibhAmLNNTDZGD\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"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":"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf","urls":["bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40","dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z"],"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":"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087","urls":["bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09","dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x52f6cb7751e1e6c6770d4a6637313bf13c5ea02c3b595b4da527ccf1b9090c1e","urls":["bzz-raw://bc8a02d97e3e6f152bb03346ddf9b2ffe16697ee7fd17aeff7187bb43ae3c33d","dweb:/ipfs/QmfDqZRmxgpunmnj6h3pBvACVyKr65LSc4Z4ZFwoNBQ8pR"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreHook.sol":{"keccak256":"0x106db773957424e7f4b480dda82ad32ae9dde375ae1668b3c3532aea28a01d70","urls":["bzz-raw://7f6594e693b5789ad4e78e036fb04dcaa693dfe45dde7e2cdbb52d90f70b6eaf","dweb:/ipfs/QmddHrxD8LjvD34hsJxSL5UTrjKpEmjUdibhAmLNNTDZGD"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"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
+ {"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:42:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d146101305780639faeaf4514610143578063a8ba87211461015657600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004610622565b610169565b604051901515815260200160405180910390f35b6100e26100dd3660046107d5565b610202565b005b6100e26100f2366004610889565b6102ba565b6100e2610105366004610889565b61036f565b6100e26101183660046107d5565b6103c7565b6100e261012b36600461092d565b610421565b6100e261013e36600461097d565b6104cd565b6100e261015136600461092d565b61057c565b6100e261016436600461097d565b6105ce565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1873396a0000000000000000000000000000000000000000000000000000000014806101fc57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166355eb5a288989898989898960405160240161025c9796959493929190610a8c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516102a99250610aea565b60405180910390a150505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166357066c9c88888888888860405160240161031296959493929190610afd565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161035f9250610aea565b60405180910390a1505050505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16635b28cdaf88888888888860405160240161031296959493929190610afd565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663635845338989898989898960405160240161025c9796959493929190610a8c565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff166383b5c95b85858560405160240161047393929190610b56565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516104c09250610aea565b60405180910390a1505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663964f667d868686866040516024016105219493929190610b7f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161056e9250610aea565b60405180910390a150505050565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff16639faeaf4585858560405160240161047393929190610b56565b7f6073633690ca0c2f55f2bd96dfca2d9da28331e7a66750110fbed5082a13156e3073ffffffffffffffffffffffffffffffffffffffff1663a8ba8721868686866040516024016105219493929190610b7f565b60006020828403121561063457600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461066457600080fd5b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156106c3576106c361066b565b604052919050565b600082601f8301126106dc57600080fd5b8135602067ffffffffffffffff8211156106f8576106f861066b565b8160051b61070782820161069a565b928352848101820192828101908785111561072157600080fd5b83870192505b8483101561074057823582529183019190830190610727565b979650505050505050565b803564ffffffffff8116811461076057600080fd5b919050565b600082601f83011261077657600080fd5b813567ffffffffffffffff8111156107905761079061066b565b6107a36020601f19601f8401160161069a565b8181528460208386010111156107b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a0312156107f057600080fd5b87359650602088013567ffffffffffffffff8082111561080f57600080fd5b61081b8b838c016106cb565b975060408a0135915060ff8216821461083357600080fd5b81965061084260608b0161074b565b955061085060808b0161074b565b945060a08a0135935060c08a013591508082111561086d57600080fd5b5061087a8a828b01610765565b91505092959891949750929550565b60008060008060008060c087890312156108a257600080fd5b86359550602087013567ffffffffffffffff808211156108c157600080fd5b6108cd8a838b016106cb565b965060408901359150808211156108e357600080fd5b6108ef8a838b01610765565b955060608901359450608089013591508082111561090c57600080fd5b5061091989828a01610765565b92505060a087013590509295509295509295565b60008060006060848603121561094257600080fd5b83359250602084013567ffffffffffffffff81111561096057600080fd5b61096c868287016106cb565b925050604084013590509250925092565b6000806000806080858703121561099357600080fd5b84359350602085013567ffffffffffffffff808211156109b257600080fd5b6109be888389016106cb565b94506040870135915065ffffffffffff821682146109db57600080fd5b909250606086013590808211156109f157600080fd5b506109fe87828801610765565b91505092959194509250565b60008151808452602080850194506020840160005b83811015610a3b57815187529582019590820190600101610a1f565b509495945050505050565b6000815180845260005b81811015610a6c57602081850181015186830182015201610a50565b506000602082860101526020601f19601f83011685010191505092915050565b87815260e060208201526000610aa560e0830189610a0a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152610adc8185610a46565b9a9950505050505050505050565b6020815260006106646020830184610a46565b86815260c060208201526000610b1660c0830188610a0a565b8281036040840152610b288188610a46565b90508560608401528281036080840152610b428186610a46565b9150508260a0830152979650505050505050565b838152606060208201526000610b6f6060830185610a0a565b9050826040830152949350505050565b848152608060208201526000610b986080830186610a0a565b65ffffffffffff8516604084015282810360608401526107408185610a4656fea164736f6c6343000818000a","sourceMap":"274:2721:42:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;929:187:26;;;;;;:::i;:::-;;:::i;:::-;;;516:14:212;;509:22;491:41;;479:2;464:18;929:187:26;;;;;;;1623:452:42;;;;;;:::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;929:187:26:-;1005:4;1024:43;;;1039:28;1024:43;;:87;;-1:-1:-1;1071:40:26;;;1086:25;1071:40;1024:87;1017:94;929:187;-1:-1:-1;;929:187:26:o;1623:452:42:-;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:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;1883:187;;;;-1:-1:-1;1883:187:42;:::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:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;578:137;;;;-1:-1:-1;578:137:42;:::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:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;2902:86;;;;-1:-1:-1;2902:86:42;:::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:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;1264:91;;;;-1:-1:-1;1264:91:42;:::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:212:-;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:212: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:212;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:212: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:212: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:212;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:212: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:212;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:212;;6094:439;-1:-1:-1;;;;;6094:439:212: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:212;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:212: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\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d\",\"dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63\"]},\"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol\":{\"keccak256\":\"0x3c52620068df7859fefd2abbed50e63ed685c3cb9f1b50cb99cba1c2de7bb990\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f167c535d51a82f28a81c90a32d451b3e76b677998741652e775d9333e1aacf7\",\"dweb:/ipfs/QmdGSt7EKLp2ViiDZ2YPX5Wd1mKBAPvffKgFFseFiDtegt\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09\",\"dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a\",\"dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0x106db773957424e7f4b480dda82ad32ae9dde375ae1668b3c3532aea28a01d70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f6594e693b5789ad4e78e036fb04dcaa693dfe45dde7e2cdbb52d90f70b6eaf\",\"dweb:/ipfs/QmddHrxD8LjvD34hsJxSL5UTrjKpEmjUdibhAmLNNTDZGD\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"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":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"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/IFieldLayoutErrors.sol":{"keccak256":"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77","urls":["bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d","dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63"],"license":"MIT"},"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol":{"keccak256":"0x3c52620068df7859fefd2abbed50e63ed685c3cb9f1b50cb99cba1c2de7bb990","urls":["bzz-raw://f167c535d51a82f28a81c90a32d451b3e76b677998741652e775d9333e1aacf7","dweb:/ipfs/QmdGSt7EKLp2ViiDZ2YPX5Wd1mKBAPvffKgFFseFiDtegt"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087","urls":["bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09","dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7","urls":["bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a","dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreHook.sol":{"keccak256":"0x106db773957424e7f4b480dda82ad32ae9dde375ae1668b3c3532aea28a01d70","urls":["bzz-raw://7f6594e693b5789ad4e78e036fb04dcaa693dfe45dde7e2cdbb52d90f70b6eaf","dweb:/ipfs/QmddHrxD8LjvD34hsJxSL5UTrjKpEmjUdibhAmLNNTDZGD"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/test/EchoSubscriber.sol":{"keccak256":"0x4fe4e9c11d863342fc19014de491ab28638fb9b5e7a0af143c86b0ab29fd3f84","urls":["bzz-raw://57d7b059a932a4a411e7a25f95b4d41e3370bfedcf878960c14134fc78ba6eaa","dweb:/ipfs/QmVmfUDyjfX4mLnU4HxkPg79ALfQwXXgfRrQsMCYbCGp7k"],"license":"MIT"}},"version":1},"id":42}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"354:45749:35:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;354:45749:35;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"354:45749:35:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":\"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392\",\"dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xa718d6adb347637f363591d1c6f69bf434606754ca55cf235421c445142d46a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0494d0dbf663af270ddfb50ad45f03e663a831e1a0bb5b409cb217537c14a4d2\",\"dweb:/ipfs/QmYFDKjbDxnAF2ny8byydUz3BEoXm6TNsk2hNtbT7VEXRA\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754\",\"dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e\",\"dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea\",\"dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3\",\"dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz\"]}},\"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":"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811","urls":["bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392","dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xa718d6adb347637f363591d1c6f69bf434606754ca55cf235421c445142d46a5","urls":["bzz-raw://0494d0dbf663af270ddfb50ad45f03e663a831e1a0bb5b409cb217537c14a4d2","dweb:/ipfs/QmYFDKjbDxnAF2ny8byydUz3BEoXm6TNsk2hNtbT7VEXRA"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275","urls":["bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754","dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152","urls":["bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e","dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3","urls":["bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea","dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8","urls":["bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3","dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz"],"license":"MIT"}},"version":1},"id":35}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"354:45749:39:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;354:45749:39;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"354:45749:39:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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/ISliceErrors.sol\":{\"keccak256\":\"0x303b790491ff1076852e5840581967b744ac0ecbb646c867eab27ec03d8d4eb4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fa527b83abac782d12d0ab567cfcc13dd73641e33b33a4fe67a9c3b80bb816a\",\"dweb:/ipfs/QmSPnmn5u96Jju85gdsEBToagGXVvYVdzFZoqRkXBrqYVY\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392\",\"dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4\",\"dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754\",\"dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e\",\"dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea\",\"dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3\",\"dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz\"]}},\"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/ISliceErrors.sol":{"keccak256":"0x303b790491ff1076852e5840581967b744ac0ecbb646c867eab27ec03d8d4eb4","urls":["bzz-raw://1fa527b83abac782d12d0ab567cfcc13dd73641e33b33a4fe67a9c3b80bb816a","dweb:/ipfs/QmSPnmn5u96Jju85gdsEBToagGXVvYVdzFZoqRkXBrqYVY"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811","urls":["bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392","dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345","urls":["bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4","dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275","urls":["bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754","dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152","urls":["bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e","dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3","urls":["bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea","dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8","urls":["bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3","dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz"],"license":"MIT"}},"version":1},"id":39}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"4187:4783:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;4187:4783:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"4187:4783:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":\"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40\",\"dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"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":"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf","urls":["bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40","dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":3}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"3832:4790:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;3832:4790:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"3832:4790:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d\",\"dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"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":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"license":"MIT"},"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":{"keccak256":"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77","urls":["bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d","dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":3}
@@ -1,88 +1 @@
1
- [
2
- {
3
- "type": "error",
4
- "name": "FieldLayoutLib_Empty",
5
- "inputs": []
6
- },
7
- {
8
- "type": "error",
9
- "name": "FieldLayoutLib_InvalidStaticDataLength",
10
- "inputs": [
11
- {
12
- "name": "staticDataLength",
13
- "type": "uint256",
14
- "internalType": "uint256"
15
- },
16
- {
17
- "name": "computedStaticDataLength",
18
- "type": "uint256",
19
- "internalType": "uint256"
20
- }
21
- ]
22
- },
23
- {
24
- "type": "error",
25
- "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
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
- ]
44
- },
45
- {
46
- "type": "error",
47
- "name": "FieldLayoutLib_StaticLengthIsZero",
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
- ]
87
- }
88
- ]
1
+ []
@@ -1 +1 @@
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":"1138:2852:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1138:2852:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1138: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\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":\"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40\",\"dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"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":"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf","urls":["bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40","dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":3}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1201:2434:3:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1201:2434:3;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1201:2434:3:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"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\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d\",\"dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"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":"FieldLayoutLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"license":"MIT"},"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":{"keccak256":"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77","urls":["bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d","dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":3}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"189:2083:39:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;189:2083:39;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"189:2083:39:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Overrides for encode function to simplify tests\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol\":\"FieldLayoutEncodeHelper\"},\"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\":\"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40\",\"dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol\":{\"keccak256\":\"0xca832d2e9d5217bf68a595f88f386af4c93792e026d6a5e35c8120177c2d70bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d73175b5bfd13e163bb886a72e0cc5389ee234f2eb660590f4508376543455b3\",\"dweb:/ipfs/QmeFFmoqzPJnc4m9kCzrFzR3GyT6ovF7CGKHC3GYGZSJze\"]}},\"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/test/FieldLayoutEncodeHelper.sol":"FieldLayoutEncodeHelper"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf","urls":["bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40","dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol":{"keccak256":"0xca832d2e9d5217bf68a595f88f386af4c93792e026d6a5e35c8120177c2d70bd","urls":["bzz-raw://d73175b5bfd13e163bb886a72e0cc5389ee234f2eb660590f4508376543455b3","dweb:/ipfs/QmeFFmoqzPJnc4m9kCzrFzR3GyT6ovF7CGKHC3GYGZSJze"],"license":"MIT"}},"version":1},"id":39}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"189:2083:43:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;189:2083:43;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"189:2083:43:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Overrides for encode function to simplify tests\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol\":\"FieldLayoutEncodeHelper\"},\"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\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d\",\"dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol\":{\"keccak256\":\"0xca832d2e9d5217bf68a595f88f386af4c93792e026d6a5e35c8120177c2d70bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d73175b5bfd13e163bb886a72e0cc5389ee234f2eb660590f4508376543455b3\",\"dweb:/ipfs/QmeFFmoqzPJnc4m9kCzrFzR3GyT6ovF7CGKHC3GYGZSJze\"]}},\"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/test/FieldLayoutEncodeHelper.sol":"FieldLayoutEncodeHelper"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"license":"MIT"},"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":{"keccak256":"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77","urls":["bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d","dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/test/FieldLayoutEncodeHelper.sol":{"keccak256":"0xca832d2e9d5217bf68a595f88f386af4c93792e026d6a5e35c8120177c2d70bd","urls":["bzz-raw://d73175b5bfd13e163bb886a72e0cc5389ee234f2eb660590f4508376543455b3","dweb:/ipfs/QmeFFmoqzPJnc4m9kCzrFzR3GyT6ovF7CGKHC3GYGZSJze"],"license":"MIT"}},"version":1},"id":43}