@hinkal/common 0.2.15 → 0.2.16

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 (1149) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +73 -34
  3. package/API/API.mjs +112 -59
  4. package/API/accessCodeCalls.cjs +1 -0
  5. package/API/accessCodeCalls.d.ts +23 -0
  6. package/API/accessCodeCalls.mjs +23 -0
  7. package/API/admin-calls.cjs +1 -0
  8. package/API/admin-calls.d.ts +2 -0
  9. package/API/admin-calls.mjs +8 -0
  10. package/API/ai-calls.cjs +1 -1
  11. package/API/ai-calls.d.ts +8 -0
  12. package/API/ai-calls.mjs +16 -8
  13. package/API/brotherhoodCalls.cjs +1 -0
  14. package/API/brotherhoodCalls.d.ts +82 -0
  15. package/API/brotherhoodCalls.mjs +59 -0
  16. package/API/callLifiAPI.cjs +1 -0
  17. package/API/callLifiAPI.d.ts +33 -0
  18. package/API/callLifiAPI.mjs +11 -0
  19. package/API/callMonitor.cjs +1 -1
  20. package/API/callMonitor.mjs +5 -2
  21. package/API/callOdosAPI.cjs +1 -1
  22. package/API/callOdosAPI.mjs +12 -13
  23. package/API/callOkxAPI.cjs +1 -0
  24. package/API/callOkxAPI.d.ts +10 -0
  25. package/API/callOkxAPI.mjs +13 -0
  26. package/API/callOneInchAPI.cjs +1 -1
  27. package/API/callOneInchAPI.mjs +9 -8
  28. package/API/callRelayer.cjs +1 -1
  29. package/API/callRelayer.d.ts +17 -0
  30. package/API/callRelayer.mjs +15 -6
  31. package/API/checkRisk.cjs +1 -1
  32. package/API/checkRisk.mjs +5 -4
  33. package/API/duneAPI.cjs +1 -1
  34. package/API/duneAPI.mjs +7 -5
  35. package/API/enclaveCalls.cjs +1 -0
  36. package/API/enclaveCalls.d.ts +9 -0
  37. package/API/enclaveCalls.mjs +11 -0
  38. package/API/fetchCommitmentsCache.cjs +1 -1
  39. package/API/fetchCommitmentsCache.d.ts +12 -4
  40. package/API/fetchCommitmentsCache.mjs +21 -7
  41. package/API/generate-trading-points.cjs +1 -0
  42. package/API/generate-trading-points.d.ts +27 -0
  43. package/API/generate-trading-points.mjs +45 -0
  44. package/API/get-token-data.cjs +1 -0
  45. package/API/get-token-data.d.ts +6 -0
  46. package/API/get-token-data.mjs +8 -0
  47. package/API/getBridgeProtocols.cjs +1 -0
  48. package/API/getBridgeProtocols.d.ts +7 -0
  49. package/API/getBridgeProtocols.mjs +8 -0
  50. package/API/getGasEstimates.cjs +1 -1
  51. package/API/getGasEstimates.d.ts +2 -2
  52. package/API/getGasEstimates.mjs +10 -10
  53. package/API/getLifiStatus.cjs +1 -0
  54. package/API/getLifiStatus.d.ts +24 -0
  55. package/API/getLifiStatus.mjs +15 -0
  56. package/API/getRelayerURL.cjs +1 -1
  57. package/API/getRelayerURL.mjs +6 -6
  58. package/API/getServerURL.cjs +1 -1
  59. package/API/getServerURL.d.ts +3 -1
  60. package/API/getServerURL.mjs +60 -29
  61. package/API/getTokenPrice.cjs +1 -1
  62. package/API/getTokenPrice.d.ts +0 -11
  63. package/API/getTokenPrice.mjs +8 -16
  64. package/API/getWebsiteURL.cjs +1 -0
  65. package/API/getWebsiteURL.d.ts +3 -0
  66. package/API/getWebsiteURL.mjs +56 -0
  67. package/API/index.d.ts +9 -3
  68. package/API/is-tx-stateless.cjs +1 -1
  69. package/API/is-tx-stateless.d.ts +4 -2
  70. package/API/is-tx-stateless.mjs +18 -7
  71. package/API/kycCalls.cjs +1 -1
  72. package/API/kycCalls.d.ts +4 -7
  73. package/API/kycCalls.mjs +34 -32
  74. package/API/leaderboardCalls.cjs +1 -0
  75. package/API/leaderboardCalls.d.ts +14 -0
  76. package/API/leaderboardCalls.mjs +16 -0
  77. package/API/proxyAccountsCalls.cjs +1 -0
  78. package/API/proxyAccountsCalls.d.ts +4 -0
  79. package/API/proxyAccountsCalls.mjs +26 -0
  80. package/API/referralsCalls.cjs +1 -0
  81. package/API/referralsCalls.d.ts +22 -0
  82. package/API/referralsCalls.mjs +22 -0
  83. package/API/relayCalls.cjs +1 -1
  84. package/API/relayCalls.d.ts +1 -1
  85. package/API/relayCalls.mjs +8 -5
  86. package/API/resolve-sns.cjs +1 -0
  87. package/API/resolve-sns.d.ts +1 -0
  88. package/API/resolve-sns.mjs +12 -0
  89. package/API/restoreSnapshots.cjs +1 -1
  90. package/API/restoreSnapshots.mjs +4 -3
  91. package/API/rewardsUserCalls.cjs +1 -0
  92. package/API/rewardsUserCalls.d.ts +51 -0
  93. package/API/rewardsUserCalls.mjs +44 -0
  94. package/API/scheduled-transactions-calls.cjs +1 -0
  95. package/API/scheduled-transactions-calls.d.ts +6 -0
  96. package/API/scheduled-transactions-calls.mjs +9 -0
  97. package/API/seedless-calls.cjs +1 -0
  98. package/API/seedless-calls.d.ts +53 -0
  99. package/API/seedless-calls.mjs +12 -0
  100. package/API/send-telegram-callback.cjs +1 -0
  101. package/API/send-telegram-callback.d.ts +7 -0
  102. package/API/send-telegram-callback.mjs +11 -0
  103. package/API/simulate-batch-tx.cjs +1 -0
  104. package/API/simulate-batch-tx.d.ts +3 -0
  105. package/API/simulate-batch-tx.mjs +13 -0
  106. package/API/solana-calls.cjs +1 -0
  107. package/API/solana-calls.d.ts +34 -0
  108. package/API/solana-calls.mjs +19 -0
  109. package/API/tenderly.api.cjs +1 -1
  110. package/API/tenderly.api.mjs +24 -22
  111. package/API/token-calls.cjs +1 -1
  112. package/API/token-calls.d.ts +1 -1
  113. package/API/token-calls.mjs +12 -7
  114. package/API/unspent-utxos-calls.cjs +1 -0
  115. package/API/unspent-utxos-calls.d.ts +26 -0
  116. package/API/unspent-utxos-calls.mjs +27 -0
  117. package/API/weeklyAnalyticCalls.cjs +1 -0
  118. package/API/weeklyAnalyticCalls.d.ts +22 -0
  119. package/API/weeklyAnalyticCalls.mjs +16 -0
  120. package/README.md +61 -0
  121. package/constants/activity.constants.cjs +1 -0
  122. package/constants/activity.constants.d.ts +2 -0
  123. package/constants/activity.constants.mjs +14 -0
  124. package/constants/addresses.constants.cjs +1 -1
  125. package/constants/addresses.constants.d.ts +9 -0
  126. package/constants/addresses.constants.mjs +71 -41
  127. package/constants/backend.constants.cjs +1 -1
  128. package/constants/backend.constants.d.ts +3 -1
  129. package/constants/backend.constants.mjs +6 -7
  130. package/constants/bridging.constants.cjs +1 -0
  131. package/constants/bridging.constants.d.ts +5 -0
  132. package/constants/bridging.constants.mjs +8 -0
  133. package/constants/chains.constants.cjs +1 -1
  134. package/constants/chains.constants.d.ts +8 -3
  135. package/constants/chains.constants.mjs +88 -79
  136. package/constants/coingecko.constants.cjs +1 -1
  137. package/constants/coingecko.constants.d.ts +4 -1
  138. package/constants/coingecko.constants.mjs +25 -15
  139. package/constants/contracts.constants.cjs +1 -1
  140. package/constants/contracts.constants.mjs +74 -252
  141. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  142. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +1487 -8687
  143. package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -0
  144. package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +7381 -0
  145. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  146. package/constants/deploy-data/deploy-data-avalanche.json.mjs +258 -8430
  147. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  148. package/constants/deploy-data/deploy-data-base.json.mjs +1491 -8681
  149. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  150. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +258 -7898
  151. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  152. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +1835 -8845
  153. package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
  154. package/constants/deploy-data/deploy-data-localhost.json.mjs +1209 -10210
  155. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  156. package/constants/deploy-data/deploy-data-optimism.json.mjs +1491 -8681
  157. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  158. package/constants/deploy-data/deploy-data-polygon.json.mjs +1491 -8681
  159. package/constants/deploy-data/deploy-data-solana.json.cjs +1 -0
  160. package/constants/deploy-data/deploy-data-solana.json.mjs +6111 -0
  161. package/constants/deploy-data/index.d.ts +3 -3
  162. package/constants/events.constants.cjs +1 -0
  163. package/constants/events.constants.d.ts +1 -0
  164. package/constants/events.constants.mjs +12 -0
  165. package/constants/fees.constants.cjs +1 -1
  166. package/constants/fees.constants.d.ts +1 -12
  167. package/constants/fees.constants.mjs +4 -35
  168. package/constants/function-signatures.constants.cjs +1 -0
  169. package/constants/function-signatures.constants.d.ts +5 -0
  170. package/constants/function-signatures.constants.mjs +8 -0
  171. package/constants/index.d.ts +11 -6
  172. package/constants/kyc.constants.cjs +1 -1
  173. package/constants/kyc.constants.mjs +23 -35
  174. package/constants/lifi.constants.cjs +1 -0
  175. package/constants/lifi.constants.d.ts +1 -0
  176. package/constants/lifi.constants.mjs +4 -0
  177. package/constants/link.constant.cjs +1 -0
  178. package/constants/link.constant.d.ts +1 -0
  179. package/constants/link.constant.mjs +4 -0
  180. package/constants/mediaUrls.constants.cjs +1 -1
  181. package/constants/mediaUrls.constants.d.ts +10 -0
  182. package/constants/mediaUrls.constants.mjs +14 -4
  183. package/constants/oauthUrls.constants.cjs +1 -0
  184. package/constants/oauthUrls.constants.d.ts +7 -0
  185. package/constants/oauthUrls.constants.mjs +10 -0
  186. package/constants/okx.constants.cjs +1 -0
  187. package/constants/okx.constants.d.ts +2 -0
  188. package/constants/okx.constants.mjs +5 -0
  189. package/constants/permit2.constants.cjs +1 -1
  190. package/constants/permit2.constants.d.ts +6 -0
  191. package/constants/permit2.constants.mjs +14 -2
  192. package/constants/presale.constants.cjs +1 -0
  193. package/constants/presale.constants.d.ts +78 -0
  194. package/{externalABIs/LidoWstEthAbi.json.mjs → constants/presale.constants.mjs} +242 -218
  195. package/constants/protocol.constants.cjs +1 -1
  196. package/constants/protocol.constants.d.ts +32 -11
  197. package/constants/protocol.constants.mjs +44 -36
  198. package/constants/reorg-depths.constants.cjs +1 -1
  199. package/constants/reorg-depths.constants.mjs +14 -11
  200. package/constants/rewards.constants.cjs +1 -1
  201. package/constants/rewards.constants.d.ts +3 -4
  202. package/constants/rewards.constants.mjs +14 -21
  203. package/constants/save-depths.cjs +1 -0
  204. package/constants/save-depths.d.ts +3 -0
  205. package/constants/save-depths.mjs +19 -0
  206. package/constants/server.constants.cjs +1 -1
  207. package/constants/server.constants.d.ts +103 -79
  208. package/constants/server.constants.mjs +195 -148
  209. package/constants/tasks.constants.cjs +1 -0
  210. package/constants/tasks.constants.d.ts +9 -0
  211. package/constants/tasks.constants.mjs +230 -0
  212. package/constants/token-data/ERC20Registry.cjs +1 -1
  213. package/constants/token-data/ERC20Registry.mjs +50 -33
  214. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  215. package/constants/token-data/arbMainnetRegistry.json.mjs +1185 -526
  216. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  217. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1218 -463
  218. package/constants/token-data/arcTestnetRegistry.json.cjs +1 -0
  219. package/constants/token-data/arcTestnetRegistry.json.mjs +439 -0
  220. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  221. package/constants/token-data/avalancheRegistry.json.mjs +296 -322
  222. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  223. package/constants/token-data/avalancheRegistryFixed.json.mjs +297 -323
  224. package/constants/token-data/baseRegistry.json.cjs +1 -1
  225. package/constants/token-data/baseRegistry.json.mjs +715 -232
  226. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  227. package/constants/token-data/baseRegistryFixed.json.mjs +736 -217
  228. package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
  229. package/constants/token-data/bnbMainnetRegistry.json.mjs +444 -516
  230. package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
  231. package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +444 -516
  232. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  233. package/constants/token-data/ethMainnetRegistry.json.mjs +2710 -1798
  234. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  235. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +2894 -1494
  236. package/constants/token-data/index.cjs +1 -1
  237. package/constants/token-data/index.d.ts +228 -291
  238. package/constants/token-data/index.mjs +34 -28
  239. package/constants/token-data/localhostRegistry.json.cjs +1 -1
  240. package/constants/token-data/localhostRegistry.json.mjs +3 -3
  241. package/constants/token-data/optimismRegistry.json.cjs +1 -1
  242. package/constants/token-data/optimismRegistry.json.mjs +129 -1402
  243. package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
  244. package/constants/token-data/optimismRegistryFixed.json.mjs +129 -1322
  245. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  246. package/constants/token-data/polygonRegistry.json.mjs +1395 -784
  247. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  248. package/constants/token-data/polygonRegistryFixed.json.mjs +1447 -746
  249. package/constants/token-data/solanaLocalnetRegistry.json.cjs +1 -0
  250. package/constants/token-data/solanaLocalnetRegistry.json.mjs +24 -0
  251. package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -0
  252. package/constants/token-data/solanaMainnetRegistry.json.mjs +560 -0
  253. package/constants/token-data/tokenPricing.consts.d.ts +0 -3
  254. package/constants/vite.constants.cjs +1 -1
  255. package/constants/vite.constants.d.ts +7 -11
  256. package/constants/vite.constants.mjs +13 -38
  257. package/constants/wallet.constants.cjs +1 -0
  258. package/constants/wallet.constants.d.ts +7 -0
  259. package/constants/wallet.constants.mjs +10 -0
  260. package/crypto/preProcessing.cjs +1 -1
  261. package/crypto/preProcessing.mjs +3 -3
  262. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -0
  263. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.d.ts +18 -0
  264. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +175 -0
  265. package/data-structures/ApprovalDBs/index.d.ts +1 -0
  266. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  267. package/data-structures/Hinkal/Hinkal.d.ts +40 -46
  268. package/data-structures/Hinkal/Hinkal.mjs +344 -191
  269. package/data-structures/Hinkal/IHinkal.d.ts +39 -45
  270. package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -0
  271. package/data-structures/Hinkal/handleAutoDepositBack.d.ts +5 -0
  272. package/data-structures/Hinkal/handleAutoDepositBack.mjs +108 -0
  273. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -1
  274. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +5 -1
  275. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +31 -50
  276. package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
  277. package/data-structures/Hinkal/hinkalActionReceive.d.ts +4 -1
  278. package/data-structures/Hinkal/hinkalActionReceive.mjs +33 -31
  279. package/data-structures/Hinkal/hinkalApprove.cjs +1 -1
  280. package/data-structures/Hinkal/hinkalApprove.d.ts +2 -1
  281. package/data-structures/Hinkal/hinkalApprove.mjs +73 -78
  282. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.cjs +1 -0
  283. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.d.ts +3 -0
  284. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +28 -0
  285. package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -1
  286. package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +46 -7
  287. package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
  288. package/data-structures/Hinkal/hinkalDeposit.mjs +76 -62
  289. package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -0
  290. package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +4 -0
  291. package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +188 -0
  292. package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -1
  293. package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +1 -1
  294. package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +4 -4
  295. package/data-structures/Hinkal/hinkalGetZkMeProvider.d.ts +27 -2
  296. package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -1
  297. package/data-structures/Hinkal/hinkalInsideTransact.d.ts +3 -1
  298. package/data-structures/Hinkal/hinkalInsideTransact.mjs +84 -74
  299. package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -1
  300. package/data-structures/Hinkal/hinkalMultiSend.mjs +6 -6
  301. package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
  302. package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +4 -1
  303. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +127 -73
  304. package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
  305. package/data-structures/Hinkal/hinkalProxySwap.d.ts +4 -1
  306. package/data-structures/Hinkal/hinkalProxySwap.mjs +48 -24
  307. package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -0
  308. package/data-structures/Hinkal/hinkalProxyToPrivate.d.ts +6 -0
  309. package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +45 -0
  310. package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -1
  311. package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +3 -2
  312. package/data-structures/Hinkal/hinkalSignSubAccount.mjs +19 -17
  313. package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -0
  314. package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +4 -0
  315. package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +133 -0
  316. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -0
  317. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +3 -0
  318. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +236 -0
  319. package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -0
  320. package/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +6 -0
  321. package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +55 -0
  322. package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -0
  323. package/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +6 -0
  324. package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +99 -0
  325. package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -0
  326. package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +5 -0
  327. package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +96 -0
  328. package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -0
  329. package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +4 -0
  330. package/data-structures/Hinkal/hinkalSolanaSwap.mjs +119 -0
  331. package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -0
  332. package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +3 -0
  333. package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +89 -0
  334. package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -0
  335. package/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +3 -0
  336. package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +105 -0
  337. package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
  338. package/data-structures/Hinkal/hinkalSwap.d.ts +3 -1
  339. package/data-structures/Hinkal/hinkalSwap.mjs +103 -58
  340. package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
  341. package/data-structures/Hinkal/hinkalTransfer.d.ts +4 -1
  342. package/data-structures/Hinkal/hinkalTransfer.mjs +127 -2
  343. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  344. package/data-structures/Hinkal/hinkalWithdraw.d.ts +2 -2
  345. package/data-structures/Hinkal/hinkalWithdraw.mjs +95 -60
  346. package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -0
  347. package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.d.ts +4 -0
  348. package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +147 -0
  349. package/data-structures/Hinkal/index.d.ts +5 -4
  350. package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
  351. package/data-structures/Hinkal/resetMerkleTrees.mjs +59 -27
  352. package/data-structures/IndexedDB/activity-db.cjs +1 -1
  353. package/data-structures/IndexedDB/activity-db.d.ts +2 -3
  354. package/data-structures/IndexedDB/activity-db.mjs +146 -83
  355. package/data-structures/IndexedDB/balances-db.cjs +1 -1
  356. package/data-structures/IndexedDB/balances-db.d.ts +1 -1
  357. package/data-structures/IndexedDB/balances-db.mjs +59 -41
  358. package/data-structures/IndexedDB/contact-db.cjs +1 -1
  359. package/data-structures/IndexedDB/contact-db.mjs +83 -29
  360. package/data-structures/IndexedDB/index.d.ts +1 -0
  361. package/data-structures/IndexedDB/signatures-db.cjs +1 -0
  362. package/data-structures/IndexedDB/signatures-db.d.ts +10 -0
  363. package/data-structures/IndexedDB/signatures-db.mjs +63 -0
  364. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
  365. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +2 -2
  366. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +32 -31
  367. package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -0
  368. package/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +19 -0
  369. package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +204 -0
  370. package/data-structures/TokenDBs/ArcPublicTokensDB.cjs +1 -0
  371. package/data-structures/TokenDBs/ArcPublicTokensDB.d.ts +11 -0
  372. package/data-structures/TokenDBs/ArcPublicTokensDB.mjs +112 -0
  373. package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -0
  374. package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +17 -0
  375. package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +173 -0
  376. package/data-structures/TokenDBs/IPublicTokensDB.d.ts +6 -0
  377. package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
  378. package/data-structures/TokenDBs/PrivateTokensDB.mjs +48 -36
  379. package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
  380. package/data-structures/TokenDBs/PublicTokensDB.d.ts +4 -8
  381. package/data-structures/TokenDBs/PublicTokensDB.mjs +21 -75
  382. package/data-structures/TokenDBs/index.d.ts +2 -0
  383. package/data-structures/TokenDBs/token-visibility-db.cjs +1 -0
  384. package/data-structures/TokenDBs/token-visibility-db.d.ts +17 -0
  385. package/data-structures/TokenDBs/token-visibility-db.mjs +96 -0
  386. package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
  387. package/data-structures/crypto-keys/decodeUTXO.d.ts +15 -3
  388. package/data-structures/crypto-keys/decodeUTXO.mjs +84 -26
  389. package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
  390. package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +36 -30
  391. package/data-structures/crypto-keys/keys.cjs +1 -1
  392. package/data-structures/crypto-keys/keys.d.ts +21 -0
  393. package/data-structures/crypto-keys/keys.mjs +118 -38
  394. package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +1 -0
  395. package/data-structures/event-service/{AbstractAccessTokenSnapshotService.d.ts → evm/AbstractAccessTokenSnapshotService.d.ts} +4 -5
  396. package/data-structures/event-service/{AbstractAccessTokenSnapshotService.mjs → evm/AbstractAccessTokenSnapshotService.mjs} +12 -23
  397. package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +1 -0
  398. package/data-structures/event-service/{AbstractApprovalsSnapshotService.d.ts → evm/AbstractApprovalsSnapshotService.d.ts} +4 -5
  399. package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +92 -0
  400. package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +1 -0
  401. package/data-structures/event-service/{AbstractCommitmentsSnapshotService.d.ts → evm/AbstractCommitmentsSnapshotService.d.ts} +5 -6
  402. package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +86 -0
  403. package/data-structures/event-service/evm/AbstractEventService.cjs +1 -0
  404. package/data-structures/event-service/evm/AbstractEventService.d.ts +12 -0
  405. package/data-structures/event-service/evm/AbstractEventService.mjs +37 -0
  406. package/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -0
  407. package/data-structures/event-service/{AbstractNullifierSnapshotService.d.ts → evm/AbstractNullifierSnapshotService.d.ts} +4 -4
  408. package/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +48 -0
  409. package/data-structures/event-service/evm/AbstractSnapshotService.cjs +1 -0
  410. package/data-structures/event-service/{AbstractSnapshotService.d.ts → evm/AbstractSnapshotService.d.ts} +6 -7
  411. package/data-structures/event-service/evm/AbstractSnapshotService.mjs +33 -0
  412. package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -0
  413. package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +26 -0
  414. package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +90 -0
  415. package/data-structures/event-service/index.d.ts +13 -6
  416. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +1 -0
  417. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +34 -0
  418. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +87 -0
  419. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -0
  420. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +29 -0
  421. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +96 -0
  422. package/data-structures/event-service/solana/AbstractSolanaEventService.cjs +1 -0
  423. package/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +22 -0
  424. package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +33 -0
  425. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -0
  426. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +21 -0
  427. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +49 -0
  428. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +1 -0
  429. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +22 -0
  430. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +33 -0
  431. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -0
  432. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +41 -0
  433. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +154 -0
  434. package/data-structures/http/BasicHttpClient.cjs +1 -0
  435. package/data-structures/http/BasicHttpClient.d.ts +11 -0
  436. package/data-structures/http/BasicHttpClient.mjs +25 -0
  437. package/data-structures/http/HttpClient.cjs +1 -0
  438. package/data-structures/http/HttpClient.d.ts +10 -0
  439. package/data-structures/http/HttpClient.mjs +15 -0
  440. package/data-structures/http/index.d.ts +2 -0
  441. package/data-structures/index.d.ts +4 -1
  442. package/data-structures/presale/PresaleContractWrapper.cjs +1 -0
  443. package/data-structures/presale/PresaleContractWrapper.d.ts +23 -0
  444. package/data-structures/presale/PresaleContractWrapper.mjs +54 -0
  445. package/data-structures/presale/index.d.ts +1 -0
  446. package/data-structures/provider-adapter/IProviderAdapter.d.ts +4 -3
  447. package/data-structures/snapshot/SnapshotFetcherService.cjs +1 -0
  448. package/data-structures/snapshot/SnapshotFetcherService.d.ts +16 -0
  449. package/data-structures/snapshot/SnapshotFetcherService.mjs +42 -0
  450. package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +1 -0
  451. package/data-structures/snapshot/{ClientAccessTokenSnapshotService.d.ts → evm-snapshots/ClientAccessTokenSnapshotService.d.ts} +4 -3
  452. package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +41 -0
  453. package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +1 -0
  454. package/data-structures/snapshot/{ClientApprovalsSnapshotService.d.ts → evm-snapshots/ClientApprovalsSnapshotService.d.ts} +4 -4
  455. package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +43 -0
  456. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +1 -0
  457. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.d.ts +8 -0
  458. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +35 -0
  459. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +1 -0
  460. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.d.ts +8 -0
  461. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +34 -0
  462. package/data-structures/snapshot/index.d.ts +8 -0
  463. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +1 -0
  464. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.d.ts +8 -0
  465. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +42 -0
  466. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +1 -0
  467. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.d.ts +8 -0
  468. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +34 -0
  469. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +1 -0
  470. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.d.ts +8 -0
  471. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +34 -0
  472. package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
  473. package/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -13
  474. package/data-structures/token-price-fetcher/TokenChecker.mjs +13 -26
  475. package/data-structures/transactions-manager/history/history.types.cjs +1 -1
  476. package/data-structures/transactions-manager/history/history.types.d.ts +2 -81
  477. package/data-structures/transactions-manager/history/history.types.mjs +2 -42
  478. package/data-structures/transactions-manager/index.d.ts +0 -1
  479. package/data-structures/utxo/Utxo.cjs +1 -1
  480. package/data-structures/utxo/Utxo.d.ts +6 -1
  481. package/data-structures/utxo/Utxo.mjs +37 -24
  482. package/error-handling/customErrors/ErrorWithTx.cjs +1 -0
  483. package/error-handling/customErrors/ErrorWithTx.d.ts +5 -0
  484. package/error-handling/customErrors/ErrorWithTx.mjs +9 -0
  485. package/error-handling/customErrors/SimulationFailureError.cjs +1 -0
  486. package/error-handling/customErrors/SimulationFailureError.d.ts +10 -0
  487. package/error-handling/customErrors/SimulationFailureError.mjs +9 -0
  488. package/error-handling/customErrors/index.d.ts +2 -0
  489. package/error-handling/error-codes.constants.cjs +2 -2
  490. package/error-handling/error-codes.constants.d.ts +19 -20
  491. package/error-handling/error-codes.constants.mjs +178 -179
  492. package/error-handling/get-error.message.cjs +1 -1
  493. package/error-handling/get-error.message.d.ts +2 -0
  494. package/error-handling/get-error.message.mjs +81 -36
  495. package/error-handling/index.d.ts +1 -2
  496. package/error-handling/types.cjs +1 -1
  497. package/error-handling/types.d.ts +4 -1
  498. package/error-handling/types.mjs +2 -2
  499. package/externalABIs/ERC1155.json.cjs +1 -0
  500. package/externalABIs/ERC1155.json.mjs +320 -0
  501. package/externalABIs/ERC721.json.cjs +1 -0
  502. package/externalABIs/{BeefyZapOneInchAbi.json.mjs → ERC721.json.mjs} +162 -167
  503. package/externalABIs/NodeInterfaceABI.json.cjs +1 -0
  504. package/externalABIs/NodeInterfaceABI.json.mjs +280 -0
  505. package/externalABIs/index.cjs +1 -1
  506. package/externalABIs/index.d.ts +25 -79
  507. package/externalABIs/index.mjs +18 -20
  508. package/externalABIs/swapAbi.cjs +1 -0
  509. package/externalABIs/{BeefyZapAbi.json.mjs → swapAbi.mjs} +161 -81
  510. package/functions/connectors.types.d.ts +14 -0
  511. package/functions/index.d.ts +1 -1
  512. package/functions/pre-transaction/addressTableLookup.cjs +1 -0
  513. package/functions/pre-transaction/addressTableLookup.d.ts +4 -0
  514. package/functions/pre-transaction/addressTableLookup.mjs +44 -0
  515. package/functions/pre-transaction/constructAdminData.cjs +1 -0
  516. package/functions/pre-transaction/constructAdminData.d.ts +3 -0
  517. package/functions/pre-transaction/constructAdminData.mjs +33 -0
  518. package/functions/pre-transaction/convert-okx-instructions.cjs +1 -0
  519. package/functions/pre-transaction/convert-okx-instructions.d.ts +12 -0
  520. package/functions/pre-transaction/convert-okx-instructions.mjs +30 -0
  521. package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -1
  522. package/functions/pre-transaction/getExternalSwapAddress.mjs +9 -6
  523. package/functions/pre-transaction/getFeeStructure.cjs +1 -1
  524. package/functions/pre-transaction/getFeeStructure.d.ts +2 -2
  525. package/functions/pre-transaction/getFeeStructure.mjs +8 -9
  526. package/functions/pre-transaction/getFlatFees.cjs +1 -1
  527. package/functions/pre-transaction/getFlatFees.d.ts +2 -2
  528. package/functions/pre-transaction/getFlatFees.mjs +43 -166
  529. package/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -0
  530. package/functions/pre-transaction/getSolanaCalldataHash.d.ts +4 -0
  531. package/functions/pre-transaction/getSolanaCalldataHash.mjs +36 -0
  532. package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -0
  533. package/functions/pre-transaction/getVolatileTransferAmount.d.ts +9 -0
  534. package/functions/pre-transaction/getVolatileTransferAmount.mjs +53 -0
  535. package/functions/pre-transaction/index.d.ts +12 -1
  536. package/functions/pre-transaction/initTokenLimitIfNeeded.cjs +1 -0
  537. package/functions/pre-transaction/initTokenLimitIfNeeded.d.ts +3 -0
  538. package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +20 -0
  539. package/functions/pre-transaction/interaction-to-action.cjs +1 -1
  540. package/functions/pre-transaction/interaction-to-action.d.ts +2 -2
  541. package/functions/pre-transaction/interaction-to-action.mjs +6 -53
  542. package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -0
  543. package/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +3 -0
  544. package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +24 -0
  545. package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -1
  546. package/functions/pre-transaction/merge-with-fee-structure.mjs +15 -17
  547. package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -1
  548. package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +1 -0
  549. package/functions/pre-transaction/outputApprovalDataProcessing.mjs +32 -35
  550. package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
  551. package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
  552. package/functions/pre-transaction/outputUtxoProcessing.mjs +31 -18
  553. package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
  554. package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
  555. package/functions/pre-transaction/process-gas-estimates.mjs +9 -9
  556. package/functions/pre-transaction/recipientUtxoProcessing.cjs +1 -0
  557. package/functions/pre-transaction/recipientUtxoProcessing.d.ts +3 -0
  558. package/functions/pre-transaction/recipientUtxoProcessing.mjs +36 -0
  559. package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -0
  560. package/functions/pre-transaction/sendInitNullifiersTransaction.d.ts +11 -0
  561. package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +41 -0
  562. package/functions/pre-transaction/sendV0Transaction.cjs +1 -0
  563. package/functions/pre-transaction/sendV0Transaction.d.ts +22 -0
  564. package/functions/pre-transaction/sendV0Transaction.mjs +121 -0
  565. package/functions/pre-transaction/solana-public-signals.cjs +1 -0
  566. package/functions/pre-transaction/solana-public-signals.d.ts +19 -0
  567. package/functions/pre-transaction/solana-public-signals.mjs +60 -0
  568. package/functions/pre-transaction/solana.cjs +1 -0
  569. package/functions/pre-transaction/solana.d.ts +17 -0
  570. package/functions/pre-transaction/solana.mjs +96 -0
  571. package/functions/pre-transaction/solanaTransfer.utils.cjs +1 -0
  572. package/functions/pre-transaction/solanaTransfer.utils.d.ts +6 -0
  573. package/functions/pre-transaction/solanaTransfer.utils.mjs +38 -0
  574. package/functions/pre-transaction/store-instructions.cjs +1 -0
  575. package/functions/pre-transaction/store-instructions.d.ts +4 -0
  576. package/functions/pre-transaction/store-instructions.mjs +9 -0
  577. package/functions/pre-transaction/store-proof.cjs +1 -0
  578. package/functions/pre-transaction/store-proof.d.ts +7 -0
  579. package/functions/pre-transaction/store-proof.mjs +55 -0
  580. package/functions/private-wallet/emporium.helpers.cjs +1 -1
  581. package/functions/private-wallet/emporium.helpers.d.ts +20 -7
  582. package/functions/private-wallet/emporium.helpers.mjs +171 -95
  583. package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
  584. package/functions/private-wallet/emporium.swap.helpers.d.ts +3 -1
  585. package/functions/private-wallet/emporium.swap.helpers.mjs +134 -69
  586. package/functions/private-wallet/index.d.ts +0 -1
  587. package/functions/snarkjs/common.snarkjs.cjs +1 -1
  588. package/functions/snarkjs/common.snarkjs.d.ts +5 -1
  589. package/functions/snarkjs/common.snarkjs.mjs +70 -69
  590. package/functions/snarkjs/constant.cjs +1 -1
  591. package/functions/snarkjs/constant.d.ts +64 -6
  592. package/functions/snarkjs/constant.mjs +93 -29
  593. package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
  594. package/functions/snarkjs/constructEmporiumProof.d.ts +7 -6
  595. package/functions/snarkjs/constructEmporiumProof.mjs +146 -149
  596. package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
  597. package/functions/snarkjs/constructGeneralZkProof.d.ts +4 -4
  598. package/functions/snarkjs/constructGeneralZkProof.mjs +115 -118
  599. package/functions/snarkjs/constructSolanaZkProof.cjs +1 -0
  600. package/functions/snarkjs/constructSolanaZkProof.d.ts +13 -0
  601. package/functions/snarkjs/constructSolanaZkProof.mjs +105 -0
  602. package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -0
  603. package/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +11 -0
  604. package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +22 -0
  605. package/functions/snarkjs/generateCircomData.cjs +1 -1
  606. package/functions/snarkjs/generateCircomData.d.ts +1 -1
  607. package/functions/snarkjs/generateCircomData.mjs +23 -23
  608. package/functions/snarkjs/generateZkProof.cjs +1 -1
  609. package/functions/snarkjs/generateZkProof.mjs +13 -4
  610. package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
  611. package/functions/snarkjs/generateZkProofEnclave.mjs +13 -12
  612. package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -0
  613. package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +13 -0
  614. package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +92 -0
  615. package/functions/snarkjs/getZKFiles.cjs +1 -1
  616. package/functions/snarkjs/getZKFiles.mjs +13 -13
  617. package/functions/snarkjs/index.d.ts +1 -0
  618. package/functions/utils/addresses.cjs +1 -1
  619. package/functions/utils/addresses.d.ts +2 -1
  620. package/functions/utils/addresses.mjs +21 -15
  621. package/functions/utils/amounts.utils.cjs +1 -1
  622. package/functions/utils/amounts.utils.d.ts +3 -0
  623. package/functions/utils/amounts.utils.mjs +54 -28
  624. package/functions/utils/bytes32.utils.cjs +1 -0
  625. package/functions/utils/bytes32.utils.d.ts +2 -0
  626. package/functions/utils/bytes32.utils.mjs +10 -0
  627. package/functions/utils/cacheDevice.utils.cjs +1 -1
  628. package/functions/utils/cacheDevice.utils.mjs +8 -5
  629. package/functions/utils/cacheFunctions.cjs +1 -1
  630. package/functions/utils/cacheFunctions.mjs +53 -52
  631. package/functions/utils/caseInsensitive.utils.cjs +1 -1
  632. package/functions/utils/caseInsensitive.utils.d.ts +1 -1
  633. package/functions/utils/caseInsensitive.utils.mjs +3 -3
  634. package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -1
  635. package/functions/utils/convertEmporiumOpToCallInfo.d.ts +1 -1
  636. package/functions/utils/convertEmporiumOpToCallInfo.mjs +6 -5
  637. package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
  638. package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +5 -4
  639. package/functions/utils/create-provider.cjs +1 -1
  640. package/functions/utils/create-provider.d.ts +4 -0
  641. package/functions/utils/create-provider.mjs +9 -2
  642. package/functions/utils/encodeTokenWithId.cjs +1 -1
  643. package/functions/utils/encodeTokenWithId.d.ts +1 -1
  644. package/functions/utils/encodeTokenWithId.mjs +6 -2
  645. package/functions/utils/encryptInputForEnclave.cjs +1 -1
  646. package/functions/utils/encryptInputForEnclave.mjs +22 -21
  647. package/functions/utils/erc20tokenFunctions.cjs +1 -1
  648. package/functions/utils/erc20tokenFunctions.d.ts +7 -2
  649. package/functions/utils/erc20tokenFunctions.mjs +54 -21
  650. package/functions/utils/ethers-formatter.utils.cjs +1 -0
  651. package/functions/utils/ethers-formatter.utils.d.ts +5 -0
  652. package/functions/utils/ethers-formatter.utils.mjs +59 -0
  653. package/functions/utils/evmNetworkFunctions.cjs +1 -1
  654. package/functions/utils/evmNetworkFunctions.mjs +10 -7
  655. package/functions/utils/external-action.utils.cjs +1 -1
  656. package/functions/utils/external-action.utils.d.ts +0 -5
  657. package/functions/utils/external-action.utils.mjs +8 -56
  658. package/functions/utils/fees.utils.cjs +1 -1
  659. package/functions/utils/fees.utils.d.ts +3 -0
  660. package/functions/utils/fees.utils.mjs +29 -8
  661. package/functions/utils/get-hinkal-approvals.cjs +1 -0
  662. package/functions/utils/get-hinkal-approvals.d.ts +3 -0
  663. package/functions/utils/get-hinkal-approvals.mjs +38 -0
  664. package/functions/utils/get-signature-header.cjs +1 -0
  665. package/functions/utils/get-signature-header.d.ts +5 -0
  666. package/functions/utils/get-signature-header.mjs +8 -0
  667. package/functions/utils/getBlockExplorerUrl.cjs +1 -1
  668. package/functions/utils/getBlockExplorerUrl.mjs +3 -3
  669. package/functions/utils/getDataFromTransaction.cjs +1 -1
  670. package/functions/utils/getDataFromTransaction.d.ts +3 -4
  671. package/functions/utils/getDataFromTransaction.mjs +25 -44
  672. package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
  673. package/functions/utils/getRecipientInfoFromUserKeys.d.ts +0 -1
  674. package/functions/utils/getRecipientInfoFromUserKeys.mjs +10 -13
  675. package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -0
  676. package/functions/utils/getUtxosFromReceipt.utils.d.ts +4 -0
  677. package/functions/utils/getUtxosFromReceipt.utils.mjs +29 -0
  678. package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -0
  679. package/functions/utils/getUtxosFromReceiptSolana.d.ts +5 -0
  680. package/functions/utils/getUtxosFromReceiptSolana.mjs +19 -0
  681. package/functions/utils/inLogicMetadata.cjs +1 -0
  682. package/functions/utils/inLogicMetadata.d.ts +2 -0
  683. package/functions/utils/inLogicMetadata.mjs +8 -0
  684. package/functions/utils/index.d.ts +16 -2
  685. package/functions/utils/involves-permit2-op.cjs +1 -1
  686. package/functions/utils/involves-permit2-op.d.ts +8 -1
  687. package/functions/utils/involves-permit2-op.mjs +7 -3
  688. package/functions/utils/ipfs.cjs +1 -0
  689. package/functions/utils/ipfs.d.ts +8 -0
  690. package/functions/utils/ipfs.mjs +25 -0
  691. package/functions/utils/is-valid-url.cjs +1 -0
  692. package/functions/utils/is-valid-url.d.ts +1 -0
  693. package/functions/utils/is-valid-url.mjs +4 -0
  694. package/functions/utils/lifi.utils.d.ts +1 -0
  695. package/functions/utils/mutexes.utils.cjs +1 -0
  696. package/functions/utils/mutexes.utils.d.ts +2 -0
  697. package/functions/utils/mutexes.utils.mjs +5 -0
  698. package/functions/utils/networks.utils.cjs +1 -0
  699. package/functions/utils/networks.utils.d.ts +1 -0
  700. package/functions/utils/networks.utils.mjs +21 -0
  701. package/functions/utils/nftTokenFunctions.cjs +1 -0
  702. package/functions/utils/nftTokenFunctions.d.ts +2 -0
  703. package/functions/utils/nftTokenFunctions.mjs +40 -0
  704. package/functions/utils/postToOffscreen.cjs +1 -0
  705. package/functions/utils/postToOffscreen.d.ts +2 -0
  706. package/functions/utils/postToOffscreen.mjs +6 -0
  707. package/functions/utils/prepareHinkal.cjs +1 -0
  708. package/functions/utils/prepareHinkal.d.ts +14 -2
  709. package/functions/utils/prepareHinkal.mjs +88 -0
  710. package/functions/utils/publicBalance.utils.cjs +1 -1
  711. package/functions/utils/publicBalance.utils.d.ts +5 -3
  712. package/functions/utils/publicBalance.utils.mjs +95 -15
  713. package/functions/utils/solanaMint.utils.cjs +1 -0
  714. package/functions/utils/solanaMint.utils.d.ts +10 -0
  715. package/functions/utils/solanaMint.utils.mjs +14 -0
  716. package/functions/utils/string.utils.cjs +1 -1
  717. package/functions/utils/string.utils.d.ts +3 -0
  718. package/functions/utils/string.utils.mjs +10 -4
  719. package/functions/utils/time.utils.cjs +1 -1
  720. package/functions/utils/time.utils.d.ts +11 -0
  721. package/functions/utils/time.utils.mjs +52 -4
  722. package/functions/utils/trimFieldValues.cjs +1 -0
  723. package/functions/utils/trimFieldValues.d.ts +4 -0
  724. package/functions/utils/trimFieldValues.mjs +17 -0
  725. package/functions/utils/userAgent.cjs +1 -1
  726. package/functions/utils/userAgent.d.ts +2 -1
  727. package/functions/utils/userAgent.mjs +23 -11
  728. package/functions/utils/walletBalances.utils.cjs +1 -0
  729. package/functions/utils/walletBalances.utils.d.ts +17 -0
  730. package/functions/utils/walletBalances.utils.mjs +42 -0
  731. package/functions/web3/EIP-712.cjs +1 -0
  732. package/functions/web3/EIP-712.d.ts +23 -0
  733. package/functions/web3/EIP-712.mjs +113 -0
  734. package/functions/web3/connectors.utils.cjs +1 -0
  735. package/functions/web3/connectors.utils.d.ts +6 -0
  736. package/functions/web3/connectors.utils.mjs +23 -0
  737. package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -1
  738. package/functions/web3/events/balanceChangedCustomHandler.mjs +2 -3
  739. package/functions/web3/events/balanceChangedHandler.cjs +1 -1
  740. package/functions/web3/events/balanceChangedHandler.mjs +4 -5
  741. package/functions/web3/events/getApprovedBalance.cjs +1 -1
  742. package/functions/web3/events/getApprovedBalance.mjs +42 -68
  743. package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
  744. package/functions/web3/events/getInputUtxoAndBalance.d.ts +7 -6
  745. package/functions/web3/events/getInputUtxoAndBalance.mjs +154 -119
  746. package/functions/web3/events/getInputUtxosEnclave.cjs +1 -0
  747. package/functions/web3/events/getInputUtxosEnclave.d.ts +8 -0
  748. package/functions/web3/events/getInputUtxosEnclave.mjs +47 -0
  749. package/functions/web3/events/getShieldedBalance.cjs +2 -2
  750. package/functions/web3/events/getShieldedBalance.d.ts +2 -2
  751. package/functions/web3/events/getShieldedBalance.mjs +78 -68
  752. package/functions/web3/events/getTransactionLogEvents.cjs +1 -0
  753. package/functions/web3/events/getTransactionLogEvents.d.ts +13 -0
  754. package/functions/web3/events/getTransactionLogEvents.mjs +75 -0
  755. package/functions/web3/events/index.d.ts +1 -0
  756. package/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -0
  757. package/functions/web3/fetchSolanaMerkleTreeRootHash.d.ts +4 -0
  758. package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +45 -0
  759. package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
  760. package/functions/web3/functionCalls/accessTokenCalls.d.ts +3 -2
  761. package/functions/web3/functionCalls/accessTokenCalls.mjs +24 -21
  762. package/functions/web3/functionCalls/approveToken.cjs +1 -1
  763. package/functions/web3/functionCalls/approveToken.mjs +21 -19
  764. package/functions/web3/functionCalls/constructBatchCall.cjs +1 -0
  765. package/functions/web3/functionCalls/constructBatchCall.d.ts +5 -0
  766. package/functions/web3/functionCalls/constructBatchCall.mjs +21 -0
  767. package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
  768. package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -1
  769. package/functions/web3/functionCalls/estimateGasRelayer.mjs +15 -14
  770. package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
  771. package/functions/web3/functionCalls/transactCallDirect.mjs +38 -24
  772. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  773. package/functions/web3/functionCalls/transactCallRelayer.d.ts +22 -2
  774. package/functions/web3/functionCalls/transactCallRelayer.mjs +86 -32
  775. package/functions/web3/getContractMetadata.cjs +1 -1
  776. package/functions/web3/getContractMetadata.mjs +24 -20
  777. package/functions/web3/getPublicAddressBalance.cjs +1 -0
  778. package/functions/web3/getPublicAddressBalance.d.ts +2 -0
  779. package/functions/web3/getPublicAddressBalance.mjs +9 -0
  780. package/functions/web3/getTokenHolder.cjs +1 -1
  781. package/functions/web3/getTokenHolder.mjs +71 -10
  782. package/functions/web3/index.d.ts +6 -0
  783. package/functions/web3/lifiAPI.cjs +1 -0
  784. package/functions/web3/lifiAPI.d.ts +6 -0
  785. package/functions/web3/lifiAPI.mjs +30 -0
  786. package/functions/web3/odosAPI.cjs +1 -1
  787. package/functions/web3/odosAPI.d.ts +1 -1
  788. package/functions/web3/odosAPI.mjs +30 -21
  789. package/functions/web3/okxAPI.cjs +1 -0
  790. package/functions/web3/okxAPI.d.ts +8 -0
  791. package/functions/web3/okxAPI.mjs +43 -0
  792. package/functions/web3/oneInchAPI.cjs +1 -1
  793. package/functions/web3/oneInchAPI.d.ts +1 -1
  794. package/functions/web3/oneInchAPI.mjs +30 -20
  795. package/functions/web3/runContractFunction.cjs +1 -1
  796. package/functions/web3/runContractFunction.mjs +33 -26
  797. package/functions/web3/signAndSendSerializedTransaction.cjs +1 -0
  798. package/functions/web3/signAndSendSerializedTransaction.d.ts +2 -0
  799. package/functions/web3/signAndSendSerializedTransaction.mjs +11 -0
  800. package/functions/web3/solana-wagmi-adapter.cjs +1 -0
  801. package/functions/web3/solana-wagmi-adapter.d.ts +3 -0
  802. package/functions/web3/solana-wagmi-adapter.mjs +29 -0
  803. package/functions/web3/uniswapAPI.cjs +1 -1
  804. package/functions/web3/uniswapAPI.mjs +36 -27
  805. package/index.cjs +1 -1
  806. package/index.d.ts +1 -0
  807. package/index.mjs +978 -787
  808. package/mutexes/index.d.ts +1 -0
  809. package/mutexes/mutex.cjs +1 -0
  810. package/mutexes/mutex.d.ts +2 -0
  811. package/mutexes/mutex.mjs +5 -0
  812. package/package.json +10 -3
  813. package/providers/CustomEthersProvider.cjs +1 -0
  814. package/providers/CustomEthersProvider.d.ts +10 -0
  815. package/providers/CustomEthersProvider.mjs +29 -0
  816. package/providers/CustomSolanaConnection.cjs +1 -0
  817. package/providers/CustomSolanaConnection.d.ts +4 -0
  818. package/providers/CustomSolanaConnection.mjs +33 -0
  819. package/providers/EthersProviderAdapter.cjs +1 -1
  820. package/providers/EthersProviderAdapter.d.ts +1 -2
  821. package/providers/EthersProviderAdapter.mjs +19 -21
  822. package/providers/SolanaProviderAdapter.cjs +1 -0
  823. package/providers/SolanaProviderAdapter.d.ts +44 -0
  824. package/providers/SolanaProviderAdapter.mjs +125 -0
  825. package/providers/WagmiProviderAdapter.cjs +1 -1
  826. package/providers/WagmiProviderAdapter.d.ts +5 -2
  827. package/providers/WagmiProviderAdapter.mjs +110 -56
  828. package/providers/prepareEthersHinkal.cjs +1 -1
  829. package/providers/prepareEthersHinkal.mjs +27 -15
  830. package/providers/prepareWagmiHinkal.cjs +1 -1
  831. package/providers/prepareWagmiHinkal.mjs +27 -15
  832. package/types/API.types.d.ts +0 -19
  833. package/types/IMultiThreadedUtxoUtils.d.ts +2 -2
  834. package/types/RewardUserEnums.cjs +1 -0
  835. package/types/RewardUserEnums.d.ts +11 -0
  836. package/types/RewardUserEnums.mjs +5 -0
  837. package/types/TransactionSimulator.types.d.ts +17 -3
  838. package/types/WeeklyAnalytics.types.d.ts +37 -0
  839. package/types/activities.types.cjs +1 -1
  840. package/types/activities.types.d.ts +34 -7
  841. package/types/activities.types.mjs +22 -10
  842. package/types/admin.types.cjs +1 -1
  843. package/types/admin.types.d.ts +42 -20
  844. package/types/admin.types.mjs +2 -3
  845. package/types/all-points.types.d.ts +7 -0
  846. package/types/approvals.types.cjs +1 -0
  847. package/types/approvals.types.d.ts +41 -0
  848. package/types/approvals.types.mjs +4 -0
  849. package/types/bridging.types.d.ts +29 -0
  850. package/types/brotherhood-user.types.d.ts +11 -0
  851. package/types/cache.types.cjs +1 -1
  852. package/types/cache.types.d.ts +26 -4
  853. package/types/cache.types.mjs +2 -2
  854. package/types/circom-data.types.d.ts +12 -0
  855. package/types/coingecko.types.d.ts +207 -0
  856. package/types/commitments.types.d.ts +12 -0
  857. package/types/confirmation-request.types.cjs +1 -0
  858. package/types/confirmation-request.types.d.ts +10 -0
  859. package/types/confirmation-request.types.mjs +4 -0
  860. package/types/connector.types.d.ts +4 -0
  861. package/types/contacts.types.d.ts +1 -0
  862. package/types/eip5792.types.cjs +1 -0
  863. package/types/eip5792.types.d.ts +33 -0
  864. package/types/eip5792.types.mjs +5 -0
  865. package/types/ethereum-network.types.cjs +1 -1
  866. package/types/ethereum-network.types.d.ts +21 -95
  867. package/types/ethereum-network.types.mjs +2 -2
  868. package/types/external-action.types.cjs +1 -1
  869. package/types/external-action.types.d.ts +4 -16
  870. package/types/external-action.types.mjs +2 -2
  871. package/types/generatePoints.cjs +1 -0
  872. package/types/generatePoints.d.ts +14 -0
  873. package/types/generatePoints.mjs +5 -0
  874. package/types/hinkal.types.cjs +1 -1
  875. package/types/hinkal.types.d.ts +24 -96
  876. package/types/hinkal.types.mjs +26 -33
  877. package/types/http.types.d.ts +8 -0
  878. package/types/index.d.ts +25 -8
  879. package/types/kyc.types.cjs +1 -1
  880. package/types/kyc.types.d.ts +5 -3
  881. package/types/kyc.types.mjs +3 -3
  882. package/types/message.types.d.ts +5 -0
  883. package/types/new-rewards.type.cjs +1 -0
  884. package/types/new-rewards.type.d.ts +156 -0
  885. package/types/new-rewards.type.mjs +7 -0
  886. package/types/offscreen.types.cjs +1 -0
  887. package/types/offscreen.types.d.ts +9 -0
  888. package/types/offscreen.types.mjs +4 -0
  889. package/types/okx.types.d.ts +57 -0
  890. package/types/presaleReferral.types.d.ts +4 -0
  891. package/types/proxy.types.d.ts +10 -0
  892. package/types/referral.types.d.ts +12 -0
  893. package/types/rewards.types.cjs +1 -1
  894. package/types/rewards.types.d.ts +15 -210
  895. package/types/rewards.types.mjs +3 -25
  896. package/types/routing.types.cjs +1 -0
  897. package/types/routing.types.d.ts +7 -0
  898. package/types/routing.types.mjs +4 -0
  899. package/types/sandbox.types.cjs +1 -1
  900. package/types/sandbox.types.d.ts +86 -21
  901. package/types/sandbox.types.mjs +2 -2
  902. package/types/scheduled-transactions.types.cjs +1 -0
  903. package/types/scheduled-transactions.types.d.ts +22 -0
  904. package/types/scheduled-transactions.types.mjs +4 -0
  905. package/types/session.types.d.ts +11 -0
  906. package/types/signature.types.d.ts +10 -0
  907. package/types/slippage.types.cjs +1 -1
  908. package/types/slippage.types.d.ts +1 -13
  909. package/types/slippage.types.mjs +2 -13
  910. package/types/solana.types.d.ts +75 -0
  911. package/types/tenderly.api.types.d.ts +37 -21
  912. package/types/token-prices.types.cjs +1 -0
  913. package/types/token-prices.types.d.ts +7 -0
  914. package/types/token-prices.types.mjs +9 -0
  915. package/types/token.types.d.ts +32 -8
  916. package/types/transactions.types.cjs +1 -1
  917. package/types/transactions.types.d.ts +12 -20
  918. package/types/transactions.types.mjs +5 -5
  919. package/types/wc.types.d.ts +4 -15
  920. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  921. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  922. package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
  923. package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +28 -21
  924. package/webworker/utxoWorker/utxoWorker.types.d.ts +2 -0
  925. package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
  926. package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
  927. package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
  928. package/webworker/utxoWorker/utxoWorkerLogic.mjs +33 -31
  929. package/webworker/viteWorkerURL.constant.cjs +3 -3
  930. package/webworker/viteWorkerURL.constant.mjs +3 -3
  931. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  932. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  933. package/API/HinkalPointsCalls.cjs +0 -1
  934. package/API/HinkalPointsCalls.d.ts +0 -20
  935. package/API/HinkalPointsCalls.mjs +0 -15
  936. package/API/callBeefyGraphAPI.cjs +0 -1
  937. package/API/callBeefyGraphAPI.d.ts +0 -2
  938. package/API/callBeefyGraphAPI.mjs +0 -14
  939. package/API/callCurveAPI.cjs +0 -1
  940. package/API/callCurveAPI.d.ts +0 -9
  941. package/API/callCurveAPI.mjs +0 -160
  942. package/API/dataServerCalls.cjs +0 -1
  943. package/API/dataServerCalls.d.ts +0 -6
  944. package/API/dataServerCalls.mjs +0 -13
  945. package/API/fetchNullifiers.cjs +0 -1
  946. package/API/fetchNullifiers.d.ts +0 -5
  947. package/API/fetchNullifiers.mjs +0 -7
  948. package/API/getAxelarGasEstimate.cjs +0 -1
  949. package/API/getAxelarGasEstimate.d.ts +0 -5
  950. package/API/getAxelarGasEstimate.mjs +0 -14
  951. package/API/getConnextReceiveFee.cjs +0 -1
  952. package/API/getConnextReceiveFee.d.ts +0 -2
  953. package/API/getConnextReceiveFee.mjs +0 -7
  954. package/API/referralProgramCalls.cjs +0 -1
  955. package/API/referralProgramCalls.d.ts +0 -36
  956. package/API/referralProgramCalls.mjs +0 -35
  957. package/API/rewardsPointsCalls.cjs +0 -1
  958. package/API/rewardsPointsCalls.d.ts +0 -10
  959. package/API/rewardsPointsCalls.mjs +0 -15
  960. package/API/userVerifyTransactions.cjs +0 -1
  961. package/API/userVerifyTransactions.d.ts +0 -19
  962. package/API/userVerifyTransactions.mjs +0 -21
  963. package/constants/axelar.constants.cjs +0 -1
  964. package/constants/axelar.constants.d.ts +0 -5
  965. package/constants/axelar.constants.mjs +0 -48
  966. package/constants/beefy.registry.cjs +0 -1
  967. package/constants/beefy.registry.d.ts +0 -8
  968. package/constants/beefy.registry.mjs +0 -24
  969. package/constants/crvCvx.registry.cjs +0 -1
  970. package/constants/crvCvx.registry.d.ts +0 -20
  971. package/constants/crvCvx.registry.mjs +0 -638
  972. package/constants/crvDynamic.registry.cjs +0 -1
  973. package/constants/crvDynamic.registry.d.ts +0 -1
  974. package/constants/crvDynamic.registry.mjs +0 -24
  975. package/constants/deploy-data/deploy-data-axelar1.json.cjs +0 -1
  976. package/constants/deploy-data/deploy-data-axelar1.json.mjs +0 -4329
  977. package/constants/deploy-data/deploy-data-axelar2.json.cjs +0 -1
  978. package/constants/deploy-data/deploy-data-axelar2.json.mjs +0 -4329
  979. package/constants/lido.constants.cjs +0 -1
  980. package/constants/lido.constants.d.ts +0 -10
  981. package/constants/lido.constants.mjs +0 -13
  982. package/constants/pendle.registry.cjs +0 -1
  983. package/constants/pendle.registry.d.ts +0 -21
  984. package/constants/pendle.registry.mjs +0 -253
  985. package/constants/token-data/tokenPricing.consts.cjs +0 -1
  986. package/constants/token-data/tokenPricing.consts.mjs +0 -6
  987. package/data-structures/Hinkal/hinkalActionBeefy.cjs +0 -1
  988. package/data-structures/Hinkal/hinkalActionBeefy.d.ts +0 -3
  989. package/data-structures/Hinkal/hinkalActionBeefy.mjs +0 -80
  990. package/data-structures/Hinkal/hinkalActionConvex.cjs +0 -1
  991. package/data-structures/Hinkal/hinkalActionConvex.d.ts +0 -12
  992. package/data-structures/Hinkal/hinkalActionConvex.mjs +0 -61
  993. package/data-structures/Hinkal/hinkalActionCurve.cjs +0 -1
  994. package/data-structures/Hinkal/hinkalActionCurve.d.ts +0 -12
  995. package/data-structures/Hinkal/hinkalActionCurve.mjs +0 -93
  996. package/data-structures/Hinkal/hinkalActionLidoEth.cjs +0 -1
  997. package/data-structures/Hinkal/hinkalActionLidoEth.d.ts +0 -4
  998. package/data-structures/Hinkal/hinkalActionLidoEth.mjs +0 -72
  999. package/data-structures/Hinkal/hinkalActionPendle.cjs +0 -1
  1000. package/data-structures/Hinkal/hinkalActionPendle.d.ts +0 -3
  1001. package/data-structures/Hinkal/hinkalActionPendle.mjs +0 -119
  1002. package/data-structures/Hinkal/hinkalActionPendleLP.cjs +0 -1
  1003. package/data-structures/Hinkal/hinkalActionPendleLP.d.ts +0 -7
  1004. package/data-structures/Hinkal/hinkalActionPendleLP.mjs +0 -81
  1005. package/data-structures/Hinkal/hinkalActionStake.cjs +0 -1
  1006. package/data-structures/Hinkal/hinkalActionStake.mjs +0 -122
  1007. package/data-structures/Hinkal/hinkalActionVolatile.cjs +0 -1
  1008. package/data-structures/Hinkal/hinkalActionVolatile.d.ts +0 -3
  1009. package/data-structures/Hinkal/hinkalActionVolatile.mjs +0 -89
  1010. package/data-structures/Hinkal/hinkalDeploySubAccount.cjs +0 -1
  1011. package/data-structures/Hinkal/hinkalDeploySubAccount.d.ts +0 -3
  1012. package/data-structures/Hinkal/hinkalDeploySubAccount.mjs +0 -15
  1013. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +0 -1
  1014. package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +0 -1
  1015. package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +0 -104
  1016. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +0 -1
  1017. package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +0 -94
  1018. package/data-structures/event-service/AbstractEventService.cjs +0 -1
  1019. package/data-structures/event-service/AbstractEventService.d.ts +0 -31
  1020. package/data-structures/event-service/AbstractEventService.mjs +0 -95
  1021. package/data-structures/event-service/AbstractNullifierSnapshotService.cjs +0 -1
  1022. package/data-structures/event-service/AbstractNullifierSnapshotService.mjs +0 -59
  1023. package/data-structures/event-service/AbstractSnapshotService.cjs +0 -1
  1024. package/data-structures/event-service/AbstractSnapshotService.mjs +0 -35
  1025. package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +0 -1
  1026. package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +0 -32
  1027. package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +0 -1
  1028. package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +0 -23
  1029. package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +0 -1
  1030. package/data-structures/snapshot/ClientCommitmentsSnapshotService.d.ts +0 -7
  1031. package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +0 -31
  1032. package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +0 -1
  1033. package/data-structures/snapshot/ClientNullifierSnapshotService.d.ts +0 -7
  1034. package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +0 -28
  1035. package/data-structures/transactions-manager/TransactionsManager.cjs +0 -1
  1036. package/data-structures/transactions-manager/TransactionsManager.d.ts +0 -28
  1037. package/data-structures/transactions-manager/TransactionsManager.mjs +0 -180
  1038. package/data-structures/transactions-manager/history/getBeefyData.cjs +0 -1
  1039. package/data-structures/transactions-manager/history/getBeefyData.d.ts +0 -3
  1040. package/data-structures/transactions-manager/history/getBeefyData.mjs +0 -49
  1041. package/data-structures/transactions-manager/history/getConvexData.cjs +0 -1
  1042. package/data-structures/transactions-manager/history/getConvexData.d.ts +0 -6
  1043. package/data-structures/transactions-manager/history/getConvexData.mjs +0 -38
  1044. package/data-structures/transactions-manager/history/getCurveData.cjs +0 -1
  1045. package/data-structures/transactions-manager/history/getCurveData.d.ts +0 -6
  1046. package/data-structures/transactions-manager/history/getCurveData.mjs +0 -78
  1047. package/data-structures/transactions-manager/history/getDepositData.cjs +0 -1
  1048. package/data-structures/transactions-manager/history/getDepositData.d.ts +0 -2
  1049. package/data-structures/transactions-manager/history/getDepositData.mjs +0 -12
  1050. package/data-structures/transactions-manager/history/getLidoData.cjs +0 -1
  1051. package/data-structures/transactions-manager/history/getLidoData.d.ts +0 -10
  1052. package/data-structures/transactions-manager/history/getLidoData.mjs +0 -26
  1053. package/data-structures/transactions-manager/history/getPendleData.cjs +0 -1
  1054. package/data-structures/transactions-manager/history/getPendleData.d.ts +0 -3
  1055. package/data-structures/transactions-manager/history/getPendleData.mjs +0 -40
  1056. package/data-structures/transactions-manager/history/getSwapData.cjs +0 -1
  1057. package/data-structures/transactions-manager/history/getSwapData.d.ts +0 -3
  1058. package/data-structures/transactions-manager/history/getSwapData.mjs +0 -19
  1059. package/data-structures/transactions-manager/history/getTxDetails.cjs +0 -1
  1060. package/data-structures/transactions-manager/history/getTxDetails.d.ts +0 -3
  1061. package/data-structures/transactions-manager/history/getTxDetails.mjs +0 -57
  1062. package/data-structures/transactions-manager/history/getVolatileData.cjs +0 -1
  1063. package/data-structures/transactions-manager/history/getVolatileData.d.ts +0 -32
  1064. package/data-structures/transactions-manager/history/getVolatileData.mjs +0 -56
  1065. package/data-structures/transactions-manager/history/history.utils.cjs +0 -1
  1066. package/data-structures/transactions-manager/history/history.utils.d.ts +0 -8
  1067. package/data-structures/transactions-manager/history/history.utils.mjs +0 -8
  1068. package/data-structures/volatile-helper/VolatileHelper.cjs +0 -1
  1069. package/data-structures/volatile-helper/VolatileHelper.d.ts +0 -57
  1070. package/data-structures/volatile-helper/VolatileHelper.mjs +0 -161
  1071. package/data-structures/volatile-helper/index.d.ts +0 -1
  1072. package/externalABIs/BeefyRouterAbi.json.cjs +0 -1
  1073. package/externalABIs/BeefyRouterAbi.json.mjs +0 -1025
  1074. package/externalABIs/BeefyStrategyAbi.json.cjs +0 -1
  1075. package/externalABIs/BeefyStrategyAbi.json.mjs +0 -1426
  1076. package/externalABIs/BeefyVaultAbi.json.cjs +0 -1
  1077. package/externalABIs/BeefyVaultAbi.json.mjs +0 -573
  1078. package/externalABIs/BeefyZapAbi.json.cjs +0 -1
  1079. package/externalABIs/BeefyZapOneInchAbi.json.cjs +0 -1
  1080. package/externalABIs/ConvexBoosterAbi.json.cjs +0 -1
  1081. package/externalABIs/ConvexBoosterAbi.json.mjs +0 -677
  1082. package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +0 -1
  1083. package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +0 -1005
  1084. package/externalABIs/ConvexRewardPoolAbi.json.cjs +0 -1
  1085. package/externalABIs/ConvexRewardPoolAbi.json.mjs +0 -886
  1086. package/externalABIs/CurveReadingWrapperAbi.json.cjs +0 -1
  1087. package/externalABIs/CurveReadingWrapperAbi.json.mjs +0 -1425
  1088. package/externalABIs/CurveWrappedMainPool.json.cjs +0 -1
  1089. package/externalABIs/CurveWrappedMainPool.json.mjs +0 -1139
  1090. package/externalABIs/CurveZap.json.cjs +0 -1
  1091. package/externalABIs/CurveZap.json.mjs +0 -265
  1092. package/externalABIs/CvxCrvUtilities.json.cjs +0 -1
  1093. package/externalABIs/CvxCrvUtilities.json.mjs +0 -267
  1094. package/externalABIs/ERC20.d.ts +0 -1
  1095. package/externalABIs/LidoStEthAbi.json.cjs +0 -1
  1096. package/externalABIs/LidoStEthAbi.json.mjs +0 -1603
  1097. package/externalABIs/LidoStMaticAbi.json.cjs +0 -1
  1098. package/externalABIs/LidoStMaticAbi.json.mjs +0 -1764
  1099. package/externalABIs/LidoStakeManagerAbi.json.cjs +0 -1
  1100. package/externalABIs/LidoStakeManagerAbi.json.mjs +0 -2082
  1101. package/externalABIs/LidoWithdrawalQueueERC721Abi.json.cjs +0 -1
  1102. package/externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs +0 -2030
  1103. package/externalABIs/LidoWstEthAbi.json.cjs +0 -1
  1104. package/externalABIs/PendleRouterAbi.json.cjs +0 -1
  1105. package/externalABIs/PendleRouterAbi.json.mjs +0 -176
  1106. package/externalABIs/PoLidoNftAbi.json.cjs +0 -1
  1107. package/externalABIs/PoLidoNftAbi.json.mjs +0 -701
  1108. package/externalABIs/crvFRAX.d.ts +0 -38
  1109. package/functions/pre-transaction/processAmountChanges.cjs +0 -1
  1110. package/functions/pre-transaction/processAmountChanges.d.ts +0 -12
  1111. package/functions/pre-transaction/processAmountChanges.mjs +0 -228
  1112. package/functions/private-wallet/smartContractWalletCalculator.cjs +0 -1
  1113. package/functions/private-wallet/smartContractWalletCalculator.d.ts +0 -5
  1114. package/functions/private-wallet/smartContractWalletCalculator.mjs +0 -25
  1115. package/functions/protocols/convex.protocols.cjs +0 -1
  1116. package/functions/protocols/convex.protocols.d.ts +0 -1
  1117. package/functions/protocols/convex.protocols.mjs +0 -28
  1118. package/functions/protocols/curve.protocols.cjs +0 -1
  1119. package/functions/protocols/curve.protocols.d.ts +0 -1
  1120. package/functions/protocols/curve.protocols.mjs +0 -22
  1121. package/functions/protocols/index.d.ts +0 -3
  1122. package/functions/protocols/pendle.helpers.cjs +0 -1
  1123. package/functions/protocols/pendle.helpers.d.ts +0 -8
  1124. package/functions/protocols/pendle.helpers.mjs +0 -112
  1125. package/functions/utils/axelar.utils.cjs +0 -1
  1126. package/functions/utils/axelar.utils.d.ts +0 -3
  1127. package/functions/utils/axelar.utils.mjs +0 -45
  1128. package/functions/utils/enum.utils.cjs +0 -1
  1129. package/functions/utils/enum.utils.mjs +0 -14
  1130. package/functions/utils/volatile-patcher.utils.cjs +0 -1
  1131. package/functions/utils/volatile-patcher.utils.d.ts +0 -1
  1132. package/functions/utils/volatile-patcher.utils.mjs +0 -18
  1133. package/types/axelar.types.d.ts +0 -14
  1134. package/types/beefy.types.cjs +0 -1
  1135. package/types/beefy.types.d.ts +0 -11
  1136. package/types/beefy.types.mjs +0 -21
  1137. package/types/connext.types.d.ts +0 -13
  1138. package/types/curve.types.cjs +0 -1
  1139. package/types/curve.types.d.ts +0 -133
  1140. package/types/curve.types.mjs +0 -24
  1141. package/types/earlyAccessCode.types.d.ts +0 -4
  1142. package/types/hinkalTvl.types.d.ts +0 -4
  1143. package/types/pendle.api.types.d.ts +0 -233
  1144. package/types/pendle.types.cjs +0 -1
  1145. package/types/pendle.types.d.ts +0 -222
  1146. package/types/pendle.types.mjs +0 -15
  1147. package/types/time.types.cjs +0 -1
  1148. package/types/time.types.d.ts +0 -31
  1149. package/types/time.types.mjs +0 -58
@@ -1,4329 +0,0 @@
1
- const e = "0x031a068076b7BA192f24D2882D6632599c3037B8", t = [
2
- {
3
- inputs: [
4
- {
5
- components: [
6
- {
7
- internalType: "uint128",
8
- name: "levels",
9
- type: "uint128"
10
- },
11
- {
12
- internalType: "address",
13
- name: "poseidon",
14
- type: "address"
15
- }
16
- ],
17
- internalType: "struct IMerkle.MerkleConstructorArgs",
18
- name: "constructorArgs",
19
- type: "tuple"
20
- },
21
- {
22
- internalType: "address",
23
- name: "_hinkalHelper",
24
- type: "address"
25
- }
26
- ],
27
- stateMutability: "nonpayable",
28
- type: "constructor"
29
- },
30
- {
31
- anonymous: !1,
32
- inputs: [
33
- {
34
- indexed: !1,
35
- internalType: "address",
36
- name: "externalActionAddress",
37
- type: "address"
38
- }
39
- ],
40
- name: "ExternalActionRegistered",
41
- type: "event"
42
- },
43
- {
44
- anonymous: !1,
45
- inputs: [
46
- {
47
- indexed: !1,
48
- internalType: "address",
49
- name: "externalActionAddress",
50
- type: "address"
51
- }
52
- ],
53
- name: "ExternalActionRemoved",
54
- type: "event"
55
- },
56
- {
57
- anonymous: !1,
58
- inputs: [
59
- {
60
- indexed: !1,
61
- internalType: "uint256",
62
- name: "commitment",
63
- type: "uint256"
64
- },
65
- {
66
- indexed: !1,
67
- internalType: "uint256",
68
- name: "index",
69
- type: "uint256"
70
- },
71
- {
72
- indexed: !1,
73
- internalType: "bytes",
74
- name: "encryptedOutput",
75
- type: "bytes"
76
- }
77
- ],
78
- name: "NewCommitment",
79
- type: "event"
80
- },
81
- {
82
- anonymous: !1,
83
- inputs: [
84
- {
85
- indexed: !1,
86
- internalType: "address",
87
- name: "sender",
88
- type: "address"
89
- },
90
- {
91
- indexed: !1,
92
- internalType: "uint256",
93
- name: "timestamp",
94
- type: "uint256"
95
- },
96
- {
97
- indexed: !1,
98
- internalType: "address",
99
- name: "erc20TokenAddress",
100
- type: "address"
101
- },
102
- {
103
- indexed: !1,
104
- internalType: "int256",
105
- name: "publicAmount",
106
- type: "int256"
107
- }
108
- ],
109
- name: "NewTransaction",
110
- type: "event"
111
- },
112
- {
113
- anonymous: !1,
114
- inputs: [
115
- {
116
- indexed: !1,
117
- internalType: "uint256",
118
- name: "nullifier",
119
- type: "uint256"
120
- }
121
- ],
122
- name: "Nullified",
123
- type: "event"
124
- },
125
- {
126
- anonymous: !1,
127
- inputs: [
128
- {
129
- indexed: !0,
130
- internalType: "address",
131
- name: "previousOwner",
132
- type: "address"
133
- },
134
- {
135
- indexed: !0,
136
- internalType: "address",
137
- name: "newOwner",
138
- type: "address"
139
- }
140
- ],
141
- name: "OwnershipTransferred",
142
- type: "event"
143
- },
144
- {
145
- anonymous: !1,
146
- inputs: [
147
- {
148
- indexed: !1,
149
- internalType: "address",
150
- name: "ethereumAddress",
151
- type: "address"
152
- },
153
- {
154
- indexed: !1,
155
- internalType: "bytes",
156
- name: "shieldedAddressHash",
157
- type: "bytes"
158
- }
159
- ],
160
- name: "Register",
161
- type: "event"
162
- },
163
- {
164
- anonymous: !1,
165
- inputs: [
166
- {
167
- indexed: !1,
168
- internalType: "uint256",
169
- name: "verifierId",
170
- type: "uint256"
171
- },
172
- {
173
- indexed: !1,
174
- internalType: "address",
175
- name: "verifierAddress",
176
- type: "address"
177
- }
178
- ],
179
- name: "VerifierRegistered",
180
- type: "event"
181
- },
182
- {
183
- anonymous: !1,
184
- inputs: [
185
- {
186
- indexed: !1,
187
- internalType: "uint256",
188
- name: "verifierId",
189
- type: "uint256"
190
- }
191
- ],
192
- name: "VerifierRemoved",
193
- type: "event"
194
- },
195
- {
196
- inputs: [
197
- {
198
- components: [
199
- {
200
- internalType: "uint16",
201
- name: "tokenNumber",
202
- type: "uint16"
203
- },
204
- {
205
- internalType: "uint16",
206
- name: "nullifierAmount",
207
- type: "uint16"
208
- },
209
- {
210
- internalType: "uint16",
211
- name: "outputAmount",
212
- type: "uint16"
213
- }
214
- ],
215
- internalType: "struct Dimensions",
216
- name: "dimensions",
217
- type: "tuple"
218
- },
219
- {
220
- internalType: "uint256",
221
- name: "externalActionId",
222
- type: "uint256"
223
- }
224
- ],
225
- name: "buildVerifierId",
226
- outputs: [
227
- {
228
- internalType: "uint256",
229
- name: "",
230
- type: "uint256"
231
- }
232
- ],
233
- stateMutability: "pure",
234
- type: "function"
235
- },
236
- {
237
- inputs: [],
238
- name: "getRootHash",
239
- outputs: [
240
- {
241
- internalType: "uint256",
242
- name: "",
243
- type: "uint256"
244
- }
245
- ],
246
- stateMutability: "view",
247
- type: "function"
248
- },
249
- {
250
- inputs: [
251
- {
252
- internalType: "uint256",
253
- name: "a",
254
- type: "uint256"
255
- },
256
- {
257
- internalType: "uint256",
258
- name: "b",
259
- type: "uint256"
260
- }
261
- ],
262
- name: "hash",
263
- outputs: [
264
- {
265
- internalType: "uint256",
266
- name: "poseidonHash",
267
- type: "uint256"
268
- }
269
- ],
270
- stateMutability: "view",
271
- type: "function"
272
- },
273
- {
274
- inputs: [],
275
- name: "hinkalHelper",
276
- outputs: [
277
- {
278
- internalType: "contract IHinkalHelper",
279
- name: "",
280
- type: "address"
281
- }
282
- ],
283
- stateMutability: "view",
284
- type: "function"
285
- },
286
- {
287
- inputs: [
288
- {
289
- internalType: "uint256",
290
- name: "x",
291
- type: "uint256"
292
- }
293
- ],
294
- name: "logarithm2",
295
- outputs: [
296
- {
297
- internalType: "uint256",
298
- name: "y",
299
- type: "uint256"
300
- }
301
- ],
302
- stateMutability: "pure",
303
- type: "function"
304
- },
305
- {
306
- inputs: [],
307
- name: "m_index",
308
- outputs: [
309
- {
310
- internalType: "uint128",
311
- name: "",
312
- type: "uint128"
313
- }
314
- ],
315
- stateMutability: "view",
316
- type: "function"
317
- },
318
- {
319
- inputs: [
320
- {
321
- internalType: "uint256",
322
- name: "",
323
- type: "uint256"
324
- }
325
- ],
326
- name: "nullifiers",
327
- outputs: [
328
- {
329
- internalType: "bool",
330
- name: "",
331
- type: "bool"
332
- }
333
- ],
334
- stateMutability: "view",
335
- type: "function"
336
- },
337
- {
338
- inputs: [
339
- {
340
- internalType: "address",
341
- name: "",
342
- type: "address"
343
- },
344
- {
345
- internalType: "address",
346
- name: "",
347
- type: "address"
348
- },
349
- {
350
- internalType: "uint256",
351
- name: "",
352
- type: "uint256"
353
- },
354
- {
355
- internalType: "bytes",
356
- name: "",
357
- type: "bytes"
358
- }
359
- ],
360
- name: "onERC721Received",
361
- outputs: [
362
- {
363
- internalType: "bytes4",
364
- name: "",
365
- type: "bytes4"
366
- }
367
- ],
368
- stateMutability: "pure",
369
- type: "function"
370
- },
371
- {
372
- inputs: [],
373
- name: "owner",
374
- outputs: [
375
- {
376
- internalType: "address",
377
- name: "",
378
- type: "address"
379
- }
380
- ],
381
- stateMutability: "view",
382
- type: "function"
383
- },
384
- {
385
- inputs: [
386
- {
387
- internalType: "bytes",
388
- name: "shieldedAddressHash",
389
- type: "bytes"
390
- }
391
- ],
392
- name: "register",
393
- outputs: [],
394
- stateMutability: "nonpayable",
395
- type: "function"
396
- },
397
- {
398
- inputs: [
399
- {
400
- internalType: "uint256",
401
- name: "externalActionId",
402
- type: "uint256"
403
- },
404
- {
405
- internalType: "address",
406
- name: "externalActionAddress",
407
- type: "address"
408
- }
409
- ],
410
- name: "registerExternalAction",
411
- outputs: [],
412
- stateMutability: "nonpayable",
413
- type: "function"
414
- },
415
- {
416
- inputs: [
417
- {
418
- internalType: "uint256[]",
419
- name: "verifierIds",
420
- type: "uint256[]"
421
- },
422
- {
423
- internalType: "address[]",
424
- name: "verifierAddresses",
425
- type: "address[]"
426
- }
427
- ],
428
- name: "registerVerifiers",
429
- outputs: [],
430
- stateMutability: "nonpayable",
431
- type: "function"
432
- },
433
- {
434
- inputs: [
435
- {
436
- internalType: "uint256",
437
- name: "externalActionId",
438
- type: "uint256"
439
- }
440
- ],
441
- name: "removeExternalAction",
442
- outputs: [],
443
- stateMutability: "nonpayable",
444
- type: "function"
445
- },
446
- {
447
- inputs: [
448
- {
449
- internalType: "uint256",
450
- name: "verifierId",
451
- type: "uint256"
452
- }
453
- ],
454
- name: "removeVerifier",
455
- outputs: [],
456
- stateMutability: "nonpayable",
457
- type: "function"
458
- },
459
- {
460
- inputs: [],
461
- name: "renounceOwnership",
462
- outputs: [],
463
- stateMutability: "nonpayable",
464
- type: "function"
465
- },
466
- {
467
- inputs: [
468
- {
469
- internalType: "uint256",
470
- name: "_root",
471
- type: "uint256"
472
- }
473
- ],
474
- name: "rootHashExists",
475
- outputs: [
476
- {
477
- internalType: "bool",
478
- name: "",
479
- type: "bool"
480
- }
481
- ],
482
- stateMutability: "view",
483
- type: "function"
484
- },
485
- {
486
- inputs: [],
487
- name: "rootIndex",
488
- outputs: [
489
- {
490
- internalType: "uint128",
491
- name: "",
492
- type: "uint128"
493
- }
494
- ],
495
- stateMutability: "view",
496
- type: "function"
497
- },
498
- {
499
- inputs: [
500
- {
501
- internalType: "address",
502
- name: "_hinkalHelper",
503
- type: "address"
504
- }
505
- ],
506
- name: "setHinkalHelper",
507
- outputs: [],
508
- stateMutability: "nonpayable",
509
- type: "function"
510
- },
511
- {
512
- inputs: [
513
- {
514
- internalType: "bytes[][]",
515
- name: "encryptedOutputs",
516
- type: "bytes[][]"
517
- },
518
- {
519
- internalType: "uint256[2]",
520
- name: "a",
521
- type: "uint256[2]"
522
- },
523
- {
524
- internalType: "uint256[2][2]",
525
- name: "b",
526
- type: "uint256[2][2]"
527
- },
528
- {
529
- internalType: "uint256[2]",
530
- name: "c",
531
- type: "uint256[2]"
532
- },
533
- {
534
- components: [
535
- {
536
- internalType: "uint16",
537
- name: "tokenNumber",
538
- type: "uint16"
539
- },
540
- {
541
- internalType: "uint16",
542
- name: "nullifierAmount",
543
- type: "uint16"
544
- },
545
- {
546
- internalType: "uint16",
547
- name: "outputAmount",
548
- type: "uint16"
549
- }
550
- ],
551
- internalType: "struct Dimensions",
552
- name: "dimensions",
553
- type: "tuple"
554
- },
555
- {
556
- components: [
557
- {
558
- internalType: "uint256",
559
- name: "rootHashHinkal",
560
- type: "uint256"
561
- },
562
- {
563
- internalType: "address[]",
564
- name: "erc20TokenAddresses",
565
- type: "address[]"
566
- },
567
- {
568
- internalType: "uint256[]",
569
- name: "tokenIds",
570
- type: "uint256[]"
571
- },
572
- {
573
- internalType: "int256[]",
574
- name: "amountChanges",
575
- type: "int256[]"
576
- },
577
- {
578
- internalType: "uint256[][]",
579
- name: "inputNullifiers",
580
- type: "uint256[][]"
581
- },
582
- {
583
- internalType: "uint256[][]",
584
- name: "outCommitments",
585
- type: "uint256[][]"
586
- },
587
- {
588
- internalType: "uint256",
589
- name: "timeStamp",
590
- type: "uint256"
591
- },
592
- {
593
- internalType: "uint256",
594
- name: "rootHashAccessToken",
595
- type: "uint256"
596
- },
597
- {
598
- internalType: "uint256",
599
- name: "calldataHash",
600
- type: "uint256"
601
- },
602
- {
603
- internalType: "uint16",
604
- name: "publicSignalCount",
605
- type: "uint16"
606
- },
607
- {
608
- internalType: "address",
609
- name: "relay",
610
- type: "address"
611
- },
612
- {
613
- internalType: "address",
614
- name: "externalAddress",
615
- type: "address"
616
- },
617
- {
618
- internalType: "uint256",
619
- name: "externalActionId",
620
- type: "uint256"
621
- },
622
- {
623
- internalType: "bytes",
624
- name: "externalActionMetadata",
625
- type: "bytes"
626
- },
627
- {
628
- internalType: "address",
629
- name: "preHookContract",
630
- type: "address"
631
- },
632
- {
633
- internalType: "address",
634
- name: "hookContract",
635
- type: "address"
636
- },
637
- {
638
- internalType: "bytes",
639
- name: "hookMetadata",
640
- type: "bytes"
641
- }
642
- ],
643
- internalType: "struct CircomData",
644
- name: "circomData",
645
- type: "tuple"
646
- }
647
- ],
648
- name: "transact",
649
- outputs: [],
650
- stateMutability: "payable",
651
- type: "function"
652
- },
653
- {
654
- inputs: [
655
- {
656
- internalType: "bytes[][]",
657
- name: "encryptedOutputs",
658
- type: "bytes[][]"
659
- },
660
- {
661
- internalType: "uint256[2]",
662
- name: "a",
663
- type: "uint256[2]"
664
- },
665
- {
666
- internalType: "uint256[2][2]",
667
- name: "b",
668
- type: "uint256[2][2]"
669
- },
670
- {
671
- internalType: "uint256[2]",
672
- name: "c",
673
- type: "uint256[2]"
674
- },
675
- {
676
- components: [
677
- {
678
- internalType: "uint16",
679
- name: "tokenNumber",
680
- type: "uint16"
681
- },
682
- {
683
- internalType: "uint16",
684
- name: "nullifierAmount",
685
- type: "uint16"
686
- },
687
- {
688
- internalType: "uint16",
689
- name: "outputAmount",
690
- type: "uint16"
691
- }
692
- ],
693
- internalType: "struct Dimensions",
694
- name: "dimensions",
695
- type: "tuple"
696
- },
697
- {
698
- components: [
699
- {
700
- internalType: "uint256",
701
- name: "rootHashHinkal",
702
- type: "uint256"
703
- },
704
- {
705
- internalType: "address[]",
706
- name: "erc20TokenAddresses",
707
- type: "address[]"
708
- },
709
- {
710
- internalType: "uint256[]",
711
- name: "tokenIds",
712
- type: "uint256[]"
713
- },
714
- {
715
- internalType: "int256[]",
716
- name: "amountChanges",
717
- type: "int256[]"
718
- },
719
- {
720
- internalType: "uint256[][]",
721
- name: "inputNullifiers",
722
- type: "uint256[][]"
723
- },
724
- {
725
- internalType: "uint256[][]",
726
- name: "outCommitments",
727
- type: "uint256[][]"
728
- },
729
- {
730
- internalType: "uint256",
731
- name: "timeStamp",
732
- type: "uint256"
733
- },
734
- {
735
- internalType: "uint256",
736
- name: "rootHashAccessToken",
737
- type: "uint256"
738
- },
739
- {
740
- internalType: "uint256",
741
- name: "calldataHash",
742
- type: "uint256"
743
- },
744
- {
745
- internalType: "uint16",
746
- name: "publicSignalCount",
747
- type: "uint16"
748
- },
749
- {
750
- internalType: "address",
751
- name: "relay",
752
- type: "address"
753
- },
754
- {
755
- internalType: "address",
756
- name: "externalAddress",
757
- type: "address"
758
- },
759
- {
760
- internalType: "uint256",
761
- name: "externalActionId",
762
- type: "uint256"
763
- },
764
- {
765
- internalType: "bytes",
766
- name: "externalActionMetadata",
767
- type: "bytes"
768
- },
769
- {
770
- internalType: "address",
771
- name: "preHookContract",
772
- type: "address"
773
- },
774
- {
775
- internalType: "address",
776
- name: "hookContract",
777
- type: "address"
778
- },
779
- {
780
- internalType: "bytes",
781
- name: "hookMetadata",
782
- type: "bytes"
783
- }
784
- ],
785
- internalType: "struct CircomData",
786
- name: "circomData",
787
- type: "tuple"
788
- }
789
- ],
790
- name: "transactWithExternalAction",
791
- outputs: [],
792
- stateMutability: "payable",
793
- type: "function"
794
- },
795
- {
796
- inputs: [
797
- {
798
- internalType: "bytes[][]",
799
- name: "encryptedOutputs",
800
- type: "bytes[][]"
801
- },
802
- {
803
- internalType: "uint256[2]",
804
- name: "a",
805
- type: "uint256[2]"
806
- },
807
- {
808
- internalType: "uint256[2][2]",
809
- name: "b",
810
- type: "uint256[2][2]"
811
- },
812
- {
813
- internalType: "uint256[2]",
814
- name: "c",
815
- type: "uint256[2]"
816
- },
817
- {
818
- components: [
819
- {
820
- internalType: "uint16",
821
- name: "tokenNumber",
822
- type: "uint16"
823
- },
824
- {
825
- internalType: "uint16",
826
- name: "nullifierAmount",
827
- type: "uint16"
828
- },
829
- {
830
- internalType: "uint16",
831
- name: "outputAmount",
832
- type: "uint16"
833
- }
834
- ],
835
- internalType: "struct Dimensions",
836
- name: "dimensions",
837
- type: "tuple"
838
- },
839
- {
840
- components: [
841
- {
842
- internalType: "uint256",
843
- name: "rootHashHinkal",
844
- type: "uint256"
845
- },
846
- {
847
- internalType: "address[]",
848
- name: "erc20TokenAddresses",
849
- type: "address[]"
850
- },
851
- {
852
- internalType: "uint256[]",
853
- name: "tokenIds",
854
- type: "uint256[]"
855
- },
856
- {
857
- internalType: "int256[]",
858
- name: "amountChanges",
859
- type: "int256[]"
860
- },
861
- {
862
- internalType: "uint256[][]",
863
- name: "inputNullifiers",
864
- type: "uint256[][]"
865
- },
866
- {
867
- internalType: "uint256[][]",
868
- name: "outCommitments",
869
- type: "uint256[][]"
870
- },
871
- {
872
- internalType: "uint256",
873
- name: "timeStamp",
874
- type: "uint256"
875
- },
876
- {
877
- internalType: "uint256",
878
- name: "rootHashAccessToken",
879
- type: "uint256"
880
- },
881
- {
882
- internalType: "uint256",
883
- name: "calldataHash",
884
- type: "uint256"
885
- },
886
- {
887
- internalType: "uint16",
888
- name: "publicSignalCount",
889
- type: "uint16"
890
- },
891
- {
892
- internalType: "address",
893
- name: "relay",
894
- type: "address"
895
- },
896
- {
897
- internalType: "address",
898
- name: "externalAddress",
899
- type: "address"
900
- },
901
- {
902
- internalType: "uint256",
903
- name: "externalActionId",
904
- type: "uint256"
905
- },
906
- {
907
- internalType: "bytes",
908
- name: "externalActionMetadata",
909
- type: "bytes"
910
- },
911
- {
912
- internalType: "address",
913
- name: "preHookContract",
914
- type: "address"
915
- },
916
- {
917
- internalType: "address",
918
- name: "hookContract",
919
- type: "address"
920
- },
921
- {
922
- internalType: "bytes",
923
- name: "hookMetadata",
924
- type: "bytes"
925
- }
926
- ],
927
- internalType: "struct CircomData",
928
- name: "circomData",
929
- type: "tuple"
930
- }
931
- ],
932
- name: "transactWithExternalActionAndHook",
933
- outputs: [],
934
- stateMutability: "payable",
935
- type: "function"
936
- },
937
- {
938
- inputs: [
939
- {
940
- internalType: "bytes[][]",
941
- name: "encryptedOutputs",
942
- type: "bytes[][]"
943
- },
944
- {
945
- internalType: "uint256[2]",
946
- name: "a",
947
- type: "uint256[2]"
948
- },
949
- {
950
- internalType: "uint256[2][2]",
951
- name: "b",
952
- type: "uint256[2][2]"
953
- },
954
- {
955
- internalType: "uint256[2]",
956
- name: "c",
957
- type: "uint256[2]"
958
- },
959
- {
960
- components: [
961
- {
962
- internalType: "uint16",
963
- name: "tokenNumber",
964
- type: "uint16"
965
- },
966
- {
967
- internalType: "uint16",
968
- name: "nullifierAmount",
969
- type: "uint16"
970
- },
971
- {
972
- internalType: "uint16",
973
- name: "outputAmount",
974
- type: "uint16"
975
- }
976
- ],
977
- internalType: "struct Dimensions",
978
- name: "dimensions",
979
- type: "tuple"
980
- },
981
- {
982
- components: [
983
- {
984
- internalType: "uint256",
985
- name: "rootHashHinkal",
986
- type: "uint256"
987
- },
988
- {
989
- internalType: "address[]",
990
- name: "erc20TokenAddresses",
991
- type: "address[]"
992
- },
993
- {
994
- internalType: "uint256[]",
995
- name: "tokenIds",
996
- type: "uint256[]"
997
- },
998
- {
999
- internalType: "int256[]",
1000
- name: "amountChanges",
1001
- type: "int256[]"
1002
- },
1003
- {
1004
- internalType: "uint256[][]",
1005
- name: "inputNullifiers",
1006
- type: "uint256[][]"
1007
- },
1008
- {
1009
- internalType: "uint256[][]",
1010
- name: "outCommitments",
1011
- type: "uint256[][]"
1012
- },
1013
- {
1014
- internalType: "uint256",
1015
- name: "timeStamp",
1016
- type: "uint256"
1017
- },
1018
- {
1019
- internalType: "uint256",
1020
- name: "rootHashAccessToken",
1021
- type: "uint256"
1022
- },
1023
- {
1024
- internalType: "uint256",
1025
- name: "calldataHash",
1026
- type: "uint256"
1027
- },
1028
- {
1029
- internalType: "uint16",
1030
- name: "publicSignalCount",
1031
- type: "uint16"
1032
- },
1033
- {
1034
- internalType: "address",
1035
- name: "relay",
1036
- type: "address"
1037
- },
1038
- {
1039
- internalType: "address",
1040
- name: "externalAddress",
1041
- type: "address"
1042
- },
1043
- {
1044
- internalType: "uint256",
1045
- name: "externalActionId",
1046
- type: "uint256"
1047
- },
1048
- {
1049
- internalType: "bytes",
1050
- name: "externalActionMetadata",
1051
- type: "bytes"
1052
- },
1053
- {
1054
- internalType: "address",
1055
- name: "preHookContract",
1056
- type: "address"
1057
- },
1058
- {
1059
- internalType: "address",
1060
- name: "hookContract",
1061
- type: "address"
1062
- },
1063
- {
1064
- internalType: "bytes",
1065
- name: "hookMetadata",
1066
- type: "bytes"
1067
- }
1068
- ],
1069
- internalType: "struct CircomData",
1070
- name: "circomData",
1071
- type: "tuple"
1072
- }
1073
- ],
1074
- name: "transactWithHook",
1075
- outputs: [],
1076
- stateMutability: "payable",
1077
- type: "function"
1078
- },
1079
- {
1080
- inputs: [
1081
- {
1082
- internalType: "address",
1083
- name: "newOwner",
1084
- type: "address"
1085
- }
1086
- ],
1087
- name: "transferOwnership",
1088
- outputs: [],
1089
- stateMutability: "nonpayable",
1090
- type: "function"
1091
- },
1092
- {
1093
- inputs: [
1094
- {
1095
- internalType: "uint256",
1096
- name: "",
1097
- type: "uint256"
1098
- }
1099
- ],
1100
- name: "tree",
1101
- outputs: [
1102
- {
1103
- internalType: "uint256",
1104
- name: "",
1105
- type: "uint256"
1106
- }
1107
- ],
1108
- stateMutability: "view",
1109
- type: "function"
1110
- },
1111
- {
1112
- stateMutability: "payable",
1113
- type: "receive"
1114
- }
1115
- ], n = "0x1F59CA3F8a1c30096Da6D77F2929d7F43bD93192", a = [
1116
- {
1117
- inputs: [
1118
- {
1119
- components: [
1120
- {
1121
- internalType: "uint128",
1122
- name: "levels",
1123
- type: "uint128"
1124
- },
1125
- {
1126
- internalType: "address",
1127
- name: "poseidon",
1128
- type: "address"
1129
- }
1130
- ],
1131
- internalType: "struct IMerkle.MerkleConstructorArgs",
1132
- name: "constructorArgs",
1133
- type: "tuple"
1134
- },
1135
- {
1136
- internalType: "uint256",
1137
- name: "_mintingFee",
1138
- type: "uint256"
1139
- },
1140
- {
1141
- internalType: "address",
1142
- name: "_axelarGateway",
1143
- type: "address"
1144
- },
1145
- {
1146
- internalType: "address",
1147
- name: "_gasService",
1148
- type: "address"
1149
- },
1150
- {
1151
- internalType: "bool",
1152
- name: "_enabled",
1153
- type: "bool"
1154
- },
1155
- {
1156
- internalType: "address[]",
1157
- name: "initialTokenSet",
1158
- type: "address[]"
1159
- }
1160
- ],
1161
- stateMutability: "nonpayable",
1162
- type: "constructor"
1163
- },
1164
- {
1165
- inputs: [],
1166
- name: "InvalidAddress",
1167
- type: "error"
1168
- },
1169
- {
1170
- inputs: [],
1171
- name: "NotApprovedByGateway",
1172
- type: "error"
1173
- },
1174
- {
1175
- anonymous: !1,
1176
- inputs: [
1177
- {
1178
- indexed: !1,
1179
- internalType: "uint256",
1180
- name: "blacklistedAccessKey",
1181
- type: "uint256"
1182
- }
1183
- ],
1184
- name: "AccessKeyBlacklisted",
1185
- type: "event"
1186
- },
1187
- {
1188
- anonymous: !1,
1189
- inputs: [
1190
- {
1191
- indexed: !1,
1192
- internalType: "uint256",
1193
- name: "accessKey",
1194
- type: "uint256"
1195
- },
1196
- {
1197
- indexed: !1,
1198
- internalType: "string",
1199
- name: "sourceChain",
1200
- type: "string"
1201
- }
1202
- ],
1203
- name: "AccessKeyMigrationReceived",
1204
- type: "event"
1205
- },
1206
- {
1207
- anonymous: !1,
1208
- inputs: [
1209
- {
1210
- indexed: !1,
1211
- internalType: "address",
1212
- name: "blacklistedAddress",
1213
- type: "address"
1214
- }
1215
- ],
1216
- name: "AddressBlacklisted",
1217
- type: "event"
1218
- },
1219
- {
1220
- anonymous: !1,
1221
- inputs: [
1222
- {
1223
- indexed: !1,
1224
- internalType: "address",
1225
- name: "addressToRestore",
1226
- type: "address"
1227
- }
1228
- ],
1229
- name: "AddressRemovedFromBlacklist",
1230
- type: "event"
1231
- },
1232
- {
1233
- anonymous: !1,
1234
- inputs: [
1235
- {
1236
- indexed: !1,
1237
- internalType: "uint256",
1238
- name: "newMintingFee",
1239
- type: "uint256"
1240
- }
1241
- ],
1242
- name: "MintingFeeChanged",
1243
- type: "event"
1244
- },
1245
- {
1246
- anonymous: !1,
1247
- inputs: [
1248
- {
1249
- indexed: !1,
1250
- internalType: "uint256",
1251
- name: "accessKey",
1252
- type: "uint256"
1253
- },
1254
- {
1255
- indexed: !1,
1256
- internalType: "uint256",
1257
- name: "index",
1258
- type: "uint256"
1259
- },
1260
- {
1261
- indexed: !1,
1262
- internalType: "address",
1263
- name: "senderAddress",
1264
- type: "address"
1265
- }
1266
- ],
1267
- name: "NewAccessKeyAdded",
1268
- type: "event"
1269
- },
1270
- {
1271
- anonymous: !1,
1272
- inputs: [
1273
- {
1274
- indexed: !0,
1275
- internalType: "address",
1276
- name: "previousOwner",
1277
- type: "address"
1278
- },
1279
- {
1280
- indexed: !0,
1281
- internalType: "address",
1282
- name: "newOwner",
1283
- type: "address"
1284
- }
1285
- ],
1286
- name: "OwnershipTransferred",
1287
- type: "event"
1288
- },
1289
- {
1290
- anonymous: !1,
1291
- inputs: [
1292
- {
1293
- indexed: !1,
1294
- internalType: "address",
1295
- name: "relayAddress",
1296
- type: "address"
1297
- },
1298
- {
1299
- indexed: !1,
1300
- internalType: "string",
1301
- name: "url",
1302
- type: "string"
1303
- },
1304
- {
1305
- indexed: !1,
1306
- internalType: "uint256",
1307
- name: "priority",
1308
- type: "uint256"
1309
- }
1310
- ],
1311
- name: "RelayAddedOrSet",
1312
- type: "event"
1313
- },
1314
- {
1315
- anonymous: !1,
1316
- inputs: [
1317
- {
1318
- indexed: !1,
1319
- internalType: "uint16",
1320
- name: "newRelayPercentage",
1321
- type: "uint16"
1322
- }
1323
- ],
1324
- name: "RelayPercentageChanged",
1325
- type: "event"
1326
- },
1327
- {
1328
- anonymous: !1,
1329
- inputs: [
1330
- {
1331
- indexed: !1,
1332
- internalType: "address",
1333
- name: "relayAddress",
1334
- type: "address"
1335
- }
1336
- ],
1337
- name: "RelayRemoved",
1338
- type: "event"
1339
- },
1340
- {
1341
- inputs: [
1342
- {
1343
- internalType: "uint256",
1344
- name: "",
1345
- type: "uint256"
1346
- }
1347
- ],
1348
- name: "accessTokens",
1349
- outputs: [
1350
- {
1351
- internalType: "address",
1352
- name: "",
1353
- type: "address"
1354
- }
1355
- ],
1356
- stateMutability: "view",
1357
- type: "function"
1358
- },
1359
- {
1360
- inputs: [
1361
- {
1362
- internalType: "address",
1363
- name: "erc20Token",
1364
- type: "address"
1365
- }
1366
- ],
1367
- name: "addERCToken",
1368
- outputs: [],
1369
- stateMutability: "nonpayable",
1370
- type: "function"
1371
- },
1372
- {
1373
- inputs: [
1374
- {
1375
- internalType: "address",
1376
- name: "_relayAddress",
1377
- type: "address"
1378
- },
1379
- {
1380
- internalType: "string",
1381
- name: "_url",
1382
- type: "string"
1383
- },
1384
- {
1385
- internalType: "uint256",
1386
- name: "_priority",
1387
- type: "uint256"
1388
- }
1389
- ],
1390
- name: "addOrSetRelay",
1391
- outputs: [],
1392
- stateMutability: "nonpayable",
1393
- type: "function"
1394
- },
1395
- {
1396
- inputs: [
1397
- {
1398
- components: [
1399
- {
1400
- internalType: "uint8",
1401
- name: "v",
1402
- type: "uint8"
1403
- },
1404
- {
1405
- internalType: "bytes32",
1406
- name: "r",
1407
- type: "bytes32"
1408
- },
1409
- {
1410
- internalType: "bytes32",
1411
- name: "s",
1412
- type: "bytes32"
1413
- },
1414
- {
1415
- internalType: "uint256",
1416
- name: "accessKey",
1417
- type: "uint256"
1418
- },
1419
- {
1420
- internalType: "uint256",
1421
- name: "nonce",
1422
- type: "uint256"
1423
- }
1424
- ],
1425
- internalType: "struct SignatureData",
1426
- name: "signatureData",
1427
- type: "tuple"
1428
- },
1429
- {
1430
- components: [
1431
- {
1432
- components: [
1433
- {
1434
- internalType: "string",
1435
- name: "destinationChain",
1436
- type: "string"
1437
- },
1438
- {
1439
- internalType: "string",
1440
- name: "destinationAddress",
1441
- type: "string"
1442
- },
1443
- {
1444
- internalType: "uint256",
1445
- name: "messageFee",
1446
- type: "uint256"
1447
- }
1448
- ],
1449
- internalType: "struct AxelarChainInfo[]",
1450
- name: "chains",
1451
- type: "tuple[]"
1452
- },
1453
- {
1454
- internalType: "uint256",
1455
- name: "totalMessageFees",
1456
- type: "uint256"
1457
- }
1458
- ],
1459
- internalType: "struct AxelarCapsule",
1460
- name: "capsule",
1461
- type: "tuple"
1462
- }
1463
- ],
1464
- name: "addToken",
1465
- outputs: [],
1466
- stateMutability: "payable",
1467
- type: "function"
1468
- },
1469
- {
1470
- inputs: [
1471
- {
1472
- components: [
1473
- {
1474
- internalType: "uint256",
1475
- name: "accessToken",
1476
- type: "uint256"
1477
- },
1478
- {
1479
- internalType: "address",
1480
- name: "ethAddress",
1481
- type: "address"
1482
- }
1483
- ],
1484
- internalType: "struct AccessTokenWithAddress[]",
1485
- name: "accessObjects",
1486
- type: "tuple[]"
1487
- }
1488
- ],
1489
- name: "approveTokens",
1490
- outputs: [],
1491
- stateMutability: "nonpayable",
1492
- type: "function"
1493
- },
1494
- {
1495
- inputs: [
1496
- {
1497
- internalType: "uint256",
1498
- name: "accessKey",
1499
- type: "uint256"
1500
- },
1501
- {
1502
- internalType: "uint256",
1503
- name: "index",
1504
- type: "uint256"
1505
- }
1506
- ],
1507
- name: "blacklistAccessKey",
1508
- outputs: [],
1509
- stateMutability: "nonpayable",
1510
- type: "function"
1511
- },
1512
- {
1513
- inputs: [
1514
- {
1515
- internalType: "address",
1516
- name: "_address",
1517
- type: "address"
1518
- }
1519
- ],
1520
- name: "blacklistAddress",
1521
- outputs: [],
1522
- stateMutability: "nonpayable",
1523
- type: "function"
1524
- },
1525
- {
1526
- inputs: [
1527
- {
1528
- internalType: "address",
1529
- name: "",
1530
- type: "address"
1531
- }
1532
- ],
1533
- name: "blacklistAddresses",
1534
- outputs: [
1535
- {
1536
- internalType: "bool",
1537
- name: "",
1538
- type: "bool"
1539
- }
1540
- ],
1541
- stateMutability: "view",
1542
- type: "function"
1543
- },
1544
- {
1545
- inputs: [
1546
- {
1547
- internalType: "bool",
1548
- name: "_enabled",
1549
- type: "bool"
1550
- }
1551
- ],
1552
- name: "changeState",
1553
- outputs: [],
1554
- stateMutability: "nonpayable",
1555
- type: "function"
1556
- },
1557
- {
1558
- inputs: [],
1559
- name: "enabled",
1560
- outputs: [
1561
- {
1562
- internalType: "bool",
1563
- name: "",
1564
- type: "bool"
1565
- }
1566
- ],
1567
- stateMutability: "view",
1568
- type: "function"
1569
- },
1570
- {
1571
- inputs: [
1572
- {
1573
- internalType: "bytes32",
1574
- name: "commandId",
1575
- type: "bytes32"
1576
- },
1577
- {
1578
- internalType: "string",
1579
- name: "sourceChain",
1580
- type: "string"
1581
- },
1582
- {
1583
- internalType: "string",
1584
- name: "sourceAddress",
1585
- type: "string"
1586
- },
1587
- {
1588
- internalType: "bytes",
1589
- name: "payload",
1590
- type: "bytes"
1591
- }
1592
- ],
1593
- name: "execute",
1594
- outputs: [],
1595
- stateMutability: "nonpayable",
1596
- type: "function"
1597
- },
1598
- {
1599
- inputs: [
1600
- {
1601
- internalType: "bytes32",
1602
- name: "commandId",
1603
- type: "bytes32"
1604
- },
1605
- {
1606
- internalType: "string",
1607
- name: "sourceChain",
1608
- type: "string"
1609
- },
1610
- {
1611
- internalType: "string",
1612
- name: "sourceAddress",
1613
- type: "string"
1614
- },
1615
- {
1616
- internalType: "bytes",
1617
- name: "payload",
1618
- type: "bytes"
1619
- },
1620
- {
1621
- internalType: "string",
1622
- name: "tokenSymbol",
1623
- type: "string"
1624
- },
1625
- {
1626
- internalType: "uint256",
1627
- name: "amount",
1628
- type: "uint256"
1629
- }
1630
- ],
1631
- name: "executeWithToken",
1632
- outputs: [],
1633
- stateMutability: "nonpayable",
1634
- type: "function"
1635
- },
1636
- {
1637
- inputs: [],
1638
- name: "gasService",
1639
- outputs: [
1640
- {
1641
- internalType: "contract IAxelarGasService",
1642
- name: "",
1643
- type: "address"
1644
- }
1645
- ],
1646
- stateMutability: "view",
1647
- type: "function"
1648
- },
1649
- {
1650
- inputs: [],
1651
- name: "gateway",
1652
- outputs: [
1653
- {
1654
- internalType: "contract IAxelarGateway",
1655
- name: "",
1656
- type: "address"
1657
- }
1658
- ],
1659
- stateMutability: "view",
1660
- type: "function"
1661
- },
1662
- {
1663
- inputs: [
1664
- {
1665
- internalType: "uint256",
1666
- name: "amount",
1667
- type: "uint256"
1668
- },
1669
- {
1670
- internalType: "address",
1671
- name: "erc20Address",
1672
- type: "address"
1673
- }
1674
- ],
1675
- name: "getRelayPercentage",
1676
- outputs: [
1677
- {
1678
- internalType: "uint16",
1679
- name: "",
1680
- type: "uint16"
1681
- }
1682
- ],
1683
- stateMutability: "view",
1684
- type: "function"
1685
- },
1686
- {
1687
- inputs: [],
1688
- name: "getRelayStore",
1689
- outputs: [
1690
- {
1691
- components: [
1692
- {
1693
- internalType: "address",
1694
- name: "relayAddress",
1695
- type: "address"
1696
- },
1697
- {
1698
- internalType: "string",
1699
- name: "url",
1700
- type: "string"
1701
- },
1702
- {
1703
- internalType: "uint256",
1704
- name: "priority",
1705
- type: "uint256"
1706
- }
1707
- ],
1708
- internalType: "struct RelayEntry[]",
1709
- name: "",
1710
- type: "tuple[]"
1711
- }
1712
- ],
1713
- stateMutability: "view",
1714
- type: "function"
1715
- },
1716
- {
1717
- inputs: [],
1718
- name: "getRootHash",
1719
- outputs: [
1720
- {
1721
- internalType: "uint256",
1722
- name: "",
1723
- type: "uint256"
1724
- }
1725
- ],
1726
- stateMutability: "view",
1727
- type: "function"
1728
- },
1729
- {
1730
- inputs: [
1731
- {
1732
- internalType: "address",
1733
- name: "_token",
1734
- type: "address"
1735
- }
1736
- ],
1737
- name: "getTokenLimit",
1738
- outputs: [
1739
- {
1740
- internalType: "uint256",
1741
- name: "",
1742
- type: "uint256"
1743
- }
1744
- ],
1745
- stateMutability: "view",
1746
- type: "function"
1747
- },
1748
- {
1749
- inputs: [
1750
- {
1751
- internalType: "uint256",
1752
- name: "accessKey",
1753
- type: "uint256"
1754
- }
1755
- ],
1756
- name: "hasToken",
1757
- outputs: [
1758
- {
1759
- internalType: "bool",
1760
- name: "",
1761
- type: "bool"
1762
- }
1763
- ],
1764
- stateMutability: "view",
1765
- type: "function"
1766
- },
1767
- {
1768
- inputs: [
1769
- {
1770
- internalType: "uint256",
1771
- name: "a",
1772
- type: "uint256"
1773
- },
1774
- {
1775
- internalType: "uint256",
1776
- name: "b",
1777
- type: "uint256"
1778
- }
1779
- ],
1780
- name: "hash",
1781
- outputs: [
1782
- {
1783
- internalType: "uint256",
1784
- name: "poseidonHash",
1785
- type: "uint256"
1786
- }
1787
- ],
1788
- stateMutability: "view",
1789
- type: "function"
1790
- },
1791
- {
1792
- inputs: [
1793
- {
1794
- internalType: "address",
1795
- name: "relayAddress",
1796
- type: "address"
1797
- }
1798
- ],
1799
- name: "isRelayInList",
1800
- outputs: [
1801
- {
1802
- internalType: "bool",
1803
- name: "",
1804
- type: "bool"
1805
- }
1806
- ],
1807
- stateMutability: "view",
1808
- type: "function"
1809
- },
1810
- {
1811
- inputs: [
1812
- {
1813
- internalType: "uint256",
1814
- name: "x",
1815
- type: "uint256"
1816
- }
1817
- ],
1818
- name: "logarithm2",
1819
- outputs: [
1820
- {
1821
- internalType: "uint256",
1822
- name: "y",
1823
- type: "uint256"
1824
- }
1825
- ],
1826
- stateMutability: "pure",
1827
- type: "function"
1828
- },
1829
- {
1830
- inputs: [],
1831
- name: "m_index",
1832
- outputs: [
1833
- {
1834
- internalType: "uint128",
1835
- name: "",
1836
- type: "uint128"
1837
- }
1838
- ],
1839
- stateMutability: "view",
1840
- type: "function"
1841
- },
1842
- {
1843
- inputs: [
1844
- {
1845
- components: [
1846
- {
1847
- components: [
1848
- {
1849
- internalType: "string",
1850
- name: "destinationChain",
1851
- type: "string"
1852
- },
1853
- {
1854
- internalType: "string",
1855
- name: "destinationAddress",
1856
- type: "string"
1857
- },
1858
- {
1859
- internalType: "uint256",
1860
- name: "messageFee",
1861
- type: "uint256"
1862
- }
1863
- ],
1864
- internalType: "struct AxelarChainInfo[]",
1865
- name: "chains",
1866
- type: "tuple[]"
1867
- },
1868
- {
1869
- internalType: "uint256",
1870
- name: "totalMessageFees",
1871
- type: "uint256"
1872
- }
1873
- ],
1874
- internalType: "struct AxelarCapsule",
1875
- name: "capsule",
1876
- type: "tuple"
1877
- },
1878
- {
1879
- internalType: "uint256",
1880
- name: "accessKey",
1881
- type: "uint256"
1882
- },
1883
- {
1884
- internalType: "bool",
1885
- name: "afterMint",
1886
- type: "bool"
1887
- }
1888
- ],
1889
- name: "migrateAccessToken",
1890
- outputs: [],
1891
- stateMutability: "payable",
1892
- type: "function"
1893
- },
1894
- {
1895
- inputs: [],
1896
- name: "mintingFee",
1897
- outputs: [
1898
- {
1899
- internalType: "uint256",
1900
- name: "",
1901
- type: "uint256"
1902
- }
1903
- ],
1904
- stateMutability: "view",
1905
- type: "function"
1906
- },
1907
- {
1908
- inputs: [],
1909
- name: "owner",
1910
- outputs: [
1911
- {
1912
- internalType: "address",
1913
- name: "",
1914
- type: "address"
1915
- }
1916
- ],
1917
- stateMutability: "view",
1918
- type: "function"
1919
- },
1920
- {
1921
- inputs: [
1922
- {
1923
- components: [
1924
- {
1925
- internalType: "uint256",
1926
- name: "rootHashHinkal",
1927
- type: "uint256"
1928
- },
1929
- {
1930
- internalType: "address[]",
1931
- name: "erc20TokenAddresses",
1932
- type: "address[]"
1933
- },
1934
- {
1935
- internalType: "uint256[]",
1936
- name: "tokenIds",
1937
- type: "uint256[]"
1938
- },
1939
- {
1940
- internalType: "int256[]",
1941
- name: "amountChanges",
1942
- type: "int256[]"
1943
- },
1944
- {
1945
- internalType: "uint256[][]",
1946
- name: "inputNullifiers",
1947
- type: "uint256[][]"
1948
- },
1949
- {
1950
- internalType: "uint256[][]",
1951
- name: "outCommitments",
1952
- type: "uint256[][]"
1953
- },
1954
- {
1955
- internalType: "uint256",
1956
- name: "timeStamp",
1957
- type: "uint256"
1958
- },
1959
- {
1960
- internalType: "uint256",
1961
- name: "rootHashAccessToken",
1962
- type: "uint256"
1963
- },
1964
- {
1965
- internalType: "uint256",
1966
- name: "calldataHash",
1967
- type: "uint256"
1968
- },
1969
- {
1970
- internalType: "uint16",
1971
- name: "publicSignalCount",
1972
- type: "uint16"
1973
- },
1974
- {
1975
- internalType: "address",
1976
- name: "relay",
1977
- type: "address"
1978
- },
1979
- {
1980
- internalType: "address",
1981
- name: "externalAddress",
1982
- type: "address"
1983
- },
1984
- {
1985
- internalType: "uint256",
1986
- name: "externalActionId",
1987
- type: "uint256"
1988
- },
1989
- {
1990
- internalType: "bytes",
1991
- name: "externalActionMetadata",
1992
- type: "bytes"
1993
- },
1994
- {
1995
- internalType: "address",
1996
- name: "preHookContract",
1997
- type: "address"
1998
- },
1999
- {
2000
- internalType: "address",
2001
- name: "hookContract",
2002
- type: "address"
2003
- },
2004
- {
2005
- internalType: "bytes",
2006
- name: "hookMetadata",
2007
- type: "bytes"
2008
- }
2009
- ],
2010
- internalType: "struct CircomData",
2011
- name: "circomData",
2012
- type: "tuple"
2013
- }
2014
- ],
2015
- name: "performHinkalChecks",
2016
- outputs: [
2017
- {
2018
- internalType: "uint256[]",
2019
- name: "",
2020
- type: "uint256[]"
2021
- }
2022
- ],
2023
- stateMutability: "view",
2024
- type: "function"
2025
- },
2026
- {
2027
- inputs: [
2028
- {
2029
- internalType: "address",
2030
- name: "sender",
2031
- type: "address"
2032
- }
2033
- ],
2034
- name: "registerCheck",
2035
- outputs: [],
2036
- stateMutability: "view",
2037
- type: "function"
2038
- },
2039
- {
2040
- inputs: [
2041
- {
2042
- internalType: "address",
2043
- name: "",
2044
- type: "address"
2045
- }
2046
- ],
2047
- name: "relayList",
2048
- outputs: [
2049
- {
2050
- internalType: "address",
2051
- name: "relayAddress",
2052
- type: "address"
2053
- },
2054
- {
2055
- internalType: "string",
2056
- name: "url",
2057
- type: "string"
2058
- },
2059
- {
2060
- internalType: "uint256",
2061
- name: "priority",
2062
- type: "uint256"
2063
- }
2064
- ],
2065
- stateMutability: "view",
2066
- type: "function"
2067
- },
2068
- {
2069
- inputs: [],
2070
- name: "relayPercentage",
2071
- outputs: [
2072
- {
2073
- internalType: "uint16",
2074
- name: "",
2075
- type: "uint16"
2076
- }
2077
- ],
2078
- stateMutability: "view",
2079
- type: "function"
2080
- },
2081
- {
2082
- inputs: [
2083
- {
2084
- internalType: "uint256",
2085
- name: "",
2086
- type: "uint256"
2087
- }
2088
- ],
2089
- name: "relayStore",
2090
- outputs: [
2091
- {
2092
- internalType: "address",
2093
- name: "relayAddress",
2094
- type: "address"
2095
- },
2096
- {
2097
- internalType: "string",
2098
- name: "url",
2099
- type: "string"
2100
- },
2101
- {
2102
- internalType: "uint256",
2103
- name: "priority",
2104
- type: "uint256"
2105
- }
2106
- ],
2107
- stateMutability: "view",
2108
- type: "function"
2109
- },
2110
- {
2111
- inputs: [
2112
- {
2113
- internalType: "address",
2114
- name: "_address",
2115
- type: "address"
2116
- }
2117
- ],
2118
- name: "removeAddressFromBlacklist",
2119
- outputs: [],
2120
- stateMutability: "nonpayable",
2121
- type: "function"
2122
- },
2123
- {
2124
- inputs: [
2125
- {
2126
- internalType: "address",
2127
- name: "_relayAddress",
2128
- type: "address"
2129
- }
2130
- ],
2131
- name: "removeRelay",
2132
- outputs: [],
2133
- stateMutability: "nonpayable",
2134
- type: "function"
2135
- },
2136
- {
2137
- inputs: [
2138
- {
2139
- internalType: "address",
2140
- name: "erc20Token",
2141
- type: "address"
2142
- }
2143
- ],
2144
- name: "removeToken",
2145
- outputs: [],
2146
- stateMutability: "nonpayable",
2147
- type: "function"
2148
- },
2149
- {
2150
- inputs: [],
2151
- name: "renounceOwnership",
2152
- outputs: [],
2153
- stateMutability: "nonpayable",
2154
- type: "function"
2155
- },
2156
- {
2157
- inputs: [
2158
- {
2159
- internalType: "uint256",
2160
- name: "_root",
2161
- type: "uint256"
2162
- }
2163
- ],
2164
- name: "rootHashExists",
2165
- outputs: [
2166
- {
2167
- internalType: "bool",
2168
- name: "",
2169
- type: "bool"
2170
- }
2171
- ],
2172
- stateMutability: "view",
2173
- type: "function"
2174
- },
2175
- {
2176
- inputs: [],
2177
- name: "rootIndex",
2178
- outputs: [
2179
- {
2180
- internalType: "uint128",
2181
- name: "",
2182
- type: "uint128"
2183
- }
2184
- ],
2185
- stateMutability: "view",
2186
- type: "function"
2187
- },
2188
- {
2189
- inputs: [
2190
- {
2191
- internalType: "uint256",
2192
- name: "_mintingFee",
2193
- type: "uint256"
2194
- }
2195
- ],
2196
- name: "setMintingFee",
2197
- outputs: [],
2198
- stateMutability: "nonpayable",
2199
- type: "function"
2200
- },
2201
- {
2202
- inputs: [
2203
- {
2204
- internalType: "uint16",
2205
- name: "_relayPercentage",
2206
- type: "uint16"
2207
- }
2208
- ],
2209
- name: "setRelayPercentage",
2210
- outputs: [],
2211
- stateMutability: "nonpayable",
2212
- type: "function"
2213
- },
2214
- {
2215
- inputs: [
2216
- {
2217
- internalType: "address",
2218
- name: "_token",
2219
- type: "address"
2220
- },
2221
- {
2222
- internalType: "uint256",
2223
- name: "_tokenLimit",
2224
- type: "uint256"
2225
- }
2226
- ],
2227
- name: "setTokenLimit",
2228
- outputs: [],
2229
- stateMutability: "nonpayable",
2230
- type: "function"
2231
- },
2232
- {
2233
- inputs: [
2234
- {
2235
- internalType: "address",
2236
- name: "erc20Token",
2237
- type: "address"
2238
- }
2239
- ],
2240
- name: "tokenInRegistry",
2241
- outputs: [
2242
- {
2243
- internalType: "bool",
2244
- name: "",
2245
- type: "bool"
2246
- }
2247
- ],
2248
- stateMutability: "view",
2249
- type: "function"
2250
- },
2251
- {
2252
- inputs: [
2253
- {
2254
- internalType: "address",
2255
- name: "",
2256
- type: "address"
2257
- }
2258
- ],
2259
- name: "tokenLimits",
2260
- outputs: [
2261
- {
2262
- internalType: "uint256",
2263
- name: "",
2264
- type: "uint256"
2265
- }
2266
- ],
2267
- stateMutability: "view",
2268
- type: "function"
2269
- },
2270
- {
2271
- inputs: [
2272
- {
2273
- internalType: "address",
2274
- name: "",
2275
- type: "address"
2276
- }
2277
- ],
2278
- name: "tokenRegistry",
2279
- outputs: [
2280
- {
2281
- internalType: "bool",
2282
- name: "",
2283
- type: "bool"
2284
- }
2285
- ],
2286
- stateMutability: "view",
2287
- type: "function"
2288
- },
2289
- {
2290
- inputs: [
2291
- {
2292
- internalType: "address",
2293
- name: "newOwner",
2294
- type: "address"
2295
- }
2296
- ],
2297
- name: "transferOwnership",
2298
- outputs: [],
2299
- stateMutability: "nonpayable",
2300
- type: "function"
2301
- },
2302
- {
2303
- inputs: [
2304
- {
2305
- internalType: "uint256",
2306
- name: "",
2307
- type: "uint256"
2308
- }
2309
- ],
2310
- name: "tree",
2311
- outputs: [
2312
- {
2313
- internalType: "uint256",
2314
- name: "",
2315
- type: "uint256"
2316
- }
2317
- ],
2318
- stateMutability: "view",
2319
- type: "function"
2320
- },
2321
- {
2322
- inputs: [
2323
- {
2324
- internalType: "uint256",
2325
- name: "",
2326
- type: "uint256"
2327
- }
2328
- ],
2329
- name: "usedNonces",
2330
- outputs: [
2331
- {
2332
- internalType: "bool",
2333
- name: "",
2334
- type: "bool"
2335
- }
2336
- ],
2337
- stateMutability: "view",
2338
- type: "function"
2339
- },
2340
- {
2341
- inputs: [],
2342
- name: "withdraw",
2343
- outputs: [],
2344
- stateMutability: "nonpayable",
2345
- type: "function"
2346
- }
2347
- ], i = "0xF25fB27E303243D45aE1d2e1937f4784055A7B53", s = "0x2BE7024Cc901568a4FA52600C2036F22CDeBEF3f", p = "0x119B7fd1C74020034c169157538EEe34f962BE0e", y = "0x7d07Edb2E2F2554099f5D3DCBE64A5C98281d849", r = [
2348
- {
2349
- inputs: [
2350
- {
2351
- internalType: "address",
2352
- name: "_hinkalAddress",
2353
- type: "address"
2354
- },
2355
- {
2356
- internalType: "address",
2357
- name: "_CRV",
2358
- type: "address"
2359
- }
2360
- ],
2361
- stateMutability: "nonpayable",
2362
- type: "constructor"
2363
- },
2364
- {
2365
- anonymous: !1,
2366
- inputs: [
2367
- {
2368
- indexed: !0,
2369
- internalType: "address",
2370
- name: "previousOwner",
2371
- type: "address"
2372
- },
2373
- {
2374
- indexed: !0,
2375
- internalType: "address",
2376
- name: "newOwner",
2377
- type: "address"
2378
- }
2379
- ],
2380
- name: "OwnershipTransferred",
2381
- type: "event"
2382
- },
2383
- {
2384
- inputs: [
2385
- {
2386
- internalType: "address",
2387
- name: "gaugeAddress",
2388
- type: "address"
2389
- }
2390
- ],
2391
- name: "getWrappedTokenAddress",
2392
- outputs: [
2393
- {
2394
- internalType: "address",
2395
- name: "",
2396
- type: "address"
2397
- }
2398
- ],
2399
- stateMutability: "view",
2400
- type: "function"
2401
- },
2402
- {
2403
- inputs: [
2404
- {
2405
- internalType: "address",
2406
- name: "",
2407
- type: "address"
2408
- },
2409
- {
2410
- internalType: "address",
2411
- name: "",
2412
- type: "address"
2413
- },
2414
- {
2415
- internalType: "uint256",
2416
- name: "",
2417
- type: "uint256"
2418
- },
2419
- {
2420
- internalType: "bytes",
2421
- name: "",
2422
- type: "bytes"
2423
- }
2424
- ],
2425
- name: "onERC721Received",
2426
- outputs: [
2427
- {
2428
- internalType: "bytes4",
2429
- name: "",
2430
- type: "bytes4"
2431
- }
2432
- ],
2433
- stateMutability: "pure",
2434
- type: "function"
2435
- },
2436
- {
2437
- inputs: [],
2438
- name: "owner",
2439
- outputs: [
2440
- {
2441
- internalType: "address",
2442
- name: "",
2443
- type: "address"
2444
- }
2445
- ],
2446
- stateMutability: "view",
2447
- type: "function"
2448
- },
2449
- {
2450
- inputs: [
2451
- {
2452
- internalType: "address",
2453
- name: "gaugeAddress",
2454
- type: "address"
2455
- },
2456
- {
2457
- internalType: "address",
2458
- name: "wrappedTokenAddress",
2459
- type: "address"
2460
- }
2461
- ],
2462
- name: "registerWrappedToken",
2463
- outputs: [],
2464
- stateMutability: "nonpayable",
2465
- type: "function"
2466
- },
2467
- {
2468
- inputs: [],
2469
- name: "renounceOwnership",
2470
- outputs: [],
2471
- stateMutability: "nonpayable",
2472
- type: "function"
2473
- },
2474
- {
2475
- inputs: [
2476
- {
2477
- components: [
2478
- {
2479
- internalType: "uint256",
2480
- name: "rootHashHinkal",
2481
- type: "uint256"
2482
- },
2483
- {
2484
- internalType: "address[]",
2485
- name: "erc20TokenAddresses",
2486
- type: "address[]"
2487
- },
2488
- {
2489
- internalType: "uint256[]",
2490
- name: "tokenIds",
2491
- type: "uint256[]"
2492
- },
2493
- {
2494
- internalType: "int256[]",
2495
- name: "amountChanges",
2496
- type: "int256[]"
2497
- },
2498
- {
2499
- internalType: "uint256[][]",
2500
- name: "inputNullifiers",
2501
- type: "uint256[][]"
2502
- },
2503
- {
2504
- internalType: "uint256[][]",
2505
- name: "outCommitments",
2506
- type: "uint256[][]"
2507
- },
2508
- {
2509
- internalType: "uint256",
2510
- name: "timeStamp",
2511
- type: "uint256"
2512
- },
2513
- {
2514
- internalType: "uint256",
2515
- name: "rootHashAccessToken",
2516
- type: "uint256"
2517
- },
2518
- {
2519
- internalType: "uint256",
2520
- name: "calldataHash",
2521
- type: "uint256"
2522
- },
2523
- {
2524
- internalType: "uint16",
2525
- name: "publicSignalCount",
2526
- type: "uint16"
2527
- },
2528
- {
2529
- internalType: "address",
2530
- name: "relay",
2531
- type: "address"
2532
- },
2533
- {
2534
- internalType: "address",
2535
- name: "externalAddress",
2536
- type: "address"
2537
- },
2538
- {
2539
- internalType: "uint256",
2540
- name: "externalActionId",
2541
- type: "uint256"
2542
- },
2543
- {
2544
- internalType: "bytes",
2545
- name: "externalActionMetadata",
2546
- type: "bytes"
2547
- },
2548
- {
2549
- internalType: "address",
2550
- name: "preHookContract",
2551
- type: "address"
2552
- },
2553
- {
2554
- internalType: "address",
2555
- name: "hookContract",
2556
- type: "address"
2557
- },
2558
- {
2559
- internalType: "bytes",
2560
- name: "hookMetadata",
2561
- type: "bytes"
2562
- }
2563
- ],
2564
- internalType: "struct CircomData",
2565
- name: "circomData",
2566
- type: "tuple"
2567
- }
2568
- ],
2569
- name: "runAction",
2570
- outputs: [],
2571
- stateMutability: "nonpayable",
2572
- type: "function"
2573
- },
2574
- {
2575
- inputs: [
2576
- {
2577
- internalType: "address",
2578
- name: "newOwner",
2579
- type: "address"
2580
- }
2581
- ],
2582
- name: "transferOwnership",
2583
- outputs: [],
2584
- stateMutability: "nonpayable",
2585
- type: "function"
2586
- },
2587
- {
2588
- stateMutability: "payable",
2589
- type: "receive"
2590
- }
2591
- ], u = [
2592
- {
2593
- inputs: [
2594
- {
2595
- internalType: "string",
2596
- name: "name_",
2597
- type: "string"
2598
- },
2599
- {
2600
- internalType: "string",
2601
- name: "symbol_",
2602
- type: "string"
2603
- },
2604
- {
2605
- internalType: "address",
2606
- name: "_curveExternalAction",
2607
- type: "address"
2608
- },
2609
- {
2610
- internalType: "address",
2611
- name: "_curveGauge",
2612
- type: "address"
2613
- },
2614
- {
2615
- internalType: "uint256",
2616
- name: "_tokenlessProduction",
2617
- type: "uint256"
2618
- },
2619
- {
2620
- internalType: "address",
2621
- name: "_crv",
2622
- type: "address"
2623
- },
2624
- {
2625
- internalType: "address",
2626
- name: "_minter",
2627
- type: "address"
2628
- },
2629
- {
2630
- internalType: "address",
2631
- name: "_veboost",
2632
- type: "address"
2633
- }
2634
- ],
2635
- stateMutability: "nonpayable",
2636
- type: "constructor"
2637
- },
2638
- {
2639
- anonymous: !1,
2640
- inputs: [
2641
- {
2642
- indexed: !0,
2643
- internalType: "address",
2644
- name: "owner",
2645
- type: "address"
2646
- },
2647
- {
2648
- indexed: !0,
2649
- internalType: "address",
2650
- name: "spender",
2651
- type: "address"
2652
- },
2653
- {
2654
- indexed: !1,
2655
- internalType: "uint256",
2656
- name: "value",
2657
- type: "uint256"
2658
- }
2659
- ],
2660
- name: "Approval",
2661
- type: "event"
2662
- },
2663
- {
2664
- anonymous: !1,
2665
- inputs: [
2666
- {
2667
- indexed: !0,
2668
- internalType: "address",
2669
- name: "previousOwner",
2670
- type: "address"
2671
- },
2672
- {
2673
- indexed: !0,
2674
- internalType: "address",
2675
- name: "newOwner",
2676
- type: "address"
2677
- }
2678
- ],
2679
- name: "OwnershipTransferred",
2680
- type: "event"
2681
- },
2682
- {
2683
- anonymous: !1,
2684
- inputs: [
2685
- {
2686
- indexed: !0,
2687
- internalType: "address",
2688
- name: "from",
2689
- type: "address"
2690
- },
2691
- {
2692
- indexed: !0,
2693
- internalType: "address",
2694
- name: "to",
2695
- type: "address"
2696
- },
2697
- {
2698
- indexed: !1,
2699
- internalType: "uint256",
2700
- name: "value",
2701
- type: "uint256"
2702
- }
2703
- ],
2704
- name: "Transfer",
2705
- type: "event"
2706
- },
2707
- {
2708
- inputs: [
2709
- {
2710
- internalType: "address",
2711
- name: "owner",
2712
- type: "address"
2713
- },
2714
- {
2715
- internalType: "address",
2716
- name: "spender",
2717
- type: "address"
2718
- }
2719
- ],
2720
- name: "allowance",
2721
- outputs: [
2722
- {
2723
- internalType: "uint256",
2724
- name: "",
2725
- type: "uint256"
2726
- }
2727
- ],
2728
- stateMutability: "view",
2729
- type: "function"
2730
- },
2731
- {
2732
- inputs: [
2733
- {
2734
- internalType: "address",
2735
- name: "spender",
2736
- type: "address"
2737
- },
2738
- {
2739
- internalType: "uint256",
2740
- name: "amount",
2741
- type: "uint256"
2742
- }
2743
- ],
2744
- name: "approve",
2745
- outputs: [
2746
- {
2747
- internalType: "bool",
2748
- name: "",
2749
- type: "bool"
2750
- }
2751
- ],
2752
- stateMutability: "nonpayable",
2753
- type: "function"
2754
- },
2755
- {
2756
- inputs: [
2757
- {
2758
- internalType: "address",
2759
- name: "account",
2760
- type: "address"
2761
- }
2762
- ],
2763
- name: "balanceOf",
2764
- outputs: [
2765
- {
2766
- internalType: "uint256",
2767
- name: "",
2768
- type: "uint256"
2769
- }
2770
- ],
2771
- stateMutability: "view",
2772
- type: "function"
2773
- },
2774
- {
2775
- inputs: [
2776
- {
2777
- internalType: "address",
2778
- name: "burnAddress",
2779
- type: "address"
2780
- },
2781
- {
2782
- internalType: "address",
2783
- name: "receiveAddress",
2784
- type: "address"
2785
- },
2786
- {
2787
- internalType: "uint256",
2788
- name: "amount",
2789
- type: "uint256"
2790
- }
2791
- ],
2792
- name: "burn",
2793
- outputs: [],
2794
- stateMutability: "nonpayable",
2795
- type: "function"
2796
- },
2797
- {
2798
- inputs: [
2799
- {
2800
- internalType: "address",
2801
- name: "_curveExternalAction",
2802
- type: "address"
2803
- }
2804
- ],
2805
- name: "changeCrvOwner",
2806
- outputs: [],
2807
- stateMutability: "nonpayable",
2808
- type: "function"
2809
- },
2810
- {
2811
- inputs: [
2812
- {
2813
- internalType: "uint256",
2814
- name: "lpBalance",
2815
- type: "uint256"
2816
- },
2817
- {
2818
- internalType: "uint256",
2819
- name: "prevTimeStamp",
2820
- type: "uint256"
2821
- },
2822
- {
2823
- internalType: "uint256",
2824
- name: "currentTimeStamp",
2825
- type: "uint256"
2826
- }
2827
- ],
2828
- name: "checkpointAndCalculateCRV",
2829
- outputs: [
2830
- {
2831
- internalType: "uint256",
2832
- name: "amountCRV",
2833
- type: "uint256"
2834
- }
2835
- ],
2836
- stateMutability: "nonpayable",
2837
- type: "function"
2838
- },
2839
- {
2840
- inputs: [
2841
- {
2842
- internalType: "uint256",
2843
- name: "lpBalance",
2844
- type: "uint256"
2845
- },
2846
- {
2847
- internalType: "uint256",
2848
- name: "prevTimeStamp",
2849
- type: "uint256"
2850
- }
2851
- ],
2852
- name: "claimableTokens",
2853
- outputs: [
2854
- {
2855
- internalType: "uint256",
2856
- name: "amountCRV",
2857
- type: "uint256"
2858
- }
2859
- ],
2860
- stateMutability: "nonpayable",
2861
- type: "function"
2862
- },
2863
- {
2864
- inputs: [],
2865
- name: "decimals",
2866
- outputs: [
2867
- {
2868
- internalType: "uint8",
2869
- name: "",
2870
- type: "uint8"
2871
- }
2872
- ],
2873
- stateMutability: "view",
2874
- type: "function"
2875
- },
2876
- {
2877
- inputs: [
2878
- {
2879
- internalType: "address",
2880
- name: "spender",
2881
- type: "address"
2882
- },
2883
- {
2884
- internalType: "uint256",
2885
- name: "subtractedValue",
2886
- type: "uint256"
2887
- }
2888
- ],
2889
- name: "decreaseAllowance",
2890
- outputs: [
2891
- {
2892
- internalType: "bool",
2893
- name: "",
2894
- type: "bool"
2895
- }
2896
- ],
2897
- stateMutability: "nonpayable",
2898
- type: "function"
2899
- },
2900
- {
2901
- inputs: [
2902
- {
2903
- internalType: "address",
2904
- name: "spender",
2905
- type: "address"
2906
- },
2907
- {
2908
- internalType: "uint256",
2909
- name: "addedValue",
2910
- type: "uint256"
2911
- }
2912
- ],
2913
- name: "increaseAllowance",
2914
- outputs: [
2915
- {
2916
- internalType: "bool",
2917
- name: "",
2918
- type: "bool"
2919
- }
2920
- ],
2921
- stateMutability: "nonpayable",
2922
- type: "function"
2923
- },
2924
- {
2925
- inputs: [
2926
- {
2927
- internalType: "address",
2928
- name: "account",
2929
- type: "address"
2930
- },
2931
- {
2932
- internalType: "uint256",
2933
- name: "amount",
2934
- type: "uint256"
2935
- },
2936
- {
2937
- internalType: "uint256",
2938
- name: "timeStamp",
2939
- type: "uint256"
2940
- }
2941
- ],
2942
- name: "mint",
2943
- outputs: [],
2944
- stateMutability: "nonpayable",
2945
- type: "function"
2946
- },
2947
- {
2948
- inputs: [],
2949
- name: "name",
2950
- outputs: [
2951
- {
2952
- internalType: "string",
2953
- name: "",
2954
- type: "string"
2955
- }
2956
- ],
2957
- stateMutability: "view",
2958
- type: "function"
2959
- },
2960
- {
2961
- inputs: [],
2962
- name: "owner",
2963
- outputs: [
2964
- {
2965
- internalType: "address",
2966
- name: "",
2967
- type: "address"
2968
- }
2969
- ],
2970
- stateMutability: "view",
2971
- type: "function"
2972
- },
2973
- {
2974
- inputs: [],
2975
- name: "renounceOwnership",
2976
- outputs: [],
2977
- stateMutability: "nonpayable",
2978
- type: "function"
2979
- },
2980
- {
2981
- inputs: [
2982
- {
2983
- internalType: "address",
2984
- name: "hinkal",
2985
- type: "address"
2986
- }
2987
- ],
2988
- name: "setApproveForDeposit",
2989
- outputs: [],
2990
- stateMutability: "nonpayable",
2991
- type: "function"
2992
- },
2993
- {
2994
- inputs: [],
2995
- name: "symbol",
2996
- outputs: [
2997
- {
2998
- internalType: "string",
2999
- name: "",
3000
- type: "string"
3001
- }
3002
- ],
3003
- stateMutability: "view",
3004
- type: "function"
3005
- },
3006
- {
3007
- inputs: [],
3008
- name: "totalSupply",
3009
- outputs: [
3010
- {
3011
- internalType: "uint256",
3012
- name: "",
3013
- type: "uint256"
3014
- }
3015
- ],
3016
- stateMutability: "view",
3017
- type: "function"
3018
- },
3019
- {
3020
- inputs: [
3021
- {
3022
- internalType: "address",
3023
- name: "to",
3024
- type: "address"
3025
- },
3026
- {
3027
- internalType: "uint256",
3028
- name: "amount",
3029
- type: "uint256"
3030
- }
3031
- ],
3032
- name: "transfer",
3033
- outputs: [
3034
- {
3035
- internalType: "bool",
3036
- name: "",
3037
- type: "bool"
3038
- }
3039
- ],
3040
- stateMutability: "nonpayable",
3041
- type: "function"
3042
- },
3043
- {
3044
- inputs: [
3045
- {
3046
- internalType: "address",
3047
- name: "from",
3048
- type: "address"
3049
- },
3050
- {
3051
- internalType: "address",
3052
- name: "to",
3053
- type: "address"
3054
- },
3055
- {
3056
- internalType: "uint256",
3057
- name: "amount",
3058
- type: "uint256"
3059
- }
3060
- ],
3061
- name: "transferFrom",
3062
- outputs: [
3063
- {
3064
- internalType: "bool",
3065
- name: "",
3066
- type: "bool"
3067
- }
3068
- ],
3069
- stateMutability: "nonpayable",
3070
- type: "function"
3071
- },
3072
- {
3073
- inputs: [
3074
- {
3075
- internalType: "address",
3076
- name: "newOwner",
3077
- type: "address"
3078
- }
3079
- ],
3080
- name: "transferOwnership",
3081
- outputs: [],
3082
- stateMutability: "nonpayable",
3083
- type: "function"
3084
- }
3085
- ], l = "0x55F3bE6CfB877a2AF6adAAe2178D4254A4a0e269", d = [
3086
- {
3087
- inputs: [
3088
- {
3089
- internalType: "address",
3090
- name: "_hinkalAddress",
3091
- type: "address"
3092
- },
3093
- {
3094
- internalType: "address",
3095
- name: "_crv",
3096
- type: "address"
3097
- },
3098
- {
3099
- internalType: "address",
3100
- name: "_cvx",
3101
- type: "address"
3102
- }
3103
- ],
3104
- stateMutability: "nonpayable",
3105
- type: "constructor"
3106
- },
3107
- {
3108
- anonymous: !1,
3109
- inputs: [
3110
- {
3111
- indexed: !0,
3112
- internalType: "address",
3113
- name: "previousOwner",
3114
- type: "address"
3115
- },
3116
- {
3117
- indexed: !0,
3118
- internalType: "address",
3119
- name: "newOwner",
3120
- type: "address"
3121
- }
3122
- ],
3123
- name: "OwnershipTransferred",
3124
- type: "event"
3125
- },
3126
- {
3127
- inputs: [
3128
- {
3129
- internalType: "uint256",
3130
- name: "pid",
3131
- type: "uint256"
3132
- }
3133
- ],
3134
- name: "getWrappedTokenAddress",
3135
- outputs: [
3136
- {
3137
- internalType: "address",
3138
- name: "",
3139
- type: "address"
3140
- }
3141
- ],
3142
- stateMutability: "view",
3143
- type: "function"
3144
- },
3145
- {
3146
- inputs: [],
3147
- name: "owner",
3148
- outputs: [
3149
- {
3150
- internalType: "address",
3151
- name: "",
3152
- type: "address"
3153
- }
3154
- ],
3155
- stateMutability: "view",
3156
- type: "function"
3157
- },
3158
- {
3159
- inputs: [
3160
- {
3161
- internalType: "uint256",
3162
- name: "pid",
3163
- type: "uint256"
3164
- },
3165
- {
3166
- internalType: "address",
3167
- name: "wrappedTokenAddress",
3168
- type: "address"
3169
- }
3170
- ],
3171
- name: "registerWrappedToken",
3172
- outputs: [],
3173
- stateMutability: "nonpayable",
3174
- type: "function"
3175
- },
3176
- {
3177
- inputs: [],
3178
- name: "renounceOwnership",
3179
- outputs: [],
3180
- stateMutability: "nonpayable",
3181
- type: "function"
3182
- },
3183
- {
3184
- inputs: [
3185
- {
3186
- components: [
3187
- {
3188
- internalType: "uint256",
3189
- name: "rootHashHinkal",
3190
- type: "uint256"
3191
- },
3192
- {
3193
- internalType: "address[]",
3194
- name: "erc20TokenAddresses",
3195
- type: "address[]"
3196
- },
3197
- {
3198
- internalType: "uint256[]",
3199
- name: "tokenIds",
3200
- type: "uint256[]"
3201
- },
3202
- {
3203
- internalType: "int256[]",
3204
- name: "amountChanges",
3205
- type: "int256[]"
3206
- },
3207
- {
3208
- internalType: "uint256[][]",
3209
- name: "inputNullifiers",
3210
- type: "uint256[][]"
3211
- },
3212
- {
3213
- internalType: "uint256[][]",
3214
- name: "outCommitments",
3215
- type: "uint256[][]"
3216
- },
3217
- {
3218
- internalType: "uint256",
3219
- name: "timeStamp",
3220
- type: "uint256"
3221
- },
3222
- {
3223
- internalType: "uint256",
3224
- name: "rootHashAccessToken",
3225
- type: "uint256"
3226
- },
3227
- {
3228
- internalType: "uint256",
3229
- name: "calldataHash",
3230
- type: "uint256"
3231
- },
3232
- {
3233
- internalType: "uint16",
3234
- name: "publicSignalCount",
3235
- type: "uint16"
3236
- },
3237
- {
3238
- internalType: "address",
3239
- name: "relay",
3240
- type: "address"
3241
- },
3242
- {
3243
- internalType: "address",
3244
- name: "externalAddress",
3245
- type: "address"
3246
- },
3247
- {
3248
- internalType: "uint256",
3249
- name: "externalActionId",
3250
- type: "uint256"
3251
- },
3252
- {
3253
- internalType: "bytes",
3254
- name: "externalActionMetadata",
3255
- type: "bytes"
3256
- },
3257
- {
3258
- internalType: "address",
3259
- name: "preHookContract",
3260
- type: "address"
3261
- },
3262
- {
3263
- internalType: "address",
3264
- name: "hookContract",
3265
- type: "address"
3266
- },
3267
- {
3268
- internalType: "bytes",
3269
- name: "hookMetadata",
3270
- type: "bytes"
3271
- }
3272
- ],
3273
- internalType: "struct CircomData",
3274
- name: "circomData",
3275
- type: "tuple"
3276
- }
3277
- ],
3278
- name: "runAction",
3279
- outputs: [],
3280
- stateMutability: "nonpayable",
3281
- type: "function"
3282
- },
3283
- {
3284
- inputs: [
3285
- {
3286
- internalType: "address",
3287
- name: "newOwner",
3288
- type: "address"
3289
- }
3290
- ],
3291
- name: "transferOwnership",
3292
- outputs: [],
3293
- stateMutability: "nonpayable",
3294
- type: "function"
3295
- },
3296
- {
3297
- stateMutability: "payable",
3298
- type: "receive"
3299
- }
3300
- ], o = [
3301
- {
3302
- inputs: [
3303
- {
3304
- internalType: "string",
3305
- name: "name_",
3306
- type: "string"
3307
- },
3308
- {
3309
- internalType: "string",
3310
- name: "symbol_",
3311
- type: "string"
3312
- },
3313
- {
3314
- internalType: "address",
3315
- name: "_convexExternalAction",
3316
- type: "address"
3317
- },
3318
- {
3319
- internalType: "address",
3320
- name: "_rewardPool",
3321
- type: "address"
3322
- },
3323
- {
3324
- internalType: "address",
3325
- name: "_crv",
3326
- type: "address"
3327
- },
3328
- {
3329
- internalType: "address",
3330
- name: "_cvx",
3331
- type: "address"
3332
- }
3333
- ],
3334
- stateMutability: "nonpayable",
3335
- type: "constructor"
3336
- },
3337
- {
3338
- anonymous: !1,
3339
- inputs: [
3340
- {
3341
- indexed: !0,
3342
- internalType: "address",
3343
- name: "owner",
3344
- type: "address"
3345
- },
3346
- {
3347
- indexed: !0,
3348
- internalType: "address",
3349
- name: "spender",
3350
- type: "address"
3351
- },
3352
- {
3353
- indexed: !1,
3354
- internalType: "uint256",
3355
- name: "value",
3356
- type: "uint256"
3357
- }
3358
- ],
3359
- name: "Approval",
3360
- type: "event"
3361
- },
3362
- {
3363
- anonymous: !1,
3364
- inputs: [
3365
- {
3366
- indexed: !0,
3367
- internalType: "address",
3368
- name: "previousOwner",
3369
- type: "address"
3370
- },
3371
- {
3372
- indexed: !0,
3373
- internalType: "address",
3374
- name: "newOwner",
3375
- type: "address"
3376
- }
3377
- ],
3378
- name: "OwnershipTransferred",
3379
- type: "event"
3380
- },
3381
- {
3382
- anonymous: !1,
3383
- inputs: [
3384
- {
3385
- indexed: !0,
3386
- internalType: "address",
3387
- name: "from",
3388
- type: "address"
3389
- },
3390
- {
3391
- indexed: !0,
3392
- internalType: "address",
3393
- name: "to",
3394
- type: "address"
3395
- },
3396
- {
3397
- indexed: !1,
3398
- internalType: "uint256",
3399
- name: "value",
3400
- type: "uint256"
3401
- }
3402
- ],
3403
- name: "Transfer",
3404
- type: "event"
3405
- },
3406
- {
3407
- inputs: [
3408
- {
3409
- internalType: "address",
3410
- name: "owner",
3411
- type: "address"
3412
- },
3413
- {
3414
- internalType: "address",
3415
- name: "spender",
3416
- type: "address"
3417
- }
3418
- ],
3419
- name: "allowance",
3420
- outputs: [
3421
- {
3422
- internalType: "uint256",
3423
- name: "",
3424
- type: "uint256"
3425
- }
3426
- ],
3427
- stateMutability: "view",
3428
- type: "function"
3429
- },
3430
- {
3431
- inputs: [
3432
- {
3433
- internalType: "address",
3434
- name: "spender",
3435
- type: "address"
3436
- },
3437
- {
3438
- internalType: "uint256",
3439
- name: "amount",
3440
- type: "uint256"
3441
- }
3442
- ],
3443
- name: "approve",
3444
- outputs: [
3445
- {
3446
- internalType: "bool",
3447
- name: "",
3448
- type: "bool"
3449
- }
3450
- ],
3451
- stateMutability: "nonpayable",
3452
- type: "function"
3453
- },
3454
- {
3455
- inputs: [
3456
- {
3457
- internalType: "address",
3458
- name: "account",
3459
- type: "address"
3460
- }
3461
- ],
3462
- name: "balanceOf",
3463
- outputs: [
3464
- {
3465
- internalType: "uint256",
3466
- name: "",
3467
- type: "uint256"
3468
- }
3469
- ],
3470
- stateMutability: "view",
3471
- type: "function"
3472
- },
3473
- {
3474
- inputs: [
3475
- {
3476
- internalType: "address",
3477
- name: "burnAddress",
3478
- type: "address"
3479
- },
3480
- {
3481
- internalType: "address",
3482
- name: "receiveAddress",
3483
- type: "address"
3484
- },
3485
- {
3486
- internalType: "address",
3487
- name: "erc20Address",
3488
- type: "address"
3489
- },
3490
- {
3491
- internalType: "uint256",
3492
- name: "amount",
3493
- type: "uint256"
3494
- },
3495
- {
3496
- internalType: "uint256",
3497
- name: "pid",
3498
- type: "uint256"
3499
- }
3500
- ],
3501
- name: "burn",
3502
- outputs: [],
3503
- stateMutability: "nonpayable",
3504
- type: "function"
3505
- },
3506
- {
3507
- inputs: [
3508
- {
3509
- internalType: "address",
3510
- name: "_convexExternalAction",
3511
- type: "address"
3512
- }
3513
- ],
3514
- name: "changeCrvOwner",
3515
- outputs: [],
3516
- stateMutability: "nonpayable",
3517
- type: "function"
3518
- },
3519
- {
3520
- inputs: [
3521
- {
3522
- internalType: "uint256",
3523
- name: "lpBalance",
3524
- type: "uint256"
3525
- },
3526
- {
3527
- internalType: "uint256",
3528
- name: "prevTimeStamp",
3529
- type: "uint256"
3530
- },
3531
- {
3532
- internalType: "uint256",
3533
- name: "currentTimeStamp",
3534
- type: "uint256"
3535
- }
3536
- ],
3537
- name: "checkpointAndCalculateRewards",
3538
- outputs: [
3539
- {
3540
- internalType: "uint256",
3541
- name: "amountCRV",
3542
- type: "uint256"
3543
- }
3544
- ],
3545
- stateMutability: "nonpayable",
3546
- type: "function"
3547
- },
3548
- {
3549
- inputs: [
3550
- {
3551
- internalType: "uint256",
3552
- name: "lpBalance",
3553
- type: "uint256"
3554
- },
3555
- {
3556
- internalType: "uint256",
3557
- name: "prevTimeStamp",
3558
- type: "uint256"
3559
- }
3560
- ],
3561
- name: "claimableCRV",
3562
- outputs: [
3563
- {
3564
- internalType: "uint256",
3565
- name: "",
3566
- type: "uint256"
3567
- }
3568
- ],
3569
- stateMutability: "view",
3570
- type: "function"
3571
- },
3572
- {
3573
- inputs: [
3574
- {
3575
- internalType: "uint256",
3576
- name: "crvClaimAmount",
3577
- type: "uint256"
3578
- }
3579
- ],
3580
- name: "claimableCVX",
3581
- outputs: [
3582
- {
3583
- internalType: "uint256",
3584
- name: "cvxClaimAmount",
3585
- type: "uint256"
3586
- }
3587
- ],
3588
- stateMutability: "view",
3589
- type: "function"
3590
- },
3591
- {
3592
- inputs: [],
3593
- name: "decimals",
3594
- outputs: [
3595
- {
3596
- internalType: "uint8",
3597
- name: "",
3598
- type: "uint8"
3599
- }
3600
- ],
3601
- stateMutability: "view",
3602
- type: "function"
3603
- },
3604
- {
3605
- inputs: [
3606
- {
3607
- internalType: "address",
3608
- name: "spender",
3609
- type: "address"
3610
- },
3611
- {
3612
- internalType: "uint256",
3613
- name: "subtractedValue",
3614
- type: "uint256"
3615
- }
3616
- ],
3617
- name: "decreaseAllowance",
3618
- outputs: [
3619
- {
3620
- internalType: "bool",
3621
- name: "",
3622
- type: "bool"
3623
- }
3624
- ],
3625
- stateMutability: "nonpayable",
3626
- type: "function"
3627
- },
3628
- {
3629
- inputs: [
3630
- {
3631
- internalType: "address",
3632
- name: "spender",
3633
- type: "address"
3634
- },
3635
- {
3636
- internalType: "uint256",
3637
- name: "addedValue",
3638
- type: "uint256"
3639
- }
3640
- ],
3641
- name: "increaseAllowance",
3642
- outputs: [
3643
- {
3644
- internalType: "bool",
3645
- name: "",
3646
- type: "bool"
3647
- }
3648
- ],
3649
- stateMutability: "nonpayable",
3650
- type: "function"
3651
- },
3652
- {
3653
- inputs: [
3654
- {
3655
- internalType: "address",
3656
- name: "account",
3657
- type: "address"
3658
- },
3659
- {
3660
- internalType: "uint256",
3661
- name: "amount",
3662
- type: "uint256"
3663
- },
3664
- {
3665
- internalType: "address",
3666
- name: "erc20Address",
3667
- type: "address"
3668
- },
3669
- {
3670
- internalType: "uint256",
3671
- name: "timeStamp",
3672
- type: "uint256"
3673
- },
3674
- {
3675
- internalType: "uint256",
3676
- name: "pid",
3677
- type: "uint256"
3678
- }
3679
- ],
3680
- name: "mint",
3681
- outputs: [],
3682
- stateMutability: "nonpayable",
3683
- type: "function"
3684
- },
3685
- {
3686
- inputs: [],
3687
- name: "name",
3688
- outputs: [
3689
- {
3690
- internalType: "string",
3691
- name: "",
3692
- type: "string"
3693
- }
3694
- ],
3695
- stateMutability: "view",
3696
- type: "function"
3697
- },
3698
- {
3699
- inputs: [],
3700
- name: "owner",
3701
- outputs: [
3702
- {
3703
- internalType: "address",
3704
- name: "",
3705
- type: "address"
3706
- }
3707
- ],
3708
- stateMutability: "view",
3709
- type: "function"
3710
- },
3711
- {
3712
- inputs: [],
3713
- name: "renounceOwnership",
3714
- outputs: [],
3715
- stateMutability: "nonpayable",
3716
- type: "function"
3717
- },
3718
- {
3719
- inputs: [],
3720
- name: "symbol",
3721
- outputs: [
3722
- {
3723
- internalType: "string",
3724
- name: "",
3725
- type: "string"
3726
- }
3727
- ],
3728
- stateMutability: "view",
3729
- type: "function"
3730
- },
3731
- {
3732
- inputs: [],
3733
- name: "totalSupply",
3734
- outputs: [
3735
- {
3736
- internalType: "uint256",
3737
- name: "",
3738
- type: "uint256"
3739
- }
3740
- ],
3741
- stateMutability: "view",
3742
- type: "function"
3743
- },
3744
- {
3745
- inputs: [
3746
- {
3747
- internalType: "address",
3748
- name: "to",
3749
- type: "address"
3750
- },
3751
- {
3752
- internalType: "uint256",
3753
- name: "amount",
3754
- type: "uint256"
3755
- }
3756
- ],
3757
- name: "transfer",
3758
- outputs: [
3759
- {
3760
- internalType: "bool",
3761
- name: "",
3762
- type: "bool"
3763
- }
3764
- ],
3765
- stateMutability: "nonpayable",
3766
- type: "function"
3767
- },
3768
- {
3769
- inputs: [
3770
- {
3771
- internalType: "address",
3772
- name: "from",
3773
- type: "address"
3774
- },
3775
- {
3776
- internalType: "address",
3777
- name: "to",
3778
- type: "address"
3779
- },
3780
- {
3781
- internalType: "uint256",
3782
- name: "amount",
3783
- type: "uint256"
3784
- }
3785
- ],
3786
- name: "transferFrom",
3787
- outputs: [
3788
- {
3789
- internalType: "bool",
3790
- name: "",
3791
- type: "bool"
3792
- }
3793
- ],
3794
- stateMutability: "nonpayable",
3795
- type: "function"
3796
- },
3797
- {
3798
- inputs: [
3799
- {
3800
- internalType: "address",
3801
- name: "newOwner",
3802
- type: "address"
3803
- }
3804
- ],
3805
- name: "transferOwnership",
3806
- outputs: [],
3807
- stateMutability: "nonpayable",
3808
- type: "function"
3809
- }
3810
- ], m = [
3811
- {
3812
- inputs: [
3813
- {
3814
- internalType: "string",
3815
- name: "name_",
3816
- type: "string"
3817
- },
3818
- {
3819
- internalType: "string",
3820
- name: "symbol_",
3821
- type: "string"
3822
- },
3823
- {
3824
- internalType: "address",
3825
- name: "_beefyStakeExternalAction",
3826
- type: "address"
3827
- },
3828
- {
3829
- internalType: "address",
3830
- name: "_beefyBoost",
3831
- type: "address"
3832
- }
3833
- ],
3834
- stateMutability: "nonpayable",
3835
- type: "constructor"
3836
- },
3837
- {
3838
- anonymous: !1,
3839
- inputs: [
3840
- {
3841
- indexed: !0,
3842
- internalType: "address",
3843
- name: "owner",
3844
- type: "address"
3845
- },
3846
- {
3847
- indexed: !0,
3848
- internalType: "address",
3849
- name: "spender",
3850
- type: "address"
3851
- },
3852
- {
3853
- indexed: !1,
3854
- internalType: "uint256",
3855
- name: "value",
3856
- type: "uint256"
3857
- }
3858
- ],
3859
- name: "Approval",
3860
- type: "event"
3861
- },
3862
- {
3863
- anonymous: !1,
3864
- inputs: [
3865
- {
3866
- indexed: !0,
3867
- internalType: "address",
3868
- name: "previousOwner",
3869
- type: "address"
3870
- },
3871
- {
3872
- indexed: !0,
3873
- internalType: "address",
3874
- name: "newOwner",
3875
- type: "address"
3876
- }
3877
- ],
3878
- name: "OwnershipTransferred",
3879
- type: "event"
3880
- },
3881
- {
3882
- anonymous: !1,
3883
- inputs: [
3884
- {
3885
- indexed: !0,
3886
- internalType: "address",
3887
- name: "from",
3888
- type: "address"
3889
- },
3890
- {
3891
- indexed: !0,
3892
- internalType: "address",
3893
- name: "to",
3894
- type: "address"
3895
- },
3896
- {
3897
- indexed: !1,
3898
- internalType: "uint256",
3899
- name: "value",
3900
- type: "uint256"
3901
- }
3902
- ],
3903
- name: "Transfer",
3904
- type: "event"
3905
- },
3906
- {
3907
- inputs: [
3908
- {
3909
- internalType: "address",
3910
- name: "owner",
3911
- type: "address"
3912
- },
3913
- {
3914
- internalType: "address",
3915
- name: "spender",
3916
- type: "address"
3917
- }
3918
- ],
3919
- name: "allowance",
3920
- outputs: [
3921
- {
3922
- internalType: "uint256",
3923
- name: "",
3924
- type: "uint256"
3925
- }
3926
- ],
3927
- stateMutability: "view",
3928
- type: "function"
3929
- },
3930
- {
3931
- inputs: [
3932
- {
3933
- internalType: "address",
3934
- name: "spender",
3935
- type: "address"
3936
- },
3937
- {
3938
- internalType: "uint256",
3939
- name: "amount",
3940
- type: "uint256"
3941
- }
3942
- ],
3943
- name: "approve",
3944
- outputs: [
3945
- {
3946
- internalType: "bool",
3947
- name: "",
3948
- type: "bool"
3949
- }
3950
- ],
3951
- stateMutability: "nonpayable",
3952
- type: "function"
3953
- },
3954
- {
3955
- inputs: [
3956
- {
3957
- internalType: "address",
3958
- name: "account",
3959
- type: "address"
3960
- }
3961
- ],
3962
- name: "balanceOf",
3963
- outputs: [
3964
- {
3965
- internalType: "uint256",
3966
- name: "",
3967
- type: "uint256"
3968
- }
3969
- ],
3970
- stateMutability: "view",
3971
- type: "function"
3972
- },
3973
- {
3974
- inputs: [
3975
- {
3976
- internalType: "address",
3977
- name: "receiveAddress",
3978
- type: "address"
3979
- },
3980
- {
3981
- internalType: "uint256",
3982
- name: "amount",
3983
- type: "uint256"
3984
- }
3985
- ],
3986
- name: "burn",
3987
- outputs: [],
3988
- stateMutability: "nonpayable",
3989
- type: "function"
3990
- },
3991
- {
3992
- inputs: [
3993
- {
3994
- internalType: "uint256",
3995
- name: "previousAmount",
3996
- type: "uint256"
3997
- },
3998
- {
3999
- internalType: "uint256",
4000
- name: "previousTimeStamp",
4001
- type: "uint256"
4002
- },
4003
- {
4004
- internalType: "uint256",
4005
- name: "currentTimeStamp",
4006
- type: "uint256"
4007
- }
4008
- ],
4009
- name: "checkpoint",
4010
- outputs: [
4011
- {
4012
- internalType: "uint256",
4013
- name: "",
4014
- type: "uint256"
4015
- }
4016
- ],
4017
- stateMutability: "nonpayable",
4018
- type: "function"
4019
- },
4020
- {
4021
- inputs: [
4022
- {
4023
- internalType: "uint256",
4024
- name: "previousAmount",
4025
- type: "uint256"
4026
- },
4027
- {
4028
- internalType: "uint256",
4029
- name: "previousTimeStamp",
4030
- type: "uint256"
4031
- }
4032
- ],
4033
- name: "claimableTokens",
4034
- outputs: [
4035
- {
4036
- internalType: "uint256",
4037
- name: "",
4038
- type: "uint256"
4039
- }
4040
- ],
4041
- stateMutability: "nonpayable",
4042
- type: "function"
4043
- },
4044
- {
4045
- inputs: [],
4046
- name: "decimals",
4047
- outputs: [
4048
- {
4049
- internalType: "uint8",
4050
- name: "",
4051
- type: "uint8"
4052
- }
4053
- ],
4054
- stateMutability: "view",
4055
- type: "function"
4056
- },
4057
- {
4058
- inputs: [
4059
- {
4060
- internalType: "address",
4061
- name: "spender",
4062
- type: "address"
4063
- },
4064
- {
4065
- internalType: "uint256",
4066
- name: "subtractedValue",
4067
- type: "uint256"
4068
- }
4069
- ],
4070
- name: "decreaseAllowance",
4071
- outputs: [
4072
- {
4073
- internalType: "bool",
4074
- name: "",
4075
- type: "bool"
4076
- }
4077
- ],
4078
- stateMutability: "nonpayable",
4079
- type: "function"
4080
- },
4081
- {
4082
- inputs: [
4083
- {
4084
- internalType: "address",
4085
- name: "spender",
4086
- type: "address"
4087
- },
4088
- {
4089
- internalType: "uint256",
4090
- name: "addedValue",
4091
- type: "uint256"
4092
- }
4093
- ],
4094
- name: "increaseAllowance",
4095
- outputs: [
4096
- {
4097
- internalType: "bool",
4098
- name: "",
4099
- type: "bool"
4100
- }
4101
- ],
4102
- stateMutability: "nonpayable",
4103
- type: "function"
4104
- },
4105
- {
4106
- inputs: [
4107
- {
4108
- internalType: "address",
4109
- name: "receiver",
4110
- type: "address"
4111
- },
4112
- {
4113
- internalType: "address",
4114
- name: "mooToken",
4115
- type: "address"
4116
- },
4117
- {
4118
- internalType: "uint256",
4119
- name: "mooAmount",
4120
- type: "uint256"
4121
- },
4122
- {
4123
- internalType: "uint256",
4124
- name: "previousAmount",
4125
- type: "uint256"
4126
- },
4127
- {
4128
- internalType: "uint256",
4129
- name: "timeStamp",
4130
- type: "uint256"
4131
- }
4132
- ],
4133
- name: "mint",
4134
- outputs: [],
4135
- stateMutability: "nonpayable",
4136
- type: "function"
4137
- },
4138
- {
4139
- inputs: [],
4140
- name: "name",
4141
- outputs: [
4142
- {
4143
- internalType: "string",
4144
- name: "",
4145
- type: "string"
4146
- }
4147
- ],
4148
- stateMutability: "view",
4149
- type: "function"
4150
- },
4151
- {
4152
- inputs: [
4153
- {
4154
- internalType: "address",
4155
- name: "",
4156
- type: "address"
4157
- },
4158
- {
4159
- internalType: "address",
4160
- name: "",
4161
- type: "address"
4162
- },
4163
- {
4164
- internalType: "uint256",
4165
- name: "",
4166
- type: "uint256"
4167
- },
4168
- {
4169
- internalType: "bytes",
4170
- name: "",
4171
- type: "bytes"
4172
- }
4173
- ],
4174
- name: "onERC721Received",
4175
- outputs: [
4176
- {
4177
- internalType: "bytes4",
4178
- name: "",
4179
- type: "bytes4"
4180
- }
4181
- ],
4182
- stateMutability: "pure",
4183
- type: "function"
4184
- },
4185
- {
4186
- inputs: [],
4187
- name: "owner",
4188
- outputs: [
4189
- {
4190
- internalType: "address",
4191
- name: "",
4192
- type: "address"
4193
- }
4194
- ],
4195
- stateMutability: "view",
4196
- type: "function"
4197
- },
4198
- {
4199
- inputs: [],
4200
- name: "renounceOwnership",
4201
- outputs: [],
4202
- stateMutability: "nonpayable",
4203
- type: "function"
4204
- },
4205
- {
4206
- inputs: [],
4207
- name: "symbol",
4208
- outputs: [
4209
- {
4210
- internalType: "string",
4211
- name: "",
4212
- type: "string"
4213
- }
4214
- ],
4215
- stateMutability: "view",
4216
- type: "function"
4217
- },
4218
- {
4219
- inputs: [],
4220
- name: "totalSupply",
4221
- outputs: [
4222
- {
4223
- internalType: "uint256",
4224
- name: "",
4225
- type: "uint256"
4226
- }
4227
- ],
4228
- stateMutability: "view",
4229
- type: "function"
4230
- },
4231
- {
4232
- inputs: [
4233
- {
4234
- internalType: "address",
4235
- name: "to",
4236
- type: "address"
4237
- },
4238
- {
4239
- internalType: "uint256",
4240
- name: "amount",
4241
- type: "uint256"
4242
- }
4243
- ],
4244
- name: "transfer",
4245
- outputs: [
4246
- {
4247
- internalType: "bool",
4248
- name: "",
4249
- type: "bool"
4250
- }
4251
- ],
4252
- stateMutability: "nonpayable",
4253
- type: "function"
4254
- },
4255
- {
4256
- inputs: [
4257
- {
4258
- internalType: "address",
4259
- name: "from",
4260
- type: "address"
4261
- },
4262
- {
4263
- internalType: "address",
4264
- name: "to",
4265
- type: "address"
4266
- },
4267
- {
4268
- internalType: "uint256",
4269
- name: "amount",
4270
- type: "uint256"
4271
- }
4272
- ],
4273
- name: "transferFrom",
4274
- outputs: [
4275
- {
4276
- internalType: "bool",
4277
- name: "",
4278
- type: "bool"
4279
- }
4280
- ],
4281
- stateMutability: "nonpayable",
4282
- type: "function"
4283
- },
4284
- {
4285
- inputs: [
4286
- {
4287
- internalType: "address",
4288
- name: "newOwner",
4289
- type: "address"
4290
- }
4291
- ],
4292
- name: "transferOwnership",
4293
- outputs: [],
4294
- stateMutability: "nonpayable",
4295
- type: "function"
4296
- }
4297
- ], T = {
4298
- hinkalAddress: e,
4299
- hinkalABI: t,
4300
- hinkalHelperAddress: n,
4301
- hinkalHelperABI: a,
4302
- uniswapExternalActionAddress: i,
4303
- odosExternalActionInstanceAddress: s,
4304
- oneInchExternalActionInstanceAddress: p,
4305
- curveExternalActionInstanceAddress: y,
4306
- curveExternalActionABI: r,
4307
- wrappedStakedCurveLpABI: u,
4308
- convexExternalActionInstanceAddress: l,
4309
- convexExternalActionABI: d,
4310
- wrappedStakedConvexLpABI: o,
4311
- WrappedStakedBeefyLpABI: m
4312
- };
4313
- export {
4314
- m as WrappedStakedBeefyLpABI,
4315
- d as convexExternalActionABI,
4316
- l as convexExternalActionInstanceAddress,
4317
- r as curveExternalActionABI,
4318
- y as curveExternalActionInstanceAddress,
4319
- T as default,
4320
- t as hinkalABI,
4321
- e as hinkalAddress,
4322
- a as hinkalHelperABI,
4323
- n as hinkalHelperAddress,
4324
- s as odosExternalActionInstanceAddress,
4325
- p as oneInchExternalActionInstanceAddress,
4326
- i as uniswapExternalActionAddress,
4327
- o as wrappedStakedConvexLpABI,
4328
- u as wrappedStakedCurveLpABI
4329
- };