@across-protocol/sdk 4.3.154 → 4.3.155

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