@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.
- package/README.md +36 -0
- package/artifacts/src/eurc/StargateOFTEURC.sol/StargateOFTEURC.json +1556 -0
- package/artifacts/src/eurc/StargatePoolEURC.sol/StargatePoolEURC.json +2011 -0
- package/artifacts/src/interfaces/IBridgedEURCMinter.sol/IBridgedEURCMinter.json +48 -0
- package/artifacts/src/mocks/{USDC.sol/USDC.json → CircleFiatToken.sol/CircleFiatToken.json} +4 -4
- package/deployments/arbsep-testnet/FeeLibV1EURC.json +611 -0
- package/deployments/arbsep-testnet/StargateOFTEURC.json +1978 -0
- package/deployments/avalanche-testnet/FeeLibV1EURC.json +611 -0
- package/deployments/avalanche-testnet/StargatePoolEURC.json +2577 -0
- package/deployments/edu-mainnet/CreditMessaging.json +1501 -0
- package/deployments/edu-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/edu-mainnet/OFTWrapper.json +1506 -0
- package/deployments/edu-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/edu-mainnet/TokenMessaging.json +2475 -0
- package/deployments/edu-mainnet/Treasurer.json +450 -0
- package/deployments/orderly-mainnet/CreditMessaging.json +1501 -0
- package/deployments/orderly-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/orderly-mainnet/OFTWrapper.json +1506 -0
- package/deployments/orderly-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/orderly-mainnet/TokenMessaging.json +2475 -0
- package/deployments/orderly-mainnet/Treasurer.json +450 -0
- package/deployments/sepolia-testnet/FeeLibV1EURC.json +611 -0
- package/deployments/sepolia-testnet/StargatePoolEURC.json +2577 -0
- package/deployments/somnia-mainnet/CreditMessaging.json +1501 -0
- package/deployments/somnia-mainnet/FeeLibV1ETH.json +611 -0
- package/deployments/somnia-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/somnia-mainnet/FeeLibV1USDT.json +611 -0
- package/deployments/somnia-mainnet/OFTTokenETH.json +693 -0
- package/deployments/somnia-mainnet/OFTWrapper.json +1506 -0
- package/deployments/somnia-mainnet/StargateOFTETH.json +1989 -0
- package/deployments/somnia-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/somnia-mainnet/StargateOFTUSDT.json +1989 -0
- package/deployments/somnia-mainnet/TokenMessaging.json +2475 -0
- package/deployments/somnia-mainnet/Treasurer.json +450 -0
- package/dist/deployed/CreditMessaging.cjs +9 -0
- package/dist/deployed/CreditMessaging.cjs.map +1 -1
- package/dist/deployed/CreditMessaging.mjs +9 -0
- package/dist/deployed/CreditMessaging.mjs.map +1 -1
- package/dist/deployed/FeeLibV1ETH.cjs +3 -0
- package/dist/deployed/FeeLibV1ETH.cjs.map +1 -1
- package/dist/deployed/FeeLibV1ETH.mjs +3 -0
- package/dist/deployed/FeeLibV1ETH.mjs.map +1 -1
- package/dist/deployed/FeeLibV1EURC.cjs +25 -0
- package/dist/deployed/FeeLibV1EURC.cjs.map +1 -0
- package/dist/deployed/FeeLibV1EURC.mjs +21 -0
- package/dist/deployed/FeeLibV1EURC.mjs.map +1 -0
- package/dist/deployed/FeeLibV1USDC.cjs +9 -0
- package/dist/deployed/FeeLibV1USDC.cjs.map +1 -1
- package/dist/deployed/FeeLibV1USDC.mjs +9 -0
- package/dist/deployed/FeeLibV1USDC.mjs.map +1 -1
- package/dist/deployed/FeeLibV1USDT.cjs +3 -0
- package/dist/deployed/FeeLibV1USDT.cjs.map +1 -1
- package/dist/deployed/FeeLibV1USDT.mjs +3 -0
- package/dist/deployed/FeeLibV1USDT.mjs.map +1 -1
- package/dist/deployed/OFTTokenETH.cjs +3 -0
- package/dist/deployed/OFTTokenETH.cjs.map +1 -1
- package/dist/deployed/OFTTokenETH.mjs +3 -0
- package/dist/deployed/OFTTokenETH.mjs.map +1 -1
- package/dist/deployed/OFTWrapper.cjs +9 -0
- package/dist/deployed/OFTWrapper.cjs.map +1 -1
- package/dist/deployed/OFTWrapper.mjs +9 -0
- package/dist/deployed/OFTWrapper.mjs.map +1 -1
- package/dist/deployed/StargateOFTETH.cjs +3 -0
- package/dist/deployed/StargateOFTETH.cjs.map +1 -1
- package/dist/deployed/StargateOFTETH.mjs +3 -0
- package/dist/deployed/StargateOFTETH.mjs.map +1 -1
- package/dist/deployed/StargateOFTEURC.cjs +19 -0
- package/dist/deployed/StargateOFTEURC.cjs.map +1 -0
- package/dist/deployed/StargateOFTEURC.mjs +15 -0
- package/dist/deployed/StargateOFTEURC.mjs.map +1 -0
- package/dist/deployed/StargateOFTUSDC.cjs +9 -0
- package/dist/deployed/StargateOFTUSDC.cjs.map +1 -1
- package/dist/deployed/StargateOFTUSDC.mjs +9 -0
- package/dist/deployed/StargateOFTUSDC.mjs.map +1 -1
- package/dist/deployed/StargateOFTUSDT.cjs +3 -0
- package/dist/deployed/StargateOFTUSDT.cjs.map +1 -1
- package/dist/deployed/StargateOFTUSDT.mjs +3 -0
- package/dist/deployed/StargateOFTUSDT.mjs.map +1 -1
- package/dist/deployed/StargatePoolEURC.cjs +22 -0
- package/dist/deployed/StargatePoolEURC.cjs.map +1 -0
- package/dist/deployed/StargatePoolEURC.mjs +18 -0
- package/dist/deployed/StargatePoolEURC.mjs.map +1 -0
- package/dist/deployed/TokenMessaging.cjs +9 -0
- package/dist/deployed/TokenMessaging.cjs.map +1 -1
- package/dist/deployed/TokenMessaging.mjs +9 -0
- package/dist/deployed/TokenMessaging.mjs.map +1 -1
- package/dist/deployed/Treasurer.cjs +9 -0
- package/dist/deployed/Treasurer.cjs.map +1 -1
- package/dist/deployed/Treasurer.mjs +9 -0
- package/dist/deployed/Treasurer.mjs.map +1 -1
- package/dist/deployed/contracts.cjs +1008 -873
- package/dist/deployed/contracts.cjs.map +1 -1
- package/dist/deployed/contracts.mjs +1006 -874
- package/dist/deployed/contracts.mjs.map +1 -1
- package/dist/deployed/index.cjs +1009 -874
- package/dist/deployed/index.cjs.map +1 -1
- package/dist/deployed/index.mjs +1009 -874
- package/dist/deployed/index.mjs.map +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -4
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// deployed/StargateOFTEURC.ts
|
|
4
|
+
var addresses = {
|
|
5
|
+
"arbsep-testnet": "0x29eE6138DD4C9815f46D34a4A1ed48F46758A402"
|
|
6
|
+
};
|
|
7
|
+
var transactionHashes = {
|
|
8
|
+
"arbsep-testnet": "0x5036b62614736ecad02b339fe51a1bfdc3495de8e6b4446e0cb11bb9024338f2"
|
|
9
|
+
};
|
|
10
|
+
var abi0 = [{ "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "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": "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_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": 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": "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": 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": [], "name": "approvalRequired", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "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": "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": [{ "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": "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": [], "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": "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": [{ "internalType": "address", "name": "_newOwner", "type": "address" }], "name": "transferTokenOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "treasuryFee", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "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
|
+
"arbsep-testnet": abi0
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
exports.abis = abis;
|
|
16
|
+
exports.addresses = addresses;
|
|
17
|
+
exports.transactionHashes = transactionHashes;
|
|
18
|
+
//# sourceMappingURL=out.js.map
|
|
19
|
+
//# sourceMappingURL=StargateOFTEURC.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../deployed/StargateOFTEURC.ts"],"names":[],"mappings":"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","sourcesContent":["export const addresses = {\n \"arbsep-testnet\": \"0x29eE6138DD4C9815f46D34a4A1ed48F46758A402\"\n};\nexport const transactionHashes = {\n \"arbsep-testnet\": \"0x5036b62614736ecad02b339fe51a1bfdc3495de8e6b4446e0cb11bb9024338f2\"\n};\nconst abi0 = [{ \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"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\": \"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_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\": 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\": \"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\": 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\": [], \"name\": \"approvalRequired\", \"outputs\": [{ \"internalType\": \"bool\", \"name\": \"\", \"type\": \"bool\" }], \"stateMutability\": \"pure\", \"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\": \"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\": [{ \"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\": \"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\": [], \"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\": \"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\": [{ \"internalType\": \"address\", \"name\": \"_newOwner\", \"type\": \"address\" }], \"name\": \"transferTokenOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"treasuryFee\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"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 \"arbsep-testnet\": Abi0;\n};\nexport const abis: Abis = {\n \"arbsep-testnet\": abi0\n};\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// deployed/StargateOFTEURC.ts
|
|
2
|
+
var addresses = {
|
|
3
|
+
"arbsep-testnet": "0x29eE6138DD4C9815f46D34a4A1ed48F46758A402"
|
|
4
|
+
};
|
|
5
|
+
var transactionHashes = {
|
|
6
|
+
"arbsep-testnet": "0x5036b62614736ecad02b339fe51a1bfdc3495de8e6b4446e0cb11bb9024338f2"
|
|
7
|
+
};
|
|
8
|
+
var abi0 = [{ "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "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": "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_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": 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": "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": 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": [], "name": "approvalRequired", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "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": "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": [{ "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": "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": [], "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": "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": [{ "internalType": "address", "name": "_newOwner", "type": "address" }], "name": "transferTokenOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "treasuryFee", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "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" }];
|
|
9
|
+
var abis = {
|
|
10
|
+
"arbsep-testnet": abi0
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { abis, addresses, transactionHashes };
|
|
14
|
+
//# sourceMappingURL=out.js.map
|
|
15
|
+
//# sourceMappingURL=StargateOFTEURC.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../deployed/StargateOFTEURC.ts"],"names":[],"mappings":"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","sourcesContent":["export const addresses = {\n \"arbsep-testnet\": \"0x29eE6138DD4C9815f46D34a4A1ed48F46758A402\"\n};\nexport const transactionHashes = {\n \"arbsep-testnet\": \"0x5036b62614736ecad02b339fe51a1bfdc3495de8e6b4446e0cb11bb9024338f2\"\n};\nconst abi0 = [{ \"inputs\": [{ \"internalType\": \"address\", \"name\": \"_token\", \"type\": \"address\" }, { \"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\": \"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_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\": 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\": \"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\": 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\": [], \"name\": \"approvalRequired\", \"outputs\": [{ \"internalType\": \"bool\", \"name\": \"\", \"type\": \"bool\" }], \"stateMutability\": \"pure\", \"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\": \"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\": [{ \"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\": \"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\": [], \"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\": \"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\": [{ \"internalType\": \"address\", \"name\": \"_newOwner\", \"type\": \"address\" }], \"name\": \"transferTokenOwnership\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"treasuryFee\", \"outputs\": [{ \"internalType\": \"uint64\", \"name\": \"\", \"type\": \"uint64\" }], \"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 \"arbsep-testnet\": Abi0;\n};\nexport const abis: Abis = {\n \"arbsep-testnet\": abi0\n};\n"]}
|
|
@@ -11,6 +11,7 @@ var addresses = {
|
|
|
11
11
|
"codex-mainnet": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
12
12
|
"cronosevm-mainnet": "0x57687Bd10D3c2889BB112B36d0AFbfAa0686f7fa",
|
|
13
13
|
"degen-mainnet": "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
14
|
+
"edu-mainnet": "0x28BEc7E30E6faee657a03e19Bf1128AaD7632A00",
|
|
14
15
|
"flare-mainnet": "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
15
16
|
"flow-mainnet": "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
16
17
|
"fuse-mainnet": "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
@@ -26,12 +27,14 @@ var addresses = {
|
|
|
26
27
|
"lightlink-mainnet": "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
27
28
|
"nibiru-mainnet": "0x12a272A581feE5577A5dFa371afEB4b2F3a8C2F8",
|
|
28
29
|
"odyssey-testnet": "0xCD9A74e5fe451025E92b5b8F74117c6E275Aa7c8",
|
|
30
|
+
"orderly-mainnet": "0xd027aFcc69ffA2bCB288BA68da6B71EC90d7B1d2",
|
|
29
31
|
"peaq-mainnet": "0x5c1a97C144A97E9b370F833a06c70Ca8F2f30DE5",
|
|
30
32
|
"plume-mainnet": "0x8943cb63EEF1B3Dba5F455bFB704477436E31c1A",
|
|
31
33
|
"plumephoenix-mainnet": "0x9909fa99b7F7ee7F1c0CBf133f411D43083631E6",
|
|
32
34
|
"polygon-sandbox-local": "0xaB6D9f27Bac5b05d16A9e60a1B3bA617a4a89D6B",
|
|
33
35
|
"rarible-mainnet": "0x875bee36739e7Ce6b60E056451c556a88c59b086",
|
|
34
36
|
"rootstock-mainnet": "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
37
|
+
"somnia-mainnet": "0xCb97465Bc1bFF20fb788ccf29b409513789b6EaE",
|
|
35
38
|
"story-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
36
39
|
"superposition-mainnet": "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
37
40
|
"taiko-mainnet": "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
@@ -48,6 +51,7 @@ var transactionHashes = {
|
|
|
48
51
|
"codex-mainnet": "0x288a75b5c6de5ce678b9cf6c2b5cad1c1500b354a930f6bbfbcc48e46d10902d",
|
|
49
52
|
"cronosevm-mainnet": "0x1f1bd55cf1f1509fe569d5013e5b7dbd830d83f40292703e41d52150bd640c75",
|
|
50
53
|
"degen-mainnet": "0xe3839f7559a4bb9224423341913110513e06933d158c9b18e2a30599a8d5a7d3",
|
|
54
|
+
"edu-mainnet": "0xaf23c63a94fce613770ca90a433f777fb1d9efd98efadce011957e18cb7d4c47",
|
|
51
55
|
"flare-mainnet": "0x945fb332e8a77f81fd72b31d5219585f479fff2290f7676e2bfc9c276901b90d",
|
|
52
56
|
"flow-mainnet": "0x03a019367db87e3a31bef97d9f50e73a93274de1ef92ff6e46cc8c6fae054f5f",
|
|
53
57
|
"fuse-mainnet": "0x321e9cd1e225ec8253b611e38a3da07428cb2db262419cccba998c76d8323f2b",
|
|
@@ -63,12 +67,14 @@ var transactionHashes = {
|
|
|
63
67
|
"lightlink-mainnet": "0x7711fece4dea404e6407a2a7d07dea94311eebcb10927c7c8349ebb9316614ec",
|
|
64
68
|
"nibiru-mainnet": "0x935f0d7553a34c2ac810411c3bbfa399524e0060dcaa45b702dec6c3bc2eda14",
|
|
65
69
|
"odyssey-testnet": "0x3b2651c4d97f806d88c0911323bcf214af4844c0766552fa224c4c944168ad38",
|
|
70
|
+
"orderly-mainnet": "0x457f1ecebf82464e0a6773479a7653c5ed6a9597197192a46c235bb29199fef3",
|
|
66
71
|
"peaq-mainnet": "0xc40eecb692a5126bbd3a58405c93531692b0ff976fb790cca20beb7a4e734ff8",
|
|
67
72
|
"plume-mainnet": "0x4d6ea739043b8eb8f7d035daaf9b0ad7b751656dcda1d8200a7d9fecc3594971",
|
|
68
73
|
"plumephoenix-mainnet": "0x3ca7925c276b3733c4c1c96ef10de88d448eb0cbd386e9bd7aae447c3ebe65ae",
|
|
69
74
|
"polygon-sandbox-local": "0xb3d098753f80cc0a032daff2acb65be700cbf233d930be9943a084280d0dd726",
|
|
70
75
|
"rarible-mainnet": "0x4da81821f3d77469f4b91b206afce853eb238e4d962c51d2d8c0c775fdf2c153",
|
|
71
76
|
"rootstock-mainnet": "0x4f0dd22a3a5607b5828df642795b5ab1740ee5f71b2da9701a9e9172c58606ac",
|
|
77
|
+
"somnia-mainnet": "0x395a465c7e8043f0bbd6210fd3944078959043b9583c72a879191c9dd7af70d8",
|
|
72
78
|
"story-mainnet": "0x12035df92ffe3e6921f6acc1da4b838d2ca275d923e190dd8a64ff168c8ed8b2",
|
|
73
79
|
"superposition-mainnet": "0x787861ff02160a6172e96d7f4b064a016a39179b0886842b5f3e0d8266062419",
|
|
74
80
|
"taiko-mainnet": "0x850187f5dc8c40aee5265bd9eff929e329dac20a0943d4cf2981b77db9de27f1",
|
|
@@ -88,6 +94,7 @@ var abis = {
|
|
|
88
94
|
"codex-mainnet": abi0,
|
|
89
95
|
"cronosevm-mainnet": abi0,
|
|
90
96
|
"degen-mainnet": abi0,
|
|
97
|
+
"edu-mainnet": abi0,
|
|
91
98
|
"flare-mainnet": abi1,
|
|
92
99
|
"flow-mainnet": abi0,
|
|
93
100
|
"fuse-mainnet": abi0,
|
|
@@ -103,12 +110,14 @@ var abis = {
|
|
|
103
110
|
"lightlink-mainnet": abi1,
|
|
104
111
|
"nibiru-mainnet": abi0,
|
|
105
112
|
"odyssey-testnet": abi0,
|
|
113
|
+
"orderly-mainnet": abi0,
|
|
106
114
|
"peaq-mainnet": abi1,
|
|
107
115
|
"plume-mainnet": abi0,
|
|
108
116
|
"plumephoenix-mainnet": abi0,
|
|
109
117
|
"polygon-sandbox-local": abi1,
|
|
110
118
|
"rarible-mainnet": abi1,
|
|
111
119
|
"rootstock-mainnet": abi0,
|
|
120
|
+
"somnia-mainnet": abi0,
|
|
112
121
|
"story-mainnet": abi0,
|
|
113
122
|
"superposition-mainnet": abi0,
|
|
114
123
|
"taiko-mainnet": abi1,
|