@stargatefinance/stg-evm-sdk-v2 1.1.16 → 1.2.0

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 (105) hide show
  1. package/README.md +36 -0
  2. package/artifacts/src/eurc/StargateOFTEURC.sol/StargateOFTEURC.json +1556 -0
  3. package/artifacts/src/eurc/StargatePoolEURC.sol/StargatePoolEURC.json +2011 -0
  4. package/artifacts/src/interfaces/IBridgedEURCMinter.sol/IBridgedEURCMinter.json +48 -0
  5. package/artifacts/src/mocks/{USDC.sol/USDC.json → CircleFiatToken.sol/CircleFiatToken.json} +4 -4
  6. package/deployments/arbsep-testnet/FeeLibV1EURC.json +611 -0
  7. package/deployments/arbsep-testnet/StargateOFTEURC.json +1978 -0
  8. package/deployments/avalanche-testnet/FeeLibV1EURC.json +611 -0
  9. package/deployments/avalanche-testnet/StargatePoolEURC.json +2577 -0
  10. package/deployments/edu-mainnet/CreditMessaging.json +1501 -0
  11. package/deployments/edu-mainnet/FeeLibV1USDC.json +611 -0
  12. package/deployments/edu-mainnet/OFTWrapper.json +1506 -0
  13. package/deployments/edu-mainnet/StargateOFTUSDC.json +1978 -0
  14. package/deployments/edu-mainnet/TokenMessaging.json +2475 -0
  15. package/deployments/edu-mainnet/Treasurer.json +450 -0
  16. package/deployments/orderly-mainnet/CreditMessaging.json +1501 -0
  17. package/deployments/orderly-mainnet/FeeLibV1USDC.json +611 -0
  18. package/deployments/orderly-mainnet/OFTWrapper.json +1506 -0
  19. package/deployments/orderly-mainnet/StargateOFTUSDC.json +1978 -0
  20. package/deployments/orderly-mainnet/TokenMessaging.json +2475 -0
  21. package/deployments/orderly-mainnet/Treasurer.json +450 -0
  22. package/deployments/sepolia-testnet/FeeLibV1EURC.json +611 -0
  23. package/deployments/sepolia-testnet/StargatePoolEURC.json +2577 -0
  24. package/deployments/somnia-mainnet/CreditMessaging.json +1501 -0
  25. package/deployments/somnia-mainnet/FeeLibV1ETH.json +611 -0
  26. package/deployments/somnia-mainnet/FeeLibV1USDC.json +611 -0
  27. package/deployments/somnia-mainnet/FeeLibV1USDT.json +611 -0
  28. package/deployments/somnia-mainnet/OFTTokenETH.json +693 -0
  29. package/deployments/somnia-mainnet/OFTWrapper.json +1506 -0
  30. package/deployments/somnia-mainnet/StargateOFTETH.json +1989 -0
  31. package/deployments/somnia-mainnet/StargateOFTUSDC.json +1978 -0
  32. package/deployments/somnia-mainnet/StargateOFTUSDT.json +1989 -0
  33. package/deployments/somnia-mainnet/TokenMessaging.json +2475 -0
  34. package/deployments/somnia-mainnet/Treasurer.json +450 -0
  35. package/dist/deployed/CreditMessaging.cjs +9 -0
  36. package/dist/deployed/CreditMessaging.cjs.map +1 -1
  37. package/dist/deployed/CreditMessaging.mjs +9 -0
  38. package/dist/deployed/CreditMessaging.mjs.map +1 -1
  39. package/dist/deployed/FeeLibV1ETH.cjs +3 -0
  40. package/dist/deployed/FeeLibV1ETH.cjs.map +1 -1
  41. package/dist/deployed/FeeLibV1ETH.mjs +3 -0
  42. package/dist/deployed/FeeLibV1ETH.mjs.map +1 -1
  43. package/dist/deployed/FeeLibV1EURC.cjs +25 -0
  44. package/dist/deployed/FeeLibV1EURC.cjs.map +1 -0
  45. package/dist/deployed/FeeLibV1EURC.mjs +21 -0
  46. package/dist/deployed/FeeLibV1EURC.mjs.map +1 -0
  47. package/dist/deployed/FeeLibV1USDC.cjs +9 -0
  48. package/dist/deployed/FeeLibV1USDC.cjs.map +1 -1
  49. package/dist/deployed/FeeLibV1USDC.mjs +9 -0
  50. package/dist/deployed/FeeLibV1USDC.mjs.map +1 -1
  51. package/dist/deployed/FeeLibV1USDT.cjs +3 -0
  52. package/dist/deployed/FeeLibV1USDT.cjs.map +1 -1
  53. package/dist/deployed/FeeLibV1USDT.mjs +3 -0
  54. package/dist/deployed/FeeLibV1USDT.mjs.map +1 -1
  55. package/dist/deployed/OFTTokenETH.cjs +3 -0
  56. package/dist/deployed/OFTTokenETH.cjs.map +1 -1
  57. package/dist/deployed/OFTTokenETH.mjs +3 -0
  58. package/dist/deployed/OFTTokenETH.mjs.map +1 -1
  59. package/dist/deployed/OFTWrapper.cjs +9 -0
  60. package/dist/deployed/OFTWrapper.cjs.map +1 -1
  61. package/dist/deployed/OFTWrapper.mjs +9 -0
  62. package/dist/deployed/OFTWrapper.mjs.map +1 -1
  63. package/dist/deployed/StargateOFTETH.cjs +3 -0
  64. package/dist/deployed/StargateOFTETH.cjs.map +1 -1
  65. package/dist/deployed/StargateOFTETH.mjs +3 -0
  66. package/dist/deployed/StargateOFTETH.mjs.map +1 -1
  67. package/dist/deployed/StargateOFTEURC.cjs +19 -0
  68. package/dist/deployed/StargateOFTEURC.cjs.map +1 -0
  69. package/dist/deployed/StargateOFTEURC.mjs +15 -0
  70. package/dist/deployed/StargateOFTEURC.mjs.map +1 -0
  71. package/dist/deployed/StargateOFTUSDC.cjs +9 -0
  72. package/dist/deployed/StargateOFTUSDC.cjs.map +1 -1
  73. package/dist/deployed/StargateOFTUSDC.mjs +9 -0
  74. package/dist/deployed/StargateOFTUSDC.mjs.map +1 -1
  75. package/dist/deployed/StargateOFTUSDT.cjs +3 -0
  76. package/dist/deployed/StargateOFTUSDT.cjs.map +1 -1
  77. package/dist/deployed/StargateOFTUSDT.mjs +3 -0
  78. package/dist/deployed/StargateOFTUSDT.mjs.map +1 -1
  79. package/dist/deployed/StargatePoolEURC.cjs +22 -0
  80. package/dist/deployed/StargatePoolEURC.cjs.map +1 -0
  81. package/dist/deployed/StargatePoolEURC.mjs +18 -0
  82. package/dist/deployed/StargatePoolEURC.mjs.map +1 -0
  83. package/dist/deployed/TokenMessaging.cjs +9 -0
  84. package/dist/deployed/TokenMessaging.cjs.map +1 -1
  85. package/dist/deployed/TokenMessaging.mjs +9 -0
  86. package/dist/deployed/TokenMessaging.mjs.map +1 -1
  87. package/dist/deployed/Treasurer.cjs +9 -0
  88. package/dist/deployed/Treasurer.cjs.map +1 -1
  89. package/dist/deployed/Treasurer.mjs +9 -0
  90. package/dist/deployed/Treasurer.mjs.map +1 -1
  91. package/dist/deployed/contracts.cjs +1008 -873
  92. package/dist/deployed/contracts.cjs.map +1 -1
  93. package/dist/deployed/contracts.mjs +1006 -874
  94. package/dist/deployed/contracts.mjs.map +1 -1
  95. package/dist/deployed/index.cjs +1009 -874
  96. package/dist/deployed/index.cjs.map +1 -1
  97. package/dist/deployed/index.mjs +1009 -874
  98. package/dist/deployed/index.mjs.map +1 -1
  99. package/dist/index.cjs +5 -0
  100. package/dist/index.cjs.map +1 -1
  101. package/dist/index.d.mts +6 -0
  102. package/dist/index.d.ts +6 -0
  103. package/dist/index.mjs +5 -0
  104. package/dist/index.mjs.map +1 -1
  105. package/package.json +25 -4
@@ -0,0 +1,22 @@
1
+ 'use strict';
2
+
3
+ // deployed/StargatePoolEURC.ts
4
+ var addresses = {
5
+ "avalanche-testnet": "0x17374b92311aA966cf04E31e07B5C097F1A57AA2",
6
+ "sepolia-testnet": "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
7
+ };
8
+ var transactionHashes = {
9
+ "avalanche-testnet": "0xc6f81cb8d6a92eebf00cc3e78e32ed8e044b51644a2d3dd9247399d1e8fd2e7e",
10
+ "sepolia-testnet": "0x72f8af4ffe42ce00bacf377b3b5225c38aec34193f4247683f74c99cfd202530"
11
+ };
12
+ var abi0 = [{ "inputs": [{ "internalType": "string", "name": "_lpTokenName", "type": "string" }, { "internalType": "string", "name": "_lpTokenSymbol", "type": "string" }, { "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint8", "name": "_tokenDecimals", "type": "uint8" }, { "internalType": "uint8", "name": "_sharedDecimals", "type": "uint8" }, { "internalType": "address", "name": "_endpoint", "type": "address" }, { "internalType": "address", "name": "_owner", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "InvalidLocalDecimals", "type": "error" }, { "inputs": [], "name": "Path_AlreadyHasCredit", "type": "error" }, { "inputs": [], "name": "Path_InsufficientCredit", "type": "error" }, { "inputs": [], "name": "Path_UnlimitedCredit", "type": "error" }, { "inputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }], "name": "SlippageExceeded", "type": "error" }, { "inputs": [], "name": "StargatePoolEURC_BurnAmountExceedsBalance", "type": "error" }, { "inputs": [], "name": "Stargate_InsufficientFare", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidAmount", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidPath", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidTokenDecimals", "type": "error" }, { "inputs": [], "name": "Stargate_LzTokenUnavailable", "type": "error" }, { "inputs": [], "name": "Stargate_OnlyTaxi", "type": "error" }, { "inputs": [], "name": "Stargate_OutflowFailed", "type": "error" }, { "inputs": [], "name": "Stargate_Paused", "type": "error" }, { "inputs": [], "name": "Stargate_RecoverTokenUnsupported", "type": "error" }, { "inputs": [], "name": "Stargate_ReentrantCall", "type": "error" }, { "inputs": [], "name": "Stargate_SlippageTooHigh", "type": "error" }, { "inputs": [], "name": "Stargate_Unauthorized", "type": "error" }, { "inputs": [], "name": "Stargate_UnreceivedTokenNotFound", "type": "error" }, { "inputs": [], "name": "Transfer_ApproveFailed", "type": "error" }, { "inputs": [], "name": "Transfer_TransferFailed", "type": "error" }, { "anonymous": false, "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "indexed": false, "internalType": "struct StargateBase.AddressConfig", "name": "config", "type": "tuple" }], "name": "AddressConfigSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "payer", "type": "address" }, { "indexed": true, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "name": "Deposited", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": false, "internalType": "bool", "name": "oft", "type": "bool" }], "name": "OFTPathSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "toAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "fromAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "Path_CreditBurned", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bool", "name": "paused", "type": "bool" }], "name": "PauseSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "PlannerFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "payer", "type": "address" }, { "indexed": true, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "name": "Redeemed", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeAdded", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint8", "name": "index", "type": "uint8" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": false, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "indexed": false, "internalType": "bytes", "name": "composeMsg", "type": "bytes" }], "name": "UnreceivedTokenCached", "type": "event" }, { "inputs": [{ "internalType": "uint256", "name": "_amountLD", "type": "uint256" }], "name": "addTreasuryFee", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_burnAdmin", "type": "address" }, { "internalType": "uint64", "name": "_burnAllowanceSD", "type": "uint64" }], "name": "allowBurn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "approvalRequired", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "burnAdmin", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "burnAllowanceSD", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "burnLockedEURC", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "deficitOffset", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amountLD", "type": "uint256" }], "name": "deposit", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "endpoint", "outputs": [{ "internalType": "contract ILayerZeroEndpointV2", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAddressConfig", "outputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTransferGasLimit", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "localEid", "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lpToken", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "oftVersion", "outputs": [{ "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }, { "internalType": "uint64", "name": "version", "type": "uint64" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "eid", "type": "uint32" }], "name": "paths", "outputs": [{ "internalType": "uint64", "name": "credit", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "plannerFee", "outputs": [{ "internalType": "uint256", "name": "available", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "poolBalance", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }], "name": "quoteOFT", "outputs": [{ "components": [{ "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "uint256", "name": "maxAmountLD", "type": "uint256" }], "internalType": "struct OFTLimit", "name": "limit", "type": "tuple" }, { "components": [{ "internalType": "int256", "name": "feeAmountLD", "type": "int256" }, { "internalType": "string", "name": "description", "type": "string" }], "internalType": "struct OFTFeeDetail[]", "name": "oftFeeDetails", "type": "tuple[]" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "receipt", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "internalType": "bool", "name": "_payInLzToken", "type": "bool" }], "name": "quoteRedeemSend", "outputs": [{ "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "internalType": "bool", "name": "_payInLzToken", "type": "bool" }], "name": "quoteSend", "outputs": [{ "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "_credits", "type": "tuple[]" }], "name": "receiveCredits", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_seatNumber", "type": "uint8" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "receiveTokenBus", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "receiveTokenTaxi", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }], "name": "recoverToken", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_amountLD", "type": "uint256" }, { "internalType": "address", "name": "_receiver", "type": "address" }], "name": "redeem", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "redeemSend", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_owner", "type": "address" }], "name": "redeemable", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_index", "type": "uint8" }, { "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amountLD", "type": "uint256" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "retryReceiveToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "send", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }, { "internalType": "uint64", "name": "minAmount", "type": "uint64" }], "internalType": "struct TargetCredit[]", "name": "_credits", "type": "tuple[]" }], "name": "sendCredits", "outputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "", "type": "tuple[]" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "sendToken", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint72", "name": "ticketId", "type": "uint72" }, { "internalType": "bytes", "name": "passengerBytes", "type": "bytes" }], "internalType": "struct Ticket", "name": "ticket", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "_config", "type": "tuple" }], "name": "setAddressConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_deficitOffsetLD", "type": "uint256" }], "name": "setDeficitOffset", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "internalType": "bool", "name": "_oft", "type": "bool" }], "name": "setOFTPath", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "_paused", "type": "bool" }], "name": "setPause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_gasLimit", "type": "uint256" }], "name": "setTransferGasLimit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "sharedDecimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "stargateType", "outputs": [{ "internalType": "enum StargateType", "name": "", "type": "uint8" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "status", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "token", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "treasuryFee", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "tvl", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint8", "name": "index", "type": "uint8" }], "name": "unreceivedTokens", "outputs": [{ "internalType": "bytes32", "name": "hash", "type": "bytes32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawPlannerFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "withdrawTreasuryFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }];
13
+ var abis = {
14
+ "avalanche-testnet": abi0,
15
+ "sepolia-testnet": abi0
16
+ };
17
+
18
+ exports.abis = abis;
19
+ exports.addresses = addresses;
20
+ exports.transactionHashes = transactionHashes;
21
+ //# sourceMappingURL=out.js.map
22
+ //# sourceMappingURL=StargatePoolEURC.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../deployed/StargatePoolEURC.ts"],"names":[],"mappings":"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","sourcesContent":["export const addresses = {\n \"avalanche-testnet\": \"0x17374b92311aA966cf04E31e07B5C097F1A57AA2\",\n \"sepolia-testnet\": \"0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44\"\n};\nexport const transactionHashes = {\n \"avalanche-testnet\": \"0xc6f81cb8d6a92eebf00cc3e78e32ed8e044b51644a2d3dd9247399d1e8fd2e7e\",\n \"sepolia-testnet\": \"0x72f8af4ffe42ce00bacf377b3b5225c38aec34193f4247683f74c99cfd202530\"\n};\nconst abi0 = [{ \"inputs\": [{ \"internalType\": \"string\", \"name\": \"_lpTokenName\", \"type\": \"string\" }, { \"internalType\": \"string\", \"name\": \"_lpTokenSymbol\", \"type\": \"string\" }, { \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"internalType\": \"uint8\", \"name\": \"_tokenDecimals\", \"type\": \"uint8\" }, { \"internalType\": \"uint8\", \"name\": \"_sharedDecimals\", \"type\": \"uint8\" }, { \"internalType\": \"address\", \"name\": \"_endpoint\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"_owner\", \"type\": \"address\" }], \"stateMutability\": \"nonpayable\", \"type\": \"constructor\" }, { \"inputs\": [], \"name\": \"InvalidLocalDecimals\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_AlreadyHasCredit\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_InsufficientCredit\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_UnlimitedCredit\", \"type\": \"error\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }], \"name\": \"SlippageExceeded\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"StargatePoolEURC_BurnAmountExceedsBalance\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InsufficientFare\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidAmount\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidPath\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidTokenDecimals\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_LzTokenUnavailable\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_OnlyTaxi\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_OutflowFailed\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_Paused\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_RecoverTokenUnsupported\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_ReentrantCall\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_SlippageTooHigh\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_Unauthorized\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_UnreceivedTokenNotFound\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Transfer_ApproveFailed\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Transfer_TransferFailed\", \"type\": \"error\" }, { \"anonymous\": false, \"inputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"indexed\": false, \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"config\", \"type\": \"tuple\" }], \"name\": \"AddressConfigSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"indexed\": false, \"internalType\": \"struct Credit[]\", \"name\": \"credits\", \"type\": \"tuple[]\" }], \"name\": \"CreditsReceived\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"indexed\": false, \"internalType\": \"struct Credit[]\", \"name\": \"credits\", \"type\": \"tuple[]\" }], \"name\": \"CreditsSent\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"payer\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"name\": \"Deposited\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"indexed\": false, \"internalType\": \"bool\", \"name\": \"oft\", \"type\": \"bool\" }], \"name\": \"OFTPathSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"toAddress\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"name\": \"OFTReceived\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"fromAddress\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"name\": \"OFTSent\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"previousOwner\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"newOwner\", \"type\": \"address\" }], \"name\": \"OwnershipTransferred\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"Path_CreditBurned\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"bool\", \"name\": \"paused\", \"type\": \"bool\" }], \"name\": \"PauseSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amount\", \"type\": \"uint256\" }], \"name\": \"PlannerFeeWithdrawn\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"payer\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"name\": \"Redeemed\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"TreasuryFeeAdded\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"address\", \"name\": \"to\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"TreasuryFeeWithdrawn\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint8\", \"name\": \"index\", \"type\": \"uint8\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"indexed\": false, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"indexed\": false, \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }], \"name\": \"UnreceivedTokenCached\", \"type\": \"event\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }], \"name\": \"addTreasuryFee\", \"outputs\": [], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_burnAdmin\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_burnAllowanceSD\", \"type\": \"uint64\" }], \"name\": \"allowBurn\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"approvalRequired\", \"outputs\": [{ \"internalType\": \"bool\", \"name\": \"\", \"type\": \"bool\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnAdmin\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnAllowanceSD\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnLockedEURC\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"deficitOffset\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }], \"name\": \"deposit\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"endpoint\", \"outputs\": [{ \"internalType\": \"contract ILayerZeroEndpointV2\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"getAddressConfig\", \"outputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"getTransferGasLimit\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"localEid\", \"outputs\": [{ \"internalType\": \"uint32\", \"name\": \"\", \"type\": \"uint32\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"lpToken\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"oftVersion\", \"outputs\": [{ \"internalType\": \"bytes4\", \"name\": \"interfaceId\", \"type\": \"bytes4\" }, { \"internalType\": \"uint64\", \"name\": \"version\", \"type\": \"uint64\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"owner\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"eid\", \"type\": \"uint32\" }], \"name\": \"paths\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"credit\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"plannerFee\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"available\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"poolBalance\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }], \"name\": \"quoteOFT\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"maxAmountLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTLimit\", \"name\": \"limit\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"int256\", \"name\": \"feeAmountLD\", \"type\": \"int256\" }, { \"internalType\": \"string\", \"name\": \"description\", \"type\": \"string\" }], \"internalType\": \"struct OFTFeeDetail[]\", \"name\": \"oftFeeDetails\", \"type\": \"tuple[]\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"receipt\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"internalType\": \"bool\", \"name\": \"_payInLzToken\", \"type\": \"bool\" }], \"name\": \"quoteRedeemSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"internalType\": \"bool\", \"name\": \"_payInLzToken\", \"type\": \"bool\" }], \"name\": \"quoteSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_srcEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"internalType\": \"struct Credit[]\", \"name\": \"_credits\", \"type\": \"tuple[]\" }], \"name\": \"receiveCredits\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"sender\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }], \"internalType\": \"struct Origin\", \"name\": \"_origin\", \"type\": \"tuple\" }, { \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"_seatNumber\", \"type\": \"uint8\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }], \"name\": \"receiveTokenBus\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"sender\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }], \"internalType\": \"struct Origin\", \"name\": \"_origin\", \"type\": \"tuple\" }, { \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }, { \"internalType\": \"bytes\", \"name\": \"_composeMsg\", \"type\": \"bytes\" }], \"name\": \"receiveTokenTaxi\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"_to\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amount\", \"type\": \"uint256\" }], \"name\": \"recoverToken\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }], \"name\": \"redeem\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"redeemSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_owner\", \"type\": \"address\" }], \"name\": \"redeemable\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"renounceOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"_index\", \"type\": \"uint8\" }, { \"internalType\": \"uint32\", \"name\": \"_srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"_composeMsg\", \"type\": \"bytes\" }], \"name\": \"retryReceiveToken\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"send\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_dstEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }, { \"internalType\": \"uint64\", \"name\": \"minAmount\", \"type\": \"uint64\" }], \"internalType\": \"struct TargetCredit[]\", \"name\": \"_credits\", \"type\": \"tuple[]\" }], \"name\": \"sendCredits\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"internalType\": \"struct Credit[]\", \"name\": \"\", \"type\": \"tuple[]\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"sendToken\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint72\", \"name\": \"ticketId\", \"type\": \"uint72\" }, { \"internalType\": \"bytes\", \"name\": \"passengerBytes\", \"type\": \"bytes\" }], \"internalType\": \"struct Ticket\", \"name\": \"ticket\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"_config\", \"type\": \"tuple\" }], \"name\": \"setAddressConfig\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_deficitOffsetLD\", \"type\": \"uint256\" }], \"name\": \"setDeficitOffset\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bool\", \"name\": \"_oft\", \"type\": \"bool\" }], \"name\": \"setOFTPath\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bool\", \"name\": \"_paused\", \"type\": \"bool\" }], \"name\": \"setPause\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_gasLimit\", \"type\": \"uint256\" }], \"name\": \"setTransferGasLimit\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"sharedDecimals\", \"outputs\": [{ \"internalType\": \"uint8\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"stargateType\", \"outputs\": [{ \"internalType\": \"enum StargateType\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"status\", \"outputs\": [{ \"internalType\": \"uint8\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"token\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"newOwner\", \"type\": \"address\" }], \"name\": \"transferOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"treasuryFee\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"tvl\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"index\", \"type\": \"uint8\" }], \"name\": \"unreceivedTokens\", \"outputs\": [{ \"internalType\": \"bytes32\", \"name\": \"hash\", \"type\": \"bytes32\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"withdrawPlannerFee\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_to\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }], \"name\": \"withdrawTreasuryFee\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }] as const;\ntype Abi0 = typeof abi0;\ntype Abis = {\n \"avalanche-testnet\": Abi0;\n \"sepolia-testnet\": Abi0;\n};\nexport const abis: Abis = {\n \"avalanche-testnet\": abi0,\n \"sepolia-testnet\": abi0\n};\n"]}
@@ -0,0 +1,18 @@
1
+ // deployed/StargatePoolEURC.ts
2
+ var addresses = {
3
+ "avalanche-testnet": "0x17374b92311aA966cf04E31e07B5C097F1A57AA2",
4
+ "sepolia-testnet": "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
5
+ };
6
+ var transactionHashes = {
7
+ "avalanche-testnet": "0xc6f81cb8d6a92eebf00cc3e78e32ed8e044b51644a2d3dd9247399d1e8fd2e7e",
8
+ "sepolia-testnet": "0x72f8af4ffe42ce00bacf377b3b5225c38aec34193f4247683f74c99cfd202530"
9
+ };
10
+ var abi0 = [{ "inputs": [{ "internalType": "string", "name": "_lpTokenName", "type": "string" }, { "internalType": "string", "name": "_lpTokenSymbol", "type": "string" }, { "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint8", "name": "_tokenDecimals", "type": "uint8" }, { "internalType": "uint8", "name": "_sharedDecimals", "type": "uint8" }, { "internalType": "address", "name": "_endpoint", "type": "address" }, { "internalType": "address", "name": "_owner", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "InvalidLocalDecimals", "type": "error" }, { "inputs": [], "name": "Path_AlreadyHasCredit", "type": "error" }, { "inputs": [], "name": "Path_InsufficientCredit", "type": "error" }, { "inputs": [], "name": "Path_UnlimitedCredit", "type": "error" }, { "inputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }], "name": "SlippageExceeded", "type": "error" }, { "inputs": [], "name": "StargatePoolEURC_BurnAmountExceedsBalance", "type": "error" }, { "inputs": [], "name": "Stargate_InsufficientFare", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidAmount", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidPath", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidTokenDecimals", "type": "error" }, { "inputs": [], "name": "Stargate_LzTokenUnavailable", "type": "error" }, { "inputs": [], "name": "Stargate_OnlyTaxi", "type": "error" }, { "inputs": [], "name": "Stargate_OutflowFailed", "type": "error" }, { "inputs": [], "name": "Stargate_Paused", "type": "error" }, { "inputs": [], "name": "Stargate_RecoverTokenUnsupported", "type": "error" }, { "inputs": [], "name": "Stargate_ReentrantCall", "type": "error" }, { "inputs": [], "name": "Stargate_SlippageTooHigh", "type": "error" }, { "inputs": [], "name": "Stargate_Unauthorized", "type": "error" }, { "inputs": [], "name": "Stargate_UnreceivedTokenNotFound", "type": "error" }, { "inputs": [], "name": "Transfer_ApproveFailed", "type": "error" }, { "inputs": [], "name": "Transfer_TransferFailed", "type": "error" }, { "anonymous": false, "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "indexed": false, "internalType": "struct StargateBase.AddressConfig", "name": "config", "type": "tuple" }], "name": "AddressConfigSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "payer", "type": "address" }, { "indexed": true, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "name": "Deposited", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": false, "internalType": "bool", "name": "oft", "type": "bool" }], "name": "OFTPathSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "toAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "fromAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "Path_CreditBurned", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bool", "name": "paused", "type": "bool" }], "name": "PauseSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "PlannerFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "payer", "type": "address" }, { "indexed": true, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "name": "Redeemed", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeAdded", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint8", "name": "index", "type": "uint8" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": false, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "indexed": false, "internalType": "bytes", "name": "composeMsg", "type": "bytes" }], "name": "UnreceivedTokenCached", "type": "event" }, { "inputs": [{ "internalType": "uint256", "name": "_amountLD", "type": "uint256" }], "name": "addTreasuryFee", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_burnAdmin", "type": "address" }, { "internalType": "uint64", "name": "_burnAllowanceSD", "type": "uint64" }], "name": "allowBurn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "approvalRequired", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "burnAdmin", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "burnAllowanceSD", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "burnLockedEURC", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "deficitOffset", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amountLD", "type": "uint256" }], "name": "deposit", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "endpoint", "outputs": [{ "internalType": "contract ILayerZeroEndpointV2", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAddressConfig", "outputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTransferGasLimit", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "localEid", "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lpToken", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "oftVersion", "outputs": [{ "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }, { "internalType": "uint64", "name": "version", "type": "uint64" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "eid", "type": "uint32" }], "name": "paths", "outputs": [{ "internalType": "uint64", "name": "credit", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "plannerFee", "outputs": [{ "internalType": "uint256", "name": "available", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "poolBalance", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }], "name": "quoteOFT", "outputs": [{ "components": [{ "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "uint256", "name": "maxAmountLD", "type": "uint256" }], "internalType": "struct OFTLimit", "name": "limit", "type": "tuple" }, { "components": [{ "internalType": "int256", "name": "feeAmountLD", "type": "int256" }, { "internalType": "string", "name": "description", "type": "string" }], "internalType": "struct OFTFeeDetail[]", "name": "oftFeeDetails", "type": "tuple[]" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "receipt", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "internalType": "bool", "name": "_payInLzToken", "type": "bool" }], "name": "quoteRedeemSend", "outputs": [{ "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "internalType": "bool", "name": "_payInLzToken", "type": "bool" }], "name": "quoteSend", "outputs": [{ "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "_credits", "type": "tuple[]" }], "name": "receiveCredits", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_seatNumber", "type": "uint8" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "receiveTokenBus", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "receiveTokenTaxi", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }], "name": "recoverToken", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_amountLD", "type": "uint256" }, { "internalType": "address", "name": "_receiver", "type": "address" }], "name": "redeem", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "redeemSend", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_owner", "type": "address" }], "name": "redeemable", "outputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_index", "type": "uint8" }, { "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amountLD", "type": "uint256" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "retryReceiveToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "send", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }, { "internalType": "uint64", "name": "minAmount", "type": "uint64" }], "internalType": "struct TargetCredit[]", "name": "_credits", "type": "tuple[]" }], "name": "sendCredits", "outputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "", "type": "tuple[]" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "sendToken", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint72", "name": "ticketId", "type": "uint72" }, { "internalType": "bytes", "name": "passengerBytes", "type": "bytes" }], "internalType": "struct Ticket", "name": "ticket", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "_config", "type": "tuple" }], "name": "setAddressConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_deficitOffsetLD", "type": "uint256" }], "name": "setDeficitOffset", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "internalType": "bool", "name": "_oft", "type": "bool" }], "name": "setOFTPath", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "_paused", "type": "bool" }], "name": "setPause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_gasLimit", "type": "uint256" }], "name": "setTransferGasLimit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "sharedDecimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "stargateType", "outputs": [{ "internalType": "enum StargateType", "name": "", "type": "uint8" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "status", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "token", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "treasuryFee", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "tvl", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint8", "name": "index", "type": "uint8" }], "name": "unreceivedTokens", "outputs": [{ "internalType": "bytes32", "name": "hash", "type": "bytes32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawPlannerFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "withdrawTreasuryFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }];
11
+ var abis = {
12
+ "avalanche-testnet": abi0,
13
+ "sepolia-testnet": abi0
14
+ };
15
+
16
+ export { abis, addresses, transactionHashes };
17
+ //# sourceMappingURL=out.js.map
18
+ //# sourceMappingURL=StargatePoolEURC.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../deployed/StargatePoolEURC.ts"],"names":[],"mappings":"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","sourcesContent":["export const addresses = {\n \"avalanche-testnet\": \"0x17374b92311aA966cf04E31e07B5C097F1A57AA2\",\n \"sepolia-testnet\": \"0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44\"\n};\nexport const transactionHashes = {\n \"avalanche-testnet\": \"0xc6f81cb8d6a92eebf00cc3e78e32ed8e044b51644a2d3dd9247399d1e8fd2e7e\",\n \"sepolia-testnet\": \"0x72f8af4ffe42ce00bacf377b3b5225c38aec34193f4247683f74c99cfd202530\"\n};\nconst abi0 = [{ \"inputs\": [{ \"internalType\": \"string\", \"name\": \"_lpTokenName\", \"type\": \"string\" }, { \"internalType\": \"string\", \"name\": \"_lpTokenSymbol\", \"type\": \"string\" }, { \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"internalType\": \"uint8\", \"name\": \"_tokenDecimals\", \"type\": \"uint8\" }, { \"internalType\": \"uint8\", \"name\": \"_sharedDecimals\", \"type\": \"uint8\" }, { \"internalType\": \"address\", \"name\": \"_endpoint\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"_owner\", \"type\": \"address\" }], \"stateMutability\": \"nonpayable\", \"type\": \"constructor\" }, { \"inputs\": [], \"name\": \"InvalidLocalDecimals\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_AlreadyHasCredit\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_InsufficientCredit\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Path_UnlimitedCredit\", \"type\": \"error\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }], \"name\": \"SlippageExceeded\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"StargatePoolEURC_BurnAmountExceedsBalance\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InsufficientFare\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidAmount\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidPath\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_InvalidTokenDecimals\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_LzTokenUnavailable\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_OnlyTaxi\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_OutflowFailed\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_Paused\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_RecoverTokenUnsupported\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_ReentrantCall\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_SlippageTooHigh\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_Unauthorized\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Stargate_UnreceivedTokenNotFound\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Transfer_ApproveFailed\", \"type\": \"error\" }, { \"inputs\": [], \"name\": \"Transfer_TransferFailed\", \"type\": \"error\" }, { \"anonymous\": false, \"inputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"indexed\": false, \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"config\", \"type\": \"tuple\" }], \"name\": \"AddressConfigSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"indexed\": false, \"internalType\": \"struct Credit[]\", \"name\": \"credits\", \"type\": \"tuple[]\" }], \"name\": \"CreditsReceived\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"indexed\": false, \"internalType\": \"struct Credit[]\", \"name\": \"credits\", \"type\": \"tuple[]\" }], \"name\": \"CreditsSent\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"payer\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"name\": \"Deposited\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"indexed\": false, \"internalType\": \"bool\", \"name\": \"oft\", \"type\": \"bool\" }], \"name\": \"OFTPathSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"toAddress\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"name\": \"OFTReceived\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"fromAddress\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"name\": \"OFTSent\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"previousOwner\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"newOwner\", \"type\": \"address\" }], \"name\": \"OwnershipTransferred\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"Path_CreditBurned\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"bool\", \"name\": \"paused\", \"type\": \"bool\" }], \"name\": \"PauseSet\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amount\", \"type\": \"uint256\" }], \"name\": \"PlannerFeeWithdrawn\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": true, \"internalType\": \"address\", \"name\": \"payer\", \"type\": \"address\" }, { \"indexed\": true, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"name\": \"Redeemed\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"TreasuryFeeAdded\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"address\", \"name\": \"to\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint64\", \"name\": \"amountSD\", \"type\": \"uint64\" }], \"name\": \"TreasuryFeeWithdrawn\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [{ \"indexed\": false, \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"indexed\": false, \"internalType\": \"uint8\", \"name\": \"index\", \"type\": \"uint8\" }, { \"indexed\": false, \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"indexed\": false, \"internalType\": \"address\", \"name\": \"receiver\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"indexed\": false, \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }], \"name\": \"UnreceivedTokenCached\", \"type\": \"event\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }], \"name\": \"addTreasuryFee\", \"outputs\": [], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_burnAdmin\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_burnAllowanceSD\", \"type\": \"uint64\" }], \"name\": \"allowBurn\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"approvalRequired\", \"outputs\": [{ \"internalType\": \"bool\", \"name\": \"\", \"type\": \"bool\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnAdmin\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnAllowanceSD\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"burnLockedEURC\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"deficitOffset\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }], \"name\": \"deposit\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"endpoint\", \"outputs\": [{ \"internalType\": \"contract ILayerZeroEndpointV2\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"getAddressConfig\", \"outputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"getTransferGasLimit\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"localEid\", \"outputs\": [{ \"internalType\": \"uint32\", \"name\": \"\", \"type\": \"uint32\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"lpToken\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"oftVersion\", \"outputs\": [{ \"internalType\": \"bytes4\", \"name\": \"interfaceId\", \"type\": \"bytes4\" }, { \"internalType\": \"uint64\", \"name\": \"version\", \"type\": \"uint64\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"owner\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"eid\", \"type\": \"uint32\" }], \"name\": \"paths\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"credit\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"plannerFee\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"available\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"poolBalance\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }], \"name\": \"quoteOFT\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"maxAmountLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTLimit\", \"name\": \"limit\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"int256\", \"name\": \"feeAmountLD\", \"type\": \"int256\" }, { \"internalType\": \"string\", \"name\": \"description\", \"type\": \"string\" }], \"internalType\": \"struct OFTFeeDetail[]\", \"name\": \"oftFeeDetails\", \"type\": \"tuple[]\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"receipt\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"internalType\": \"bool\", \"name\": \"_payInLzToken\", \"type\": \"bool\" }], \"name\": \"quoteRedeemSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"internalType\": \"bool\", \"name\": \"_payInLzToken\", \"type\": \"bool\" }], \"name\": \"quoteSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_srcEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"internalType\": \"struct Credit[]\", \"name\": \"_credits\", \"type\": \"tuple[]\" }], \"name\": \"receiveCredits\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"sender\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }], \"internalType\": \"struct Origin\", \"name\": \"_origin\", \"type\": \"tuple\" }, { \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"_seatNumber\", \"type\": \"uint8\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }], \"name\": \"receiveTokenBus\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"sender\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }], \"internalType\": \"struct Origin\", \"name\": \"_origin\", \"type\": \"tuple\" }, { \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }, { \"internalType\": \"bytes\", \"name\": \"_composeMsg\", \"type\": \"bytes\" }], \"name\": \"receiveTokenTaxi\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"_to\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amount\", \"type\": \"uint256\" }], \"name\": \"recoverToken\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }], \"name\": \"redeem\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"redeemSend\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_owner\", \"type\": \"address\" }], \"name\": \"redeemable\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"renounceOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bytes32\", \"name\": \"_guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"_index\", \"type\": \"uint8\" }, { \"internalType\": \"uint32\", \"name\": \"_srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"address\", \"name\": \"_receiver\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"_amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"_composeMsg\", \"type\": \"bytes\" }], \"name\": \"retryReceiveToken\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"send\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_dstEid\", \"type\": \"uint32\" }, { \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }, { \"internalType\": \"uint64\", \"name\": \"minAmount\", \"type\": \"uint64\" }], \"internalType\": \"struct TargetCredit[]\", \"name\": \"_credits\", \"type\": \"tuple[]\" }], \"name\": \"sendCredits\", \"outputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"srcEid\", \"type\": \"uint32\" }, { \"internalType\": \"uint64\", \"name\": \"amount\", \"type\": \"uint64\" }], \"internalType\": \"struct Credit[]\", \"name\": \"\", \"type\": \"tuple[]\" }], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"uint32\", \"name\": \"dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bytes32\", \"name\": \"to\", \"type\": \"bytes32\" }, { \"internalType\": \"uint256\", \"name\": \"amountLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"minAmountLD\", \"type\": \"uint256\" }, { \"internalType\": \"bytes\", \"name\": \"extraOptions\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"composeMsg\", \"type\": \"bytes\" }, { \"internalType\": \"bytes\", \"name\": \"oftCmd\", \"type\": \"bytes\" }], \"internalType\": \"struct SendParam\", \"name\": \"_sendParam\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"_fee\", \"type\": \"tuple\" }, { \"internalType\": \"address\", \"name\": \"_refundAddress\", \"type\": \"address\" }], \"name\": \"sendToken\", \"outputs\": [{ \"components\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint64\", \"name\": \"nonce\", \"type\": \"uint64\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"nativeFee\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"lzTokenFee\", \"type\": \"uint256\" }], \"internalType\": \"struct MessagingFee\", \"name\": \"fee\", \"type\": \"tuple\" }], \"internalType\": \"struct MessagingReceipt\", \"name\": \"msgReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint256\", \"name\": \"amountSentLD\", \"type\": \"uint256\" }, { \"internalType\": \"uint256\", \"name\": \"amountReceivedLD\", \"type\": \"uint256\" }], \"internalType\": \"struct OFTReceipt\", \"name\": \"oftReceipt\", \"type\": \"tuple\" }, { \"components\": [{ \"internalType\": \"uint72\", \"name\": \"ticketId\", \"type\": \"uint72\" }, { \"internalType\": \"bytes\", \"name\": \"passengerBytes\", \"type\": \"bytes\" }], \"internalType\": \"struct Ticket\", \"name\": \"ticket\", \"type\": \"tuple\" }], \"stateMutability\": \"payable\", \"type\": \"function\" }, { \"inputs\": [{ \"components\": [{ \"internalType\": \"address\", \"name\": \"feeLib\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"planner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"treasurer\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"tokenMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"creditMessaging\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"lzToken\", \"type\": \"address\" }], \"internalType\": \"struct StargateBase.AddressConfig\", \"name\": \"_config\", \"type\": \"tuple\" }], \"name\": \"setAddressConfig\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_deficitOffsetLD\", \"type\": \"uint256\" }], \"name\": \"setDeficitOffset\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint32\", \"name\": \"_dstEid\", \"type\": \"uint32\" }, { \"internalType\": \"bool\", \"name\": \"_oft\", \"type\": \"bool\" }], \"name\": \"setOFTPath\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bool\", \"name\": \"_paused\", \"type\": \"bool\" }], \"name\": \"setPause\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"uint256\", \"name\": \"_gasLimit\", \"type\": \"uint256\" }], \"name\": \"setTransferGasLimit\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"sharedDecimals\", \"outputs\": [{ \"internalType\": \"uint8\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"stargateType\", \"outputs\": [{ \"internalType\": \"enum StargateType\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"pure\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"status\", \"outputs\": [{ \"internalType\": \"uint8\", \"name\": \"\", \"type\": \"uint8\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"token\", \"outputs\": [{ \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"newOwner\", \"type\": \"address\" }], \"name\": \"transferOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"treasuryFee\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"tvl\", \"outputs\": [{ \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"bytes32\", \"name\": \"guid\", \"type\": \"bytes32\" }, { \"internalType\": \"uint8\", \"name\": \"index\", \"type\": \"uint8\" }], \"name\": \"unreceivedTokens\", \"outputs\": [{ \"internalType\": \"bytes32\", \"name\": \"hash\", \"type\": \"bytes32\" }], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"withdrawPlannerFee\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_to\", \"type\": \"address\" }, { \"internalType\": \"uint64\", \"name\": \"_amountSD\", \"type\": \"uint64\" }], \"name\": \"withdrawTreasuryFee\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }] as const;\ntype Abi0 = typeof abi0;\ntype Abis = {\n \"avalanche-testnet\": Abi0;\n \"sepolia-testnet\": Abi0;\n};\nexport const abis: Abis = {\n \"avalanche-testnet\": abi0,\n \"sepolia-testnet\": abi0\n};\n"]}