@across-protocol/sdk 4.3.154 → 4.3.156

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 (426) hide show
  1. package/dist/cjs/src/clients/SpokePoolClient/EVMSpokePoolClient.js +5 -1
  2. package/dist/cjs/src/clients/SpokePoolClient/EVMSpokePoolClient.js.map +1 -1
  3. package/dist/cjs/src/utils/abi/typechain/BaseModuleHandler.d.ts +9 -1
  4. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.d.ts +173 -0
  5. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.js +3 -0
  6. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.js.map +1 -0
  7. package/dist/cjs/src/utils/abi/typechain/DstOFTHandler.d.ts +25 -1
  8. package/dist/cjs/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +9 -1
  9. package/dist/cjs/src/utils/abi/typechain/HyperCoreFlowRoles.d.ts +9 -1
  10. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +115 -1
  11. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +29 -0
  12. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +29 -0
  13. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +27 -0
  14. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +27 -0
  15. package/dist/cjs/src/utils/abi/typechain/TronTransferLib.d.ts +27 -0
  16. package/dist/cjs/src/utils/abi/typechain/TronTransferLib.js +3 -0
  17. package/dist/cjs/src/utils/abi/typechain/TronTransferLib.js.map +1 -0
  18. package/dist/cjs/src/utils/abi/typechain/Tron_SpokePool.d.ts +1685 -0
  19. package/dist/cjs/src/utils/abi/typechain/Tron_SpokePool.js +3 -0
  20. package/dist/cjs/src/utils/abi/typechain/Tron_SpokePool.js.map +1 -0
  21. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementationTron.d.ts +67 -0
  22. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementationTron.js +3 -0
  23. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementationTron.js.map +1 -0
  24. package/dist/cjs/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.d.ts +8 -0
  25. package/dist/cjs/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.js +11 -0
  26. package/dist/cjs/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.js.map +1 -1
  27. package/dist/cjs/src/utils/abi/typechain/factories/BaseModuleHandler__factory.d.ts +10 -0
  28. package/dist/cjs/src/utils/abi/typechain/factories/BaseModuleHandler__factory.js +13 -0
  29. package/dist/cjs/src/utils/abi/typechain/factories/BaseModuleHandler__factory.js.map +1 -1
  30. package/dist/cjs/src/utils/abi/typechain/factories/Blast_SpokePool__factory.d.ts +8 -0
  31. package/dist/cjs/src/utils/abi/typechain/factories/Blast_SpokePool__factory.js +11 -0
  32. package/dist/cjs/src/utils/abi/typechain/factories/Blast_SpokePool__factory.js.map +1 -1
  33. package/dist/cjs/src/utils/abi/typechain/factories/Boba_SpokePool__factory.d.ts +8 -0
  34. package/dist/cjs/src/utils/abi/typechain/factories/Boba_SpokePool__factory.js +11 -0
  35. package/dist/cjs/src/utils/abi/typechain/factories/Boba_SpokePool__factory.js.map +1 -1
  36. package/dist/cjs/src/utils/abi/typechain/factories/Cher_SpokePool__factory.d.ts +8 -0
  37. package/dist/cjs/src/utils/abi/typechain/factories/Cher_SpokePool__factory.js +11 -0
  38. package/dist/cjs/src/utils/abi/typechain/factories/Cher_SpokePool__factory.js.map +1 -1
  39. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.d.ts +226 -0
  40. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.js +296 -0
  41. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.js.map +1 -0
  42. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +32 -0
  43. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +41 -0
  44. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
  45. package/dist/cjs/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.d.ts +8 -0
  46. package/dist/cjs/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.js +11 -0
  47. package/dist/cjs/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.js.map +1 -1
  48. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +10 -0
  49. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +13 -0
  50. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  51. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.d.ts +10 -0
  52. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.js +13 -0
  53. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.js.map +1 -1
  54. package/dist/cjs/src/utils/abi/typechain/factories/Ink_SpokePool__factory.d.ts +8 -0
  55. package/dist/cjs/src/utils/abi/typechain/factories/Ink_SpokePool__factory.js +11 -0
  56. package/dist/cjs/src/utils/abi/typechain/factories/Ink_SpokePool__factory.js.map +1 -1
  57. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +8 -0
  58. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js +11 -0
  59. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js.map +1 -1
  60. package/dist/cjs/src/utils/abi/typechain/factories/Linea_SpokePool__factory.d.ts +8 -0
  61. package/dist/cjs/src/utils/abi/typechain/factories/Linea_SpokePool__factory.js +11 -0
  62. package/dist/cjs/src/utils/abi/typechain/factories/Linea_SpokePool__factory.js.map +1 -1
  63. package/dist/cjs/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.d.ts +8 -0
  64. package/dist/cjs/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.js +11 -0
  65. package/dist/cjs/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.js.map +1 -1
  66. package/dist/cjs/src/utils/abi/typechain/factories/OP_SpokePool__factory.d.ts +8 -0
  67. package/dist/cjs/src/utils/abi/typechain/factories/OP_SpokePool__factory.js +11 -0
  68. package/dist/cjs/src/utils/abi/typechain/factories/OP_SpokePool__factory.js.map +1 -1
  69. package/dist/cjs/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.d.ts +8 -0
  70. package/dist/cjs/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.js +11 -0
  71. package/dist/cjs/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.js.map +1 -1
  72. package/dist/cjs/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.d.ts +8 -0
  73. package/dist/cjs/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.js +11 -0
  74. package/dist/cjs/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.js.map +1 -1
  75. package/dist/cjs/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.d.ts +8 -0
  76. package/dist/cjs/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.js +11 -0
  77. package/dist/cjs/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.js.map +1 -1
  78. package/dist/cjs/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.d.ts +8 -0
  79. package/dist/cjs/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.js +11 -0
  80. package/dist/cjs/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.js.map +1 -1
  81. package/dist/cjs/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.d.ts +8 -0
  82. package/dist/cjs/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.js +11 -0
  83. package/dist/cjs/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.js.map +1 -1
  84. package/dist/cjs/src/utils/abi/typechain/factories/SpokePool__factory.d.ts +8 -0
  85. package/dist/cjs/src/utils/abi/typechain/factories/SpokePool__factory.js +11 -0
  86. package/dist/cjs/src/utils/abi/typechain/factories/SpokePool__factory.js.map +1 -1
  87. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +156 -0
  88. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +195 -0
  89. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
  90. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +63 -0
  91. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +77 -0
  92. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
  93. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +63 -0
  94. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +77 -0
  95. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
  96. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +59 -1
  97. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js +72 -1
  98. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js.map +1 -1
  99. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +63 -1
  100. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +77 -1
  101. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  102. package/dist/cjs/src/utils/abi/typechain/factories/TronTransferLib__factory.d.ts +16 -0
  103. package/dist/cjs/src/utils/abi/typechain/factories/TronTransferLib__factory.js +27 -0
  104. package/dist/cjs/src/utils/abi/typechain/factories/TronTransferLib__factory.js.map +1 -0
  105. package/dist/cjs/src/utils/abi/typechain/factories/Tron_SpokePool__factory.d.ts +2636 -0
  106. package/dist/cjs/src/utils/abi/typechain/factories/Tron_SpokePool__factory.js +3346 -0
  107. package/dist/cjs/src/utils/abi/typechain/factories/Tron_SpokePool__factory.js.map +1 -0
  108. package/dist/cjs/src/utils/abi/typechain/factories/Universal_SpokePool__factory.d.ts +8 -0
  109. package/dist/cjs/src/utils/abi/typechain/factories/Universal_SpokePool__factory.js +11 -0
  110. package/dist/cjs/src/utils/abi/typechain/factories/Universal_SpokePool__factory.js.map +1 -1
  111. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.d.ts +58 -0
  112. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.js +80 -0
  113. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.js.map +1 -0
  114. package/dist/cjs/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.d.ts +8 -0
  115. package/dist/cjs/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.js +11 -0
  116. package/dist/cjs/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.js.map +1 -1
  117. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +8 -0
  118. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js +11 -0
  119. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js.map +1 -1
  120. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +4 -0
  121. package/dist/cjs/src/utils/abi/typechain/factories/index.js +14 -5
  122. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  123. package/dist/cjs/src/utils/abi/typechain/index.d.ts +8 -0
  124. package/dist/cjs/src/utils/abi/typechain/index.js +14 -5
  125. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  126. package/dist/esm/src/clients/SpokePoolClient/EVMSpokePoolClient.js +7 -1
  127. package/dist/esm/src/clients/SpokePoolClient/EVMSpokePoolClient.js.map +1 -1
  128. package/dist/esm/src/utils/abi/typechain/BaseModuleHandler.d.ts +9 -1
  129. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.d.ts +173 -0
  130. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.js +2 -0
  131. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.js.map +1 -0
  132. package/dist/esm/src/utils/abi/typechain/DstOFTHandler.d.ts +25 -1
  133. package/dist/esm/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +9 -1
  134. package/dist/esm/src/utils/abi/typechain/HyperCoreFlowRoles.d.ts +9 -1
  135. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +115 -1
  136. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +29 -0
  137. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +29 -0
  138. package/dist/esm/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +27 -0
  139. package/dist/esm/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +27 -0
  140. package/dist/esm/src/utils/abi/typechain/TronTransferLib.d.ts +27 -0
  141. package/dist/esm/src/utils/abi/typechain/TronTransferLib.js +2 -0
  142. package/dist/esm/src/utils/abi/typechain/TronTransferLib.js.map +1 -0
  143. package/dist/esm/src/utils/abi/typechain/Tron_SpokePool.d.ts +1685 -0
  144. package/dist/esm/src/utils/abi/typechain/Tron_SpokePool.js +2 -0
  145. package/dist/esm/src/utils/abi/typechain/Tron_SpokePool.js.map +1 -0
  146. package/dist/esm/src/utils/abi/typechain/WithdrawImplementationTron.d.ts +67 -0
  147. package/dist/esm/src/utils/abi/typechain/WithdrawImplementationTron.js +2 -0
  148. package/dist/esm/src/utils/abi/typechain/WithdrawImplementationTron.js.map +1 -0
  149. package/dist/esm/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.d.ts +8 -0
  150. package/dist/esm/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.js +11 -0
  151. package/dist/esm/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.js.map +1 -1
  152. package/dist/esm/src/utils/abi/typechain/factories/BaseModuleHandler__factory.d.ts +10 -0
  153. package/dist/esm/src/utils/abi/typechain/factories/BaseModuleHandler__factory.js +13 -0
  154. package/dist/esm/src/utils/abi/typechain/factories/BaseModuleHandler__factory.js.map +1 -1
  155. package/dist/esm/src/utils/abi/typechain/factories/Blast_SpokePool__factory.d.ts +8 -0
  156. package/dist/esm/src/utils/abi/typechain/factories/Blast_SpokePool__factory.js +11 -0
  157. package/dist/esm/src/utils/abi/typechain/factories/Blast_SpokePool__factory.js.map +1 -1
  158. package/dist/esm/src/utils/abi/typechain/factories/Boba_SpokePool__factory.d.ts +8 -0
  159. package/dist/esm/src/utils/abi/typechain/factories/Boba_SpokePool__factory.js +11 -0
  160. package/dist/esm/src/utils/abi/typechain/factories/Boba_SpokePool__factory.js.map +1 -1
  161. package/dist/esm/src/utils/abi/typechain/factories/Cher_SpokePool__factory.d.ts +8 -0
  162. package/dist/esm/src/utils/abi/typechain/factories/Cher_SpokePool__factory.js +11 -0
  163. package/dist/esm/src/utils/abi/typechain/factories/Cher_SpokePool__factory.js.map +1 -1
  164. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.d.ts +226 -0
  165. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.js +295 -0
  166. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.js.map +1 -0
  167. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +32 -0
  168. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +41 -0
  169. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
  170. package/dist/esm/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.d.ts +8 -0
  171. package/dist/esm/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.js +11 -0
  172. package/dist/esm/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.js.map +1 -1
  173. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +10 -0
  174. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +13 -0
  175. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  176. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.d.ts +10 -0
  177. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.js +13 -0
  178. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.js.map +1 -1
  179. package/dist/esm/src/utils/abi/typechain/factories/Ink_SpokePool__factory.d.ts +8 -0
  180. package/dist/esm/src/utils/abi/typechain/factories/Ink_SpokePool__factory.js +11 -0
  181. package/dist/esm/src/utils/abi/typechain/factories/Ink_SpokePool__factory.js.map +1 -1
  182. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +8 -0
  183. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js +11 -0
  184. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js.map +1 -1
  185. package/dist/esm/src/utils/abi/typechain/factories/Linea_SpokePool__factory.d.ts +8 -0
  186. package/dist/esm/src/utils/abi/typechain/factories/Linea_SpokePool__factory.js +11 -0
  187. package/dist/esm/src/utils/abi/typechain/factories/Linea_SpokePool__factory.js.map +1 -1
  188. package/dist/esm/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.d.ts +8 -0
  189. package/dist/esm/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.js +11 -0
  190. package/dist/esm/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.js.map +1 -1
  191. package/dist/esm/src/utils/abi/typechain/factories/OP_SpokePool__factory.d.ts +8 -0
  192. package/dist/esm/src/utils/abi/typechain/factories/OP_SpokePool__factory.js +11 -0
  193. package/dist/esm/src/utils/abi/typechain/factories/OP_SpokePool__factory.js.map +1 -1
  194. package/dist/esm/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.d.ts +8 -0
  195. package/dist/esm/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.js +11 -0
  196. package/dist/esm/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.js.map +1 -1
  197. package/dist/esm/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.d.ts +8 -0
  198. package/dist/esm/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.js +11 -0
  199. package/dist/esm/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.js.map +1 -1
  200. package/dist/esm/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.d.ts +8 -0
  201. package/dist/esm/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.js +11 -0
  202. package/dist/esm/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.js.map +1 -1
  203. package/dist/esm/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.d.ts +8 -0
  204. package/dist/esm/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.js +11 -0
  205. package/dist/esm/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.js.map +1 -1
  206. package/dist/esm/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.d.ts +8 -0
  207. package/dist/esm/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.js +11 -0
  208. package/dist/esm/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.js.map +1 -1
  209. package/dist/esm/src/utils/abi/typechain/factories/SpokePool__factory.d.ts +8 -0
  210. package/dist/esm/src/utils/abi/typechain/factories/SpokePool__factory.js +11 -0
  211. package/dist/esm/src/utils/abi/typechain/factories/SpokePool__factory.js.map +1 -1
  212. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +156 -0
  213. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +195 -0
  214. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
  215. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +63 -0
  216. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +77 -0
  217. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
  218. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +63 -0
  219. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +77 -0
  220. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
  221. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +59 -1
  222. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js +72 -1
  223. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js.map +1 -1
  224. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +63 -1
  225. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +77 -1
  226. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  227. package/dist/esm/src/utils/abi/typechain/factories/TronTransferLib__factory.d.ts +16 -0
  228. package/dist/esm/src/utils/abi/typechain/factories/TronTransferLib__factory.js +26 -0
  229. package/dist/esm/src/utils/abi/typechain/factories/TronTransferLib__factory.js.map +1 -0
  230. package/dist/esm/src/utils/abi/typechain/factories/Tron_SpokePool__factory.d.ts +2636 -0
  231. package/dist/esm/src/utils/abi/typechain/factories/Tron_SpokePool__factory.js +3345 -0
  232. package/dist/esm/src/utils/abi/typechain/factories/Tron_SpokePool__factory.js.map +1 -0
  233. package/dist/esm/src/utils/abi/typechain/factories/Universal_SpokePool__factory.d.ts +8 -0
  234. package/dist/esm/src/utils/abi/typechain/factories/Universal_SpokePool__factory.js +11 -0
  235. package/dist/esm/src/utils/abi/typechain/factories/Universal_SpokePool__factory.js.map +1 -1
  236. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.d.ts +58 -0
  237. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.js +79 -0
  238. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.js.map +1 -0
  239. package/dist/esm/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.d.ts +8 -0
  240. package/dist/esm/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.js +11 -0
  241. package/dist/esm/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.js.map +1 -1
  242. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +8 -0
  243. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js +11 -0
  244. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js.map +1 -1
  245. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +4 -0
  246. package/dist/esm/src/utils/abi/typechain/factories/index.js +4 -0
  247. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  248. package/dist/esm/src/utils/abi/typechain/index.d.ts +8 -0
  249. package/dist/esm/src/utils/abi/typechain/index.js +4 -0
  250. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  251. package/dist/types/src/clients/SpokePoolClient/EVMSpokePoolClient.d.ts.map +1 -1
  252. package/dist/types/src/utils/abi/typechain/BaseModuleHandler.d.ts +9 -1
  253. package/dist/types/src/utils/abi/typechain/BaseModuleHandler.d.ts.map +1 -1
  254. package/dist/types/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.d.ts +174 -0
  255. package/dist/types/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.d.ts.map +1 -0
  256. package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts +25 -1
  257. package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts.map +1 -1
  258. package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +9 -1
  259. package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts.map +1 -1
  260. package/dist/types/src/utils/abi/typechain/HyperCoreFlowRoles.d.ts +9 -1
  261. package/dist/types/src/utils/abi/typechain/HyperCoreFlowRoles.d.ts.map +1 -1
  262. package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +115 -1
  263. package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts.map +1 -1
  264. package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +29 -0
  265. package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts.map +1 -1
  266. package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +29 -0
  267. package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts.map +1 -1
  268. package/dist/types/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +27 -0
  269. package/dist/types/src/utils/abi/typechain/SponsoredOFTInterface.d.ts.map +1 -1
  270. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +27 -0
  271. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts.map +1 -1
  272. package/dist/types/src/utils/abi/typechain/TronTransferLib.d.ts +28 -0
  273. package/dist/types/src/utils/abi/typechain/TronTransferLib.d.ts.map +1 -0
  274. package/dist/types/src/utils/abi/typechain/Tron_SpokePool.d.ts +1686 -0
  275. package/dist/types/src/utils/abi/typechain/Tron_SpokePool.d.ts.map +1 -0
  276. package/dist/types/src/utils/abi/typechain/WithdrawImplementationTron.d.ts +68 -0
  277. package/dist/types/src/utils/abi/typechain/WithdrawImplementationTron.d.ts.map +1 -0
  278. package/dist/types/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.d.ts +8 -0
  279. package/dist/types/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.d.ts.map +1 -1
  280. package/dist/types/src/utils/abi/typechain/factories/BaseModuleHandler__factory.d.ts +10 -0
  281. package/dist/types/src/utils/abi/typechain/factories/BaseModuleHandler__factory.d.ts.map +1 -1
  282. package/dist/types/src/utils/abi/typechain/factories/Blast_SpokePool__factory.d.ts +8 -0
  283. package/dist/types/src/utils/abi/typechain/factories/Blast_SpokePool__factory.d.ts.map +1 -1
  284. package/dist/types/src/utils/abi/typechain/factories/Boba_SpokePool__factory.d.ts +8 -0
  285. package/dist/types/src/utils/abi/typechain/factories/Boba_SpokePool__factory.d.ts.map +1 -1
  286. package/dist/types/src/utils/abi/typechain/factories/Cher_SpokePool__factory.d.ts +8 -0
  287. package/dist/types/src/utils/abi/typechain/factories/Cher_SpokePool__factory.d.ts.map +1 -1
  288. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.d.ts +227 -0
  289. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.d.ts.map +1 -0
  290. package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +32 -0
  291. package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts.map +1 -1
  292. package/dist/types/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.d.ts +8 -0
  293. package/dist/types/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.d.ts.map +1 -1
  294. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +10 -0
  295. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts.map +1 -1
  296. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.d.ts +10 -0
  297. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.d.ts.map +1 -1
  298. package/dist/types/src/utils/abi/typechain/factories/Ink_SpokePool__factory.d.ts +8 -0
  299. package/dist/types/src/utils/abi/typechain/factories/Ink_SpokePool__factory.d.ts.map +1 -1
  300. package/dist/types/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +8 -0
  301. package/dist/types/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts.map +1 -1
  302. package/dist/types/src/utils/abi/typechain/factories/Linea_SpokePool__factory.d.ts +8 -0
  303. package/dist/types/src/utils/abi/typechain/factories/Linea_SpokePool__factory.d.ts.map +1 -1
  304. package/dist/types/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.d.ts +8 -0
  305. package/dist/types/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.d.ts.map +1 -1
  306. package/dist/types/src/utils/abi/typechain/factories/OP_SpokePool__factory.d.ts +8 -0
  307. package/dist/types/src/utils/abi/typechain/factories/OP_SpokePool__factory.d.ts.map +1 -1
  308. package/dist/types/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.d.ts +8 -0
  309. package/dist/types/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.d.ts.map +1 -1
  310. package/dist/types/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.d.ts +8 -0
  311. package/dist/types/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.d.ts.map +1 -1
  312. package/dist/types/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.d.ts +8 -0
  313. package/dist/types/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.d.ts.map +1 -1
  314. package/dist/types/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.d.ts +8 -0
  315. package/dist/types/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.d.ts.map +1 -1
  316. package/dist/types/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.d.ts +8 -0
  317. package/dist/types/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.d.ts.map +1 -1
  318. package/dist/types/src/utils/abi/typechain/factories/SpokePool__factory.d.ts +8 -0
  319. package/dist/types/src/utils/abi/typechain/factories/SpokePool__factory.d.ts.map +1 -1
  320. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +156 -0
  321. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts.map +1 -1
  322. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +63 -0
  323. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts.map +1 -1
  324. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +63 -0
  325. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts.map +1 -1
  326. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +59 -1
  327. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts.map +1 -1
  328. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +63 -1
  329. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts.map +1 -1
  330. package/dist/types/src/utils/abi/typechain/factories/TronTransferLib__factory.d.ts +17 -0
  331. package/dist/types/src/utils/abi/typechain/factories/TronTransferLib__factory.d.ts.map +1 -0
  332. package/dist/types/src/utils/abi/typechain/factories/Tron_SpokePool__factory.d.ts +2637 -0
  333. package/dist/types/src/utils/abi/typechain/factories/Tron_SpokePool__factory.d.ts.map +1 -0
  334. package/dist/types/src/utils/abi/typechain/factories/Universal_SpokePool__factory.d.ts +8 -0
  335. package/dist/types/src/utils/abi/typechain/factories/Universal_SpokePool__factory.d.ts.map +1 -1
  336. package/dist/types/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.d.ts +59 -0
  337. package/dist/types/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.d.ts.map +1 -0
  338. package/dist/types/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.d.ts +8 -0
  339. package/dist/types/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.d.ts.map +1 -1
  340. package/dist/types/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +8 -0
  341. package/dist/types/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts.map +1 -1
  342. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +4 -0
  343. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  344. package/dist/types/src/utils/abi/typechain/index.d.ts +8 -0
  345. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  346. package/package.json +2 -2
  347. package/src/clients/SpokePoolClient/EVMSpokePoolClient.ts +8 -1
  348. package/src/utils/abi/contracts/Arbitrum_SpokePool.json +11 -0
  349. package/src/utils/abi/contracts/BaseModuleHandler.json +13 -0
  350. package/src/utils/abi/contracts/Blast_SpokePool.json +11 -0
  351. package/src/utils/abi/contracts/Boba_SpokePool.json +11 -0
  352. package/src/utils/abi/contracts/Cher_SpokePool.json +11 -0
  353. package/src/utils/abi/contracts/CounterfactualDepositSpokePoolTr.json +281 -0
  354. package/src/utils/abi/contracts/DstOFTHandler.json +41 -0
  355. package/src/utils/abi/contracts/Ethereum_SpokePool.json +11 -0
  356. package/src/utils/abi/contracts/HyperCoreFlowExecutor.json +13 -0
  357. package/src/utils/abi/contracts/HyperCoreFlowRoles.json +13 -0
  358. package/src/utils/abi/contracts/Ink_SpokePool.json +11 -0
  359. package/src/utils/abi/contracts/Lens_SpokePool.json +11 -0
  360. package/src/utils/abi/contracts/Linea_SpokePool.json +11 -0
  361. package/src/utils/abi/contracts/Lisk_SpokePool.json +11 -0
  362. package/src/utils/abi/contracts/OP_SpokePool.json +11 -0
  363. package/src/utils/abi/contracts/Optimism_SpokePool.json +11 -0
  364. package/src/utils/abi/contracts/Ovm_SpokePool.json +11 -0
  365. package/src/utils/abi/contracts/PolygonZkEVM_SpokePool.json +11 -0
  366. package/src/utils/abi/contracts/Polygon_SpokePool.json +11 -0
  367. package/src/utils/abi/contracts/Scroll_SpokePool.json +11 -0
  368. package/src/utils/abi/contracts/SpokePool.json +11 -0
  369. package/src/utils/abi/contracts/SponsoredCCTPDstPeriphery.json +195 -0
  370. package/src/utils/abi/contracts/SponsoredCCTPInterface.json +77 -0
  371. package/src/utils/abi/contracts/SponsoredCCTPSrcPeriphery.json +77 -0
  372. package/src/utils/abi/contracts/SponsoredOFTInterface.json +72 -1
  373. package/src/utils/abi/contracts/SponsoredOFTSrcPeriphery.json +77 -1
  374. package/src/utils/abi/contracts/TronTransferLib.json +12 -0
  375. package/src/utils/abi/contracts/Tron_SpokePool.json +3331 -0
  376. package/src/utils/abi/contracts/Universal_SpokePool.json +11 -0
  377. package/src/utils/abi/contracts/WithdrawImplementationTron.json +65 -0
  378. package/src/utils/abi/contracts/WorldChain_SpokePool.json +11 -0
  379. package/src/utils/abi/contracts/ZkSync_SpokePool.json +11 -0
  380. package/src/utils/abi/typechain/BaseModuleHandler.ts +22 -0
  381. package/src/utils/abi/typechain/CounterfactualDepositSpokePoolTr.ts +297 -0
  382. package/src/utils/abi/typechain/DstOFTHandler.ts +67 -0
  383. package/src/utils/abi/typechain/HyperCoreFlowExecutor.ts +22 -0
  384. package/src/utils/abi/typechain/HyperCoreFlowRoles.ts +25 -1
  385. package/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.ts +180 -0
  386. package/src/utils/abi/typechain/SponsoredCCTPInterface.ts +60 -0
  387. package/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.ts +60 -0
  388. package/src/utils/abi/typechain/SponsoredOFTInterface.ts +56 -0
  389. package/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.ts +56 -0
  390. package/src/utils/abi/typechain/TronTransferLib.ts +55 -0
  391. package/src/utils/abi/typechain/Tron_SpokePool.ts +3877 -0
  392. package/src/utils/abi/typechain/WithdrawImplementationTron.ts +137 -0
  393. package/src/utils/abi/typechain/factories/Arbitrum_SpokePool__factory.ts +11 -0
  394. package/src/utils/abi/typechain/factories/BaseModuleHandler__factory.ts +13 -0
  395. package/src/utils/abi/typechain/factories/Blast_SpokePool__factory.ts +11 -0
  396. package/src/utils/abi/typechain/factories/Boba_SpokePool__factory.ts +11 -0
  397. package/src/utils/abi/typechain/factories/Cher_SpokePool__factory.ts +11 -0
  398. package/src/utils/abi/typechain/factories/CounterfactualDepositSpokePoolTr__factory.ts +311 -0
  399. package/src/utils/abi/typechain/factories/DstOFTHandler__factory.ts +41 -0
  400. package/src/utils/abi/typechain/factories/Ethereum_SpokePool__factory.ts +11 -0
  401. package/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.ts +13 -0
  402. package/src/utils/abi/typechain/factories/HyperCoreFlowRoles__factory.ts +13 -0
  403. package/src/utils/abi/typechain/factories/Ink_SpokePool__factory.ts +11 -0
  404. package/src/utils/abi/typechain/factories/Lens_SpokePool__factory.ts +11 -0
  405. package/src/utils/abi/typechain/factories/Linea_SpokePool__factory.ts +11 -0
  406. package/src/utils/abi/typechain/factories/Lisk_SpokePool__factory.ts +11 -0
  407. package/src/utils/abi/typechain/factories/OP_SpokePool__factory.ts +11 -0
  408. package/src/utils/abi/typechain/factories/Optimism_SpokePool__factory.ts +11 -0
  409. package/src/utils/abi/typechain/factories/Ovm_SpokePool__factory.ts +11 -0
  410. package/src/utils/abi/typechain/factories/PolygonZkEVM_SpokePool__factory.ts +11 -0
  411. package/src/utils/abi/typechain/factories/Polygon_SpokePool__factory.ts +11 -0
  412. package/src/utils/abi/typechain/factories/Scroll_SpokePool__factory.ts +11 -0
  413. package/src/utils/abi/typechain/factories/SpokePool__factory.ts +11 -0
  414. package/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.ts +195 -0
  415. package/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.ts +77 -0
  416. package/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.ts +77 -0
  417. package/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.ts +72 -1
  418. package/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.ts +77 -1
  419. package/src/utils/abi/typechain/factories/TronTransferLib__factory.ts +36 -0
  420. package/src/utils/abi/typechain/factories/Tron_SpokePool__factory.ts +3356 -0
  421. package/src/utils/abi/typechain/factories/Universal_SpokePool__factory.ts +11 -0
  422. package/src/utils/abi/typechain/factories/WithdrawImplementationTron__factory.ts +93 -0
  423. package/src/utils/abi/typechain/factories/WorldChain_SpokePool__factory.ts +11 -0
  424. package/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.ts +11 -0
  425. package/src/utils/abi/typechain/factories/index.ts +4 -0
  426. package/src/utils/abi/typechain/index.ts +8 -0
@@ -0,0 +1,3331 @@
1
+ [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [
5
+ {
6
+ "name": "_adminUpdateBufferSeconds",
7
+ "type": "uint256",
8
+ "internalType": "uint256"
9
+ },
10
+ {
11
+ "name": "_helios",
12
+ "type": "address",
13
+ "internalType": "address"
14
+ },
15
+ {
16
+ "name": "_hubPoolStore",
17
+ "type": "address",
18
+ "internalType": "address"
19
+ },
20
+ {
21
+ "name": "_wrappedNativeTokenAddress",
22
+ "type": "address",
23
+ "internalType": "address"
24
+ },
25
+ {
26
+ "name": "_depositQuoteTimeBuffer",
27
+ "type": "uint32",
28
+ "internalType": "uint32"
29
+ },
30
+ {
31
+ "name": "_fillDeadlineBuffer",
32
+ "type": "uint32",
33
+ "internalType": "uint32"
34
+ },
35
+ {
36
+ "name": "_l2Usdc",
37
+ "type": "address",
38
+ "internalType": "contract IERC20"
39
+ },
40
+ {
41
+ "name": "_cctpTokenMessenger",
42
+ "type": "address",
43
+ "internalType": "contract ITokenMessenger"
44
+ },
45
+ {
46
+ "name": "_oftDstEid",
47
+ "type": "uint32",
48
+ "internalType": "uint32"
49
+ },
50
+ {
51
+ "name": "_oftFeeCap",
52
+ "type": "uint256",
53
+ "internalType": "uint256"
54
+ }
55
+ ],
56
+ "stateMutability": "nonpayable"
57
+ },
58
+ {
59
+ "type": "receive",
60
+ "stateMutability": "payable"
61
+ },
62
+ {
63
+ "type": "function",
64
+ "name": "ADMIN_UPDATE_BUFFER",
65
+ "inputs": [],
66
+ "outputs": [
67
+ {
68
+ "name": "",
69
+ "type": "uint256",
70
+ "internalType": "uint256"
71
+ }
72
+ ],
73
+ "stateMutability": "view"
74
+ },
75
+ {
76
+ "type": "function",
77
+ "name": "EMPTY_MSG_BYTES",
78
+ "inputs": [],
79
+ "outputs": [
80
+ {
81
+ "name": "",
82
+ "type": "bytes",
83
+ "internalType": "bytes"
84
+ }
85
+ ],
86
+ "stateMutability": "view"
87
+ },
88
+ {
89
+ "type": "function",
90
+ "name": "EMPTY_RELAYER",
91
+ "inputs": [],
92
+ "outputs": [
93
+ {
94
+ "name": "",
95
+ "type": "bytes32",
96
+ "internalType": "bytes32"
97
+ }
98
+ ],
99
+ "stateMutability": "view"
100
+ },
101
+ {
102
+ "type": "function",
103
+ "name": "EMPTY_REPAYMENT_CHAIN_ID",
104
+ "inputs": [],
105
+ "outputs": [
106
+ {
107
+ "name": "",
108
+ "type": "uint256",
109
+ "internalType": "uint256"
110
+ }
111
+ ],
112
+ "stateMutability": "view"
113
+ },
114
+ {
115
+ "type": "function",
116
+ "name": "HUB_POOL_STORE_CALLDATA_MAPPING_SLOT_INDEX",
117
+ "inputs": [],
118
+ "outputs": [
119
+ {
120
+ "name": "",
121
+ "type": "uint256",
122
+ "internalType": "uint256"
123
+ }
124
+ ],
125
+ "stateMutability": "view"
126
+ },
127
+ {
128
+ "type": "function",
129
+ "name": "INFINITE_FILL_DEADLINE",
130
+ "inputs": [],
131
+ "outputs": [
132
+ {
133
+ "name": "",
134
+ "type": "uint32",
135
+ "internalType": "uint32"
136
+ }
137
+ ],
138
+ "stateMutability": "view"
139
+ },
140
+ {
141
+ "type": "function",
142
+ "name": "MAX_EXCLUSIVITY_PERIOD_SECONDS",
143
+ "inputs": [],
144
+ "outputs": [
145
+ {
146
+ "name": "",
147
+ "type": "uint32",
148
+ "internalType": "uint32"
149
+ }
150
+ ],
151
+ "stateMutability": "view"
152
+ },
153
+ {
154
+ "type": "function",
155
+ "name": "MAX_TRANSFER_SIZE",
156
+ "inputs": [],
157
+ "outputs": [
158
+ {
159
+ "name": "",
160
+ "type": "uint256",
161
+ "internalType": "uint256"
162
+ }
163
+ ],
164
+ "stateMutability": "view"
165
+ },
166
+ {
167
+ "type": "function",
168
+ "name": "OFT_DST_EID",
169
+ "inputs": [],
170
+ "outputs": [
171
+ {
172
+ "name": "",
173
+ "type": "uint32",
174
+ "internalType": "uint32"
175
+ }
176
+ ],
177
+ "stateMutability": "view"
178
+ },
179
+ {
180
+ "type": "function",
181
+ "name": "OFT_FEE_CAP",
182
+ "inputs": [],
183
+ "outputs": [
184
+ {
185
+ "name": "",
186
+ "type": "uint256",
187
+ "internalType": "uint256"
188
+ }
189
+ ],
190
+ "stateMutability": "view"
191
+ },
192
+ {
193
+ "type": "function",
194
+ "name": "UPDATE_BYTES32_DEPOSIT_DETAILS_HASH",
195
+ "inputs": [],
196
+ "outputs": [
197
+ {
198
+ "name": "",
199
+ "type": "bytes32",
200
+ "internalType": "bytes32"
201
+ }
202
+ ],
203
+ "stateMutability": "view"
204
+ },
205
+ {
206
+ "type": "function",
207
+ "name": "__SpokePool_init",
208
+ "inputs": [
209
+ {
210
+ "name": "_initialDepositId",
211
+ "type": "uint32",
212
+ "internalType": "uint32"
213
+ },
214
+ {
215
+ "name": "_crossDomainAdmin",
216
+ "type": "address",
217
+ "internalType": "address"
218
+ },
219
+ {
220
+ "name": "_withdrawalRecipient",
221
+ "type": "address",
222
+ "internalType": "address"
223
+ }
224
+ ],
225
+ "outputs": [],
226
+ "stateMutability": "nonpayable"
227
+ },
228
+ {
229
+ "type": "function",
230
+ "name": "adminExecuteMessage",
231
+ "inputs": [
232
+ {
233
+ "name": "_message",
234
+ "type": "bytes",
235
+ "internalType": "bytes"
236
+ }
237
+ ],
238
+ "outputs": [],
239
+ "stateMutability": "nonpayable"
240
+ },
241
+ {
242
+ "type": "function",
243
+ "name": "cctpTokenMessenger",
244
+ "inputs": [],
245
+ "outputs": [
246
+ {
247
+ "name": "",
248
+ "type": "address",
249
+ "internalType": "contract ITokenMessenger"
250
+ }
251
+ ],
252
+ "stateMutability": "view"
253
+ },
254
+ {
255
+ "type": "function",
256
+ "name": "cctpV2",
257
+ "inputs": [],
258
+ "outputs": [
259
+ {
260
+ "name": "",
261
+ "type": "bool",
262
+ "internalType": "bool"
263
+ }
264
+ ],
265
+ "stateMutability": "view"
266
+ },
267
+ {
268
+ "type": "function",
269
+ "name": "chainId",
270
+ "inputs": [],
271
+ "outputs": [
272
+ {
273
+ "name": "",
274
+ "type": "uint256",
275
+ "internalType": "uint256"
276
+ }
277
+ ],
278
+ "stateMutability": "view"
279
+ },
280
+ {
281
+ "type": "function",
282
+ "name": "claimRelayerRefund",
283
+ "inputs": [
284
+ {
285
+ "name": "l2TokenAddress",
286
+ "type": "bytes32",
287
+ "internalType": "bytes32"
288
+ },
289
+ {
290
+ "name": "refundAddress",
291
+ "type": "bytes32",
292
+ "internalType": "bytes32"
293
+ }
294
+ ],
295
+ "outputs": [],
296
+ "stateMutability": "nonpayable"
297
+ },
298
+ {
299
+ "type": "function",
300
+ "name": "crossDomainAdmin",
301
+ "inputs": [],
302
+ "outputs": [
303
+ {
304
+ "name": "",
305
+ "type": "address",
306
+ "internalType": "address"
307
+ }
308
+ ],
309
+ "stateMutability": "view"
310
+ },
311
+ {
312
+ "type": "function",
313
+ "name": "deposit",
314
+ "inputs": [
315
+ {
316
+ "name": "depositor",
317
+ "type": "bytes32",
318
+ "internalType": "bytes32"
319
+ },
320
+ {
321
+ "name": "recipient",
322
+ "type": "bytes32",
323
+ "internalType": "bytes32"
324
+ },
325
+ {
326
+ "name": "inputToken",
327
+ "type": "bytes32",
328
+ "internalType": "bytes32"
329
+ },
330
+ {
331
+ "name": "outputToken",
332
+ "type": "bytes32",
333
+ "internalType": "bytes32"
334
+ },
335
+ {
336
+ "name": "inputAmount",
337
+ "type": "uint256",
338
+ "internalType": "uint256"
339
+ },
340
+ {
341
+ "name": "outputAmount",
342
+ "type": "uint256",
343
+ "internalType": "uint256"
344
+ },
345
+ {
346
+ "name": "destinationChainId",
347
+ "type": "uint256",
348
+ "internalType": "uint256"
349
+ },
350
+ {
351
+ "name": "exclusiveRelayer",
352
+ "type": "bytes32",
353
+ "internalType": "bytes32"
354
+ },
355
+ {
356
+ "name": "quoteTimestamp",
357
+ "type": "uint32",
358
+ "internalType": "uint32"
359
+ },
360
+ {
361
+ "name": "fillDeadline",
362
+ "type": "uint32",
363
+ "internalType": "uint32"
364
+ },
365
+ {
366
+ "name": "exclusivityParameter",
367
+ "type": "uint32",
368
+ "internalType": "uint32"
369
+ },
370
+ {
371
+ "name": "message",
372
+ "type": "bytes",
373
+ "internalType": "bytes"
374
+ }
375
+ ],
376
+ "outputs": [],
377
+ "stateMutability": "payable"
378
+ },
379
+ {
380
+ "type": "function",
381
+ "name": "depositDeprecated_5947912356",
382
+ "inputs": [
383
+ {
384
+ "name": "",
385
+ "type": "address",
386
+ "internalType": "address"
387
+ },
388
+ {
389
+ "name": "",
390
+ "type": "address",
391
+ "internalType": "address"
392
+ },
393
+ {
394
+ "name": "",
395
+ "type": "uint256",
396
+ "internalType": "uint256"
397
+ },
398
+ {
399
+ "name": "",
400
+ "type": "uint256",
401
+ "internalType": "uint256"
402
+ },
403
+ {
404
+ "name": "",
405
+ "type": "int64",
406
+ "internalType": "int64"
407
+ },
408
+ {
409
+ "name": "",
410
+ "type": "uint32",
411
+ "internalType": "uint32"
412
+ },
413
+ {
414
+ "name": "",
415
+ "type": "bytes",
416
+ "internalType": "bytes"
417
+ },
418
+ {
419
+ "name": "",
420
+ "type": "uint256",
421
+ "internalType": "uint256"
422
+ }
423
+ ],
424
+ "outputs": [],
425
+ "stateMutability": "payable"
426
+ },
427
+ {
428
+ "type": "function",
429
+ "name": "depositFor",
430
+ "inputs": [
431
+ {
432
+ "name": "",
433
+ "type": "address",
434
+ "internalType": "address"
435
+ },
436
+ {
437
+ "name": "",
438
+ "type": "address",
439
+ "internalType": "address"
440
+ },
441
+ {
442
+ "name": "",
443
+ "type": "address",
444
+ "internalType": "address"
445
+ },
446
+ {
447
+ "name": "",
448
+ "type": "uint256",
449
+ "internalType": "uint256"
450
+ },
451
+ {
452
+ "name": "",
453
+ "type": "uint256",
454
+ "internalType": "uint256"
455
+ },
456
+ {
457
+ "name": "",
458
+ "type": "int64",
459
+ "internalType": "int64"
460
+ },
461
+ {
462
+ "name": "",
463
+ "type": "uint32",
464
+ "internalType": "uint32"
465
+ },
466
+ {
467
+ "name": "",
468
+ "type": "bytes",
469
+ "internalType": "bytes"
470
+ },
471
+ {
472
+ "name": "",
473
+ "type": "uint256",
474
+ "internalType": "uint256"
475
+ }
476
+ ],
477
+ "outputs": [],
478
+ "stateMutability": "payable"
479
+ },
480
+ {
481
+ "type": "function",
482
+ "name": "depositNow",
483
+ "inputs": [
484
+ {
485
+ "name": "depositor",
486
+ "type": "bytes32",
487
+ "internalType": "bytes32"
488
+ },
489
+ {
490
+ "name": "recipient",
491
+ "type": "bytes32",
492
+ "internalType": "bytes32"
493
+ },
494
+ {
495
+ "name": "inputToken",
496
+ "type": "bytes32",
497
+ "internalType": "bytes32"
498
+ },
499
+ {
500
+ "name": "outputToken",
501
+ "type": "bytes32",
502
+ "internalType": "bytes32"
503
+ },
504
+ {
505
+ "name": "inputAmount",
506
+ "type": "uint256",
507
+ "internalType": "uint256"
508
+ },
509
+ {
510
+ "name": "outputAmount",
511
+ "type": "uint256",
512
+ "internalType": "uint256"
513
+ },
514
+ {
515
+ "name": "destinationChainId",
516
+ "type": "uint256",
517
+ "internalType": "uint256"
518
+ },
519
+ {
520
+ "name": "exclusiveRelayer",
521
+ "type": "bytes32",
522
+ "internalType": "bytes32"
523
+ },
524
+ {
525
+ "name": "fillDeadlineOffset",
526
+ "type": "uint32",
527
+ "internalType": "uint32"
528
+ },
529
+ {
530
+ "name": "exclusivityParameter",
531
+ "type": "uint32",
532
+ "internalType": "uint32"
533
+ },
534
+ {
535
+ "name": "message",
536
+ "type": "bytes",
537
+ "internalType": "bytes"
538
+ }
539
+ ],
540
+ "outputs": [],
541
+ "stateMutability": "payable"
542
+ },
543
+ {
544
+ "type": "function",
545
+ "name": "depositQuoteTimeBuffer",
546
+ "inputs": [],
547
+ "outputs": [
548
+ {
549
+ "name": "",
550
+ "type": "uint32",
551
+ "internalType": "uint32"
552
+ }
553
+ ],
554
+ "stateMutability": "view"
555
+ },
556
+ {
557
+ "type": "function",
558
+ "name": "depositV3",
559
+ "inputs": [
560
+ {
561
+ "name": "depositor",
562
+ "type": "address",
563
+ "internalType": "address"
564
+ },
565
+ {
566
+ "name": "recipient",
567
+ "type": "address",
568
+ "internalType": "address"
569
+ },
570
+ {
571
+ "name": "inputToken",
572
+ "type": "address",
573
+ "internalType": "address"
574
+ },
575
+ {
576
+ "name": "outputToken",
577
+ "type": "address",
578
+ "internalType": "address"
579
+ },
580
+ {
581
+ "name": "inputAmount",
582
+ "type": "uint256",
583
+ "internalType": "uint256"
584
+ },
585
+ {
586
+ "name": "outputAmount",
587
+ "type": "uint256",
588
+ "internalType": "uint256"
589
+ },
590
+ {
591
+ "name": "destinationChainId",
592
+ "type": "uint256",
593
+ "internalType": "uint256"
594
+ },
595
+ {
596
+ "name": "exclusiveRelayer",
597
+ "type": "address",
598
+ "internalType": "address"
599
+ },
600
+ {
601
+ "name": "quoteTimestamp",
602
+ "type": "uint32",
603
+ "internalType": "uint32"
604
+ },
605
+ {
606
+ "name": "fillDeadline",
607
+ "type": "uint32",
608
+ "internalType": "uint32"
609
+ },
610
+ {
611
+ "name": "exclusivityParameter",
612
+ "type": "uint32",
613
+ "internalType": "uint32"
614
+ },
615
+ {
616
+ "name": "message",
617
+ "type": "bytes",
618
+ "internalType": "bytes"
619
+ }
620
+ ],
621
+ "outputs": [],
622
+ "stateMutability": "payable"
623
+ },
624
+ {
625
+ "type": "function",
626
+ "name": "depositV3Now",
627
+ "inputs": [
628
+ {
629
+ "name": "depositor",
630
+ "type": "address",
631
+ "internalType": "address"
632
+ },
633
+ {
634
+ "name": "recipient",
635
+ "type": "address",
636
+ "internalType": "address"
637
+ },
638
+ {
639
+ "name": "inputToken",
640
+ "type": "address",
641
+ "internalType": "address"
642
+ },
643
+ {
644
+ "name": "outputToken",
645
+ "type": "address",
646
+ "internalType": "address"
647
+ },
648
+ {
649
+ "name": "inputAmount",
650
+ "type": "uint256",
651
+ "internalType": "uint256"
652
+ },
653
+ {
654
+ "name": "outputAmount",
655
+ "type": "uint256",
656
+ "internalType": "uint256"
657
+ },
658
+ {
659
+ "name": "destinationChainId",
660
+ "type": "uint256",
661
+ "internalType": "uint256"
662
+ },
663
+ {
664
+ "name": "exclusiveRelayer",
665
+ "type": "address",
666
+ "internalType": "address"
667
+ },
668
+ {
669
+ "name": "fillDeadlineOffset",
670
+ "type": "uint32",
671
+ "internalType": "uint32"
672
+ },
673
+ {
674
+ "name": "exclusivityParameter",
675
+ "type": "uint32",
676
+ "internalType": "uint32"
677
+ },
678
+ {
679
+ "name": "message",
680
+ "type": "bytes",
681
+ "internalType": "bytes"
682
+ }
683
+ ],
684
+ "outputs": [],
685
+ "stateMutability": "payable"
686
+ },
687
+ {
688
+ "type": "function",
689
+ "name": "emergencyDeleteRootBundle",
690
+ "inputs": [
691
+ {
692
+ "name": "rootBundleId",
693
+ "type": "uint256",
694
+ "internalType": "uint256"
695
+ }
696
+ ],
697
+ "outputs": [],
698
+ "stateMutability": "nonpayable"
699
+ },
700
+ {
701
+ "type": "function",
702
+ "name": "executeExternalCall",
703
+ "inputs": [
704
+ {
705
+ "name": "message",
706
+ "type": "bytes",
707
+ "internalType": "bytes"
708
+ }
709
+ ],
710
+ "outputs": [
711
+ {
712
+ "name": "returnData",
713
+ "type": "bytes",
714
+ "internalType": "bytes"
715
+ }
716
+ ],
717
+ "stateMutability": "nonpayable"
718
+ },
719
+ {
720
+ "type": "function",
721
+ "name": "executeMessage",
722
+ "inputs": [
723
+ {
724
+ "name": "_messageNonce",
725
+ "type": "uint256",
726
+ "internalType": "uint256"
727
+ },
728
+ {
729
+ "name": "_message",
730
+ "type": "bytes",
731
+ "internalType": "bytes"
732
+ },
733
+ {
734
+ "name": "_blockNumber",
735
+ "type": "uint256",
736
+ "internalType": "uint256"
737
+ }
738
+ ],
739
+ "outputs": [],
740
+ "stateMutability": "nonpayable"
741
+ },
742
+ {
743
+ "type": "function",
744
+ "name": "executeRelayerRefundLeaf",
745
+ "inputs": [
746
+ {
747
+ "name": "rootBundleId",
748
+ "type": "uint32",
749
+ "internalType": "uint32"
750
+ },
751
+ {
752
+ "name": "relayerRefundLeaf",
753
+ "type": "tuple",
754
+ "internalType": "struct SpokePoolInterface.RelayerRefundLeaf",
755
+ "components": [
756
+ {
757
+ "name": "amountToReturn",
758
+ "type": "uint256",
759
+ "internalType": "uint256"
760
+ },
761
+ {
762
+ "name": "chainId",
763
+ "type": "uint256",
764
+ "internalType": "uint256"
765
+ },
766
+ {
767
+ "name": "refundAmounts",
768
+ "type": "uint256[]",
769
+ "internalType": "uint256[]"
770
+ },
771
+ {
772
+ "name": "leafId",
773
+ "type": "uint32",
774
+ "internalType": "uint32"
775
+ },
776
+ {
777
+ "name": "l2TokenAddress",
778
+ "type": "address",
779
+ "internalType": "address"
780
+ },
781
+ {
782
+ "name": "refundAddresses",
783
+ "type": "address[]",
784
+ "internalType": "address[]"
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "name": "proof",
790
+ "type": "bytes32[]",
791
+ "internalType": "bytes32[]"
792
+ }
793
+ ],
794
+ "outputs": [],
795
+ "stateMutability": "payable"
796
+ },
797
+ {
798
+ "type": "function",
799
+ "name": "executeSlowRelayLeaf",
800
+ "inputs": [
801
+ {
802
+ "name": "slowFillLeaf",
803
+ "type": "tuple",
804
+ "internalType": "struct V3SpokePoolInterface.V3SlowFill",
805
+ "components": [
806
+ {
807
+ "name": "relayData",
808
+ "type": "tuple",
809
+ "internalType": "struct V3SpokePoolInterface.V3RelayData",
810
+ "components": [
811
+ {
812
+ "name": "depositor",
813
+ "type": "bytes32",
814
+ "internalType": "bytes32"
815
+ },
816
+ {
817
+ "name": "recipient",
818
+ "type": "bytes32",
819
+ "internalType": "bytes32"
820
+ },
821
+ {
822
+ "name": "exclusiveRelayer",
823
+ "type": "bytes32",
824
+ "internalType": "bytes32"
825
+ },
826
+ {
827
+ "name": "inputToken",
828
+ "type": "bytes32",
829
+ "internalType": "bytes32"
830
+ },
831
+ {
832
+ "name": "outputToken",
833
+ "type": "bytes32",
834
+ "internalType": "bytes32"
835
+ },
836
+ {
837
+ "name": "inputAmount",
838
+ "type": "uint256",
839
+ "internalType": "uint256"
840
+ },
841
+ {
842
+ "name": "outputAmount",
843
+ "type": "uint256",
844
+ "internalType": "uint256"
845
+ },
846
+ {
847
+ "name": "originChainId",
848
+ "type": "uint256",
849
+ "internalType": "uint256"
850
+ },
851
+ {
852
+ "name": "depositId",
853
+ "type": "uint256",
854
+ "internalType": "uint256"
855
+ },
856
+ {
857
+ "name": "fillDeadline",
858
+ "type": "uint32",
859
+ "internalType": "uint32"
860
+ },
861
+ {
862
+ "name": "exclusivityDeadline",
863
+ "type": "uint32",
864
+ "internalType": "uint32"
865
+ },
866
+ {
867
+ "name": "message",
868
+ "type": "bytes",
869
+ "internalType": "bytes"
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "chainId",
875
+ "type": "uint256",
876
+ "internalType": "uint256"
877
+ },
878
+ {
879
+ "name": "updatedOutputAmount",
880
+ "type": "uint256",
881
+ "internalType": "uint256"
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "rootBundleId",
887
+ "type": "uint32",
888
+ "internalType": "uint32"
889
+ },
890
+ {
891
+ "name": "proof",
892
+ "type": "bytes32[]",
893
+ "internalType": "bytes32[]"
894
+ }
895
+ ],
896
+ "outputs": [],
897
+ "stateMutability": "nonpayable"
898
+ },
899
+ {
900
+ "type": "function",
901
+ "name": "executedMessages",
902
+ "inputs": [
903
+ {
904
+ "name": "",
905
+ "type": "uint256",
906
+ "internalType": "uint256"
907
+ }
908
+ ],
909
+ "outputs": [
910
+ {
911
+ "name": "",
912
+ "type": "bool",
913
+ "internalType": "bool"
914
+ }
915
+ ],
916
+ "stateMutability": "view"
917
+ },
918
+ {
919
+ "type": "function",
920
+ "name": "fill",
921
+ "inputs": [
922
+ {
923
+ "name": "orderId",
924
+ "type": "bytes32",
925
+ "internalType": "bytes32"
926
+ },
927
+ {
928
+ "name": "originData",
929
+ "type": "bytes",
930
+ "internalType": "bytes"
931
+ },
932
+ {
933
+ "name": "fillerData",
934
+ "type": "bytes",
935
+ "internalType": "bytes"
936
+ }
937
+ ],
938
+ "outputs": [],
939
+ "stateMutability": "nonpayable"
940
+ },
941
+ {
942
+ "type": "function",
943
+ "name": "fillDeadlineBuffer",
944
+ "inputs": [],
945
+ "outputs": [
946
+ {
947
+ "name": "",
948
+ "type": "uint32",
949
+ "internalType": "uint32"
950
+ }
951
+ ],
952
+ "stateMutability": "view"
953
+ },
954
+ {
955
+ "type": "function",
956
+ "name": "fillRelay",
957
+ "inputs": [
958
+ {
959
+ "name": "relayData",
960
+ "type": "tuple",
961
+ "internalType": "struct V3SpokePoolInterface.V3RelayData",
962
+ "components": [
963
+ {
964
+ "name": "depositor",
965
+ "type": "bytes32",
966
+ "internalType": "bytes32"
967
+ },
968
+ {
969
+ "name": "recipient",
970
+ "type": "bytes32",
971
+ "internalType": "bytes32"
972
+ },
973
+ {
974
+ "name": "exclusiveRelayer",
975
+ "type": "bytes32",
976
+ "internalType": "bytes32"
977
+ },
978
+ {
979
+ "name": "inputToken",
980
+ "type": "bytes32",
981
+ "internalType": "bytes32"
982
+ },
983
+ {
984
+ "name": "outputToken",
985
+ "type": "bytes32",
986
+ "internalType": "bytes32"
987
+ },
988
+ {
989
+ "name": "inputAmount",
990
+ "type": "uint256",
991
+ "internalType": "uint256"
992
+ },
993
+ {
994
+ "name": "outputAmount",
995
+ "type": "uint256",
996
+ "internalType": "uint256"
997
+ },
998
+ {
999
+ "name": "originChainId",
1000
+ "type": "uint256",
1001
+ "internalType": "uint256"
1002
+ },
1003
+ {
1004
+ "name": "depositId",
1005
+ "type": "uint256",
1006
+ "internalType": "uint256"
1007
+ },
1008
+ {
1009
+ "name": "fillDeadline",
1010
+ "type": "uint32",
1011
+ "internalType": "uint32"
1012
+ },
1013
+ {
1014
+ "name": "exclusivityDeadline",
1015
+ "type": "uint32",
1016
+ "internalType": "uint32"
1017
+ },
1018
+ {
1019
+ "name": "message",
1020
+ "type": "bytes",
1021
+ "internalType": "bytes"
1022
+ }
1023
+ ]
1024
+ },
1025
+ {
1026
+ "name": "repaymentChainId",
1027
+ "type": "uint256",
1028
+ "internalType": "uint256"
1029
+ },
1030
+ {
1031
+ "name": "repaymentAddress",
1032
+ "type": "bytes32",
1033
+ "internalType": "bytes32"
1034
+ }
1035
+ ],
1036
+ "outputs": [],
1037
+ "stateMutability": "nonpayable"
1038
+ },
1039
+ {
1040
+ "type": "function",
1041
+ "name": "fillRelayWithUpdatedDeposit",
1042
+ "inputs": [
1043
+ {
1044
+ "name": "relayData",
1045
+ "type": "tuple",
1046
+ "internalType": "struct V3SpokePoolInterface.V3RelayData",
1047
+ "components": [
1048
+ {
1049
+ "name": "depositor",
1050
+ "type": "bytes32",
1051
+ "internalType": "bytes32"
1052
+ },
1053
+ {
1054
+ "name": "recipient",
1055
+ "type": "bytes32",
1056
+ "internalType": "bytes32"
1057
+ },
1058
+ {
1059
+ "name": "exclusiveRelayer",
1060
+ "type": "bytes32",
1061
+ "internalType": "bytes32"
1062
+ },
1063
+ {
1064
+ "name": "inputToken",
1065
+ "type": "bytes32",
1066
+ "internalType": "bytes32"
1067
+ },
1068
+ {
1069
+ "name": "outputToken",
1070
+ "type": "bytes32",
1071
+ "internalType": "bytes32"
1072
+ },
1073
+ {
1074
+ "name": "inputAmount",
1075
+ "type": "uint256",
1076
+ "internalType": "uint256"
1077
+ },
1078
+ {
1079
+ "name": "outputAmount",
1080
+ "type": "uint256",
1081
+ "internalType": "uint256"
1082
+ },
1083
+ {
1084
+ "name": "originChainId",
1085
+ "type": "uint256",
1086
+ "internalType": "uint256"
1087
+ },
1088
+ {
1089
+ "name": "depositId",
1090
+ "type": "uint256",
1091
+ "internalType": "uint256"
1092
+ },
1093
+ {
1094
+ "name": "fillDeadline",
1095
+ "type": "uint32",
1096
+ "internalType": "uint32"
1097
+ },
1098
+ {
1099
+ "name": "exclusivityDeadline",
1100
+ "type": "uint32",
1101
+ "internalType": "uint32"
1102
+ },
1103
+ {
1104
+ "name": "message",
1105
+ "type": "bytes",
1106
+ "internalType": "bytes"
1107
+ }
1108
+ ]
1109
+ },
1110
+ {
1111
+ "name": "repaymentChainId",
1112
+ "type": "uint256",
1113
+ "internalType": "uint256"
1114
+ },
1115
+ {
1116
+ "name": "repaymentAddress",
1117
+ "type": "bytes32",
1118
+ "internalType": "bytes32"
1119
+ },
1120
+ {
1121
+ "name": "updatedOutputAmount",
1122
+ "type": "uint256",
1123
+ "internalType": "uint256"
1124
+ },
1125
+ {
1126
+ "name": "updatedRecipient",
1127
+ "type": "bytes32",
1128
+ "internalType": "bytes32"
1129
+ },
1130
+ {
1131
+ "name": "updatedMessage",
1132
+ "type": "bytes",
1133
+ "internalType": "bytes"
1134
+ },
1135
+ {
1136
+ "name": "depositorSignature",
1137
+ "type": "bytes",
1138
+ "internalType": "bytes"
1139
+ }
1140
+ ],
1141
+ "outputs": [],
1142
+ "stateMutability": "nonpayable"
1143
+ },
1144
+ {
1145
+ "type": "function",
1146
+ "name": "fillStatuses",
1147
+ "inputs": [
1148
+ {
1149
+ "name": "",
1150
+ "type": "bytes32",
1151
+ "internalType": "bytes32"
1152
+ }
1153
+ ],
1154
+ "outputs": [
1155
+ {
1156
+ "name": "",
1157
+ "type": "uint256",
1158
+ "internalType": "uint256"
1159
+ }
1160
+ ],
1161
+ "stateMutability": "view"
1162
+ },
1163
+ {
1164
+ "type": "function",
1165
+ "name": "fillV3Relay",
1166
+ "inputs": [
1167
+ {
1168
+ "name": "relayData",
1169
+ "type": "tuple",
1170
+ "internalType": "struct V3SpokePoolInterface.V3RelayDataLegacy",
1171
+ "components": [
1172
+ {
1173
+ "name": "depositor",
1174
+ "type": "address",
1175
+ "internalType": "address"
1176
+ },
1177
+ {
1178
+ "name": "recipient",
1179
+ "type": "address",
1180
+ "internalType": "address"
1181
+ },
1182
+ {
1183
+ "name": "exclusiveRelayer",
1184
+ "type": "address",
1185
+ "internalType": "address"
1186
+ },
1187
+ {
1188
+ "name": "inputToken",
1189
+ "type": "address",
1190
+ "internalType": "address"
1191
+ },
1192
+ {
1193
+ "name": "outputToken",
1194
+ "type": "address",
1195
+ "internalType": "address"
1196
+ },
1197
+ {
1198
+ "name": "inputAmount",
1199
+ "type": "uint256",
1200
+ "internalType": "uint256"
1201
+ },
1202
+ {
1203
+ "name": "outputAmount",
1204
+ "type": "uint256",
1205
+ "internalType": "uint256"
1206
+ },
1207
+ {
1208
+ "name": "originChainId",
1209
+ "type": "uint256",
1210
+ "internalType": "uint256"
1211
+ },
1212
+ {
1213
+ "name": "depositId",
1214
+ "type": "uint32",
1215
+ "internalType": "uint32"
1216
+ },
1217
+ {
1218
+ "name": "fillDeadline",
1219
+ "type": "uint32",
1220
+ "internalType": "uint32"
1221
+ },
1222
+ {
1223
+ "name": "exclusivityDeadline",
1224
+ "type": "uint32",
1225
+ "internalType": "uint32"
1226
+ },
1227
+ {
1228
+ "name": "message",
1229
+ "type": "bytes",
1230
+ "internalType": "bytes"
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "name": "repaymentChainId",
1236
+ "type": "uint256",
1237
+ "internalType": "uint256"
1238
+ }
1239
+ ],
1240
+ "outputs": [],
1241
+ "stateMutability": "nonpayable"
1242
+ },
1243
+ {
1244
+ "type": "function",
1245
+ "name": "getCurrentTime",
1246
+ "inputs": [],
1247
+ "outputs": [
1248
+ {
1249
+ "name": "",
1250
+ "type": "uint256",
1251
+ "internalType": "uint256"
1252
+ }
1253
+ ],
1254
+ "stateMutability": "view"
1255
+ },
1256
+ {
1257
+ "type": "function",
1258
+ "name": "getRelayerRefund",
1259
+ "inputs": [
1260
+ {
1261
+ "name": "l2TokenAddress",
1262
+ "type": "address",
1263
+ "internalType": "address"
1264
+ },
1265
+ {
1266
+ "name": "refundAddress",
1267
+ "type": "address",
1268
+ "internalType": "address"
1269
+ }
1270
+ ],
1271
+ "outputs": [
1272
+ {
1273
+ "name": "",
1274
+ "type": "uint256",
1275
+ "internalType": "uint256"
1276
+ }
1277
+ ],
1278
+ "stateMutability": "view"
1279
+ },
1280
+ {
1281
+ "type": "function",
1282
+ "name": "getSlotKey",
1283
+ "inputs": [
1284
+ {
1285
+ "name": "_nonce",
1286
+ "type": "uint256",
1287
+ "internalType": "uint256"
1288
+ }
1289
+ ],
1290
+ "outputs": [
1291
+ {
1292
+ "name": "",
1293
+ "type": "bytes32",
1294
+ "internalType": "bytes32"
1295
+ }
1296
+ ],
1297
+ "stateMutability": "pure"
1298
+ },
1299
+ {
1300
+ "type": "function",
1301
+ "name": "getUnsafeDepositId",
1302
+ "inputs": [
1303
+ {
1304
+ "name": "msgSender",
1305
+ "type": "address",
1306
+ "internalType": "address"
1307
+ },
1308
+ {
1309
+ "name": "depositor",
1310
+ "type": "bytes32",
1311
+ "internalType": "bytes32"
1312
+ },
1313
+ {
1314
+ "name": "depositNonce",
1315
+ "type": "uint256",
1316
+ "internalType": "uint256"
1317
+ }
1318
+ ],
1319
+ "outputs": [
1320
+ {
1321
+ "name": "",
1322
+ "type": "uint256",
1323
+ "internalType": "uint256"
1324
+ }
1325
+ ],
1326
+ "stateMutability": "pure"
1327
+ },
1328
+ {
1329
+ "type": "function",
1330
+ "name": "getV3RelayHash",
1331
+ "inputs": [
1332
+ {
1333
+ "name": "relayData",
1334
+ "type": "tuple",
1335
+ "internalType": "struct V3SpokePoolInterface.V3RelayData",
1336
+ "components": [
1337
+ {
1338
+ "name": "depositor",
1339
+ "type": "bytes32",
1340
+ "internalType": "bytes32"
1341
+ },
1342
+ {
1343
+ "name": "recipient",
1344
+ "type": "bytes32",
1345
+ "internalType": "bytes32"
1346
+ },
1347
+ {
1348
+ "name": "exclusiveRelayer",
1349
+ "type": "bytes32",
1350
+ "internalType": "bytes32"
1351
+ },
1352
+ {
1353
+ "name": "inputToken",
1354
+ "type": "bytes32",
1355
+ "internalType": "bytes32"
1356
+ },
1357
+ {
1358
+ "name": "outputToken",
1359
+ "type": "bytes32",
1360
+ "internalType": "bytes32"
1361
+ },
1362
+ {
1363
+ "name": "inputAmount",
1364
+ "type": "uint256",
1365
+ "internalType": "uint256"
1366
+ },
1367
+ {
1368
+ "name": "outputAmount",
1369
+ "type": "uint256",
1370
+ "internalType": "uint256"
1371
+ },
1372
+ {
1373
+ "name": "originChainId",
1374
+ "type": "uint256",
1375
+ "internalType": "uint256"
1376
+ },
1377
+ {
1378
+ "name": "depositId",
1379
+ "type": "uint256",
1380
+ "internalType": "uint256"
1381
+ },
1382
+ {
1383
+ "name": "fillDeadline",
1384
+ "type": "uint32",
1385
+ "internalType": "uint32"
1386
+ },
1387
+ {
1388
+ "name": "exclusivityDeadline",
1389
+ "type": "uint32",
1390
+ "internalType": "uint32"
1391
+ },
1392
+ {
1393
+ "name": "message",
1394
+ "type": "bytes",
1395
+ "internalType": "bytes"
1396
+ }
1397
+ ]
1398
+ }
1399
+ ],
1400
+ "outputs": [
1401
+ {
1402
+ "name": "",
1403
+ "type": "bytes32",
1404
+ "internalType": "bytes32"
1405
+ }
1406
+ ],
1407
+ "stateMutability": "view"
1408
+ },
1409
+ {
1410
+ "type": "function",
1411
+ "name": "helios",
1412
+ "inputs": [],
1413
+ "outputs": [
1414
+ {
1415
+ "name": "",
1416
+ "type": "address",
1417
+ "internalType": "address"
1418
+ }
1419
+ ],
1420
+ "stateMutability": "view"
1421
+ },
1422
+ {
1423
+ "type": "function",
1424
+ "name": "hubPoolStore",
1425
+ "inputs": [],
1426
+ "outputs": [
1427
+ {
1428
+ "name": "",
1429
+ "type": "address",
1430
+ "internalType": "address"
1431
+ }
1432
+ ],
1433
+ "stateMutability": "view"
1434
+ },
1435
+ {
1436
+ "type": "function",
1437
+ "name": "initialize",
1438
+ "inputs": [
1439
+ {
1440
+ "name": "_initialDepositId",
1441
+ "type": "uint32",
1442
+ "internalType": "uint32"
1443
+ },
1444
+ {
1445
+ "name": "_crossDomainAdmin",
1446
+ "type": "address",
1447
+ "internalType": "address"
1448
+ },
1449
+ {
1450
+ "name": "_withdrawalRecipient",
1451
+ "type": "address",
1452
+ "internalType": "address"
1453
+ }
1454
+ ],
1455
+ "outputs": [],
1456
+ "stateMutability": "nonpayable"
1457
+ },
1458
+ {
1459
+ "type": "function",
1460
+ "name": "multicall",
1461
+ "inputs": [
1462
+ {
1463
+ "name": "data",
1464
+ "type": "bytes[]",
1465
+ "internalType": "bytes[]"
1466
+ }
1467
+ ],
1468
+ "outputs": [
1469
+ {
1470
+ "name": "results",
1471
+ "type": "bytes[]",
1472
+ "internalType": "bytes[]"
1473
+ }
1474
+ ],
1475
+ "stateMutability": "nonpayable"
1476
+ },
1477
+ {
1478
+ "type": "function",
1479
+ "name": "numberOfDeposits",
1480
+ "inputs": [],
1481
+ "outputs": [
1482
+ {
1483
+ "name": "",
1484
+ "type": "uint32",
1485
+ "internalType": "uint32"
1486
+ }
1487
+ ],
1488
+ "stateMutability": "view"
1489
+ },
1490
+ {
1491
+ "type": "function",
1492
+ "name": "oftMessengers",
1493
+ "inputs": [
1494
+ {
1495
+ "name": "l2TokenAddress",
1496
+ "type": "address",
1497
+ "internalType": "address"
1498
+ }
1499
+ ],
1500
+ "outputs": [
1501
+ {
1502
+ "name": "l2OftMessenger",
1503
+ "type": "address",
1504
+ "internalType": "address"
1505
+ }
1506
+ ],
1507
+ "stateMutability": "view"
1508
+ },
1509
+ {
1510
+ "type": "function",
1511
+ "name": "owner",
1512
+ "inputs": [],
1513
+ "outputs": [
1514
+ {
1515
+ "name": "",
1516
+ "type": "address",
1517
+ "internalType": "address"
1518
+ }
1519
+ ],
1520
+ "stateMutability": "view"
1521
+ },
1522
+ {
1523
+ "type": "function",
1524
+ "name": "pauseDeposits",
1525
+ "inputs": [
1526
+ {
1527
+ "name": "pause",
1528
+ "type": "bool",
1529
+ "internalType": "bool"
1530
+ }
1531
+ ],
1532
+ "outputs": [],
1533
+ "stateMutability": "nonpayable"
1534
+ },
1535
+ {
1536
+ "type": "function",
1537
+ "name": "pauseFills",
1538
+ "inputs": [
1539
+ {
1540
+ "name": "pause",
1541
+ "type": "bool",
1542
+ "internalType": "bool"
1543
+ }
1544
+ ],
1545
+ "outputs": [],
1546
+ "stateMutability": "nonpayable"
1547
+ },
1548
+ {
1549
+ "type": "function",
1550
+ "name": "pausedDeposits",
1551
+ "inputs": [],
1552
+ "outputs": [
1553
+ {
1554
+ "name": "",
1555
+ "type": "bool",
1556
+ "internalType": "bool"
1557
+ }
1558
+ ],
1559
+ "stateMutability": "view"
1560
+ },
1561
+ {
1562
+ "type": "function",
1563
+ "name": "pausedFills",
1564
+ "inputs": [],
1565
+ "outputs": [
1566
+ {
1567
+ "name": "",
1568
+ "type": "bool",
1569
+ "internalType": "bool"
1570
+ }
1571
+ ],
1572
+ "stateMutability": "view"
1573
+ },
1574
+ {
1575
+ "type": "function",
1576
+ "name": "proxiableUUID",
1577
+ "inputs": [],
1578
+ "outputs": [
1579
+ {
1580
+ "name": "",
1581
+ "type": "bytes32",
1582
+ "internalType": "bytes32"
1583
+ }
1584
+ ],
1585
+ "stateMutability": "view"
1586
+ },
1587
+ {
1588
+ "type": "function",
1589
+ "name": "recipientCircleDomainId",
1590
+ "inputs": [],
1591
+ "outputs": [
1592
+ {
1593
+ "name": "",
1594
+ "type": "uint32",
1595
+ "internalType": "uint32"
1596
+ }
1597
+ ],
1598
+ "stateMutability": "view"
1599
+ },
1600
+ {
1601
+ "type": "function",
1602
+ "name": "relayRootBundle",
1603
+ "inputs": [
1604
+ {
1605
+ "name": "relayerRefundRoot",
1606
+ "type": "bytes32",
1607
+ "internalType": "bytes32"
1608
+ },
1609
+ {
1610
+ "name": "slowRelayRoot",
1611
+ "type": "bytes32",
1612
+ "internalType": "bytes32"
1613
+ }
1614
+ ],
1615
+ "outputs": [],
1616
+ "stateMutability": "nonpayable"
1617
+ },
1618
+ {
1619
+ "type": "function",
1620
+ "name": "relayerRefund",
1621
+ "inputs": [
1622
+ {
1623
+ "name": "",
1624
+ "type": "address",
1625
+ "internalType": "address"
1626
+ },
1627
+ {
1628
+ "name": "",
1629
+ "type": "address",
1630
+ "internalType": "address"
1631
+ }
1632
+ ],
1633
+ "outputs": [
1634
+ {
1635
+ "name": "",
1636
+ "type": "uint256",
1637
+ "internalType": "uint256"
1638
+ }
1639
+ ],
1640
+ "stateMutability": "view"
1641
+ },
1642
+ {
1643
+ "type": "function",
1644
+ "name": "renounceOwnership",
1645
+ "inputs": [],
1646
+ "outputs": [],
1647
+ "stateMutability": "nonpayable"
1648
+ },
1649
+ {
1650
+ "type": "function",
1651
+ "name": "requestSlowFill",
1652
+ "inputs": [
1653
+ {
1654
+ "name": "relayData",
1655
+ "type": "tuple",
1656
+ "internalType": "struct V3SpokePoolInterface.V3RelayData",
1657
+ "components": [
1658
+ {
1659
+ "name": "depositor",
1660
+ "type": "bytes32",
1661
+ "internalType": "bytes32"
1662
+ },
1663
+ {
1664
+ "name": "recipient",
1665
+ "type": "bytes32",
1666
+ "internalType": "bytes32"
1667
+ },
1668
+ {
1669
+ "name": "exclusiveRelayer",
1670
+ "type": "bytes32",
1671
+ "internalType": "bytes32"
1672
+ },
1673
+ {
1674
+ "name": "inputToken",
1675
+ "type": "bytes32",
1676
+ "internalType": "bytes32"
1677
+ },
1678
+ {
1679
+ "name": "outputToken",
1680
+ "type": "bytes32",
1681
+ "internalType": "bytes32"
1682
+ },
1683
+ {
1684
+ "name": "inputAmount",
1685
+ "type": "uint256",
1686
+ "internalType": "uint256"
1687
+ },
1688
+ {
1689
+ "name": "outputAmount",
1690
+ "type": "uint256",
1691
+ "internalType": "uint256"
1692
+ },
1693
+ {
1694
+ "name": "originChainId",
1695
+ "type": "uint256",
1696
+ "internalType": "uint256"
1697
+ },
1698
+ {
1699
+ "name": "depositId",
1700
+ "type": "uint256",
1701
+ "internalType": "uint256"
1702
+ },
1703
+ {
1704
+ "name": "fillDeadline",
1705
+ "type": "uint32",
1706
+ "internalType": "uint32"
1707
+ },
1708
+ {
1709
+ "name": "exclusivityDeadline",
1710
+ "type": "uint32",
1711
+ "internalType": "uint32"
1712
+ },
1713
+ {
1714
+ "name": "message",
1715
+ "type": "bytes",
1716
+ "internalType": "bytes"
1717
+ }
1718
+ ]
1719
+ }
1720
+ ],
1721
+ "outputs": [],
1722
+ "stateMutability": "nonpayable"
1723
+ },
1724
+ {
1725
+ "type": "function",
1726
+ "name": "rootBundles",
1727
+ "inputs": [
1728
+ {
1729
+ "name": "",
1730
+ "type": "uint256",
1731
+ "internalType": "uint256"
1732
+ }
1733
+ ],
1734
+ "outputs": [
1735
+ {
1736
+ "name": "slowRelayRoot",
1737
+ "type": "bytes32",
1738
+ "internalType": "bytes32"
1739
+ },
1740
+ {
1741
+ "name": "relayerRefundRoot",
1742
+ "type": "bytes32",
1743
+ "internalType": "bytes32"
1744
+ }
1745
+ ],
1746
+ "stateMutability": "view"
1747
+ },
1748
+ {
1749
+ "type": "function",
1750
+ "name": "setCrossDomainAdmin",
1751
+ "inputs": [
1752
+ {
1753
+ "name": "newCrossDomainAdmin",
1754
+ "type": "address",
1755
+ "internalType": "address"
1756
+ }
1757
+ ],
1758
+ "outputs": [],
1759
+ "stateMutability": "nonpayable"
1760
+ },
1761
+ {
1762
+ "type": "function",
1763
+ "name": "setOftMessenger",
1764
+ "inputs": [
1765
+ {
1766
+ "name": "token",
1767
+ "type": "address",
1768
+ "internalType": "address"
1769
+ },
1770
+ {
1771
+ "name": "messenger",
1772
+ "type": "address",
1773
+ "internalType": "address"
1774
+ }
1775
+ ],
1776
+ "outputs": [],
1777
+ "stateMutability": "nonpayable"
1778
+ },
1779
+ {
1780
+ "type": "function",
1781
+ "name": "setWithdrawalRecipient",
1782
+ "inputs": [
1783
+ {
1784
+ "name": "newWithdrawalRecipient",
1785
+ "type": "address",
1786
+ "internalType": "address"
1787
+ }
1788
+ ],
1789
+ "outputs": [],
1790
+ "stateMutability": "nonpayable"
1791
+ },
1792
+ {
1793
+ "type": "function",
1794
+ "name": "speedUpDeposit",
1795
+ "inputs": [
1796
+ {
1797
+ "name": "depositor",
1798
+ "type": "bytes32",
1799
+ "internalType": "bytes32"
1800
+ },
1801
+ {
1802
+ "name": "depositId",
1803
+ "type": "uint256",
1804
+ "internalType": "uint256"
1805
+ },
1806
+ {
1807
+ "name": "updatedOutputAmount",
1808
+ "type": "uint256",
1809
+ "internalType": "uint256"
1810
+ },
1811
+ {
1812
+ "name": "updatedRecipient",
1813
+ "type": "bytes32",
1814
+ "internalType": "bytes32"
1815
+ },
1816
+ {
1817
+ "name": "updatedMessage",
1818
+ "type": "bytes",
1819
+ "internalType": "bytes"
1820
+ },
1821
+ {
1822
+ "name": "depositorSignature",
1823
+ "type": "bytes",
1824
+ "internalType": "bytes"
1825
+ }
1826
+ ],
1827
+ "outputs": [],
1828
+ "stateMutability": "nonpayable"
1829
+ },
1830
+ {
1831
+ "type": "function",
1832
+ "name": "speedUpV3Deposit",
1833
+ "inputs": [
1834
+ {
1835
+ "name": "depositor",
1836
+ "type": "address",
1837
+ "internalType": "address"
1838
+ },
1839
+ {
1840
+ "name": "depositId",
1841
+ "type": "uint256",
1842
+ "internalType": "uint256"
1843
+ },
1844
+ {
1845
+ "name": "updatedOutputAmount",
1846
+ "type": "uint256",
1847
+ "internalType": "uint256"
1848
+ },
1849
+ {
1850
+ "name": "updatedRecipient",
1851
+ "type": "address",
1852
+ "internalType": "address"
1853
+ },
1854
+ {
1855
+ "name": "updatedMessage",
1856
+ "type": "bytes",
1857
+ "internalType": "bytes"
1858
+ },
1859
+ {
1860
+ "name": "depositorSignature",
1861
+ "type": "bytes",
1862
+ "internalType": "bytes"
1863
+ }
1864
+ ],
1865
+ "outputs": [],
1866
+ "stateMutability": "nonpayable"
1867
+ },
1868
+ {
1869
+ "type": "function",
1870
+ "name": "transferOwnership",
1871
+ "inputs": [
1872
+ {
1873
+ "name": "newOwner",
1874
+ "type": "address",
1875
+ "internalType": "address"
1876
+ }
1877
+ ],
1878
+ "outputs": [],
1879
+ "stateMutability": "nonpayable"
1880
+ },
1881
+ {
1882
+ "type": "function",
1883
+ "name": "tryMulticall",
1884
+ "inputs": [
1885
+ {
1886
+ "name": "data",
1887
+ "type": "bytes[]",
1888
+ "internalType": "bytes[]"
1889
+ }
1890
+ ],
1891
+ "outputs": [
1892
+ {
1893
+ "name": "results",
1894
+ "type": "tuple[]",
1895
+ "internalType": "struct MultiCallerUpgradeable.Result[]",
1896
+ "components": [
1897
+ {
1898
+ "name": "success",
1899
+ "type": "bool",
1900
+ "internalType": "bool"
1901
+ },
1902
+ {
1903
+ "name": "returnData",
1904
+ "type": "bytes",
1905
+ "internalType": "bytes"
1906
+ }
1907
+ ]
1908
+ }
1909
+ ],
1910
+ "stateMutability": "nonpayable"
1911
+ },
1912
+ {
1913
+ "type": "function",
1914
+ "name": "unsafeDeposit",
1915
+ "inputs": [
1916
+ {
1917
+ "name": "depositor",
1918
+ "type": "bytes32",
1919
+ "internalType": "bytes32"
1920
+ },
1921
+ {
1922
+ "name": "recipient",
1923
+ "type": "bytes32",
1924
+ "internalType": "bytes32"
1925
+ },
1926
+ {
1927
+ "name": "inputToken",
1928
+ "type": "bytes32",
1929
+ "internalType": "bytes32"
1930
+ },
1931
+ {
1932
+ "name": "outputToken",
1933
+ "type": "bytes32",
1934
+ "internalType": "bytes32"
1935
+ },
1936
+ {
1937
+ "name": "inputAmount",
1938
+ "type": "uint256",
1939
+ "internalType": "uint256"
1940
+ },
1941
+ {
1942
+ "name": "outputAmount",
1943
+ "type": "uint256",
1944
+ "internalType": "uint256"
1945
+ },
1946
+ {
1947
+ "name": "destinationChainId",
1948
+ "type": "uint256",
1949
+ "internalType": "uint256"
1950
+ },
1951
+ {
1952
+ "name": "exclusiveRelayer",
1953
+ "type": "bytes32",
1954
+ "internalType": "bytes32"
1955
+ },
1956
+ {
1957
+ "name": "depositNonce",
1958
+ "type": "uint256",
1959
+ "internalType": "uint256"
1960
+ },
1961
+ {
1962
+ "name": "quoteTimestamp",
1963
+ "type": "uint32",
1964
+ "internalType": "uint32"
1965
+ },
1966
+ {
1967
+ "name": "fillDeadline",
1968
+ "type": "uint32",
1969
+ "internalType": "uint32"
1970
+ },
1971
+ {
1972
+ "name": "exclusivityParameter",
1973
+ "type": "uint32",
1974
+ "internalType": "uint32"
1975
+ },
1976
+ {
1977
+ "name": "message",
1978
+ "type": "bytes",
1979
+ "internalType": "bytes"
1980
+ }
1981
+ ],
1982
+ "outputs": [],
1983
+ "stateMutability": "payable"
1984
+ },
1985
+ {
1986
+ "type": "function",
1987
+ "name": "upgradeTo",
1988
+ "inputs": [
1989
+ {
1990
+ "name": "newImplementation",
1991
+ "type": "address",
1992
+ "internalType": "address"
1993
+ }
1994
+ ],
1995
+ "outputs": [],
1996
+ "stateMutability": "nonpayable"
1997
+ },
1998
+ {
1999
+ "type": "function",
2000
+ "name": "upgradeToAndCall",
2001
+ "inputs": [
2002
+ {
2003
+ "name": "newImplementation",
2004
+ "type": "address",
2005
+ "internalType": "address"
2006
+ },
2007
+ {
2008
+ "name": "data",
2009
+ "type": "bytes",
2010
+ "internalType": "bytes"
2011
+ }
2012
+ ],
2013
+ "outputs": [],
2014
+ "stateMutability": "payable"
2015
+ },
2016
+ {
2017
+ "type": "function",
2018
+ "name": "usdcToken",
2019
+ "inputs": [],
2020
+ "outputs": [
2021
+ {
2022
+ "name": "",
2023
+ "type": "address",
2024
+ "internalType": "contract IERC20"
2025
+ }
2026
+ ],
2027
+ "stateMutability": "view"
2028
+ },
2029
+ {
2030
+ "type": "function",
2031
+ "name": "withdrawalRecipient",
2032
+ "inputs": [],
2033
+ "outputs": [
2034
+ {
2035
+ "name": "",
2036
+ "type": "address",
2037
+ "internalType": "address"
2038
+ }
2039
+ ],
2040
+ "stateMutability": "view"
2041
+ },
2042
+ {
2043
+ "type": "function",
2044
+ "name": "wrappedNativeToken",
2045
+ "inputs": [],
2046
+ "outputs": [
2047
+ {
2048
+ "name": "",
2049
+ "type": "address",
2050
+ "internalType": "contract WETH9Interface"
2051
+ }
2052
+ ],
2053
+ "stateMutability": "view"
2054
+ },
2055
+ {
2056
+ "type": "event",
2057
+ "name": "AdminChanged",
2058
+ "inputs": [
2059
+ {
2060
+ "name": "previousAdmin",
2061
+ "type": "address",
2062
+ "indexed": false,
2063
+ "internalType": "address"
2064
+ },
2065
+ {
2066
+ "name": "newAdmin",
2067
+ "type": "address",
2068
+ "indexed": false,
2069
+ "internalType": "address"
2070
+ }
2071
+ ],
2072
+ "anonymous": false
2073
+ },
2074
+ {
2075
+ "type": "event",
2076
+ "name": "AdminExternalCallExecuted",
2077
+ "inputs": [
2078
+ {
2079
+ "name": "target",
2080
+ "type": "address",
2081
+ "indexed": true,
2082
+ "internalType": "address"
2083
+ },
2084
+ {
2085
+ "name": "data",
2086
+ "type": "bytes",
2087
+ "indexed": false,
2088
+ "internalType": "bytes"
2089
+ }
2090
+ ],
2091
+ "anonymous": false
2092
+ },
2093
+ {
2094
+ "type": "event",
2095
+ "name": "BeaconUpgraded",
2096
+ "inputs": [
2097
+ {
2098
+ "name": "beacon",
2099
+ "type": "address",
2100
+ "indexed": true,
2101
+ "internalType": "address"
2102
+ }
2103
+ ],
2104
+ "anonymous": false
2105
+ },
2106
+ {
2107
+ "type": "event",
2108
+ "name": "ClaimedRelayerRefund",
2109
+ "inputs": [
2110
+ {
2111
+ "name": "l2TokenAddress",
2112
+ "type": "bytes32",
2113
+ "indexed": true,
2114
+ "internalType": "bytes32"
2115
+ },
2116
+ {
2117
+ "name": "refundAddress",
2118
+ "type": "bytes32",
2119
+ "indexed": true,
2120
+ "internalType": "bytes32"
2121
+ },
2122
+ {
2123
+ "name": "amount",
2124
+ "type": "uint256",
2125
+ "indexed": false,
2126
+ "internalType": "uint256"
2127
+ },
2128
+ {
2129
+ "name": "caller",
2130
+ "type": "address",
2131
+ "indexed": true,
2132
+ "internalType": "address"
2133
+ }
2134
+ ],
2135
+ "anonymous": false
2136
+ },
2137
+ {
2138
+ "type": "event",
2139
+ "name": "EmergencyDeletedRootBundle",
2140
+ "inputs": [
2141
+ {
2142
+ "name": "rootBundleId",
2143
+ "type": "uint256",
2144
+ "indexed": true,
2145
+ "internalType": "uint256"
2146
+ }
2147
+ ],
2148
+ "anonymous": false
2149
+ },
2150
+ {
2151
+ "type": "event",
2152
+ "name": "EnabledDepositRoute",
2153
+ "inputs": [
2154
+ {
2155
+ "name": "originToken",
2156
+ "type": "address",
2157
+ "indexed": true,
2158
+ "internalType": "address"
2159
+ },
2160
+ {
2161
+ "name": "destinationChainId",
2162
+ "type": "uint256",
2163
+ "indexed": true,
2164
+ "internalType": "uint256"
2165
+ },
2166
+ {
2167
+ "name": "enabled",
2168
+ "type": "bool",
2169
+ "indexed": false,
2170
+ "internalType": "bool"
2171
+ }
2172
+ ],
2173
+ "anonymous": false
2174
+ },
2175
+ {
2176
+ "type": "event",
2177
+ "name": "ExecutedRelayerRefundRoot",
2178
+ "inputs": [
2179
+ {
2180
+ "name": "amountToReturn",
2181
+ "type": "uint256",
2182
+ "indexed": false,
2183
+ "internalType": "uint256"
2184
+ },
2185
+ {
2186
+ "name": "chainId",
2187
+ "type": "uint256",
2188
+ "indexed": true,
2189
+ "internalType": "uint256"
2190
+ },
2191
+ {
2192
+ "name": "refundAmounts",
2193
+ "type": "uint256[]",
2194
+ "indexed": false,
2195
+ "internalType": "uint256[]"
2196
+ },
2197
+ {
2198
+ "name": "rootBundleId",
2199
+ "type": "uint32",
2200
+ "indexed": true,
2201
+ "internalType": "uint32"
2202
+ },
2203
+ {
2204
+ "name": "leafId",
2205
+ "type": "uint32",
2206
+ "indexed": true,
2207
+ "internalType": "uint32"
2208
+ },
2209
+ {
2210
+ "name": "l2TokenAddress",
2211
+ "type": "address",
2212
+ "indexed": false,
2213
+ "internalType": "address"
2214
+ },
2215
+ {
2216
+ "name": "refundAddresses",
2217
+ "type": "address[]",
2218
+ "indexed": false,
2219
+ "internalType": "address[]"
2220
+ },
2221
+ {
2222
+ "name": "deferredRefunds",
2223
+ "type": "bool",
2224
+ "indexed": false,
2225
+ "internalType": "bool"
2226
+ },
2227
+ {
2228
+ "name": "caller",
2229
+ "type": "address",
2230
+ "indexed": false,
2231
+ "internalType": "address"
2232
+ }
2233
+ ],
2234
+ "anonymous": false
2235
+ },
2236
+ {
2237
+ "type": "event",
2238
+ "name": "FilledRelay",
2239
+ "inputs": [
2240
+ {
2241
+ "name": "inputToken",
2242
+ "type": "bytes32",
2243
+ "indexed": false,
2244
+ "internalType": "bytes32"
2245
+ },
2246
+ {
2247
+ "name": "outputToken",
2248
+ "type": "bytes32",
2249
+ "indexed": false,
2250
+ "internalType": "bytes32"
2251
+ },
2252
+ {
2253
+ "name": "inputAmount",
2254
+ "type": "uint256",
2255
+ "indexed": false,
2256
+ "internalType": "uint256"
2257
+ },
2258
+ {
2259
+ "name": "outputAmount",
2260
+ "type": "uint256",
2261
+ "indexed": false,
2262
+ "internalType": "uint256"
2263
+ },
2264
+ {
2265
+ "name": "repaymentChainId",
2266
+ "type": "uint256",
2267
+ "indexed": false,
2268
+ "internalType": "uint256"
2269
+ },
2270
+ {
2271
+ "name": "originChainId",
2272
+ "type": "uint256",
2273
+ "indexed": true,
2274
+ "internalType": "uint256"
2275
+ },
2276
+ {
2277
+ "name": "depositId",
2278
+ "type": "uint256",
2279
+ "indexed": true,
2280
+ "internalType": "uint256"
2281
+ },
2282
+ {
2283
+ "name": "fillDeadline",
2284
+ "type": "uint32",
2285
+ "indexed": false,
2286
+ "internalType": "uint32"
2287
+ },
2288
+ {
2289
+ "name": "exclusivityDeadline",
2290
+ "type": "uint32",
2291
+ "indexed": false,
2292
+ "internalType": "uint32"
2293
+ },
2294
+ {
2295
+ "name": "exclusiveRelayer",
2296
+ "type": "bytes32",
2297
+ "indexed": false,
2298
+ "internalType": "bytes32"
2299
+ },
2300
+ {
2301
+ "name": "relayer",
2302
+ "type": "bytes32",
2303
+ "indexed": true,
2304
+ "internalType": "bytes32"
2305
+ },
2306
+ {
2307
+ "name": "depositor",
2308
+ "type": "bytes32",
2309
+ "indexed": false,
2310
+ "internalType": "bytes32"
2311
+ },
2312
+ {
2313
+ "name": "recipient",
2314
+ "type": "bytes32",
2315
+ "indexed": false,
2316
+ "internalType": "bytes32"
2317
+ },
2318
+ {
2319
+ "name": "messageHash",
2320
+ "type": "bytes32",
2321
+ "indexed": false,
2322
+ "internalType": "bytes32"
2323
+ },
2324
+ {
2325
+ "name": "relayExecutionInfo",
2326
+ "type": "tuple",
2327
+ "indexed": false,
2328
+ "internalType": "struct V3SpokePoolInterface.V3RelayExecutionEventInfo",
2329
+ "components": [
2330
+ {
2331
+ "name": "updatedRecipient",
2332
+ "type": "bytes32",
2333
+ "internalType": "bytes32"
2334
+ },
2335
+ {
2336
+ "name": "updatedMessageHash",
2337
+ "type": "bytes32",
2338
+ "internalType": "bytes32"
2339
+ },
2340
+ {
2341
+ "name": "updatedOutputAmount",
2342
+ "type": "uint256",
2343
+ "internalType": "uint256"
2344
+ },
2345
+ {
2346
+ "name": "fillType",
2347
+ "type": "uint8",
2348
+ "internalType": "enum V3SpokePoolInterface.FillType"
2349
+ }
2350
+ ]
2351
+ }
2352
+ ],
2353
+ "anonymous": false
2354
+ },
2355
+ {
2356
+ "type": "event",
2357
+ "name": "FilledV3Relay",
2358
+ "inputs": [
2359
+ {
2360
+ "name": "inputToken",
2361
+ "type": "address",
2362
+ "indexed": false,
2363
+ "internalType": "address"
2364
+ },
2365
+ {
2366
+ "name": "outputToken",
2367
+ "type": "address",
2368
+ "indexed": false,
2369
+ "internalType": "address"
2370
+ },
2371
+ {
2372
+ "name": "inputAmount",
2373
+ "type": "uint256",
2374
+ "indexed": false,
2375
+ "internalType": "uint256"
2376
+ },
2377
+ {
2378
+ "name": "outputAmount",
2379
+ "type": "uint256",
2380
+ "indexed": false,
2381
+ "internalType": "uint256"
2382
+ },
2383
+ {
2384
+ "name": "repaymentChainId",
2385
+ "type": "uint256",
2386
+ "indexed": false,
2387
+ "internalType": "uint256"
2388
+ },
2389
+ {
2390
+ "name": "originChainId",
2391
+ "type": "uint256",
2392
+ "indexed": true,
2393
+ "internalType": "uint256"
2394
+ },
2395
+ {
2396
+ "name": "depositId",
2397
+ "type": "uint32",
2398
+ "indexed": true,
2399
+ "internalType": "uint32"
2400
+ },
2401
+ {
2402
+ "name": "fillDeadline",
2403
+ "type": "uint32",
2404
+ "indexed": false,
2405
+ "internalType": "uint32"
2406
+ },
2407
+ {
2408
+ "name": "exclusivityDeadline",
2409
+ "type": "uint32",
2410
+ "indexed": false,
2411
+ "internalType": "uint32"
2412
+ },
2413
+ {
2414
+ "name": "exclusiveRelayer",
2415
+ "type": "address",
2416
+ "indexed": false,
2417
+ "internalType": "address"
2418
+ },
2419
+ {
2420
+ "name": "relayer",
2421
+ "type": "address",
2422
+ "indexed": true,
2423
+ "internalType": "address"
2424
+ },
2425
+ {
2426
+ "name": "depositor",
2427
+ "type": "address",
2428
+ "indexed": false,
2429
+ "internalType": "address"
2430
+ },
2431
+ {
2432
+ "name": "recipient",
2433
+ "type": "address",
2434
+ "indexed": false,
2435
+ "internalType": "address"
2436
+ },
2437
+ {
2438
+ "name": "message",
2439
+ "type": "bytes",
2440
+ "indexed": false,
2441
+ "internalType": "bytes"
2442
+ },
2443
+ {
2444
+ "name": "relayExecutionInfo",
2445
+ "type": "tuple",
2446
+ "indexed": false,
2447
+ "internalType": "struct V3SpokePoolInterface.LegacyV3RelayExecutionEventInfo",
2448
+ "components": [
2449
+ {
2450
+ "name": "updatedRecipient",
2451
+ "type": "address",
2452
+ "internalType": "address"
2453
+ },
2454
+ {
2455
+ "name": "updatedMessage",
2456
+ "type": "bytes",
2457
+ "internalType": "bytes"
2458
+ },
2459
+ {
2460
+ "name": "updatedOutputAmount",
2461
+ "type": "uint256",
2462
+ "internalType": "uint256"
2463
+ },
2464
+ {
2465
+ "name": "fillType",
2466
+ "type": "uint8",
2467
+ "internalType": "enum V3SpokePoolInterface.FillType"
2468
+ }
2469
+ ]
2470
+ }
2471
+ ],
2472
+ "anonymous": false
2473
+ },
2474
+ {
2475
+ "type": "event",
2476
+ "name": "FundsDeposited",
2477
+ "inputs": [
2478
+ {
2479
+ "name": "inputToken",
2480
+ "type": "bytes32",
2481
+ "indexed": false,
2482
+ "internalType": "bytes32"
2483
+ },
2484
+ {
2485
+ "name": "outputToken",
2486
+ "type": "bytes32",
2487
+ "indexed": false,
2488
+ "internalType": "bytes32"
2489
+ },
2490
+ {
2491
+ "name": "inputAmount",
2492
+ "type": "uint256",
2493
+ "indexed": false,
2494
+ "internalType": "uint256"
2495
+ },
2496
+ {
2497
+ "name": "outputAmount",
2498
+ "type": "uint256",
2499
+ "indexed": false,
2500
+ "internalType": "uint256"
2501
+ },
2502
+ {
2503
+ "name": "destinationChainId",
2504
+ "type": "uint256",
2505
+ "indexed": true,
2506
+ "internalType": "uint256"
2507
+ },
2508
+ {
2509
+ "name": "depositId",
2510
+ "type": "uint256",
2511
+ "indexed": true,
2512
+ "internalType": "uint256"
2513
+ },
2514
+ {
2515
+ "name": "quoteTimestamp",
2516
+ "type": "uint32",
2517
+ "indexed": false,
2518
+ "internalType": "uint32"
2519
+ },
2520
+ {
2521
+ "name": "fillDeadline",
2522
+ "type": "uint32",
2523
+ "indexed": false,
2524
+ "internalType": "uint32"
2525
+ },
2526
+ {
2527
+ "name": "exclusivityDeadline",
2528
+ "type": "uint32",
2529
+ "indexed": false,
2530
+ "internalType": "uint32"
2531
+ },
2532
+ {
2533
+ "name": "depositor",
2534
+ "type": "bytes32",
2535
+ "indexed": true,
2536
+ "internalType": "bytes32"
2537
+ },
2538
+ {
2539
+ "name": "recipient",
2540
+ "type": "bytes32",
2541
+ "indexed": false,
2542
+ "internalType": "bytes32"
2543
+ },
2544
+ {
2545
+ "name": "exclusiveRelayer",
2546
+ "type": "bytes32",
2547
+ "indexed": false,
2548
+ "internalType": "bytes32"
2549
+ },
2550
+ {
2551
+ "name": "message",
2552
+ "type": "bytes",
2553
+ "indexed": false,
2554
+ "internalType": "bytes"
2555
+ }
2556
+ ],
2557
+ "anonymous": false
2558
+ },
2559
+ {
2560
+ "type": "event",
2561
+ "name": "Initialized",
2562
+ "inputs": [
2563
+ {
2564
+ "name": "version",
2565
+ "type": "uint8",
2566
+ "indexed": false,
2567
+ "internalType": "uint8"
2568
+ }
2569
+ ],
2570
+ "anonymous": false
2571
+ },
2572
+ {
2573
+ "type": "event",
2574
+ "name": "OwnershipTransferred",
2575
+ "inputs": [
2576
+ {
2577
+ "name": "previousOwner",
2578
+ "type": "address",
2579
+ "indexed": true,
2580
+ "internalType": "address"
2581
+ },
2582
+ {
2583
+ "name": "newOwner",
2584
+ "type": "address",
2585
+ "indexed": true,
2586
+ "internalType": "address"
2587
+ }
2588
+ ],
2589
+ "anonymous": false
2590
+ },
2591
+ {
2592
+ "type": "event",
2593
+ "name": "PausedDeposits",
2594
+ "inputs": [
2595
+ {
2596
+ "name": "isPaused",
2597
+ "type": "bool",
2598
+ "indexed": false,
2599
+ "internalType": "bool"
2600
+ }
2601
+ ],
2602
+ "anonymous": false
2603
+ },
2604
+ {
2605
+ "type": "event",
2606
+ "name": "PausedFills",
2607
+ "inputs": [
2608
+ {
2609
+ "name": "isPaused",
2610
+ "type": "bool",
2611
+ "indexed": false,
2612
+ "internalType": "bool"
2613
+ }
2614
+ ],
2615
+ "anonymous": false
2616
+ },
2617
+ {
2618
+ "type": "event",
2619
+ "name": "RelayedCallData",
2620
+ "inputs": [
2621
+ {
2622
+ "name": "nonce",
2623
+ "type": "uint256",
2624
+ "indexed": true,
2625
+ "internalType": "uint256"
2626
+ },
2627
+ {
2628
+ "name": "caller",
2629
+ "type": "address",
2630
+ "indexed": false,
2631
+ "internalType": "address"
2632
+ }
2633
+ ],
2634
+ "anonymous": false
2635
+ },
2636
+ {
2637
+ "type": "event",
2638
+ "name": "RelayedRootBundle",
2639
+ "inputs": [
2640
+ {
2641
+ "name": "rootBundleId",
2642
+ "type": "uint32",
2643
+ "indexed": true,
2644
+ "internalType": "uint32"
2645
+ },
2646
+ {
2647
+ "name": "relayerRefundRoot",
2648
+ "type": "bytes32",
2649
+ "indexed": true,
2650
+ "internalType": "bytes32"
2651
+ },
2652
+ {
2653
+ "name": "slowRelayRoot",
2654
+ "type": "bytes32",
2655
+ "indexed": true,
2656
+ "internalType": "bytes32"
2657
+ }
2658
+ ],
2659
+ "anonymous": false
2660
+ },
2661
+ {
2662
+ "type": "event",
2663
+ "name": "RequestedSlowFill",
2664
+ "inputs": [
2665
+ {
2666
+ "name": "inputToken",
2667
+ "type": "bytes32",
2668
+ "indexed": false,
2669
+ "internalType": "bytes32"
2670
+ },
2671
+ {
2672
+ "name": "outputToken",
2673
+ "type": "bytes32",
2674
+ "indexed": false,
2675
+ "internalType": "bytes32"
2676
+ },
2677
+ {
2678
+ "name": "inputAmount",
2679
+ "type": "uint256",
2680
+ "indexed": false,
2681
+ "internalType": "uint256"
2682
+ },
2683
+ {
2684
+ "name": "outputAmount",
2685
+ "type": "uint256",
2686
+ "indexed": false,
2687
+ "internalType": "uint256"
2688
+ },
2689
+ {
2690
+ "name": "originChainId",
2691
+ "type": "uint256",
2692
+ "indexed": true,
2693
+ "internalType": "uint256"
2694
+ },
2695
+ {
2696
+ "name": "depositId",
2697
+ "type": "uint256",
2698
+ "indexed": true,
2699
+ "internalType": "uint256"
2700
+ },
2701
+ {
2702
+ "name": "fillDeadline",
2703
+ "type": "uint32",
2704
+ "indexed": false,
2705
+ "internalType": "uint32"
2706
+ },
2707
+ {
2708
+ "name": "exclusivityDeadline",
2709
+ "type": "uint32",
2710
+ "indexed": false,
2711
+ "internalType": "uint32"
2712
+ },
2713
+ {
2714
+ "name": "exclusiveRelayer",
2715
+ "type": "bytes32",
2716
+ "indexed": false,
2717
+ "internalType": "bytes32"
2718
+ },
2719
+ {
2720
+ "name": "depositor",
2721
+ "type": "bytes32",
2722
+ "indexed": false,
2723
+ "internalType": "bytes32"
2724
+ },
2725
+ {
2726
+ "name": "recipient",
2727
+ "type": "bytes32",
2728
+ "indexed": false,
2729
+ "internalType": "bytes32"
2730
+ },
2731
+ {
2732
+ "name": "messageHash",
2733
+ "type": "bytes32",
2734
+ "indexed": false,
2735
+ "internalType": "bytes32"
2736
+ }
2737
+ ],
2738
+ "anonymous": false
2739
+ },
2740
+ {
2741
+ "type": "event",
2742
+ "name": "RequestedSpeedUpDeposit",
2743
+ "inputs": [
2744
+ {
2745
+ "name": "updatedOutputAmount",
2746
+ "type": "uint256",
2747
+ "indexed": false,
2748
+ "internalType": "uint256"
2749
+ },
2750
+ {
2751
+ "name": "depositId",
2752
+ "type": "uint256",
2753
+ "indexed": true,
2754
+ "internalType": "uint256"
2755
+ },
2756
+ {
2757
+ "name": "depositor",
2758
+ "type": "bytes32",
2759
+ "indexed": true,
2760
+ "internalType": "bytes32"
2761
+ },
2762
+ {
2763
+ "name": "updatedRecipient",
2764
+ "type": "bytes32",
2765
+ "indexed": false,
2766
+ "internalType": "bytes32"
2767
+ },
2768
+ {
2769
+ "name": "updatedMessage",
2770
+ "type": "bytes",
2771
+ "indexed": false,
2772
+ "internalType": "bytes"
2773
+ },
2774
+ {
2775
+ "name": "depositorSignature",
2776
+ "type": "bytes",
2777
+ "indexed": false,
2778
+ "internalType": "bytes"
2779
+ }
2780
+ ],
2781
+ "anonymous": false
2782
+ },
2783
+ {
2784
+ "type": "event",
2785
+ "name": "RequestedSpeedUpV3Deposit",
2786
+ "inputs": [
2787
+ {
2788
+ "name": "updatedOutputAmount",
2789
+ "type": "uint256",
2790
+ "indexed": false,
2791
+ "internalType": "uint256"
2792
+ },
2793
+ {
2794
+ "name": "depositId",
2795
+ "type": "uint32",
2796
+ "indexed": true,
2797
+ "internalType": "uint32"
2798
+ },
2799
+ {
2800
+ "name": "depositor",
2801
+ "type": "address",
2802
+ "indexed": true,
2803
+ "internalType": "address"
2804
+ },
2805
+ {
2806
+ "name": "updatedRecipient",
2807
+ "type": "address",
2808
+ "indexed": false,
2809
+ "internalType": "address"
2810
+ },
2811
+ {
2812
+ "name": "updatedMessage",
2813
+ "type": "bytes",
2814
+ "indexed": false,
2815
+ "internalType": "bytes"
2816
+ },
2817
+ {
2818
+ "name": "depositorSignature",
2819
+ "type": "bytes",
2820
+ "indexed": false,
2821
+ "internalType": "bytes"
2822
+ }
2823
+ ],
2824
+ "anonymous": false
2825
+ },
2826
+ {
2827
+ "type": "event",
2828
+ "name": "RequestedV3SlowFill",
2829
+ "inputs": [
2830
+ {
2831
+ "name": "inputToken",
2832
+ "type": "address",
2833
+ "indexed": false,
2834
+ "internalType": "address"
2835
+ },
2836
+ {
2837
+ "name": "outputToken",
2838
+ "type": "address",
2839
+ "indexed": false,
2840
+ "internalType": "address"
2841
+ },
2842
+ {
2843
+ "name": "inputAmount",
2844
+ "type": "uint256",
2845
+ "indexed": false,
2846
+ "internalType": "uint256"
2847
+ },
2848
+ {
2849
+ "name": "outputAmount",
2850
+ "type": "uint256",
2851
+ "indexed": false,
2852
+ "internalType": "uint256"
2853
+ },
2854
+ {
2855
+ "name": "originChainId",
2856
+ "type": "uint256",
2857
+ "indexed": true,
2858
+ "internalType": "uint256"
2859
+ },
2860
+ {
2861
+ "name": "depositId",
2862
+ "type": "uint32",
2863
+ "indexed": true,
2864
+ "internalType": "uint32"
2865
+ },
2866
+ {
2867
+ "name": "fillDeadline",
2868
+ "type": "uint32",
2869
+ "indexed": false,
2870
+ "internalType": "uint32"
2871
+ },
2872
+ {
2873
+ "name": "exclusivityDeadline",
2874
+ "type": "uint32",
2875
+ "indexed": false,
2876
+ "internalType": "uint32"
2877
+ },
2878
+ {
2879
+ "name": "exclusiveRelayer",
2880
+ "type": "address",
2881
+ "indexed": false,
2882
+ "internalType": "address"
2883
+ },
2884
+ {
2885
+ "name": "depositor",
2886
+ "type": "address",
2887
+ "indexed": false,
2888
+ "internalType": "address"
2889
+ },
2890
+ {
2891
+ "name": "recipient",
2892
+ "type": "address",
2893
+ "indexed": false,
2894
+ "internalType": "address"
2895
+ },
2896
+ {
2897
+ "name": "message",
2898
+ "type": "bytes",
2899
+ "indexed": false,
2900
+ "internalType": "bytes"
2901
+ }
2902
+ ],
2903
+ "anonymous": false
2904
+ },
2905
+ {
2906
+ "type": "event",
2907
+ "name": "SetOFTMessenger",
2908
+ "inputs": [
2909
+ {
2910
+ "name": "token",
2911
+ "type": "address",
2912
+ "indexed": true,
2913
+ "internalType": "address"
2914
+ },
2915
+ {
2916
+ "name": "messenger",
2917
+ "type": "address",
2918
+ "indexed": true,
2919
+ "internalType": "address"
2920
+ }
2921
+ ],
2922
+ "anonymous": false
2923
+ },
2924
+ {
2925
+ "type": "event",
2926
+ "name": "SetWithdrawalRecipient",
2927
+ "inputs": [
2928
+ {
2929
+ "name": "newWithdrawalRecipient",
2930
+ "type": "address",
2931
+ "indexed": true,
2932
+ "internalType": "address"
2933
+ }
2934
+ ],
2935
+ "anonymous": false
2936
+ },
2937
+ {
2938
+ "type": "event",
2939
+ "name": "SetXDomainAdmin",
2940
+ "inputs": [
2941
+ {
2942
+ "name": "newAdmin",
2943
+ "type": "address",
2944
+ "indexed": true,
2945
+ "internalType": "address"
2946
+ }
2947
+ ],
2948
+ "anonymous": false
2949
+ },
2950
+ {
2951
+ "type": "event",
2952
+ "name": "TokensBridged",
2953
+ "inputs": [
2954
+ {
2955
+ "name": "amountToReturn",
2956
+ "type": "uint256",
2957
+ "indexed": false,
2958
+ "internalType": "uint256"
2959
+ },
2960
+ {
2961
+ "name": "chainId",
2962
+ "type": "uint256",
2963
+ "indexed": true,
2964
+ "internalType": "uint256"
2965
+ },
2966
+ {
2967
+ "name": "leafId",
2968
+ "type": "uint32",
2969
+ "indexed": true,
2970
+ "internalType": "uint32"
2971
+ },
2972
+ {
2973
+ "name": "l2TokenAddress",
2974
+ "type": "bytes32",
2975
+ "indexed": true,
2976
+ "internalType": "bytes32"
2977
+ },
2978
+ {
2979
+ "name": "caller",
2980
+ "type": "address",
2981
+ "indexed": false,
2982
+ "internalType": "address"
2983
+ }
2984
+ ],
2985
+ "anonymous": false
2986
+ },
2987
+ {
2988
+ "type": "event",
2989
+ "name": "Upgraded",
2990
+ "inputs": [
2991
+ {
2992
+ "name": "implementation",
2993
+ "type": "address",
2994
+ "indexed": true,
2995
+ "internalType": "address"
2996
+ }
2997
+ ],
2998
+ "anonymous": false
2999
+ },
3000
+ {
3001
+ "type": "event",
3002
+ "name": "V3FundsDeposited",
3003
+ "inputs": [
3004
+ {
3005
+ "name": "inputToken",
3006
+ "type": "address",
3007
+ "indexed": false,
3008
+ "internalType": "address"
3009
+ },
3010
+ {
3011
+ "name": "outputToken",
3012
+ "type": "address",
3013
+ "indexed": false,
3014
+ "internalType": "address"
3015
+ },
3016
+ {
3017
+ "name": "inputAmount",
3018
+ "type": "uint256",
3019
+ "indexed": false,
3020
+ "internalType": "uint256"
3021
+ },
3022
+ {
3023
+ "name": "outputAmount",
3024
+ "type": "uint256",
3025
+ "indexed": false,
3026
+ "internalType": "uint256"
3027
+ },
3028
+ {
3029
+ "name": "destinationChainId",
3030
+ "type": "uint256",
3031
+ "indexed": true,
3032
+ "internalType": "uint256"
3033
+ },
3034
+ {
3035
+ "name": "depositId",
3036
+ "type": "uint32",
3037
+ "indexed": true,
3038
+ "internalType": "uint32"
3039
+ },
3040
+ {
3041
+ "name": "quoteTimestamp",
3042
+ "type": "uint32",
3043
+ "indexed": false,
3044
+ "internalType": "uint32"
3045
+ },
3046
+ {
3047
+ "name": "fillDeadline",
3048
+ "type": "uint32",
3049
+ "indexed": false,
3050
+ "internalType": "uint32"
3051
+ },
3052
+ {
3053
+ "name": "exclusivityDeadline",
3054
+ "type": "uint32",
3055
+ "indexed": false,
3056
+ "internalType": "uint32"
3057
+ },
3058
+ {
3059
+ "name": "depositor",
3060
+ "type": "address",
3061
+ "indexed": true,
3062
+ "internalType": "address"
3063
+ },
3064
+ {
3065
+ "name": "recipient",
3066
+ "type": "address",
3067
+ "indexed": false,
3068
+ "internalType": "address"
3069
+ },
3070
+ {
3071
+ "name": "exclusiveRelayer",
3072
+ "type": "address",
3073
+ "indexed": false,
3074
+ "internalType": "address"
3075
+ },
3076
+ {
3077
+ "name": "message",
3078
+ "type": "bytes",
3079
+ "indexed": false,
3080
+ "internalType": "bytes"
3081
+ }
3082
+ ],
3083
+ "anonymous": false
3084
+ },
3085
+ {
3086
+ "type": "error",
3087
+ "name": "AdminCallAlreadySet",
3088
+ "inputs": []
3089
+ },
3090
+ {
3091
+ "type": "error",
3092
+ "name": "AdminCallNotValidated",
3093
+ "inputs": []
3094
+ },
3095
+ {
3096
+ "type": "error",
3097
+ "name": "AdminUpdateTooCloseToLastHeliosUpdate",
3098
+ "inputs": []
3099
+ },
3100
+ {
3101
+ "type": "error",
3102
+ "name": "AlreadyExecuted",
3103
+ "inputs": []
3104
+ },
3105
+ {
3106
+ "type": "error",
3107
+ "name": "ClaimedMerkleLeaf",
3108
+ "inputs": []
3109
+ },
3110
+ {
3111
+ "type": "error",
3112
+ "name": "DelegateCallFailed",
3113
+ "inputs": []
3114
+ },
3115
+ {
3116
+ "type": "error",
3117
+ "name": "DepositsArePaused",
3118
+ "inputs": []
3119
+ },
3120
+ {
3121
+ "type": "error",
3122
+ "name": "DisabledRoute",
3123
+ "inputs": []
3124
+ },
3125
+ {
3126
+ "type": "error",
3127
+ "name": "ExpiredFillDeadline",
3128
+ "inputs": []
3129
+ },
3130
+ {
3131
+ "type": "error",
3132
+ "name": "ExternalCallExecutionFailed",
3133
+ "inputs": []
3134
+ },
3135
+ {
3136
+ "type": "error",
3137
+ "name": "FillsArePaused",
3138
+ "inputs": []
3139
+ },
3140
+ {
3141
+ "type": "error",
3142
+ "name": "InsufficientSpokePoolBalanceToExecuteLeaf",
3143
+ "inputs": []
3144
+ },
3145
+ {
3146
+ "type": "error",
3147
+ "name": "InvalidBytes32",
3148
+ "inputs": []
3149
+ },
3150
+ {
3151
+ "type": "error",
3152
+ "name": "InvalidChainId",
3153
+ "inputs": []
3154
+ },
3155
+ {
3156
+ "type": "error",
3157
+ "name": "InvalidCrossDomainAdmin",
3158
+ "inputs": []
3159
+ },
3160
+ {
3161
+ "type": "error",
3162
+ "name": "InvalidDepositorSignature",
3163
+ "inputs": []
3164
+ },
3165
+ {
3166
+ "type": "error",
3167
+ "name": "InvalidExclusiveRelayer",
3168
+ "inputs": []
3169
+ },
3170
+ {
3171
+ "type": "error",
3172
+ "name": "InvalidFillDeadline",
3173
+ "inputs": []
3174
+ },
3175
+ {
3176
+ "type": "error",
3177
+ "name": "InvalidMerkleLeaf",
3178
+ "inputs": []
3179
+ },
3180
+ {
3181
+ "type": "error",
3182
+ "name": "InvalidMerkleProof",
3183
+ "inputs": []
3184
+ },
3185
+ {
3186
+ "type": "error",
3187
+ "name": "InvalidOutputToken",
3188
+ "inputs": []
3189
+ },
3190
+ {
3191
+ "type": "error",
3192
+ "name": "InvalidPayoutAdjustmentPct",
3193
+ "inputs": []
3194
+ },
3195
+ {
3196
+ "type": "error",
3197
+ "name": "InvalidQuoteTimestamp",
3198
+ "inputs": []
3199
+ },
3200
+ {
3201
+ "type": "error",
3202
+ "name": "InvalidSlowFillRequest",
3203
+ "inputs": []
3204
+ },
3205
+ {
3206
+ "type": "error",
3207
+ "name": "InvalidWithdrawalRecipient",
3208
+ "inputs": []
3209
+ },
3210
+ {
3211
+ "type": "error",
3212
+ "name": "LowLevelCallFailed",
3213
+ "inputs": [
3214
+ {
3215
+ "name": "data",
3216
+ "type": "bytes",
3217
+ "internalType": "bytes"
3218
+ }
3219
+ ]
3220
+ },
3221
+ {
3222
+ "type": "error",
3223
+ "name": "MessageTooShort",
3224
+ "inputs": []
3225
+ },
3226
+ {
3227
+ "type": "error",
3228
+ "name": "MsgValueDoesNotMatchInputAmount",
3229
+ "inputs": []
3230
+ },
3231
+ {
3232
+ "type": "error",
3233
+ "name": "NoRelayerRefundToClaim",
3234
+ "inputs": []
3235
+ },
3236
+ {
3237
+ "type": "error",
3238
+ "name": "NoSlowFillsInExclusivityWindow",
3239
+ "inputs": []
3240
+ },
3241
+ {
3242
+ "type": "error",
3243
+ "name": "NotEOA",
3244
+ "inputs": []
3245
+ },
3246
+ {
3247
+ "type": "error",
3248
+ "name": "NotExclusiveRelayer",
3249
+ "inputs": []
3250
+ },
3251
+ {
3252
+ "type": "error",
3253
+ "name": "NotImplemented",
3254
+ "inputs": []
3255
+ },
3256
+ {
3257
+ "type": "error",
3258
+ "name": "NotTarget",
3259
+ "inputs": []
3260
+ },
3261
+ {
3262
+ "type": "error",
3263
+ "name": "OFTFeeUnderpaid",
3264
+ "inputs": []
3265
+ },
3266
+ {
3267
+ "type": "error",
3268
+ "name": "OFTTokenMismatch",
3269
+ "inputs": []
3270
+ },
3271
+ {
3272
+ "type": "error",
3273
+ "name": "OftFeeCapExceeded",
3274
+ "inputs": []
3275
+ },
3276
+ {
3277
+ "type": "error",
3278
+ "name": "OftIncorrectAmountReceivedLD",
3279
+ "inputs": []
3280
+ },
3281
+ {
3282
+ "type": "error",
3283
+ "name": "OftIncorrectAmountSentLD",
3284
+ "inputs": []
3285
+ },
3286
+ {
3287
+ "type": "error",
3288
+ "name": "OftInsufficientBalanceForFee",
3289
+ "inputs": []
3290
+ },
3291
+ {
3292
+ "type": "error",
3293
+ "name": "OftLzFeeNotZero",
3294
+ "inputs": []
3295
+ },
3296
+ {
3297
+ "type": "error",
3298
+ "name": "RelayFilled",
3299
+ "inputs": []
3300
+ },
3301
+ {
3302
+ "type": "error",
3303
+ "name": "RemovedFunction",
3304
+ "inputs": []
3305
+ },
3306
+ {
3307
+ "type": "error",
3308
+ "name": "SlotValueMismatch",
3309
+ "inputs": []
3310
+ },
3311
+ {
3312
+ "type": "error",
3313
+ "name": "TronTransferBalanceMismatch",
3314
+ "inputs": []
3315
+ },
3316
+ {
3317
+ "type": "error",
3318
+ "name": "TronTransferCallReverted",
3319
+ "inputs": []
3320
+ },
3321
+ {
3322
+ "type": "error",
3323
+ "name": "WrongERC7683OrderId",
3324
+ "inputs": []
3325
+ },
3326
+ {
3327
+ "type": "error",
3328
+ "name": "ZeroAddressTarget",
3329
+ "inputs": []
3330
+ }
3331
+ ]