@latticexyz/world-module-callwithsignature 2.2.17-03eae1330cef5cae129841958fb75541ef13fb43

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 (384) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/internal.d.ts +20 -0
  4. package/dist/internal.js +2 -0
  5. package/dist/internal.js.map +1 -0
  6. package/dist/mud.config.d.ts +103 -0
  7. package/dist/mud.config.js +2 -0
  8. package/dist/mud.config.js.map +1 -0
  9. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  10. package/out/AccessControl.sol/AccessControl.json +1 -0
  11. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +256 -0
  12. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +258 -0
  13. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -0
  14. package/out/AddressArray.sol/AddressArray.abi.json +1 -0
  15. package/out/AddressArray.sol/AddressArray.json +1 -0
  16. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +361 -0
  17. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +363 -0
  18. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -0
  19. package/out/Balances.sol/Balances.abi.json +1 -0
  20. package/out/Balances.sol/Balances.json +1 -0
  21. package/out/Base.sol/CommonBase.abi.json +1 -0
  22. package/out/Base.sol/CommonBase.json +1 -0
  23. package/out/Base.sol/ScriptBase.abi.json +1 -0
  24. package/out/Base.sol/ScriptBase.json +1 -0
  25. package/out/Base.sol/TestBase.abi.json +1 -0
  26. package/out/Base.sol/TestBase.json +1 -0
  27. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +132 -0
  28. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +134 -0
  29. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -0
  30. package/out/Bool.sol/Bool.abi.json +1 -0
  31. package/out/Bool.sol/Bool.json +1 -0
  32. package/out/Bytes.sol/Bytes.abi.json +1 -0
  33. package/out/Bytes.sol/Bytes.json +1 -0
  34. package/out/CallWithSignatureModule.sol/CallWithSignatureModule.abi.json +436 -0
  35. package/out/CallWithSignatureModule.sol/CallWithSignatureModule.abi.json.d.ts +438 -0
  36. package/out/CallWithSignatureModule.sol/CallWithSignatureModule.json +1 -0
  37. package/out/CallWithSignatureModule.t.sol/CallWithSignatureModuleTest.abi.json +541 -0
  38. package/out/CallWithSignatureModule.t.sol/CallWithSignatureModuleTest.abi.json.d.ts +543 -0
  39. package/out/CallWithSignatureModule.t.sol/CallWithSignatureModuleTest.json +1 -0
  40. package/out/CallWithSignatureNonces.sol/CallWithSignatureNonces.abi.json +1 -0
  41. package/out/CallWithSignatureNonces.sol/CallWithSignatureNonces.json +1 -0
  42. package/out/CallWithSignatureSystem.sol/CallWithSignatureSystem.abi.json +183 -0
  43. package/out/CallWithSignatureSystem.sol/CallWithSignatureSystem.abi.json.d.ts +185 -0
  44. package/out/CallWithSignatureSystem.sol/CallWithSignatureSystem.json +1 -0
  45. package/out/DecodeSlice.sol/DecodeSlice.abi.json +1 -0
  46. package/out/DecodeSlice.sol/DecodeSlice.json +1 -0
  47. package/out/Delegation.sol/Delegation.abi.json +1 -0
  48. package/out/Delegation.sol/Delegation.json +1 -0
  49. package/out/DelegationControl.sol/DelegationControl.abi.json +89 -0
  50. package/out/DelegationControl.sol/DelegationControl.abi.json.d.ts +91 -0
  51. package/out/DelegationControl.sol/DelegationControl.json +1 -0
  52. package/out/DelegationControlMock.sol/DelegationControlMock.abi.json +126 -0
  53. package/out/DelegationControlMock.sol/DelegationControlMock.abi.json.d.ts +128 -0
  54. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -0
  55. package/out/ECDSA.sol/ECDSA.abi.json +29 -0
  56. package/out/ECDSA.sol/ECDSA.abi.json.d.ts +31 -0
  57. package/out/ECDSA.sol/ECDSA.json +1 -0
  58. package/out/ERC165Checker.sol/ERC165Checker.abi.json +1 -0
  59. package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
  60. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json +303 -0
  61. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json.d.ts +305 -0
  62. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -0
  63. package/out/EncodeArray.sol/EncodeArray.abi.json +1 -0
  64. package/out/EncodeArray.sol/EncodeArray.json +1 -0
  65. package/out/EncodedLengths.sol/EncodedLengthsInstance.abi.json +1 -0
  66. package/out/EncodedLengths.sol/EncodedLengthsInstance.json +1 -0
  67. package/out/EncodedLengths.sol/EncodedLengthsLib.abi.json +1 -0
  68. package/out/EncodedLengths.sol/EncodedLengthsLib.json +1 -0
  69. package/out/FieldLayout.sol/FieldLayoutInstance.abi.json +1 -0
  70. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -0
  71. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +1 -0
  72. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -0
  73. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.abi.json +1 -0
  74. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -0
  75. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  76. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -0
  77. package/out/FunctionSignatures.sol/FunctionSignatures.abi.json +1 -0
  78. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -0
  79. package/out/GasReporter.sol/GasReporter.abi.json +520 -0
  80. package/out/GasReporter.sol/GasReporter.abi.json.d.ts +522 -0
  81. package/out/GasReporter.sol/GasReporter.json +1 -0
  82. package/out/Hook.sol/HookInstance.abi.json +1 -0
  83. package/out/Hook.sol/HookInstance.json +1 -0
  84. package/out/Hook.sol/HookLib.abi.json +1 -0
  85. package/out/Hook.sol/HookLib.json +1 -0
  86. package/out/Hooks.sol/Hooks.abi.json +1 -0
  87. package/out/Hooks.sol/Hooks.json +1 -0
  88. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +69 -0
  89. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +71 -0
  90. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -0
  91. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json +48 -0
  92. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json.d.ts +50 -0
  93. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -0
  94. package/out/IBaseWorld.sol/IBaseWorld.abi.json +2008 -0
  95. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +2010 -0
  96. package/out/IBaseWorld.sol/IBaseWorld.json +1 -0
  97. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  98. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +71 -0
  99. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -0
  100. package/out/ICallWithSignatureErrors.sol/ICallWithSignatureErrors.abi.json +7 -0
  101. package/out/ICallWithSignatureErrors.sol/ICallWithSignatureErrors.abi.json.d.ts +9 -0
  102. package/out/ICallWithSignatureErrors.sol/ICallWithSignatureErrors.json +1 -0
  103. package/out/ICallWithSignatureSystem.sol/ICallWithSignatureSystem.abi.json +36 -0
  104. package/out/ICallWithSignatureSystem.sol/ICallWithSignatureSystem.abi.json.d.ts +38 -0
  105. package/out/ICallWithSignatureSystem.sol/ICallWithSignatureSystem.json +1 -0
  106. package/out/IDelegationControl.sol/IDelegationControl.abi.json +89 -0
  107. package/out/IDelegationControl.sol/IDelegationControl.abi.json.d.ts +91 -0
  108. package/out/IDelegationControl.sol/IDelegationControl.json +1 -0
  109. package/out/IERC1271.sol/IERC1271.abi.json +26 -0
  110. package/out/IERC1271.sol/IERC1271.abi.json.d.ts +28 -0
  111. package/out/IERC1271.sol/IERC1271.json +1 -0
  112. package/out/IERC165.sol/IERC165.abi.json +21 -0
  113. package/out/IERC165.sol/IERC165.abi.json.d.ts +23 -0
  114. package/out/IERC165.sol/IERC165.json +1 -0
  115. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json +13 -0
  116. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json.d.ts +15 -0
  117. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.json +1 -0
  118. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
  119. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts +90 -0
  120. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
  121. package/out/IModule.sol/IModule.abi.json +73 -0
  122. package/out/IModule.sol/IModule.abi.json.d.ts +75 -0
  123. package/out/IModule.sol/IModule.json +1 -0
  124. package/out/IModuleErrors.sol/IModuleErrors.abi.json +28 -0
  125. package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +30 -0
  126. package/out/IModuleErrors.sol/IModuleErrors.json +1 -0
  127. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +20 -0
  128. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +22 -0
  129. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -0
  130. package/out/IMulticall3.sol/IMulticall3.abi.json +440 -0
  131. package/out/IMulticall3.sol/IMulticall3.abi.json.d.ts +442 -0
  132. package/out/IMulticall3.sol/IMulticall3.json +1 -0
  133. package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
  134. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
  135. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
  136. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts +20 -0
  137. package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
  138. package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
  139. package/out/ISliceErrors.sol/ISliceErrors.abi.json.d.ts +25 -0
  140. package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
  141. package/out/IStore.sol/IStore.abi.json +1261 -0
  142. package/out/IStore.sol/IStore.abi.json.d.ts +1263 -0
  143. package/out/IStore.sol/IStore.json +1 -0
  144. package/out/IStoreErrors.sol/IStoreErrors.abi.json +204 -0
  145. package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +206 -0
  146. package/out/IStoreErrors.sol/IStoreErrors.json +1 -0
  147. package/out/IStoreEvents.sol/IStoreEvents.abi.json +151 -0
  148. package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +153 -0
  149. package/out/IStoreEvents.sol/IStoreEvents.json +1 -0
  150. package/out/IStoreHook.sol/IStoreHook.abi.json +290 -0
  151. package/out/IStoreHook.sol/IStoreHook.abi.json.d.ts +292 -0
  152. package/out/IStoreHook.sol/IStoreHook.json +1 -0
  153. package/out/IStoreKernel.sol/IStoreKernel.abi.json +1182 -0
  154. package/out/IStoreKernel.sol/IStoreKernel.abi.json.d.ts +1184 -0
  155. package/out/IStoreKernel.sol/IStoreKernel.json +1 -0
  156. package/out/IStoreRead.sol/IStoreRead.abi.json +389 -0
  157. package/out/IStoreRead.sol/IStoreRead.abi.json.d.ts +391 -0
  158. package/out/IStoreRead.sol/IStoreRead.json +1 -0
  159. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json +81 -0
  160. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json.d.ts +83 -0
  161. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -0
  162. package/out/IStoreWrite.sol/IStoreWrite.abi.json +446 -0
  163. package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +448 -0
  164. package/out/IStoreWrite.sol/IStoreWrite.json +1 -0
  165. package/out/ISystemHook.sol/ISystemHook.abi.json +67 -0
  166. package/out/ISystemHook.sol/ISystemHook.abi.json.d.ts +69 -0
  167. package/out/ISystemHook.sol/ISystemHook.json +1 -0
  168. package/out/IWorld.sol/IWorld.abi.json +2042 -0
  169. package/out/IWorld.sol/IWorld.abi.json.d.ts +2044 -0
  170. package/out/IWorld.sol/IWorld.json +1 -0
  171. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json +60 -0
  172. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json.d.ts +62 -0
  173. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -0
  174. package/out/IWorldErrors.sol/IWorldErrors.abi.json +200 -0
  175. package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +202 -0
  176. package/out/IWorldErrors.sol/IWorldErrors.json +1 -0
  177. package/out/IWorldEvents.sol/IWorldEvents.abi.json +15 -0
  178. package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +17 -0
  179. package/out/IWorldEvents.sol/IWorldEvents.json +1 -0
  180. package/out/IWorldKernel.sol/IWorldCall.abi.json +55 -0
  181. package/out/IWorldKernel.sol/IWorldCall.abi.json.d.ts +57 -0
  182. package/out/IWorldKernel.sol/IWorldCall.json +1 -0
  183. package/out/IWorldKernel.sol/IWorldKernel.abi.json +349 -0
  184. package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +351 -0
  185. package/out/IWorldKernel.sol/IWorldKernel.json +1 -0
  186. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +20 -0
  187. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +22 -0
  188. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -0
  189. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +204 -0
  190. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +206 -0
  191. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -0
  192. package/out/InitModule.sol/InitModule.abi.json +462 -0
  193. package/out/InitModule.sol/InitModule.abi.json.d.ts +464 -0
  194. package/out/InitModule.sol/InitModule.json +1 -0
  195. package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
  196. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
  197. package/out/InstalledModules.sol/InstalledModules.abi.json +1 -0
  198. package/out/InstalledModules.sol/InstalledModules.json +1 -0
  199. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
  200. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +9 -0
  201. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
  202. package/out/Memory.sol/Memory.abi.json +1 -0
  203. package/out/Memory.sol/Memory.json +1 -0
  204. package/out/Module.sol/Module.abi.json +112 -0
  205. package/out/Module.sol/Module.abi.json.d.ts +114 -0
  206. package/out/Module.sol/Module.json +1 -0
  207. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +151 -0
  208. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +153 -0
  209. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -0
  210. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.abi.json +1 -0
  211. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -0
  212. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  213. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -0
  214. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1018 -0
  215. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1020 -0
  216. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
  217. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  218. package/out/ResourceAccess.sol/ResourceAccess.json +1 -0
  219. package/out/ResourceId.sol/ResourceIdInstance.abi.json +1 -0
  220. package/out/ResourceId.sol/ResourceIdInstance.json +1 -0
  221. package/out/ResourceId.sol/ResourceIdLib.abi.json +1 -0
  222. package/out/ResourceId.sol/ResourceIdLib.json +1 -0
  223. package/out/ResourceIds.sol/ResourceIds.abi.json +1 -0
  224. package/out/ResourceIds.sol/ResourceIds.json +1 -0
  225. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json +290 -0
  226. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json.d.ts +292 -0
  227. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -0
  228. package/out/Schema.sol/SchemaInstance.abi.json +1 -0
  229. package/out/Schema.sol/SchemaInstance.json +1 -0
  230. package/out/Schema.sol/SchemaLib.abi.json +1 -0
  231. package/out/Schema.sol/SchemaLib.json +1 -0
  232. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.abi.json +1 -0
  233. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -0
  234. package/out/SignatureChecker.sol/SignatureChecker.abi.json +1 -0
  235. package/out/SignatureChecker.sol/SignatureChecker.json +1 -0
  236. package/out/Slice.sol/SliceInstance.abi.json +1 -0
  237. package/out/Slice.sol/SliceInstance.json +1 -0
  238. package/out/Slice.sol/SliceLib.abi.json +1 -0
  239. package/out/Slice.sol/SliceLib.json +1 -0
  240. package/out/StdAssertions.sol/StdAssertions.abi.json +392 -0
  241. package/out/StdAssertions.sol/StdAssertions.abi.json.d.ts +394 -0
  242. package/out/StdAssertions.sol/StdAssertions.json +1 -0
  243. package/out/StdChains.sol/StdChains.abi.json +1 -0
  244. package/out/StdChains.sol/StdChains.json +1 -0
  245. package/out/StdCheats.sol/StdCheats.abi.json +1 -0
  246. package/out/StdCheats.sol/StdCheats.json +1 -0
  247. package/out/StdCheats.sol/StdCheatsSafe.abi.json +1 -0
  248. package/out/StdCheats.sol/StdCheatsSafe.json +1 -0
  249. package/out/StdError.sol/stdError.abi.json +119 -0
  250. package/out/StdError.sol/stdError.abi.json.d.ts +121 -0
  251. package/out/StdError.sol/stdError.json +1 -0
  252. package/out/StdInvariant.sol/StdInvariant.abi.json +130 -0
  253. package/out/StdInvariant.sol/StdInvariant.abi.json.d.ts +132 -0
  254. package/out/StdInvariant.sol/StdInvariant.json +1 -0
  255. package/out/StdJson.sol/stdJson.abi.json +1 -0
  256. package/out/StdJson.sol/stdJson.json +1 -0
  257. package/out/StdMath.sol/stdMath.abi.json +1 -0
  258. package/out/StdMath.sol/stdMath.json +1 -0
  259. package/out/StdStorage.sol/stdStorage.abi.json +1 -0
  260. package/out/StdStorage.sol/stdStorage.json +1 -0
  261. package/out/StdStorage.sol/stdStorageSafe.abi.json +52 -0
  262. package/out/StdStorage.sol/stdStorageSafe.abi.json.d.ts +54 -0
  263. package/out/StdStorage.sol/stdStorageSafe.json +1 -0
  264. package/out/StdStyle.sol/StdStyle.abi.json +1 -0
  265. package/out/StdStyle.sol/StdStyle.json +1 -0
  266. package/out/StdUtils.sol/StdUtils.abi.json +1 -0
  267. package/out/StdUtils.sol/StdUtils.json +1 -0
  268. package/out/Storage.sol/Storage.abi.json +1 -0
  269. package/out/Storage.sol/Storage.json +1 -0
  270. package/out/StoreCore.sol/StoreCore.abi.json +1 -0
  271. package/out/StoreCore.sol/StoreCore.json +1 -0
  272. package/out/StoreCore.sol/StoreCoreInternal.abi.json +1 -0
  273. package/out/StoreCore.sol/StoreCoreInternal.json +1 -0
  274. package/out/StoreHook.sol/StoreHook.abi.json +290 -0
  275. package/out/StoreHook.sol/StoreHook.abi.json.d.ts +292 -0
  276. package/out/StoreHook.sol/StoreHook.json +1 -0
  277. package/out/StoreHooks.sol/StoreHooks.abi.json +1 -0
  278. package/out/StoreHooks.sol/StoreHooks.json +1 -0
  279. package/out/StoreKernel.sol/StoreKernel.abi.json +1182 -0
  280. package/out/StoreKernel.sol/StoreKernel.abi.json.d.ts +1184 -0
  281. package/out/StoreKernel.sol/StoreKernel.json +1 -0
  282. package/out/StoreRead.sol/StoreRead.abi.json +437 -0
  283. package/out/StoreRead.sol/StoreRead.abi.json.d.ts +439 -0
  284. package/out/StoreRead.sol/StoreRead.json +1 -0
  285. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +779 -0
  286. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +781 -0
  287. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -0
  288. package/out/StoreSwitch.sol/StoreSwitch.abi.json +1 -0
  289. package/out/StoreSwitch.sol/StoreSwitch.json +1 -0
  290. package/out/System.sol/System.abi.json +60 -0
  291. package/out/System.sol/System.abi.json.d.ts +62 -0
  292. package/out/System.sol/System.json +1 -0
  293. package/out/SystemCall.sol/SystemCall.abi.json +1 -0
  294. package/out/SystemCall.sol/SystemCall.json +1 -0
  295. package/out/SystemHook.sol/SystemHook.abi.json +67 -0
  296. package/out/SystemHook.sol/SystemHook.abi.json.d.ts +69 -0
  297. package/out/SystemHook.sol/SystemHook.json +1 -0
  298. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  299. package/out/SystemHooks.sol/SystemHooks.json +1 -0
  300. package/out/SystemRegistry.sol/SystemRegistry.abi.json +1 -0
  301. package/out/SystemRegistry.sol/SystemRegistry.json +1 -0
  302. package/out/Systems.sol/Systems.abi.json +1 -0
  303. package/out/Systems.sol/Systems.json +1 -0
  304. package/out/Tables.sol/Tables.abi.json +1 -0
  305. package/out/Tables.sol/Tables.json +1 -0
  306. package/out/Test.sol/Test.abi.json +520 -0
  307. package/out/Test.sol/Test.abi.json.d.ts +522 -0
  308. package/out/Test.sol/Test.json +1 -0
  309. package/out/TightCoder.sol/TightCoder.abi.json +1 -0
  310. package/out/TightCoder.sol/TightCoder.json +1 -0
  311. package/out/TwoFields.sol/TwoFields.abi.json +1 -0
  312. package/out/TwoFields.sol/TwoFields.json +1 -0
  313. package/out/UserDelegationControl.sol/UserDelegationControl.abi.json +1 -0
  314. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -0
  315. package/out/Vm.sol/Vm.abi.json +3878 -0
  316. package/out/Vm.sol/Vm.abi.json.d.ts +3880 -0
  317. package/out/Vm.sol/Vm.json +1 -0
  318. package/out/Vm.sol/VmSafe.abi.json +2678 -0
  319. package/out/Vm.sol/VmSafe.abi.json.d.ts +2680 -0
  320. package/out/Vm.sol/VmSafe.json +1 -0
  321. package/out/World.sol/World.abi.json +1542 -0
  322. package/out/World.sol/World.abi.json.d.ts +1544 -0
  323. package/out/World.sol/World.json +1 -0
  324. package/out/World.t.sol/EchoSystemHook.abi.json +80 -0
  325. package/out/World.t.sol/EchoSystemHook.abi.json.d.ts +82 -0
  326. package/out/World.t.sol/EchoSystemHook.json +1 -0
  327. package/out/World.t.sol/IWorldTestSystem.abi.json +15 -0
  328. package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +17 -0
  329. package/out/World.t.sol/IWorldTestSystem.json +1 -0
  330. package/out/World.t.sol/PayableFallbackSystem.abi.json +64 -0
  331. package/out/World.t.sol/PayableFallbackSystem.abi.json.d.ts +66 -0
  332. package/out/World.t.sol/PayableFallbackSystem.json +1 -0
  333. package/out/World.t.sol/RevertSystemHook.abi.json +80 -0
  334. package/out/World.t.sol/RevertSystemHook.abi.json.d.ts +82 -0
  335. package/out/World.t.sol/RevertSystemHook.json +1 -0
  336. package/out/World.t.sol/WorldTest.abi.json +1029 -0
  337. package/out/World.t.sol/WorldTest.abi.json.d.ts +1031 -0
  338. package/out/World.t.sol/WorldTest.json +1 -0
  339. package/out/World.t.sol/WorldTestSystem.abi.json +277 -0
  340. package/out/World.t.sol/WorldTestSystem.abi.json.d.ts +279 -0
  341. package/out/World.t.sol/WorldTestSystem.json +1 -0
  342. package/out/WorldContext.sol/WorldContextConsumer.abi.json +60 -0
  343. package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +62 -0
  344. package/out/WorldContext.sol/WorldContextConsumer.json +1 -0
  345. package/out/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  346. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -0
  347. package/out/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  348. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -0
  349. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +691 -0
  350. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +693 -0
  351. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -0
  352. package/out/WorldResourceId.sol/WorldResourceIdInstance.abi.json +1 -0
  353. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -0
  354. package/out/WorldResourceId.sol/WorldResourceIdLib.abi.json +1 -0
  355. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -0
  356. package/out/build-info/306c60bc5d3442ad78ed6293bddbefdd.json +1 -0
  357. package/out/console.sol/console.abi.json +1 -0
  358. package/out/console.sol/console.json +1 -0
  359. package/out/console2.sol/console2.abi.json +1 -0
  360. package/out/console2.sol/console2.json +1 -0
  361. package/out/constants.sol/LayoutOffsets.abi.json +1 -0
  362. package/out/constants.sol/LayoutOffsets.json +1 -0
  363. package/out/safeconsole.sol/safeconsole.abi.json +1 -0
  364. package/out/safeconsole.sol/safeconsole.json +1 -0
  365. package/out/src/IERC165.sol/IERC165.abi.json +21 -0
  366. package/out/src/IERC165.sol/IERC165.abi.json.d.ts +23 -0
  367. package/out/src/IERC165.sol/IERC165.json +1 -0
  368. package/out/test.sol/DSTest.abi.json +296 -0
  369. package/out/test.sol/DSTest.abi.json.d.ts +298 -0
  370. package/out/test.sol/DSTest.json +1 -0
  371. package/package.json +64 -0
  372. package/src/CallWithSignatureModule.sol +48 -0
  373. package/src/CallWithSignatureSystem.sol +36 -0
  374. package/src/ECDSA.sol +174 -0
  375. package/src/ICallWithSignatureErrors.sol +9 -0
  376. package/src/IERC1271.sol +17 -0
  377. package/src/SignatureChecker.sol +50 -0
  378. package/src/codegen/index.sol +6 -0
  379. package/src/codegen/tables/CallWithSignatureNonces.sol +199 -0
  380. package/src/codegen/world/ICallWithSignatureSystem.sol +20 -0
  381. package/src/codegen/world/IWorld.sol +16 -0
  382. package/src/constants.sol +10 -0
  383. package/src/getSignedMessageHash.sol +54 -0
  384. package/src/validateCallWithSignature.sol +31 -0
@@ -0,0 +1,1029 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "IS_TEST",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "bool",
10
+ "internalType": "bool"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "excludeArtifacts",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "excludedArtifacts_",
22
+ "type": "string[]",
23
+ "internalType": "string[]"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "excludeContracts",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "excludedContracts_",
35
+ "type": "address[]",
36
+ "internalType": "address[]"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "excludeSenders",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "excludedSenders_",
48
+ "type": "address[]",
49
+ "internalType": "address[]"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "failed",
57
+ "inputs": [],
58
+ "outputs": [
59
+ {
60
+ "name": "",
61
+ "type": "bool",
62
+ "internalType": "bool"
63
+ }
64
+ ],
65
+ "stateMutability": "nonpayable"
66
+ },
67
+ {
68
+ "type": "function",
69
+ "name": "setUp",
70
+ "inputs": [],
71
+ "outputs": [],
72
+ "stateMutability": "nonpayable"
73
+ },
74
+ {
75
+ "type": "function",
76
+ "name": "targetArtifactSelectors",
77
+ "inputs": [],
78
+ "outputs": [
79
+ {
80
+ "name": "targetedArtifactSelectors_",
81
+ "type": "tuple[]",
82
+ "internalType": "struct StdInvariant.FuzzSelector[]",
83
+ "components": [
84
+ {
85
+ "name": "addr",
86
+ "type": "address",
87
+ "internalType": "address"
88
+ },
89
+ {
90
+ "name": "selectors",
91
+ "type": "bytes4[]",
92
+ "internalType": "bytes4[]"
93
+ }
94
+ ]
95
+ }
96
+ ],
97
+ "stateMutability": "view"
98
+ },
99
+ {
100
+ "type": "function",
101
+ "name": "targetArtifacts",
102
+ "inputs": [],
103
+ "outputs": [
104
+ {
105
+ "name": "targetedArtifacts_",
106
+ "type": "string[]",
107
+ "internalType": "string[]"
108
+ }
109
+ ],
110
+ "stateMutability": "view"
111
+ },
112
+ {
113
+ "type": "function",
114
+ "name": "targetContracts",
115
+ "inputs": [],
116
+ "outputs": [
117
+ {
118
+ "name": "targetedContracts_",
119
+ "type": "address[]",
120
+ "internalType": "address[]"
121
+ }
122
+ ],
123
+ "stateMutability": "view"
124
+ },
125
+ {
126
+ "type": "function",
127
+ "name": "targetSelectors",
128
+ "inputs": [],
129
+ "outputs": [
130
+ {
131
+ "name": "targetedSelectors_",
132
+ "type": "tuple[]",
133
+ "internalType": "struct StdInvariant.FuzzSelector[]",
134
+ "components": [
135
+ {
136
+ "name": "addr",
137
+ "type": "address",
138
+ "internalType": "address"
139
+ },
140
+ {
141
+ "name": "selectors",
142
+ "type": "bytes4[]",
143
+ "internalType": "bytes4[]"
144
+ }
145
+ ]
146
+ }
147
+ ],
148
+ "stateMutability": "view"
149
+ },
150
+ {
151
+ "type": "function",
152
+ "name": "targetSenders",
153
+ "inputs": [],
154
+ "outputs": [
155
+ {
156
+ "name": "targetedSenders_",
157
+ "type": "address[]",
158
+ "internalType": "address[]"
159
+ }
160
+ ],
161
+ "stateMutability": "view"
162
+ },
163
+ {
164
+ "type": "function",
165
+ "name": "testCall",
166
+ "inputs": [],
167
+ "outputs": [],
168
+ "stateMutability": "nonpayable"
169
+ },
170
+ {
171
+ "type": "function",
172
+ "name": "testCallAutonomousSystem",
173
+ "inputs": [],
174
+ "outputs": [],
175
+ "stateMutability": "nonpayable"
176
+ },
177
+ {
178
+ "type": "function",
179
+ "name": "testCallFromFailDelegationNotFound",
180
+ "inputs": [],
181
+ "outputs": [],
182
+ "stateMutability": "nonpayable"
183
+ },
184
+ {
185
+ "type": "function",
186
+ "name": "testCallFromLimitedDelegation",
187
+ "inputs": [],
188
+ "outputs": [],
189
+ "stateMutability": "nonpayable"
190
+ },
191
+ {
192
+ "type": "function",
193
+ "name": "testCallFromNamespaceDelegation",
194
+ "inputs": [],
195
+ "outputs": [],
196
+ "stateMutability": "nonpayable"
197
+ },
198
+ {
199
+ "type": "function",
200
+ "name": "testCallFromNamespaceDelegationRevertUnlimitedNotAllowed",
201
+ "inputs": [],
202
+ "outputs": [],
203
+ "stateMutability": "nonpayable"
204
+ },
205
+ {
206
+ "type": "function",
207
+ "name": "testCallFromSelf",
208
+ "inputs": [],
209
+ "outputs": [],
210
+ "stateMutability": "nonpayable"
211
+ },
212
+ {
213
+ "type": "function",
214
+ "name": "testCallFromUnlimitedDelegation",
215
+ "inputs": [],
216
+ "outputs": [],
217
+ "stateMutability": "nonpayable"
218
+ },
219
+ {
220
+ "type": "function",
221
+ "name": "testConstructorAndInitialize",
222
+ "inputs": [],
223
+ "outputs": [],
224
+ "stateMutability": "nonpayable"
225
+ },
226
+ {
227
+ "type": "function",
228
+ "name": "testDelegatecallRootSystem",
229
+ "inputs": [],
230
+ "outputs": [],
231
+ "stateMutability": "nonpayable"
232
+ },
233
+ {
234
+ "type": "function",
235
+ "name": "testDeleteRecord",
236
+ "inputs": [],
237
+ "outputs": [],
238
+ "stateMutability": "nonpayable"
239
+ },
240
+ {
241
+ "type": "function",
242
+ "name": "testGrantAccess",
243
+ "inputs": [],
244
+ "outputs": [],
245
+ "stateMutability": "nonpayable"
246
+ },
247
+ {
248
+ "type": "function",
249
+ "name": "testInvalidIds",
250
+ "inputs": [],
251
+ "outputs": [],
252
+ "stateMutability": "nonpayable"
253
+ },
254
+ {
255
+ "type": "function",
256
+ "name": "testNonPayableFallbackSystem",
257
+ "inputs": [],
258
+ "outputs": [],
259
+ "stateMutability": "nonpayable"
260
+ },
261
+ {
262
+ "type": "function",
263
+ "name": "testNonPayableSystem",
264
+ "inputs": [],
265
+ "outputs": [],
266
+ "stateMutability": "nonpayable"
267
+ },
268
+ {
269
+ "type": "function",
270
+ "name": "testPayable",
271
+ "inputs": [],
272
+ "outputs": [],
273
+ "stateMutability": "nonpayable"
274
+ },
275
+ {
276
+ "type": "function",
277
+ "name": "testPayableFallbackSystem",
278
+ "inputs": [],
279
+ "outputs": [],
280
+ "stateMutability": "nonpayable"
281
+ },
282
+ {
283
+ "type": "function",
284
+ "name": "testPayableRootSystem",
285
+ "inputs": [],
286
+ "outputs": [],
287
+ "stateMutability": "nonpayable"
288
+ },
289
+ {
290
+ "type": "function",
291
+ "name": "testPayableSystem",
292
+ "inputs": [],
293
+ "outputs": [],
294
+ "stateMutability": "nonpayable"
295
+ },
296
+ {
297
+ "type": "function",
298
+ "name": "testPushToDynamicField",
299
+ "inputs": [],
300
+ "outputs": [],
301
+ "stateMutability": "nonpayable"
302
+ },
303
+ {
304
+ "type": "function",
305
+ "name": "testRegisterCoreNamespacesRevert",
306
+ "inputs": [],
307
+ "outputs": [],
308
+ "stateMutability": "nonpayable"
309
+ },
310
+ {
311
+ "type": "function",
312
+ "name": "testRegisterFunctionSelector",
313
+ "inputs": [],
314
+ "outputs": [],
315
+ "stateMutability": "nonpayable"
316
+ },
317
+ {
318
+ "type": "function",
319
+ "name": "testRegisterInvalidNamespace",
320
+ "inputs": [],
321
+ "outputs": [],
322
+ "stateMutability": "nonpayable"
323
+ },
324
+ {
325
+ "type": "function",
326
+ "name": "testRegisterModuleRevertInterfaceNotSupported",
327
+ "inputs": [],
328
+ "outputs": [],
329
+ "stateMutability": "nonpayable"
330
+ },
331
+ {
332
+ "type": "function",
333
+ "name": "testRegisterNamespace",
334
+ "inputs": [],
335
+ "outputs": [],
336
+ "stateMutability": "nonpayable"
337
+ },
338
+ {
339
+ "type": "function",
340
+ "name": "testRegisterNamespaceRevertInvalidType",
341
+ "inputs": [],
342
+ "outputs": [],
343
+ "stateMutability": "nonpayable"
344
+ },
345
+ {
346
+ "type": "function",
347
+ "name": "testRegisterRootFunctionSelector",
348
+ "inputs": [],
349
+ "outputs": [],
350
+ "stateMutability": "nonpayable"
351
+ },
352
+ {
353
+ "type": "function",
354
+ "name": "testRegisterStoreHook",
355
+ "inputs": [],
356
+ "outputs": [],
357
+ "stateMutability": "nonpayable"
358
+ },
359
+ {
360
+ "type": "function",
361
+ "name": "testRegisterSystem",
362
+ "inputs": [],
363
+ "outputs": [],
364
+ "stateMutability": "nonpayable"
365
+ },
366
+ {
367
+ "type": "function",
368
+ "name": "testRegisterSystemHook",
369
+ "inputs": [],
370
+ "outputs": [],
371
+ "stateMutability": "nonpayable"
372
+ },
373
+ {
374
+ "type": "function",
375
+ "name": "testRegisterSystemHookBeforeSystem",
376
+ "inputs": [],
377
+ "outputs": [],
378
+ "stateMutability": "nonpayable"
379
+ },
380
+ {
381
+ "type": "function",
382
+ "name": "testRegisterTable",
383
+ "inputs": [],
384
+ "outputs": [],
385
+ "stateMutability": "nonpayable"
386
+ },
387
+ {
388
+ "type": "function",
389
+ "name": "testRenounceNamespace",
390
+ "inputs": [],
391
+ "outputs": [],
392
+ "stateMutability": "nonpayable"
393
+ },
394
+ {
395
+ "type": "function",
396
+ "name": "testRevokeAccess",
397
+ "inputs": [],
398
+ "outputs": [],
399
+ "stateMutability": "nonpayable"
400
+ },
401
+ {
402
+ "type": "function",
403
+ "name": "testRootNamespace",
404
+ "inputs": [],
405
+ "outputs": [],
406
+ "stateMutability": "nonpayable"
407
+ },
408
+ {
409
+ "type": "function",
410
+ "name": "testSetField",
411
+ "inputs": [],
412
+ "outputs": [],
413
+ "stateMutability": "nonpayable"
414
+ },
415
+ {
416
+ "type": "function",
417
+ "name": "testSetRecord",
418
+ "inputs": [],
419
+ "outputs": [],
420
+ "stateMutability": "nonpayable"
421
+ },
422
+ {
423
+ "type": "function",
424
+ "name": "testStoreAddress",
425
+ "inputs": [],
426
+ "outputs": [],
427
+ "stateMutability": "nonpayable"
428
+ },
429
+ {
430
+ "type": "function",
431
+ "name": "testTransferNamespace",
432
+ "inputs": [],
433
+ "outputs": [],
434
+ "stateMutability": "nonpayable"
435
+ },
436
+ {
437
+ "type": "function",
438
+ "name": "testUnregisterNamespaceDelegation",
439
+ "inputs": [],
440
+ "outputs": [],
441
+ "stateMutability": "nonpayable"
442
+ },
443
+ {
444
+ "type": "function",
445
+ "name": "testUnregisterStoreHook",
446
+ "inputs": [],
447
+ "outputs": [],
448
+ "stateMutability": "nonpayable"
449
+ },
450
+ {
451
+ "type": "function",
452
+ "name": "testUnregisterSystemHook",
453
+ "inputs": [],
454
+ "outputs": [],
455
+ "stateMutability": "nonpayable"
456
+ },
457
+ {
458
+ "type": "function",
459
+ "name": "testUnregisterUnlimitedDelegation",
460
+ "inputs": [],
461
+ "outputs": [],
462
+ "stateMutability": "nonpayable"
463
+ },
464
+ {
465
+ "type": "function",
466
+ "name": "testUpgradeSystem",
467
+ "inputs": [],
468
+ "outputs": [],
469
+ "stateMutability": "nonpayable"
470
+ },
471
+ {
472
+ "type": "function",
473
+ "name": "testWriteNonRootSystem",
474
+ "inputs": [],
475
+ "outputs": [],
476
+ "stateMutability": "nonpayable"
477
+ },
478
+ {
479
+ "type": "function",
480
+ "name": "testWriteRootSystem",
481
+ "inputs": [],
482
+ "outputs": [],
483
+ "stateMutability": "nonpayable"
484
+ },
485
+ {
486
+ "type": "event",
487
+ "name": "HelloWorld",
488
+ "inputs": [
489
+ {
490
+ "name": "worldVersion",
491
+ "type": "bytes32",
492
+ "indexed": true,
493
+ "internalType": "bytes32"
494
+ }
495
+ ],
496
+ "anonymous": false
497
+ },
498
+ {
499
+ "type": "event",
500
+ "name": "HookCalled",
501
+ "inputs": [
502
+ {
503
+ "name": "data",
504
+ "type": "bytes",
505
+ "indexed": false,
506
+ "internalType": "bytes"
507
+ }
508
+ ],
509
+ "anonymous": false
510
+ },
511
+ {
512
+ "type": "event",
513
+ "name": "Store_SetRecord",
514
+ "inputs": [
515
+ {
516
+ "name": "tableId",
517
+ "type": "bytes32",
518
+ "indexed": true,
519
+ "internalType": "ResourceId"
520
+ },
521
+ {
522
+ "name": "keyTuple",
523
+ "type": "bytes32[]",
524
+ "indexed": false,
525
+ "internalType": "bytes32[]"
526
+ },
527
+ {
528
+ "name": "staticData",
529
+ "type": "bytes",
530
+ "indexed": false,
531
+ "internalType": "bytes"
532
+ },
533
+ {
534
+ "name": "encodedLengths",
535
+ "type": "bytes32",
536
+ "indexed": false,
537
+ "internalType": "EncodedLengths"
538
+ },
539
+ {
540
+ "name": "dynamicData",
541
+ "type": "bytes",
542
+ "indexed": false,
543
+ "internalType": "bytes"
544
+ }
545
+ ],
546
+ "anonymous": false
547
+ },
548
+ {
549
+ "type": "event",
550
+ "name": "SystemHookCalled",
551
+ "inputs": [
552
+ {
553
+ "name": "data",
554
+ "type": "bytes",
555
+ "indexed": false,
556
+ "internalType": "bytes"
557
+ }
558
+ ],
559
+ "anonymous": false
560
+ },
561
+ {
562
+ "type": "event",
563
+ "name": "WorldTestSystemLog",
564
+ "inputs": [
565
+ {
566
+ "name": "log",
567
+ "type": "string",
568
+ "indexed": false,
569
+ "internalType": "string"
570
+ }
571
+ ],
572
+ "anonymous": false
573
+ },
574
+ {
575
+ "type": "event",
576
+ "name": "log",
577
+ "inputs": [
578
+ {
579
+ "name": "",
580
+ "type": "string",
581
+ "indexed": false,
582
+ "internalType": "string"
583
+ }
584
+ ],
585
+ "anonymous": false
586
+ },
587
+ {
588
+ "type": "event",
589
+ "name": "log_address",
590
+ "inputs": [
591
+ {
592
+ "name": "",
593
+ "type": "address",
594
+ "indexed": false,
595
+ "internalType": "address"
596
+ }
597
+ ],
598
+ "anonymous": false
599
+ },
600
+ {
601
+ "type": "event",
602
+ "name": "log_array",
603
+ "inputs": [
604
+ {
605
+ "name": "val",
606
+ "type": "uint256[]",
607
+ "indexed": false,
608
+ "internalType": "uint256[]"
609
+ }
610
+ ],
611
+ "anonymous": false
612
+ },
613
+ {
614
+ "type": "event",
615
+ "name": "log_array",
616
+ "inputs": [
617
+ {
618
+ "name": "val",
619
+ "type": "int256[]",
620
+ "indexed": false,
621
+ "internalType": "int256[]"
622
+ }
623
+ ],
624
+ "anonymous": false
625
+ },
626
+ {
627
+ "type": "event",
628
+ "name": "log_array",
629
+ "inputs": [
630
+ {
631
+ "name": "val",
632
+ "type": "address[]",
633
+ "indexed": false,
634
+ "internalType": "address[]"
635
+ }
636
+ ],
637
+ "anonymous": false
638
+ },
639
+ {
640
+ "type": "event",
641
+ "name": "log_bytes",
642
+ "inputs": [
643
+ {
644
+ "name": "",
645
+ "type": "bytes",
646
+ "indexed": false,
647
+ "internalType": "bytes"
648
+ }
649
+ ],
650
+ "anonymous": false
651
+ },
652
+ {
653
+ "type": "event",
654
+ "name": "log_bytes32",
655
+ "inputs": [
656
+ {
657
+ "name": "",
658
+ "type": "bytes32",
659
+ "indexed": false,
660
+ "internalType": "bytes32"
661
+ }
662
+ ],
663
+ "anonymous": false
664
+ },
665
+ {
666
+ "type": "event",
667
+ "name": "log_int",
668
+ "inputs": [
669
+ {
670
+ "name": "",
671
+ "type": "int256",
672
+ "indexed": false,
673
+ "internalType": "int256"
674
+ }
675
+ ],
676
+ "anonymous": false
677
+ },
678
+ {
679
+ "type": "event",
680
+ "name": "log_named_address",
681
+ "inputs": [
682
+ {
683
+ "name": "key",
684
+ "type": "string",
685
+ "indexed": false,
686
+ "internalType": "string"
687
+ },
688
+ {
689
+ "name": "val",
690
+ "type": "address",
691
+ "indexed": false,
692
+ "internalType": "address"
693
+ }
694
+ ],
695
+ "anonymous": false
696
+ },
697
+ {
698
+ "type": "event",
699
+ "name": "log_named_array",
700
+ "inputs": [
701
+ {
702
+ "name": "key",
703
+ "type": "string",
704
+ "indexed": false,
705
+ "internalType": "string"
706
+ },
707
+ {
708
+ "name": "val",
709
+ "type": "uint256[]",
710
+ "indexed": false,
711
+ "internalType": "uint256[]"
712
+ }
713
+ ],
714
+ "anonymous": false
715
+ },
716
+ {
717
+ "type": "event",
718
+ "name": "log_named_array",
719
+ "inputs": [
720
+ {
721
+ "name": "key",
722
+ "type": "string",
723
+ "indexed": false,
724
+ "internalType": "string"
725
+ },
726
+ {
727
+ "name": "val",
728
+ "type": "int256[]",
729
+ "indexed": false,
730
+ "internalType": "int256[]"
731
+ }
732
+ ],
733
+ "anonymous": false
734
+ },
735
+ {
736
+ "type": "event",
737
+ "name": "log_named_array",
738
+ "inputs": [
739
+ {
740
+ "name": "key",
741
+ "type": "string",
742
+ "indexed": false,
743
+ "internalType": "string"
744
+ },
745
+ {
746
+ "name": "val",
747
+ "type": "address[]",
748
+ "indexed": false,
749
+ "internalType": "address[]"
750
+ }
751
+ ],
752
+ "anonymous": false
753
+ },
754
+ {
755
+ "type": "event",
756
+ "name": "log_named_bytes",
757
+ "inputs": [
758
+ {
759
+ "name": "key",
760
+ "type": "string",
761
+ "indexed": false,
762
+ "internalType": "string"
763
+ },
764
+ {
765
+ "name": "val",
766
+ "type": "bytes",
767
+ "indexed": false,
768
+ "internalType": "bytes"
769
+ }
770
+ ],
771
+ "anonymous": false
772
+ },
773
+ {
774
+ "type": "event",
775
+ "name": "log_named_bytes32",
776
+ "inputs": [
777
+ {
778
+ "name": "key",
779
+ "type": "string",
780
+ "indexed": false,
781
+ "internalType": "string"
782
+ },
783
+ {
784
+ "name": "val",
785
+ "type": "bytes32",
786
+ "indexed": false,
787
+ "internalType": "bytes32"
788
+ }
789
+ ],
790
+ "anonymous": false
791
+ },
792
+ {
793
+ "type": "event",
794
+ "name": "log_named_decimal_int",
795
+ "inputs": [
796
+ {
797
+ "name": "key",
798
+ "type": "string",
799
+ "indexed": false,
800
+ "internalType": "string"
801
+ },
802
+ {
803
+ "name": "val",
804
+ "type": "int256",
805
+ "indexed": false,
806
+ "internalType": "int256"
807
+ },
808
+ {
809
+ "name": "decimals",
810
+ "type": "uint256",
811
+ "indexed": false,
812
+ "internalType": "uint256"
813
+ }
814
+ ],
815
+ "anonymous": false
816
+ },
817
+ {
818
+ "type": "event",
819
+ "name": "log_named_decimal_uint",
820
+ "inputs": [
821
+ {
822
+ "name": "key",
823
+ "type": "string",
824
+ "indexed": false,
825
+ "internalType": "string"
826
+ },
827
+ {
828
+ "name": "val",
829
+ "type": "uint256",
830
+ "indexed": false,
831
+ "internalType": "uint256"
832
+ },
833
+ {
834
+ "name": "decimals",
835
+ "type": "uint256",
836
+ "indexed": false,
837
+ "internalType": "uint256"
838
+ }
839
+ ],
840
+ "anonymous": false
841
+ },
842
+ {
843
+ "type": "event",
844
+ "name": "log_named_int",
845
+ "inputs": [
846
+ {
847
+ "name": "key",
848
+ "type": "string",
849
+ "indexed": false,
850
+ "internalType": "string"
851
+ },
852
+ {
853
+ "name": "val",
854
+ "type": "int256",
855
+ "indexed": false,
856
+ "internalType": "int256"
857
+ }
858
+ ],
859
+ "anonymous": false
860
+ },
861
+ {
862
+ "type": "event",
863
+ "name": "log_named_string",
864
+ "inputs": [
865
+ {
866
+ "name": "key",
867
+ "type": "string",
868
+ "indexed": false,
869
+ "internalType": "string"
870
+ },
871
+ {
872
+ "name": "val",
873
+ "type": "string",
874
+ "indexed": false,
875
+ "internalType": "string"
876
+ }
877
+ ],
878
+ "anonymous": false
879
+ },
880
+ {
881
+ "type": "event",
882
+ "name": "log_named_uint",
883
+ "inputs": [
884
+ {
885
+ "name": "key",
886
+ "type": "string",
887
+ "indexed": false,
888
+ "internalType": "string"
889
+ },
890
+ {
891
+ "name": "val",
892
+ "type": "uint256",
893
+ "indexed": false,
894
+ "internalType": "uint256"
895
+ }
896
+ ],
897
+ "anonymous": false
898
+ },
899
+ {
900
+ "type": "event",
901
+ "name": "log_string",
902
+ "inputs": [
903
+ {
904
+ "name": "",
905
+ "type": "string",
906
+ "indexed": false,
907
+ "internalType": "string"
908
+ }
909
+ ],
910
+ "anonymous": false
911
+ },
912
+ {
913
+ "type": "event",
914
+ "name": "log_uint",
915
+ "inputs": [
916
+ {
917
+ "name": "",
918
+ "type": "uint256",
919
+ "indexed": false,
920
+ "internalType": "uint256"
921
+ }
922
+ ],
923
+ "anonymous": false
924
+ },
925
+ {
926
+ "type": "event",
927
+ "name": "logs",
928
+ "inputs": [
929
+ {
930
+ "name": "",
931
+ "type": "bytes",
932
+ "indexed": false,
933
+ "internalType": "bytes"
934
+ }
935
+ ],
936
+ "anonymous": false
937
+ },
938
+ {
939
+ "type": "error",
940
+ "name": "FieldLayout_StaticLengthDoesNotFitInAWord",
941
+ "inputs": [
942
+ {
943
+ "name": "index",
944
+ "type": "uint256",
945
+ "internalType": "uint256"
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "type": "error",
951
+ "name": "FieldLayout_StaticLengthIsZero",
952
+ "inputs": [
953
+ {
954
+ "name": "index",
955
+ "type": "uint256",
956
+ "internalType": "uint256"
957
+ }
958
+ ]
959
+ },
960
+ {
961
+ "type": "error",
962
+ "name": "FieldLayout_TooManyDynamicFields",
963
+ "inputs": [
964
+ {
965
+ "name": "numFields",
966
+ "type": "uint256",
967
+ "internalType": "uint256"
968
+ },
969
+ {
970
+ "name": "maxFields",
971
+ "type": "uint256",
972
+ "internalType": "uint256"
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "type": "error",
978
+ "name": "FieldLayout_TooManyFields",
979
+ "inputs": [
980
+ {
981
+ "name": "numFields",
982
+ "type": "uint256",
983
+ "internalType": "uint256"
984
+ },
985
+ {
986
+ "name": "maxFields",
987
+ "type": "uint256",
988
+ "internalType": "uint256"
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "type": "error",
994
+ "name": "Schema_InvalidLength",
995
+ "inputs": [
996
+ {
997
+ "name": "length",
998
+ "type": "uint256",
999
+ "internalType": "uint256"
1000
+ }
1001
+ ]
1002
+ },
1003
+ {
1004
+ "type": "error",
1005
+ "name": "Schema_StaticTypeAfterDynamicType",
1006
+ "inputs": []
1007
+ },
1008
+ {
1009
+ "type": "error",
1010
+ "name": "Slice_OutOfBounds",
1011
+ "inputs": [
1012
+ {
1013
+ "name": "data",
1014
+ "type": "bytes",
1015
+ "internalType": "bytes"
1016
+ },
1017
+ {
1018
+ "name": "start",
1019
+ "type": "uint256",
1020
+ "internalType": "uint256"
1021
+ },
1022
+ {
1023
+ "name": "end",
1024
+ "type": "uint256",
1025
+ "internalType": "uint256"
1026
+ }
1027
+ ]
1028
+ }
1029
+ ]