@latticexyz/world-module-erc20 2.2.13-entrykit-0124fe749bead05228687a1b929463b7da909d59

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 (488) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +131 -0
  3. package/dist/_esm-DCAC27XZ.js +10 -0
  4. package/dist/_esm-DCAC27XZ.js.map +1 -0
  5. package/dist/ccip-GJX6Z7AD.js +2 -0
  6. package/dist/ccip-GJX6Z7AD.js.map +1 -0
  7. package/dist/chunk-AU25RBDM.js +30 -0
  8. package/dist/chunk-AU25RBDM.js.map +1 -0
  9. package/dist/chunk-QBDELX7C.js +7 -0
  10. package/dist/chunk-QBDELX7C.js.map +1 -0
  11. package/dist/chunk-SYRP7SJ5.js +2 -0
  12. package/dist/chunk-SYRP7SJ5.js.map +1 -0
  13. package/dist/index.d.ts +15 -0
  14. package/dist/index.js +2 -0
  15. package/dist/index.js.map +1 -0
  16. package/dist/mud.config.d.ts +415 -0
  17. package/dist/mud.config.js +2 -0
  18. package/dist/mud.config.js.map +1 -0
  19. package/dist/secp256k1-QYN2SJD6.js +22 -0
  20. package/dist/secp256k1-QYN2SJD6.js.map +1 -0
  21. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  22. package/out/AccessControl.sol/AccessControl.json +1 -0
  23. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +256 -0
  24. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +258 -0
  25. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -0
  26. package/out/Allowances.sol/Allowances.abi.json +1 -0
  27. package/out/Allowances.sol/Allowances.json +1 -0
  28. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +361 -0
  29. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +363 -0
  30. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -0
  31. package/out/Balances.sol/Balances.abi.json +1 -0
  32. package/out/Balances.sol/Balances.json +1 -0
  33. package/out/Base.sol/CommonBase.abi.json +1 -0
  34. package/out/Base.sol/CommonBase.json +1 -0
  35. package/out/Base.sol/ScriptBase.abi.json +1 -0
  36. package/out/Base.sol/ScriptBase.json +1 -0
  37. package/out/Base.sol/TestBase.abi.json +1 -0
  38. package/out/Base.sol/TestBase.json +1 -0
  39. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +132 -0
  40. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +134 -0
  41. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -0
  42. package/out/Bytes.sol/Bytes.abi.json +1 -0
  43. package/out/Bytes.sol/Bytes.json +1 -0
  44. package/out/Constants.sol/ERC20TableNames.abi.json +1 -0
  45. package/out/Constants.sol/ERC20TableNames.json +1 -0
  46. package/out/Constants.sol/ModuleConstants.abi.json +1 -0
  47. package/out/Constants.sol/ModuleConstants.json +1 -0
  48. package/out/Constants.sol/OwnableTableNames.abi.json +1 -0
  49. package/out/Constants.sol/OwnableTableNames.json +1 -0
  50. package/out/Constants.sol/PausableTableNames.abi.json +1 -0
  51. package/out/Constants.sol/PausableTableNames.json +1 -0
  52. package/out/Context.sol/Context.abi.json +1 -0
  53. package/out/Context.sol/Context.json +1 -0
  54. package/out/DecodeSlice.sol/DecodeSlice.abi.json +1 -0
  55. package/out/DecodeSlice.sol/DecodeSlice.json +1 -0
  56. package/out/Delegation.sol/Delegation.abi.json +1 -0
  57. package/out/Delegation.sol/Delegation.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/ERC20BaseTest.sol/ERC20BehaviorTest.abi.json +949 -0
  61. package/out/ERC20BaseTest.sol/ERC20BehaviorTest.abi.json.d.ts +951 -0
  62. package/out/ERC20BaseTest.sol/ERC20BehaviorTest.json +1 -0
  63. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreBehaviorTest.abi.json +949 -0
  64. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreBehaviorTest.abi.json.d.ts +951 -0
  65. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreBehaviorTest.json +1 -0
  66. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreTest.abi.json +949 -0
  67. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreTest.abi.json.d.ts +951 -0
  68. package/out/ERC20BaseTest.sol/ERC20WithInternalStoreTest.json +1 -0
  69. package/out/ERC20BaseTest.sol/ERC20WithWorldBehaviorTest.abi.json +956 -0
  70. package/out/ERC20BaseTest.sol/ERC20WithWorldBehaviorTest.abi.json.d.ts +958 -0
  71. package/out/ERC20BaseTest.sol/ERC20WithWorldBehaviorTest.json +1 -0
  72. package/out/ERC20BaseTest.sol/ERC20WithWorldTest.abi.json +956 -0
  73. package/out/ERC20BaseTest.sol/ERC20WithWorldTest.abi.json.d.ts +958 -0
  74. package/out/ERC20BaseTest.sol/ERC20WithWorldTest.json +1 -0
  75. package/out/ERC20BaseTest.sol/MockERC20Base.abi.json +683 -0
  76. package/out/ERC20BaseTest.sol/MockERC20Base.abi.json.d.ts +685 -0
  77. package/out/ERC20BaseTest.sol/MockERC20Base.json +1 -0
  78. package/out/ERC20BaseTest.sol/MockERC20WithInternalStore.abi.json +683 -0
  79. package/out/ERC20BaseTest.sol/MockERC20WithInternalStore.abi.json.d.ts +685 -0
  80. package/out/ERC20BaseTest.sol/MockERC20WithInternalStore.json +1 -0
  81. package/out/ERC20BaseTest.sol/MockERC20WithWorld.abi.json +719 -0
  82. package/out/ERC20BaseTest.sol/MockERC20WithWorld.abi.json.d.ts +721 -0
  83. package/out/ERC20BaseTest.sol/MockERC20WithWorld.json +1 -0
  84. package/out/ERC20BaseTest.sol/TestConstants.abi.json +1 -0
  85. package/out/ERC20BaseTest.sol/TestConstants.json +1 -0
  86. package/out/ERC20Burnable.sol/ERC20Burnable.abi.json +678 -0
  87. package/out/ERC20Burnable.sol/ERC20Burnable.abi.json.d.ts +680 -0
  88. package/out/ERC20Burnable.sol/ERC20Burnable.json +1 -0
  89. package/out/ERC20Burnable.t.sol/ERC20BurnableTest.abi.json +956 -0
  90. package/out/ERC20Burnable.t.sol/ERC20BurnableTest.abi.json.d.ts +958 -0
  91. package/out/ERC20Burnable.t.sol/ERC20BurnableTest.json +1 -0
  92. package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.abi.json +956 -0
  93. package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.abi.json.d.ts +958 -0
  94. package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.json +1 -0
  95. package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.abi.json +963 -0
  96. package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.abi.json.d.ts +965 -0
  97. package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.json +1 -0
  98. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json +714 -0
  99. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json.d.ts +716 -0
  100. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.json +1 -0
  101. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json +745 -0
  102. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json.d.ts +747 -0
  103. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.json +1 -0
  104. package/out/ERC20Metadata.sol/ERC20Metadata.abi.json +1 -0
  105. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -0
  106. package/out/ERC20Module.sol/ERC20Module.abi.json +147 -0
  107. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +149 -0
  108. package/out/ERC20Module.sol/ERC20Module.json +1 -0
  109. package/out/ERC20Module.sol/ERC20RegistryLib.abi.json +349 -0
  110. package/out/ERC20Module.sol/ERC20RegistryLib.abi.json.d.ts +351 -0
  111. package/out/ERC20Module.sol/ERC20RegistryLib.json +1 -0
  112. package/out/ERC20Module.t.sol/ERC20ModuleTest.abi.json +541 -0
  113. package/out/ERC20Module.t.sol/ERC20ModuleTest.abi.json.d.ts +543 -0
  114. package/out/ERC20Module.t.sol/ERC20ModuleTest.json +1 -0
  115. package/out/ERC20Module.t.sol/TestConstants.abi.json +1 -0
  116. package/out/ERC20Module.t.sol/TestConstants.json +1 -0
  117. package/out/ERC20Pausable.sol/ERC20Pausable.abi.json +696 -0
  118. package/out/ERC20Pausable.sol/ERC20Pausable.abi.json.d.ts +698 -0
  119. package/out/ERC20Pausable.sol/ERC20Pausable.json +1 -0
  120. package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.abi.json +956 -0
  121. package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.abi.json.d.ts +958 -0
  122. package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.json +1 -0
  123. package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.abi.json +956 -0
  124. package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.abi.json.d.ts +958 -0
  125. package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.json +1 -0
  126. package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.abi.json +963 -0
  127. package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.abi.json.d.ts +965 -0
  128. package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.json +1 -0
  129. package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json +710 -0
  130. package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json.d.ts +712 -0
  131. package/out/ERC20Pausable.t.sol/MockERC20Pausable.json +1 -0
  132. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json +746 -0
  133. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json.d.ts +748 -0
  134. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.json +1 -0
  135. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json +777 -0
  136. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json.d.ts +779 -0
  137. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.json +1 -0
  138. package/out/ERC20Registry.sol/ERC20Registry.abi.json +1 -0
  139. package/out/ERC20Registry.sol/ERC20Registry.json +1 -0
  140. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json +838 -0
  141. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json.d.ts +840 -0
  142. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.json +1 -0
  143. package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json +816 -0
  144. package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json.d.ts +818 -0
  145. package/out/ERC20WithWorld.sol/ERC20WithWorld.json +1 -0
  146. package/out/EncodeArray.sol/EncodeArray.abi.json +1 -0
  147. package/out/EncodeArray.sol/EncodeArray.json +1 -0
  148. package/out/EncodedLengths.sol/EncodedLengthsInstance.abi.json +1 -0
  149. package/out/EncodedLengths.sol/EncodedLengthsInstance.json +1 -0
  150. package/out/EncodedLengths.sol/EncodedLengthsLib.abi.json +1 -0
  151. package/out/EncodedLengths.sol/EncodedLengthsLib.json +1 -0
  152. package/out/FieldLayout.sol/FieldLayoutInstance.abi.json +1 -0
  153. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -0
  154. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +1 -0
  155. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -0
  156. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  157. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -0
  158. package/out/FunctionSignatures.sol/FunctionSignatures.abi.json +1 -0
  159. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -0
  160. package/out/GasReporter.sol/GasReporter.abi.json +520 -0
  161. package/out/GasReporter.sol/GasReporter.abi.json.d.ts +522 -0
  162. package/out/GasReporter.sol/GasReporter.json +1 -0
  163. package/out/Hook.sol/HookInstance.abi.json +1 -0
  164. package/out/Hook.sol/HookInstance.json +1 -0
  165. package/out/Hook.sol/HookLib.abi.json +1 -0
  166. package/out/Hook.sol/HookLib.json +1 -0
  167. package/out/Hooks.sol/Hooks.abi.json +1 -0
  168. package/out/Hooks.sol/Hooks.json +1 -0
  169. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +69 -0
  170. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +71 -0
  171. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -0
  172. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json +48 -0
  173. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.abi.json.d.ts +50 -0
  174. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -0
  175. package/out/IBaseWorld.sol/IBaseWorld.abi.json +2008 -0
  176. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +2010 -0
  177. package/out/IBaseWorld.sol/IBaseWorld.json +1 -0
  178. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  179. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +71 -0
  180. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -0
  181. package/out/IDelegationControl.sol/IDelegationControl.abi.json +89 -0
  182. package/out/IDelegationControl.sol/IDelegationControl.abi.json.d.ts +91 -0
  183. package/out/IDelegationControl.sol/IDelegationControl.json +1 -0
  184. package/out/IERC165.sol/IERC165.abi.json +21 -0
  185. package/out/IERC165.sol/IERC165.abi.json.d.ts +23 -0
  186. package/out/IERC165.sol/IERC165.json +1 -0
  187. package/out/IERC20.sol/IERC20.abi.json +185 -0
  188. package/out/IERC20.sol/IERC20.abi.json.d.ts +187 -0
  189. package/out/IERC20.sol/IERC20.json +1 -0
  190. package/out/IERC20Errors.sol/IERC20Errors.abi.json +88 -0
  191. package/out/IERC20Errors.sol/IERC20Errors.abi.json.d.ts +90 -0
  192. package/out/IERC20Errors.sol/IERC20Errors.json +1 -0
  193. package/out/IERC20Events.sol/IERC20Events.abi.json +52 -0
  194. package/out/IERC20Events.sol/IERC20Events.abi.json.d.ts +54 -0
  195. package/out/IERC20Events.sol/IERC20Events.json +1 -0
  196. package/out/IERC20Metadata.sol/IERC20Metadata.abi.json +224 -0
  197. package/out/IERC20Metadata.sol/IERC20Metadata.abi.json.d.ts +226 -0
  198. package/out/IERC20Metadata.sol/IERC20Metadata.json +1 -0
  199. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json +13 -0
  200. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json.d.ts +15 -0
  201. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.json +1 -0
  202. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
  203. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts +90 -0
  204. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
  205. package/out/IModule.sol/IModule.abi.json +73 -0
  206. package/out/IModule.sol/IModule.abi.json.d.ts +75 -0
  207. package/out/IModule.sol/IModule.json +1 -0
  208. package/out/IModuleErrors.sol/IModuleErrors.abi.json +28 -0
  209. package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +30 -0
  210. package/out/IModuleErrors.sol/IModuleErrors.json +1 -0
  211. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +20 -0
  212. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +22 -0
  213. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -0
  214. package/out/IMulticall3.sol/IMulticall3.abi.json +440 -0
  215. package/out/IMulticall3.sol/IMulticall3.abi.json.d.ts +442 -0
  216. package/out/IMulticall3.sol/IMulticall3.json +1 -0
  217. package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
  218. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
  219. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
  220. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts +20 -0
  221. package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
  222. package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
  223. package/out/ISliceErrors.sol/ISliceErrors.abi.json.d.ts +25 -0
  224. package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
  225. package/out/IStore.sol/IStore.abi.json +1261 -0
  226. package/out/IStore.sol/IStore.abi.json.d.ts +1263 -0
  227. package/out/IStore.sol/IStore.json +1 -0
  228. package/out/IStoreErrors.sol/IStoreErrors.abi.json +204 -0
  229. package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +206 -0
  230. package/out/IStoreErrors.sol/IStoreErrors.json +1 -0
  231. package/out/IStoreEvents.sol/IStoreEvents.abi.json +151 -0
  232. package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +153 -0
  233. package/out/IStoreEvents.sol/IStoreEvents.json +1 -0
  234. package/out/IStoreHook.sol/IStoreHook.abi.json +290 -0
  235. package/out/IStoreHook.sol/IStoreHook.abi.json.d.ts +292 -0
  236. package/out/IStoreHook.sol/IStoreHook.json +1 -0
  237. package/out/IStoreKernel.sol/IStoreKernel.abi.json +1182 -0
  238. package/out/IStoreKernel.sol/IStoreKernel.abi.json.d.ts +1184 -0
  239. package/out/IStoreKernel.sol/IStoreKernel.json +1 -0
  240. package/out/IStoreRead.sol/IStoreRead.abi.json +389 -0
  241. package/out/IStoreRead.sol/IStoreRead.abi.json.d.ts +391 -0
  242. package/out/IStoreRead.sol/IStoreRead.json +1 -0
  243. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json +81 -0
  244. package/out/IStoreRegistration.sol/IStoreRegistration.abi.json.d.ts +83 -0
  245. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -0
  246. package/out/IStoreWrite.sol/IStoreWrite.abi.json +446 -0
  247. package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +448 -0
  248. package/out/IStoreWrite.sol/IStoreWrite.json +1 -0
  249. package/out/ISystemHook.sol/ISystemHook.abi.json +67 -0
  250. package/out/ISystemHook.sol/ISystemHook.abi.json.d.ts +69 -0
  251. package/out/ISystemHook.sol/ISystemHook.json +1 -0
  252. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json +60 -0
  253. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json.d.ts +62 -0
  254. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -0
  255. package/out/IWorldErrors.sol/IWorldErrors.abi.json +200 -0
  256. package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +202 -0
  257. package/out/IWorldErrors.sol/IWorldErrors.json +1 -0
  258. package/out/IWorldEvents.sol/IWorldEvents.abi.json +15 -0
  259. package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +17 -0
  260. package/out/IWorldEvents.sol/IWorldEvents.json +1 -0
  261. package/out/IWorldKernel.sol/IWorldCall.abi.json +55 -0
  262. package/out/IWorldKernel.sol/IWorldCall.abi.json.d.ts +57 -0
  263. package/out/IWorldKernel.sol/IWorldCall.json +1 -0
  264. package/out/IWorldKernel.sol/IWorldKernel.abi.json +349 -0
  265. package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +351 -0
  266. package/out/IWorldKernel.sol/IWorldKernel.json +1 -0
  267. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +20 -0
  268. package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +22 -0
  269. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -0
  270. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +204 -0
  271. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +206 -0
  272. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -0
  273. package/out/InitModule.sol/InitModule.abi.json +462 -0
  274. package/out/InitModule.sol/InitModule.abi.json.d.ts +464 -0
  275. package/out/InitModule.sol/InitModule.json +1 -0
  276. package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
  277. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
  278. package/out/InstalledModules.sol/InstalledModules.abi.json +1 -0
  279. package/out/InstalledModules.sol/InstalledModules.json +1 -0
  280. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
  281. package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +9 -0
  282. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
  283. package/out/MUDERC20.sol/MUDERC20.abi.json +647 -0
  284. package/out/MUDERC20.sol/MUDERC20.abi.json.d.ts +649 -0
  285. package/out/MUDERC20.sol/MUDERC20.json +1 -0
  286. package/out/Memory.sol/Memory.abi.json +1 -0
  287. package/out/Memory.sol/Memory.json +1 -0
  288. package/out/Module.sol/Module.abi.json +112 -0
  289. package/out/Module.sol/Module.abi.json.d.ts +114 -0
  290. package/out/Module.sol/Module.json +1 -0
  291. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +151 -0
  292. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +153 -0
  293. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -0
  294. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.abi.json +1 -0
  295. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -0
  296. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  297. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -0
  298. package/out/Ownable.sol/Ownable.abi.json +413 -0
  299. package/out/Ownable.sol/Ownable.abi.json.d.ts +415 -0
  300. package/out/Ownable.sol/Ownable.json +1 -0
  301. package/out/Owner.sol/Owner.abi.json +1 -0
  302. package/out/Owner.sol/Owner.json +1 -0
  303. package/out/Pausable.sol/Pausable.abi.json +388 -0
  304. package/out/Pausable.sol/Pausable.abi.json.d.ts +390 -0
  305. package/out/Pausable.sol/Pausable.json +1 -0
  306. package/out/Paused.sol/Paused.abi.json +1 -0
  307. package/out/Paused.sol/Paused.json +1 -0
  308. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1018 -0
  309. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1020 -0
  310. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
  311. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  312. package/out/ResourceAccess.sol/ResourceAccess.json +1 -0
  313. package/out/ResourceId.sol/ResourceIdInstance.abi.json +1 -0
  314. package/out/ResourceId.sol/ResourceIdInstance.json +1 -0
  315. package/out/ResourceId.sol/ResourceIdLib.abi.json +1 -0
  316. package/out/ResourceId.sol/ResourceIdLib.json +1 -0
  317. package/out/ResourceIds.sol/ResourceIds.abi.json +1 -0
  318. package/out/ResourceIds.sol/ResourceIds.json +1 -0
  319. package/out/Schema.sol/SchemaInstance.abi.json +1 -0
  320. package/out/Schema.sol/SchemaInstance.json +1 -0
  321. package/out/Schema.sol/SchemaLib.abi.json +1 -0
  322. package/out/Schema.sol/SchemaLib.json +1 -0
  323. package/out/Slice.sol/SliceInstance.abi.json +1 -0
  324. package/out/Slice.sol/SliceInstance.json +1 -0
  325. package/out/Slice.sol/SliceLib.abi.json +1 -0
  326. package/out/Slice.sol/SliceLib.json +1 -0
  327. package/out/StdAssertions.sol/StdAssertions.abi.json +392 -0
  328. package/out/StdAssertions.sol/StdAssertions.abi.json.d.ts +394 -0
  329. package/out/StdAssertions.sol/StdAssertions.json +1 -0
  330. package/out/StdChains.sol/StdChains.abi.json +1 -0
  331. package/out/StdChains.sol/StdChains.json +1 -0
  332. package/out/StdCheats.sol/StdCheats.abi.json +1 -0
  333. package/out/StdCheats.sol/StdCheats.json +1 -0
  334. package/out/StdCheats.sol/StdCheatsSafe.abi.json +1 -0
  335. package/out/StdCheats.sol/StdCheatsSafe.json +1 -0
  336. package/out/StdError.sol/stdError.abi.json +119 -0
  337. package/out/StdError.sol/stdError.abi.json.d.ts +121 -0
  338. package/out/StdError.sol/stdError.json +1 -0
  339. package/out/StdInvariant.sol/StdInvariant.abi.json +130 -0
  340. package/out/StdInvariant.sol/StdInvariant.abi.json.d.ts +132 -0
  341. package/out/StdInvariant.sol/StdInvariant.json +1 -0
  342. package/out/StdJson.sol/stdJson.abi.json +1 -0
  343. package/out/StdJson.sol/stdJson.json +1 -0
  344. package/out/StdMath.sol/stdMath.abi.json +1 -0
  345. package/out/StdMath.sol/stdMath.json +1 -0
  346. package/out/StdStorage.sol/stdStorage.abi.json +1 -0
  347. package/out/StdStorage.sol/stdStorage.json +1 -0
  348. package/out/StdStorage.sol/stdStorageSafe.abi.json +52 -0
  349. package/out/StdStorage.sol/stdStorageSafe.abi.json.d.ts +54 -0
  350. package/out/StdStorage.sol/stdStorageSafe.json +1 -0
  351. package/out/StdStyle.sol/StdStyle.abi.json +1 -0
  352. package/out/StdStyle.sol/StdStyle.json +1 -0
  353. package/out/StdUtils.sol/StdUtils.abi.json +1 -0
  354. package/out/StdUtils.sol/StdUtils.json +1 -0
  355. package/out/Storage.sol/Storage.abi.json +1 -0
  356. package/out/Storage.sol/Storage.json +1 -0
  357. package/out/Store.sol/Store.abi.json +1261 -0
  358. package/out/Store.sol/Store.abi.json.d.ts +1263 -0
  359. package/out/Store.sol/Store.json +1 -0
  360. package/out/StoreConsumer.sol/StoreConsumer.abi.json +15 -0
  361. package/out/StoreConsumer.sol/StoreConsumer.abi.json.d.ts +17 -0
  362. package/out/StoreConsumer.sol/StoreConsumer.json +1 -0
  363. package/out/StoreConsumer.t.sol/MockStoreConsumer.abi.json +52 -0
  364. package/out/StoreConsumer.t.sol/MockStoreConsumer.abi.json.d.ts +54 -0
  365. package/out/StoreConsumer.t.sol/MockStoreConsumer.json +1 -0
  366. package/out/StoreConsumer.t.sol/MockWithInternalStore.abi.json +376 -0
  367. package/out/StoreConsumer.t.sol/MockWithInternalStore.abi.json.d.ts +378 -0
  368. package/out/StoreConsumer.t.sol/MockWithInternalStore.json +1 -0
  369. package/out/StoreConsumer.t.sol/MockWithStore.abi.json +387 -0
  370. package/out/StoreConsumer.t.sol/MockWithStore.abi.json.d.ts +389 -0
  371. package/out/StoreConsumer.t.sol/MockWithStore.json +1 -0
  372. package/out/StoreConsumer.t.sol/MockWithWorld.abi.json +430 -0
  373. package/out/StoreConsumer.t.sol/MockWithWorld.abi.json.d.ts +432 -0
  374. package/out/StoreConsumer.t.sol/MockWithWorld.json +1 -0
  375. package/out/StoreConsumer.t.sol/StoreConsumerTest.abi.json +548 -0
  376. package/out/StoreConsumer.t.sol/StoreConsumerTest.abi.json.d.ts +550 -0
  377. package/out/StoreConsumer.t.sol/StoreConsumerTest.json +1 -0
  378. package/out/StoreCore.sol/StoreCore.abi.json +1 -0
  379. package/out/StoreCore.sol/StoreCore.json +1 -0
  380. package/out/StoreCore.sol/StoreCoreInternal.abi.json +1 -0
  381. package/out/StoreCore.sol/StoreCoreInternal.json +1 -0
  382. package/out/StoreHooks.sol/StoreHooks.abi.json +1 -0
  383. package/out/StoreHooks.sol/StoreHooks.json +1 -0
  384. package/out/StoreKernel.sol/StoreKernel.abi.json +1182 -0
  385. package/out/StoreKernel.sol/StoreKernel.abi.json.d.ts +1184 -0
  386. package/out/StoreKernel.sol/StoreKernel.json +1 -0
  387. package/out/StoreRead.sol/StoreRead.abi.json +437 -0
  388. package/out/StoreRead.sol/StoreRead.abi.json.d.ts +439 -0
  389. package/out/StoreRead.sol/StoreRead.json +1 -0
  390. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +779 -0
  391. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +781 -0
  392. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -0
  393. package/out/StoreSwitch.sol/StoreSwitch.abi.json +1 -0
  394. package/out/StoreSwitch.sol/StoreSwitch.json +1 -0
  395. package/out/System.sol/System.abi.json +60 -0
  396. package/out/System.sol/System.abi.json.d.ts +62 -0
  397. package/out/System.sol/System.json +1 -0
  398. package/out/SystemCall.sol/SystemCall.abi.json +1 -0
  399. package/out/SystemCall.sol/SystemCall.json +1 -0
  400. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  401. package/out/SystemHooks.sol/SystemHooks.json +1 -0
  402. package/out/SystemRegistry.sol/SystemRegistry.abi.json +1 -0
  403. package/out/SystemRegistry.sol/SystemRegistry.json +1 -0
  404. package/out/Systems.sol/Systems.abi.json +1 -0
  405. package/out/Systems.sol/Systems.json +1 -0
  406. package/out/Tables.sol/Tables.abi.json +1 -0
  407. package/out/Tables.sol/Tables.json +1 -0
  408. package/out/Test.sol/Test.abi.json +520 -0
  409. package/out/Test.sol/Test.abi.json.d.ts +522 -0
  410. package/out/Test.sol/Test.json +1 -0
  411. package/out/TightCoder.sol/TightCoder.abi.json +1 -0
  412. package/out/TightCoder.sol/TightCoder.json +1 -0
  413. package/out/TotalSupply.sol/TotalSupply.abi.json +1 -0
  414. package/out/TotalSupply.sol/TotalSupply.json +1 -0
  415. package/out/UserDelegationControl.sol/UserDelegationControl.abi.json +1 -0
  416. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -0
  417. package/out/Vm.sol/Vm.abi.json +3878 -0
  418. package/out/Vm.sol/Vm.abi.json.d.ts +3880 -0
  419. package/out/Vm.sol/Vm.json +1 -0
  420. package/out/Vm.sol/VmSafe.abi.json +2678 -0
  421. package/out/Vm.sol/VmSafe.abi.json.d.ts +2680 -0
  422. package/out/Vm.sol/VmSafe.json +1 -0
  423. package/out/WithStore.sol/WithStore.abi.json +339 -0
  424. package/out/WithStore.sol/WithStore.abi.json.d.ts +341 -0
  425. package/out/WithStore.sol/WithStore.json +1 -0
  426. package/out/WithWorld.sol/WithWorld.abi.json +370 -0
  427. package/out/WithWorld.sol/WithWorld.abi.json.d.ts +372 -0
  428. package/out/WithWorld.sol/WithWorld.json +1 -0
  429. package/out/World.sol/World.abi.json +1542 -0
  430. package/out/World.sol/World.abi.json.d.ts +1544 -0
  431. package/out/World.sol/World.json +1 -0
  432. package/out/WorldContext.sol/WorldContextConsumer.abi.json +60 -0
  433. package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +62 -0
  434. package/out/WorldContext.sol/WorldContextConsumer.json +1 -0
  435. package/out/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  436. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -0
  437. package/out/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  438. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -0
  439. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +691 -0
  440. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +693 -0
  441. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -0
  442. package/out/WorldResourceId.sol/WorldResourceIdInstance.abi.json +1 -0
  443. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -0
  444. package/out/WorldResourceId.sol/WorldResourceIdLib.abi.json +1 -0
  445. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -0
  446. package/out/build-info/bc3a1525415111591c1321f8462fa438.json +1 -0
  447. package/out/console.sol/console.abi.json +1 -0
  448. package/out/console.sol/console.json +1 -0
  449. package/out/console2.sol/console2.abi.json +1 -0
  450. package/out/console2.sol/console2.json +1 -0
  451. package/out/constants.sol/LayoutOffsets.abi.json +1 -0
  452. package/out/constants.sol/LayoutOffsets.json +1 -0
  453. package/out/safeconsole.sol/safeconsole.abi.json +1 -0
  454. package/out/safeconsole.sol/safeconsole.json +1 -0
  455. package/out/src/IERC165.sol/IERC165.abi.json +21 -0
  456. package/out/src/IERC165.sol/IERC165.abi.json.d.ts +23 -0
  457. package/out/src/IERC165.sol/IERC165.json +1 -0
  458. package/out/tables/Balances.sol/Balances.abi.json +1 -0
  459. package/out/tables/Balances.sol/Balances.json +1 -0
  460. package/out/test.sol/DSTest.abi.json +296 -0
  461. package/out/test.sol/DSTest.abi.json.d.ts +298 -0
  462. package/out/test.sol/DSTest.json +1 -0
  463. package/package.json +67 -0
  464. package/src/Constants.sol +36 -0
  465. package/src/Context.sol +10 -0
  466. package/src/ERC20Burnable.sol +16 -0
  467. package/src/ERC20Module.sol +74 -0
  468. package/src/ERC20Pausable.sol +12 -0
  469. package/src/MUDERC20.sol +326 -0
  470. package/src/Ownable.sol +110 -0
  471. package/src/Pausable.sol +125 -0
  472. package/src/StoreConsumer.sol +24 -0
  473. package/src/WithStore.sol +22 -0
  474. package/src/WithWorld.sol +40 -0
  475. package/src/codegen/index.sol +12 -0
  476. package/src/codegen/tables/Allowances.sol +208 -0
  477. package/src/codegen/tables/Balances.sol +196 -0
  478. package/src/codegen/tables/ERC20Metadata.sol +604 -0
  479. package/src/codegen/tables/ERC20Registry.sol +199 -0
  480. package/src/codegen/tables/Owner.sol +184 -0
  481. package/src/codegen/tables/Paused.sol +196 -0
  482. package/src/codegen/tables/TotalSupply.sol +184 -0
  483. package/src/examples/ERC20WithInternalStore.sol +32 -0
  484. package/src/examples/ERC20WithWorld.sol +40 -0
  485. package/src/interfaces/IERC20.sol +67 -0
  486. package/src/interfaces/IERC20Errors.sol +49 -0
  487. package/src/interfaces/IERC20Events.sol +18 -0
  488. package/src/interfaces/IERC20Metadata.sol +26 -0
@@ -0,0 +1,956 @@
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": "testApprove",
166
+ "inputs": [],
167
+ "outputs": [],
168
+ "stateMutability": "nonpayable"
169
+ },
170
+ {
171
+ "type": "function",
172
+ "name": "testApprove",
173
+ "inputs": [
174
+ {
175
+ "name": "to",
176
+ "type": "address",
177
+ "internalType": "address"
178
+ },
179
+ {
180
+ "name": "amount",
181
+ "type": "uint256",
182
+ "internalType": "uint256"
183
+ }
184
+ ],
185
+ "outputs": [],
186
+ "stateMutability": "nonpayable"
187
+ },
188
+ {
189
+ "type": "function",
190
+ "name": "testBurn",
191
+ "inputs": [
192
+ {
193
+ "name": "from",
194
+ "type": "address",
195
+ "internalType": "address"
196
+ },
197
+ {
198
+ "name": "mintAmount",
199
+ "type": "uint256",
200
+ "internalType": "uint256"
201
+ },
202
+ {
203
+ "name": "burnAmount",
204
+ "type": "uint256",
205
+ "internalType": "uint256"
206
+ }
207
+ ],
208
+ "outputs": [],
209
+ "stateMutability": "nonpayable"
210
+ },
211
+ {
212
+ "type": "function",
213
+ "name": "testBurn",
214
+ "inputs": [],
215
+ "outputs": [],
216
+ "stateMutability": "nonpayable"
217
+ },
218
+ {
219
+ "type": "function",
220
+ "name": "testBurnInsufficientBalanceReverts",
221
+ "inputs": [
222
+ {
223
+ "name": "to",
224
+ "type": "address",
225
+ "internalType": "address"
226
+ },
227
+ {
228
+ "name": "mintAmount",
229
+ "type": "uint256",
230
+ "internalType": "uint256"
231
+ },
232
+ {
233
+ "name": "burnAmount",
234
+ "type": "uint256",
235
+ "internalType": "uint256"
236
+ }
237
+ ],
238
+ "outputs": [],
239
+ "stateMutability": "nonpayable"
240
+ },
241
+ {
242
+ "type": "function",
243
+ "name": "testInfiniteApproveTransferFrom",
244
+ "inputs": [],
245
+ "outputs": [],
246
+ "stateMutability": "nonpayable"
247
+ },
248
+ {
249
+ "type": "function",
250
+ "name": "testMetadata",
251
+ "inputs": [],
252
+ "outputs": [],
253
+ "stateMutability": "nonpayable"
254
+ },
255
+ {
256
+ "type": "function",
257
+ "name": "testMint",
258
+ "inputs": [],
259
+ "outputs": [],
260
+ "stateMutability": "nonpayable"
261
+ },
262
+ {
263
+ "type": "function",
264
+ "name": "testMint",
265
+ "inputs": [
266
+ {
267
+ "name": "to",
268
+ "type": "address",
269
+ "internalType": "address"
270
+ },
271
+ {
272
+ "name": "amount",
273
+ "type": "uint256",
274
+ "internalType": "uint256"
275
+ }
276
+ ],
277
+ "outputs": [],
278
+ "stateMutability": "nonpayable"
279
+ },
280
+ {
281
+ "type": "function",
282
+ "name": "testMintOverMaxUintReverts",
283
+ "inputs": [],
284
+ "outputs": [],
285
+ "stateMutability": "nonpayable"
286
+ },
287
+ {
288
+ "type": "function",
289
+ "name": "testNamespaceAccess",
290
+ "inputs": [],
291
+ "outputs": [],
292
+ "stateMutability": "nonpayable"
293
+ },
294
+ {
295
+ "type": "function",
296
+ "name": "testSetUp",
297
+ "inputs": [],
298
+ "outputs": [],
299
+ "stateMutability": "nonpayable"
300
+ },
301
+ {
302
+ "type": "function",
303
+ "name": "testTransfer",
304
+ "inputs": [
305
+ {
306
+ "name": "to",
307
+ "type": "address",
308
+ "internalType": "address"
309
+ },
310
+ {
311
+ "name": "amount",
312
+ "type": "uint256",
313
+ "internalType": "uint256"
314
+ }
315
+ ],
316
+ "outputs": [],
317
+ "stateMutability": "nonpayable"
318
+ },
319
+ {
320
+ "type": "function",
321
+ "name": "testTransfer",
322
+ "inputs": [],
323
+ "outputs": [],
324
+ "stateMutability": "nonpayable"
325
+ },
326
+ {
327
+ "type": "function",
328
+ "name": "testTransferFrom",
329
+ "inputs": [
330
+ {
331
+ "name": "spender",
332
+ "type": "address",
333
+ "internalType": "address"
334
+ },
335
+ {
336
+ "name": "from",
337
+ "type": "address",
338
+ "internalType": "address"
339
+ },
340
+ {
341
+ "name": "to",
342
+ "type": "address",
343
+ "internalType": "address"
344
+ },
345
+ {
346
+ "name": "approval",
347
+ "type": "uint256",
348
+ "internalType": "uint256"
349
+ },
350
+ {
351
+ "name": "amount",
352
+ "type": "uint256",
353
+ "internalType": "uint256"
354
+ }
355
+ ],
356
+ "outputs": [],
357
+ "stateMutability": "nonpayable"
358
+ },
359
+ {
360
+ "type": "function",
361
+ "name": "testTransferFrom",
362
+ "inputs": [],
363
+ "outputs": [],
364
+ "stateMutability": "nonpayable"
365
+ },
366
+ {
367
+ "type": "function",
368
+ "name": "testTransferFromInsufficientAllowanceReverts",
369
+ "inputs": [
370
+ {
371
+ "name": "to",
372
+ "type": "address",
373
+ "internalType": "address"
374
+ },
375
+ {
376
+ "name": "approval",
377
+ "type": "uint256",
378
+ "internalType": "uint256"
379
+ },
380
+ {
381
+ "name": "amount",
382
+ "type": "uint256",
383
+ "internalType": "uint256"
384
+ }
385
+ ],
386
+ "outputs": [],
387
+ "stateMutability": "nonpayable"
388
+ },
389
+ {
390
+ "type": "function",
391
+ "name": "testTransferFromInsufficientAllowanceReverts",
392
+ "inputs": [],
393
+ "outputs": [],
394
+ "stateMutability": "nonpayable"
395
+ },
396
+ {
397
+ "type": "function",
398
+ "name": "testTransferFromInsufficientBalanceReverts",
399
+ "inputs": [],
400
+ "outputs": [],
401
+ "stateMutability": "nonpayable"
402
+ },
403
+ {
404
+ "type": "function",
405
+ "name": "testTransferFromInsufficientBalanceReverts",
406
+ "inputs": [
407
+ {
408
+ "name": "to",
409
+ "type": "address",
410
+ "internalType": "address"
411
+ },
412
+ {
413
+ "name": "mintAmount",
414
+ "type": "uint256",
415
+ "internalType": "uint256"
416
+ },
417
+ {
418
+ "name": "sendAmount",
419
+ "type": "uint256",
420
+ "internalType": "uint256"
421
+ }
422
+ ],
423
+ "outputs": [],
424
+ "stateMutability": "nonpayable"
425
+ },
426
+ {
427
+ "type": "function",
428
+ "name": "testTransferInsufficientBalanceReverts",
429
+ "inputs": [],
430
+ "outputs": [],
431
+ "stateMutability": "nonpayable"
432
+ },
433
+ {
434
+ "type": "function",
435
+ "name": "testTransferInsufficientBalanceReverts",
436
+ "inputs": [
437
+ {
438
+ "name": "to",
439
+ "type": "address",
440
+ "internalType": "address"
441
+ },
442
+ {
443
+ "name": "mintAmount",
444
+ "type": "uint256",
445
+ "internalType": "uint256"
446
+ },
447
+ {
448
+ "name": "sendAmount",
449
+ "type": "uint256",
450
+ "internalType": "uint256"
451
+ }
452
+ ],
453
+ "outputs": [],
454
+ "stateMutability": "nonpayable"
455
+ },
456
+ {
457
+ "type": "event",
458
+ "name": "Approval",
459
+ "inputs": [
460
+ {
461
+ "name": "owner",
462
+ "type": "address",
463
+ "indexed": true,
464
+ "internalType": "address"
465
+ },
466
+ {
467
+ "name": "spender",
468
+ "type": "address",
469
+ "indexed": true,
470
+ "internalType": "address"
471
+ },
472
+ {
473
+ "name": "value",
474
+ "type": "uint256",
475
+ "indexed": false,
476
+ "internalType": "uint256"
477
+ }
478
+ ],
479
+ "anonymous": false
480
+ },
481
+ {
482
+ "type": "event",
483
+ "name": "Transfer",
484
+ "inputs": [
485
+ {
486
+ "name": "from",
487
+ "type": "address",
488
+ "indexed": true,
489
+ "internalType": "address"
490
+ },
491
+ {
492
+ "name": "to",
493
+ "type": "address",
494
+ "indexed": true,
495
+ "internalType": "address"
496
+ },
497
+ {
498
+ "name": "value",
499
+ "type": "uint256",
500
+ "indexed": false,
501
+ "internalType": "uint256"
502
+ }
503
+ ],
504
+ "anonymous": false
505
+ },
506
+ {
507
+ "type": "event",
508
+ "name": "log",
509
+ "inputs": [
510
+ {
511
+ "name": "",
512
+ "type": "string",
513
+ "indexed": false,
514
+ "internalType": "string"
515
+ }
516
+ ],
517
+ "anonymous": false
518
+ },
519
+ {
520
+ "type": "event",
521
+ "name": "log_address",
522
+ "inputs": [
523
+ {
524
+ "name": "",
525
+ "type": "address",
526
+ "indexed": false,
527
+ "internalType": "address"
528
+ }
529
+ ],
530
+ "anonymous": false
531
+ },
532
+ {
533
+ "type": "event",
534
+ "name": "log_array",
535
+ "inputs": [
536
+ {
537
+ "name": "val",
538
+ "type": "uint256[]",
539
+ "indexed": false,
540
+ "internalType": "uint256[]"
541
+ }
542
+ ],
543
+ "anonymous": false
544
+ },
545
+ {
546
+ "type": "event",
547
+ "name": "log_array",
548
+ "inputs": [
549
+ {
550
+ "name": "val",
551
+ "type": "int256[]",
552
+ "indexed": false,
553
+ "internalType": "int256[]"
554
+ }
555
+ ],
556
+ "anonymous": false
557
+ },
558
+ {
559
+ "type": "event",
560
+ "name": "log_array",
561
+ "inputs": [
562
+ {
563
+ "name": "val",
564
+ "type": "address[]",
565
+ "indexed": false,
566
+ "internalType": "address[]"
567
+ }
568
+ ],
569
+ "anonymous": false
570
+ },
571
+ {
572
+ "type": "event",
573
+ "name": "log_bytes",
574
+ "inputs": [
575
+ {
576
+ "name": "",
577
+ "type": "bytes",
578
+ "indexed": false,
579
+ "internalType": "bytes"
580
+ }
581
+ ],
582
+ "anonymous": false
583
+ },
584
+ {
585
+ "type": "event",
586
+ "name": "log_bytes32",
587
+ "inputs": [
588
+ {
589
+ "name": "",
590
+ "type": "bytes32",
591
+ "indexed": false,
592
+ "internalType": "bytes32"
593
+ }
594
+ ],
595
+ "anonymous": false
596
+ },
597
+ {
598
+ "type": "event",
599
+ "name": "log_int",
600
+ "inputs": [
601
+ {
602
+ "name": "",
603
+ "type": "int256",
604
+ "indexed": false,
605
+ "internalType": "int256"
606
+ }
607
+ ],
608
+ "anonymous": false
609
+ },
610
+ {
611
+ "type": "event",
612
+ "name": "log_named_address",
613
+ "inputs": [
614
+ {
615
+ "name": "key",
616
+ "type": "string",
617
+ "indexed": false,
618
+ "internalType": "string"
619
+ },
620
+ {
621
+ "name": "val",
622
+ "type": "address",
623
+ "indexed": false,
624
+ "internalType": "address"
625
+ }
626
+ ],
627
+ "anonymous": false
628
+ },
629
+ {
630
+ "type": "event",
631
+ "name": "log_named_array",
632
+ "inputs": [
633
+ {
634
+ "name": "key",
635
+ "type": "string",
636
+ "indexed": false,
637
+ "internalType": "string"
638
+ },
639
+ {
640
+ "name": "val",
641
+ "type": "uint256[]",
642
+ "indexed": false,
643
+ "internalType": "uint256[]"
644
+ }
645
+ ],
646
+ "anonymous": false
647
+ },
648
+ {
649
+ "type": "event",
650
+ "name": "log_named_array",
651
+ "inputs": [
652
+ {
653
+ "name": "key",
654
+ "type": "string",
655
+ "indexed": false,
656
+ "internalType": "string"
657
+ },
658
+ {
659
+ "name": "val",
660
+ "type": "int256[]",
661
+ "indexed": false,
662
+ "internalType": "int256[]"
663
+ }
664
+ ],
665
+ "anonymous": false
666
+ },
667
+ {
668
+ "type": "event",
669
+ "name": "log_named_array",
670
+ "inputs": [
671
+ {
672
+ "name": "key",
673
+ "type": "string",
674
+ "indexed": false,
675
+ "internalType": "string"
676
+ },
677
+ {
678
+ "name": "val",
679
+ "type": "address[]",
680
+ "indexed": false,
681
+ "internalType": "address[]"
682
+ }
683
+ ],
684
+ "anonymous": false
685
+ },
686
+ {
687
+ "type": "event",
688
+ "name": "log_named_bytes",
689
+ "inputs": [
690
+ {
691
+ "name": "key",
692
+ "type": "string",
693
+ "indexed": false,
694
+ "internalType": "string"
695
+ },
696
+ {
697
+ "name": "val",
698
+ "type": "bytes",
699
+ "indexed": false,
700
+ "internalType": "bytes"
701
+ }
702
+ ],
703
+ "anonymous": false
704
+ },
705
+ {
706
+ "type": "event",
707
+ "name": "log_named_bytes32",
708
+ "inputs": [
709
+ {
710
+ "name": "key",
711
+ "type": "string",
712
+ "indexed": false,
713
+ "internalType": "string"
714
+ },
715
+ {
716
+ "name": "val",
717
+ "type": "bytes32",
718
+ "indexed": false,
719
+ "internalType": "bytes32"
720
+ }
721
+ ],
722
+ "anonymous": false
723
+ },
724
+ {
725
+ "type": "event",
726
+ "name": "log_named_decimal_int",
727
+ "inputs": [
728
+ {
729
+ "name": "key",
730
+ "type": "string",
731
+ "indexed": false,
732
+ "internalType": "string"
733
+ },
734
+ {
735
+ "name": "val",
736
+ "type": "int256",
737
+ "indexed": false,
738
+ "internalType": "int256"
739
+ },
740
+ {
741
+ "name": "decimals",
742
+ "type": "uint256",
743
+ "indexed": false,
744
+ "internalType": "uint256"
745
+ }
746
+ ],
747
+ "anonymous": false
748
+ },
749
+ {
750
+ "type": "event",
751
+ "name": "log_named_decimal_uint",
752
+ "inputs": [
753
+ {
754
+ "name": "key",
755
+ "type": "string",
756
+ "indexed": false,
757
+ "internalType": "string"
758
+ },
759
+ {
760
+ "name": "val",
761
+ "type": "uint256",
762
+ "indexed": false,
763
+ "internalType": "uint256"
764
+ },
765
+ {
766
+ "name": "decimals",
767
+ "type": "uint256",
768
+ "indexed": false,
769
+ "internalType": "uint256"
770
+ }
771
+ ],
772
+ "anonymous": false
773
+ },
774
+ {
775
+ "type": "event",
776
+ "name": "log_named_int",
777
+ "inputs": [
778
+ {
779
+ "name": "key",
780
+ "type": "string",
781
+ "indexed": false,
782
+ "internalType": "string"
783
+ },
784
+ {
785
+ "name": "val",
786
+ "type": "int256",
787
+ "indexed": false,
788
+ "internalType": "int256"
789
+ }
790
+ ],
791
+ "anonymous": false
792
+ },
793
+ {
794
+ "type": "event",
795
+ "name": "log_named_string",
796
+ "inputs": [
797
+ {
798
+ "name": "key",
799
+ "type": "string",
800
+ "indexed": false,
801
+ "internalType": "string"
802
+ },
803
+ {
804
+ "name": "val",
805
+ "type": "string",
806
+ "indexed": false,
807
+ "internalType": "string"
808
+ }
809
+ ],
810
+ "anonymous": false
811
+ },
812
+ {
813
+ "type": "event",
814
+ "name": "log_named_uint",
815
+ "inputs": [
816
+ {
817
+ "name": "key",
818
+ "type": "string",
819
+ "indexed": false,
820
+ "internalType": "string"
821
+ },
822
+ {
823
+ "name": "val",
824
+ "type": "uint256",
825
+ "indexed": false,
826
+ "internalType": "uint256"
827
+ }
828
+ ],
829
+ "anonymous": false
830
+ },
831
+ {
832
+ "type": "event",
833
+ "name": "log_string",
834
+ "inputs": [
835
+ {
836
+ "name": "",
837
+ "type": "string",
838
+ "indexed": false,
839
+ "internalType": "string"
840
+ }
841
+ ],
842
+ "anonymous": false
843
+ },
844
+ {
845
+ "type": "event",
846
+ "name": "log_uint",
847
+ "inputs": [
848
+ {
849
+ "name": "",
850
+ "type": "uint256",
851
+ "indexed": false,
852
+ "internalType": "uint256"
853
+ }
854
+ ],
855
+ "anonymous": false
856
+ },
857
+ {
858
+ "type": "event",
859
+ "name": "logs",
860
+ "inputs": [
861
+ {
862
+ "name": "",
863
+ "type": "bytes",
864
+ "indexed": false,
865
+ "internalType": "bytes"
866
+ }
867
+ ],
868
+ "anonymous": false
869
+ },
870
+ {
871
+ "type": "error",
872
+ "name": "ERC20InsufficientAllowance",
873
+ "inputs": [
874
+ {
875
+ "name": "spender",
876
+ "type": "address",
877
+ "internalType": "address"
878
+ },
879
+ {
880
+ "name": "allowance",
881
+ "type": "uint256",
882
+ "internalType": "uint256"
883
+ },
884
+ {
885
+ "name": "needed",
886
+ "type": "uint256",
887
+ "internalType": "uint256"
888
+ }
889
+ ]
890
+ },
891
+ {
892
+ "type": "error",
893
+ "name": "ERC20InsufficientBalance",
894
+ "inputs": [
895
+ {
896
+ "name": "sender",
897
+ "type": "address",
898
+ "internalType": "address"
899
+ },
900
+ {
901
+ "name": "balance",
902
+ "type": "uint256",
903
+ "internalType": "uint256"
904
+ },
905
+ {
906
+ "name": "needed",
907
+ "type": "uint256",
908
+ "internalType": "uint256"
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "type": "error",
914
+ "name": "ERC20InvalidApprover",
915
+ "inputs": [
916
+ {
917
+ "name": "approver",
918
+ "type": "address",
919
+ "internalType": "address"
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "type": "error",
925
+ "name": "ERC20InvalidReceiver",
926
+ "inputs": [
927
+ {
928
+ "name": "receiver",
929
+ "type": "address",
930
+ "internalType": "address"
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "type": "error",
936
+ "name": "ERC20InvalidSender",
937
+ "inputs": [
938
+ {
939
+ "name": "sender",
940
+ "type": "address",
941
+ "internalType": "address"
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "type": "error",
947
+ "name": "ERC20InvalidSpender",
948
+ "inputs": [
949
+ {
950
+ "name": "spender",
951
+ "type": "address",
952
+ "internalType": "address"
953
+ }
954
+ ]
955
+ }
956
+ ]