@hinkal/common 0.2.4 → 0.2.13
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/API/API.cjs +1 -1
- package/API/API.d.ts +2 -2
- package/API/API.mjs +22 -22
- package/API/duneAPI.cjs +1 -1
- package/API/duneAPI.mjs +2 -3
- package/API/userVerifyTransactions.cjs +1 -1
- package/API/userVerifyTransactions.d.ts +7 -6
- package/API/userVerifyTransactions.mjs +14 -13
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.mjs +2 -2
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +134 -138
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +11 -846
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +13 -848
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +17 -852
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +20 -855
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +15 -850
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +100 -935
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +18 -849
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +9 -844
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +18 -30
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +2 -3
- package/constants/server.constants.mjs +6 -7
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +48 -48
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +1 -4
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1 -4
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +1 -4
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +1 -4
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +1 -4
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +1 -4
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +1 -4
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +1 -4
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +1 -4
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +1 -4
- package/constants/token-data/index.d.ts +15 -972
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +1 -4
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +1 -4
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +1 -4
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +1 -4
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +1 -4
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +0 -2
- package/data-structures/Hinkal/Hinkal.mjs +32 -38
- package/data-structures/Hinkal/IHinkal.d.ts +0 -2
- package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionBeefy.mjs +20 -21
- package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionConvex.mjs +12 -13
- package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionCurve.mjs +14 -15
- package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionLidoEth.mjs +16 -17
- package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.mjs +23 -24
- package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendleLP.mjs +20 -21
- package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionStake.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionStake.mjs +5 -6
- package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.mjs +8 -9
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +2 -2
- package/data-structures/Hinkal/hinkalDeposit.mjs +54 -93
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +2 -3
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +4 -5
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +22 -23
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +12 -13
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +0 -2
- package/data-structures/merkle-tree/MerkleTree.mjs +25 -38
- package/data-structures/merkle-tree/index.d.ts +0 -1
- package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
- package/data-structures/transactions-manager/TransactionsManager.d.ts +5 -6
- package/data-structures/transactions-manager/TransactionsManager.mjs +111 -118
- package/error-handling/error-codes.constants.cjs +1 -1
- package/error-handling/error-codes.constants.d.ts +0 -4
- package/error-handling/error-codes.constants.mjs +2 -6
- package/externalABIs/BabPassport.json.cjs +1 -1
- package/externalABIs/BabPassport.json.mjs +3 -8
- package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
- package/externalABIs/BeefyRouterAbi.json.mjs +2 -5
- package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
- package/externalABIs/BeefyStrategyAbi.json.mjs +2 -5
- package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
- package/externalABIs/BeefyVaultAbi.json.mjs +2 -5
- package/externalABIs/BeefyZapAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapAbi.json.mjs +2 -5
- package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapOneInchAbi.json.mjs +2 -5
- package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbi.json.mjs +2 -5
- package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +2 -5
- package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
- package/externalABIs/ConvexRewardPoolAbi.json.mjs +2 -5
- package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
- package/externalABIs/CurveReadingWrapperAbi.json.mjs +2 -5
- package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
- package/externalABIs/CurveWrappedMainPool.json.mjs +2 -5
- package/externalABIs/CurveZap.json.cjs +1 -1
- package/externalABIs/CurveZap.json.mjs +2 -5
- package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
- package/externalABIs/CvxCrvUtilities.json.mjs +2 -5
- package/externalABIs/ERC20.json.cjs +1 -1
- package/externalABIs/ERC20.json.mjs +3 -20
- package/externalABIs/GalxePassport.json.cjs +1 -1
- package/externalABIs/GalxePassport.json.mjs +3 -8
- package/externalABIs/IQuoterV2.json.cjs +1 -1
- package/externalABIs/IQuoterV2.json.mjs +3 -20
- package/externalABIs/ISwapRouter.json.cjs +1 -1
- package/externalABIs/ISwapRouter.json.mjs +2 -5
- package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
- package/externalABIs/IUniswapV3Factory.json.mjs +3 -20
- package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
- package/externalABIs/IUniswapV3Pool.json.mjs +3 -20
- package/externalABIs/PendleRouterAbi.json.cjs +1 -1
- package/externalABIs/PendleRouterAbi.json.mjs +2 -5
- package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
- package/externalABIs/UniswapV2PoolAbi.json.mjs +3 -16
- package/externalABIs/index.d.ts +11 -307
- package/externalABIs/transactionsProver.json.cjs +1 -1
- package/externalABIs/transactionsProver.json.mjs +3 -20
- package/functions/kyc/zkMeHelper.cjs +1 -1
- package/functions/kyc/zkMeHelper.d.ts +1 -0
- package/functions/kyc/zkMeHelper.mjs +11 -8
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
- package/functions/pre-transaction/process-gas-estimates.mjs +2 -3
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +8 -3
- package/functions/private-wallet/emporium.helpers.mjs +23 -11
- package/functions/private-wallet/index.d.ts +1 -0
- package/functions/private-wallet/opProducer.cjs +1 -1
- package/functions/private-wallet/opProducer.mjs +10 -9
- package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -0
- package/functions/private-wallet/smartContractWalletCalculator.d.ts +1 -0
- package/functions/private-wallet/smartContractWalletCalculator.mjs +20 -0
- package/functions/protocols/convex.protocols.cjs +1 -1
- package/functions/protocols/convex.protocols.mjs +2 -3
- package/functions/protocols/pendle.helpers.cjs +1 -1
- package/functions/protocols/pendle.helpers.mjs +13 -14
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +0 -1
- package/functions/snarkjs/constant.mjs +5 -6
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +1 -1
- package/functions/snarkjs/constructEmporiumProof.mjs +31 -31
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +1 -1
- package/functions/snarkjs/constructGeneralZkProof.mjs +75 -76
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.d.ts +1 -1
- package/functions/snarkjs/generateZkProof.mjs +15 -4
- package/functions/utils/axelar.utils.cjs +1 -1
- package/functions/utils/axelar.utils.mjs +2 -3
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +8 -9
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.mjs +7 -8
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +3 -4
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +1 -0
- package/functions/utils/string.utils.mjs +16 -6
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.mjs +8 -8
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.mjs +8 -8
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.d.ts +1 -1
- package/functions/web3/functionCalls/transactCallDirect.mjs +29 -43
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.mjs +8 -10
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.d.ts +2 -1
- package/functions/web3/odosAPI.mjs +18 -19
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.d.ts +2 -1
- package/functions/web3/oneInchAPI.mjs +15 -17
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.d.ts +4 -4
- package/functions/web3/uniswapAPI.mjs +43 -54
- package/index.cjs +1 -1
- package/index.mjs +641 -617
- package/package.json +2 -3
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +0 -1
- package/providers/EthersProviderAdapter.mjs +37 -26
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +0 -1
- package/providers/WagmiProviderAdapter.mjs +56 -45
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +2 -4
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +2 -4
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +61 -62
- package/types/ethereum-network.types.mjs +1 -1
- package/types/hinkal.types.d.ts +0 -4
- package/types/kyc.types.cjs +1 -1
- package/types/kyc.types.d.ts +1 -1
- package/types/kyc.types.mjs +1 -1
- package/types/rewards.types.d.ts +0 -5
- package/types/time.types.cjs +1 -1
- package/types/time.types.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/constants/token-data/index.cjs +0 -1
- package/constants/token-data/index.mjs +0 -34
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +0 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +0 -3
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +0 -9
- package/externalABIs/index.cjs +0 -1
- package/externalABIs/index.mjs +0 -23
- package/functions/snarkjs/generateZkProofEnclave.cjs +0 -1
- package/functions/snarkjs/generateZkProofEnclave.d.ts +0 -5
- package/functions/snarkjs/generateZkProofEnclave.mjs +0 -33
- package/functions/snarkjs/generateZkProofSelf.cjs +0 -1
- package/functions/snarkjs/generateZkProofSelf.d.ts +0 -5
- package/functions/snarkjs/generateZkProofSelf.mjs +0 -17
- package/functions/web3/getContractMetadata.cjs +0 -1
- package/functions/web3/getContractMetadata.d.ts +0 -5
- package/functions/web3/getContractMetadata.mjs +0 -30
- package/types/remote-proof.types.d.ts +0 -15
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "0xAA8f973E3948f86f4fe932a96084F9A054323f4f", t = [
|
|
2
2
|
{
|
|
3
3
|
inputs: [
|
|
4
4
|
{
|
|
@@ -1745,7 +1745,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
1745
1745
|
stateMutability: "payable",
|
|
1746
1746
|
type: "receive"
|
|
1747
1747
|
}
|
|
1748
|
-
], n = "
|
|
1748
|
+
], n = "0xcC80fd4839f94D42970c0DE219F36991018db803", a = [
|
|
1749
1749
|
{
|
|
1750
1750
|
inputs: [
|
|
1751
1751
|
{
|
|
@@ -2674,7 +2674,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
2674
2674
|
stateMutability: "nonpayable",
|
|
2675
2675
|
type: "function"
|
|
2676
2676
|
}
|
|
2677
|
-
], i = "
|
|
2677
|
+
], i = "0x031a068076b7BA192f24D2882D6632599c3037B8", s = [
|
|
2678
2678
|
{
|
|
2679
2679
|
inputs: [
|
|
2680
2680
|
{
|
|
@@ -3714,838 +3714,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
3714
3714
|
stateMutability: "nonpayable",
|
|
3715
3715
|
type: "function"
|
|
3716
3716
|
}
|
|
3717
|
-
], p = "
|
|
3718
|
-
{
|
|
3719
|
-
inputs: [
|
|
3720
|
-
{
|
|
3721
|
-
internalType: "address",
|
|
3722
|
-
name: "_accessToken",
|
|
3723
|
-
type: "address"
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
internalType: "address",
|
|
3727
|
-
name: "_hinkal",
|
|
3728
|
-
type: "address"
|
|
3729
|
-
}
|
|
3730
|
-
],
|
|
3731
|
-
stateMutability: "nonpayable",
|
|
3732
|
-
type: "constructor"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
anonymous: !1,
|
|
3736
|
-
inputs: [
|
|
3737
|
-
{
|
|
3738
|
-
indexed: !0,
|
|
3739
|
-
internalType: "address",
|
|
3740
|
-
name: "previousOwner",
|
|
3741
|
-
type: "address"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
indexed: !0,
|
|
3745
|
-
internalType: "address",
|
|
3746
|
-
name: "newOwner",
|
|
3747
|
-
type: "address"
|
|
3748
|
-
}
|
|
3749
|
-
],
|
|
3750
|
-
name: "OwnershipTransferStarted",
|
|
3751
|
-
type: "event"
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
anonymous: !1,
|
|
3755
|
-
inputs: [
|
|
3756
|
-
{
|
|
3757
|
-
indexed: !0,
|
|
3758
|
-
internalType: "address",
|
|
3759
|
-
name: "previousOwner",
|
|
3760
|
-
type: "address"
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
indexed: !0,
|
|
3764
|
-
internalType: "address",
|
|
3765
|
-
name: "newOwner",
|
|
3766
|
-
type: "address"
|
|
3767
|
-
}
|
|
3768
|
-
],
|
|
3769
|
-
name: "OwnershipTransferred",
|
|
3770
|
-
type: "event"
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
inputs: [],
|
|
3774
|
-
name: "acceptOwnership",
|
|
3775
|
-
outputs: [],
|
|
3776
|
-
stateMutability: "nonpayable",
|
|
3777
|
-
type: "function"
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
inputs: [],
|
|
3781
|
-
name: "accessToken",
|
|
3782
|
-
outputs: [
|
|
3783
|
-
{
|
|
3784
|
-
internalType: "contract IExtendedCrossChainAccessToken",
|
|
3785
|
-
name: "",
|
|
3786
|
-
type: "address"
|
|
3787
|
-
}
|
|
3788
|
-
],
|
|
3789
|
-
stateMutability: "view",
|
|
3790
|
-
type: "function"
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
inputs: [],
|
|
3794
|
-
name: "accessTokenAcceptOwnership",
|
|
3795
|
-
outputs: [],
|
|
3796
|
-
stateMutability: "nonpayable",
|
|
3797
|
-
type: "function"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
inputs: [
|
|
3801
|
-
{
|
|
3802
|
-
internalType: "address",
|
|
3803
|
-
name: "newOwner",
|
|
3804
|
-
type: "address"
|
|
3805
|
-
}
|
|
3806
|
-
],
|
|
3807
|
-
name: "accessTokenTransferOwnership",
|
|
3808
|
-
outputs: [],
|
|
3809
|
-
stateMutability: "nonpayable",
|
|
3810
|
-
type: "function"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
inputs: [
|
|
3814
|
-
{
|
|
3815
|
-
components: [
|
|
3816
|
-
{
|
|
3817
|
-
internalType: "uint8",
|
|
3818
|
-
name: "v",
|
|
3819
|
-
type: "uint8"
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
internalType: "bytes32",
|
|
3823
|
-
name: "r",
|
|
3824
|
-
type: "bytes32"
|
|
3825
|
-
},
|
|
3826
|
-
{
|
|
3827
|
-
internalType: "bytes32",
|
|
3828
|
-
name: "s",
|
|
3829
|
-
type: "bytes32"
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
internalType: "uint256",
|
|
3833
|
-
name: "accessKey",
|
|
3834
|
-
type: "uint256"
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
internalType: "uint256",
|
|
3838
|
-
name: "nonce",
|
|
3839
|
-
type: "uint256"
|
|
3840
|
-
}
|
|
3841
|
-
],
|
|
3842
|
-
internalType: "struct SignatureData",
|
|
3843
|
-
name: "signatureData",
|
|
3844
|
-
type: "tuple"
|
|
3845
|
-
}
|
|
3846
|
-
],
|
|
3847
|
-
name: "addToken",
|
|
3848
|
-
outputs: [],
|
|
3849
|
-
stateMutability: "payable",
|
|
3850
|
-
type: "function"
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
inputs: [
|
|
3854
|
-
{
|
|
3855
|
-
components: [
|
|
3856
|
-
{
|
|
3857
|
-
internalType: "uint8",
|
|
3858
|
-
name: "v",
|
|
3859
|
-
type: "uint8"
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
internalType: "bytes32",
|
|
3863
|
-
name: "r",
|
|
3864
|
-
type: "bytes32"
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
internalType: "bytes32",
|
|
3868
|
-
name: "s",
|
|
3869
|
-
type: "bytes32"
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
internalType: "uint256",
|
|
3873
|
-
name: "accessKey",
|
|
3874
|
-
type: "uint256"
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
internalType: "uint256",
|
|
3878
|
-
name: "nonce",
|
|
3879
|
-
type: "uint256"
|
|
3880
|
-
}
|
|
3881
|
-
],
|
|
3882
|
-
internalType: "struct SignatureData",
|
|
3883
|
-
name: "signatureData",
|
|
3884
|
-
type: "tuple"
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
internalType: "uint256[2]",
|
|
3888
|
-
name: "a",
|
|
3889
|
-
type: "uint256[2]"
|
|
3890
|
-
},
|
|
3891
|
-
{
|
|
3892
|
-
internalType: "uint256[2][2]",
|
|
3893
|
-
name: "b",
|
|
3894
|
-
type: "uint256[2][2]"
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
internalType: "uint256[2]",
|
|
3898
|
-
name: "c",
|
|
3899
|
-
type: "uint256[2]"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
components: [
|
|
3903
|
-
{
|
|
3904
|
-
internalType: "uint16",
|
|
3905
|
-
name: "tokenNumber",
|
|
3906
|
-
type: "uint16"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
internalType: "uint16",
|
|
3910
|
-
name: "nullifierAmount",
|
|
3911
|
-
type: "uint16"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
internalType: "uint16",
|
|
3915
|
-
name: "outputAmount",
|
|
3916
|
-
type: "uint16"
|
|
3917
|
-
}
|
|
3918
|
-
],
|
|
3919
|
-
internalType: "struct Dimensions",
|
|
3920
|
-
name: "dimensions",
|
|
3921
|
-
type: "tuple"
|
|
3922
|
-
},
|
|
3923
|
-
{
|
|
3924
|
-
components: [
|
|
3925
|
-
{
|
|
3926
|
-
internalType: "uint256",
|
|
3927
|
-
name: "rootHashHinkal",
|
|
3928
|
-
type: "uint256"
|
|
3929
|
-
},
|
|
3930
|
-
{
|
|
3931
|
-
internalType: "address[]",
|
|
3932
|
-
name: "erc20TokenAddresses",
|
|
3933
|
-
type: "address[]"
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
internalType: "uint256[]",
|
|
3937
|
-
name: "tokenIds",
|
|
3938
|
-
type: "uint256[]"
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
internalType: "int256[]",
|
|
3942
|
-
name: "amountChanges",
|
|
3943
|
-
type: "int256[]"
|
|
3944
|
-
},
|
|
3945
|
-
{
|
|
3946
|
-
internalType: "uint256[][]",
|
|
3947
|
-
name: "inputNullifiers",
|
|
3948
|
-
type: "uint256[][]"
|
|
3949
|
-
},
|
|
3950
|
-
{
|
|
3951
|
-
internalType: "uint256[][]",
|
|
3952
|
-
name: "outCommitments",
|
|
3953
|
-
type: "uint256[][]"
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
internalType: "bytes[][]",
|
|
3957
|
-
name: "encryptedOutputs",
|
|
3958
|
-
type: "bytes[][]"
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
internalType: "uint256[]",
|
|
3962
|
-
name: "flatFees",
|
|
3963
|
-
type: "uint256[]"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
internalType: "uint256",
|
|
3967
|
-
name: "timeStamp",
|
|
3968
|
-
type: "uint256"
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
components: [
|
|
3972
|
-
{
|
|
3973
|
-
internalType: "uint256",
|
|
3974
|
-
name: "extraRandomization",
|
|
3975
|
-
type: "uint256"
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
internalType: "uint256",
|
|
3979
|
-
name: "stealthAddress",
|
|
3980
|
-
type: "uint256"
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
internalType: "uint256",
|
|
3984
|
-
name: "H0",
|
|
3985
|
-
type: "uint256"
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
internalType: "uint256",
|
|
3989
|
-
name: "H1",
|
|
3990
|
-
type: "uint256"
|
|
3991
|
-
}
|
|
3992
|
-
],
|
|
3993
|
-
internalType: "struct StealthAddressStructure",
|
|
3994
|
-
name: "stealthAddressStructure",
|
|
3995
|
-
type: "tuple"
|
|
3996
|
-
},
|
|
3997
|
-
{
|
|
3998
|
-
internalType: "uint256",
|
|
3999
|
-
name: "rootHashAccessToken",
|
|
4000
|
-
type: "uint256"
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
internalType: "uint256",
|
|
4004
|
-
name: "calldataHash",
|
|
4005
|
-
type: "uint256"
|
|
4006
|
-
},
|
|
4007
|
-
{
|
|
4008
|
-
internalType: "uint16",
|
|
4009
|
-
name: "publicSignalCount",
|
|
4010
|
-
type: "uint16"
|
|
4011
|
-
},
|
|
4012
|
-
{
|
|
4013
|
-
internalType: "address",
|
|
4014
|
-
name: "relay",
|
|
4015
|
-
type: "address"
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
internalType: "address",
|
|
4019
|
-
name: "externalAddress",
|
|
4020
|
-
type: "address"
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
internalType: "uint256",
|
|
4024
|
-
name: "externalActionId",
|
|
4025
|
-
type: "uint256"
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
internalType: "bytes",
|
|
4029
|
-
name: "externalActionMetadata",
|
|
4030
|
-
type: "bytes"
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
components: [
|
|
4034
|
-
{
|
|
4035
|
-
internalType: "address",
|
|
4036
|
-
name: "preHookContract",
|
|
4037
|
-
type: "address"
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
internalType: "address",
|
|
4041
|
-
name: "hookContract",
|
|
4042
|
-
type: "address"
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
internalType: "bytes",
|
|
4046
|
-
name: "preHookMetadata",
|
|
4047
|
-
type: "bytes"
|
|
4048
|
-
},
|
|
4049
|
-
{
|
|
4050
|
-
internalType: "bytes",
|
|
4051
|
-
name: "postHookMetadata",
|
|
4052
|
-
type: "bytes"
|
|
4053
|
-
}
|
|
4054
|
-
],
|
|
4055
|
-
internalType: "struct HookData",
|
|
4056
|
-
name: "hookData",
|
|
4057
|
-
type: "tuple"
|
|
4058
|
-
}
|
|
4059
|
-
],
|
|
4060
|
-
internalType: "struct CircomData",
|
|
4061
|
-
name: "circomData",
|
|
4062
|
-
type: "tuple"
|
|
4063
|
-
}
|
|
4064
|
-
],
|
|
4065
|
-
name: "addTokenAndTransact",
|
|
4066
|
-
outputs: [],
|
|
4067
|
-
stateMutability: "payable",
|
|
4068
|
-
type: "function"
|
|
4069
|
-
},
|
|
4070
|
-
{
|
|
4071
|
-
inputs: [
|
|
4072
|
-
{
|
|
4073
|
-
components: [
|
|
4074
|
-
{
|
|
4075
|
-
internalType: "uint8",
|
|
4076
|
-
name: "v",
|
|
4077
|
-
type: "uint8"
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
internalType: "bytes32",
|
|
4081
|
-
name: "r",
|
|
4082
|
-
type: "bytes32"
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
internalType: "bytes32",
|
|
4086
|
-
name: "s",
|
|
4087
|
-
type: "bytes32"
|
|
4088
|
-
},
|
|
4089
|
-
{
|
|
4090
|
-
internalType: "uint256",
|
|
4091
|
-
name: "accessKey",
|
|
4092
|
-
type: "uint256"
|
|
4093
|
-
},
|
|
4094
|
-
{
|
|
4095
|
-
internalType: "uint256",
|
|
4096
|
-
name: "nonce",
|
|
4097
|
-
type: "uint256"
|
|
4098
|
-
}
|
|
4099
|
-
],
|
|
4100
|
-
internalType: "struct SignatureData",
|
|
4101
|
-
name: "signatureData",
|
|
4102
|
-
type: "tuple"
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
components: [
|
|
4106
|
-
{
|
|
4107
|
-
components: [
|
|
4108
|
-
{
|
|
4109
|
-
internalType: "string",
|
|
4110
|
-
name: "destinationChain",
|
|
4111
|
-
type: "string"
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
internalType: "string",
|
|
4115
|
-
name: "destinationAddress",
|
|
4116
|
-
type: "string"
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
internalType: "uint256",
|
|
4120
|
-
name: "messageFee",
|
|
4121
|
-
type: "uint256"
|
|
4122
|
-
}
|
|
4123
|
-
],
|
|
4124
|
-
internalType: "struct AxelarChainInfo[]",
|
|
4125
|
-
name: "chains",
|
|
4126
|
-
type: "tuple[]"
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
internalType: "uint256",
|
|
4130
|
-
name: "totalMessageFees",
|
|
4131
|
-
type: "uint256"
|
|
4132
|
-
}
|
|
4133
|
-
],
|
|
4134
|
-
internalType: "struct AxelarCapsule",
|
|
4135
|
-
name: "capsule",
|
|
4136
|
-
type: "tuple"
|
|
4137
|
-
}
|
|
4138
|
-
],
|
|
4139
|
-
name: "addTokenCrossChain",
|
|
4140
|
-
outputs: [],
|
|
4141
|
-
stateMutability: "payable",
|
|
4142
|
-
type: "function"
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
inputs: [
|
|
4146
|
-
{
|
|
4147
|
-
components: [
|
|
4148
|
-
{
|
|
4149
|
-
internalType: "uint256",
|
|
4150
|
-
name: "accessToken",
|
|
4151
|
-
type: "uint256"
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
internalType: "address",
|
|
4155
|
-
name: "ethAddress",
|
|
4156
|
-
type: "address"
|
|
4157
|
-
}
|
|
4158
|
-
],
|
|
4159
|
-
internalType: "struct AccessTokenWithAddress[]",
|
|
4160
|
-
name: "accessObjects",
|
|
4161
|
-
type: "tuple[]"
|
|
4162
|
-
}
|
|
4163
|
-
],
|
|
4164
|
-
name: "approveTokens",
|
|
4165
|
-
outputs: [],
|
|
4166
|
-
stateMutability: "nonpayable",
|
|
4167
|
-
type: "function"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
inputs: [
|
|
4171
|
-
{
|
|
4172
|
-
internalType: "uint256",
|
|
4173
|
-
name: "accessKey",
|
|
4174
|
-
type: "uint256"
|
|
4175
|
-
},
|
|
4176
|
-
{
|
|
4177
|
-
internalType: "uint256",
|
|
4178
|
-
name: "index",
|
|
4179
|
-
type: "uint256"
|
|
4180
|
-
}
|
|
4181
|
-
],
|
|
4182
|
-
name: "blacklistAccessKey",
|
|
4183
|
-
outputs: [],
|
|
4184
|
-
stateMutability: "nonpayable",
|
|
4185
|
-
type: "function"
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
inputs: [
|
|
4189
|
-
{
|
|
4190
|
-
internalType: "address",
|
|
4191
|
-
name: "_address",
|
|
4192
|
-
type: "address"
|
|
4193
|
-
}
|
|
4194
|
-
],
|
|
4195
|
-
name: "blacklistAddress",
|
|
4196
|
-
outputs: [],
|
|
4197
|
-
stateMutability: "nonpayable",
|
|
4198
|
-
type: "function"
|
|
4199
|
-
},
|
|
4200
|
-
{
|
|
4201
|
-
inputs: [
|
|
4202
|
-
{
|
|
4203
|
-
internalType: "uint256",
|
|
4204
|
-
name: "rootHashAccessToken",
|
|
4205
|
-
type: "uint256"
|
|
4206
|
-
},
|
|
4207
|
-
{
|
|
4208
|
-
internalType: "address",
|
|
4209
|
-
name: "sender",
|
|
4210
|
-
type: "address"
|
|
4211
|
-
}
|
|
4212
|
-
],
|
|
4213
|
-
name: "checkForRootHash",
|
|
4214
|
-
outputs: [
|
|
4215
|
-
{
|
|
4216
|
-
internalType: "bool",
|
|
4217
|
-
name: "",
|
|
4218
|
-
type: "bool"
|
|
4219
|
-
}
|
|
4220
|
-
],
|
|
4221
|
-
stateMutability: "view",
|
|
4222
|
-
type: "function"
|
|
4223
|
-
},
|
|
4224
|
-
{
|
|
4225
|
-
inputs: [
|
|
4226
|
-
{
|
|
4227
|
-
internalType: "uint256",
|
|
4228
|
-
name: "leaf",
|
|
4229
|
-
type: "uint256"
|
|
4230
|
-
}
|
|
4231
|
-
],
|
|
4232
|
-
name: "getAccessTokenRootHash",
|
|
4233
|
-
outputs: [
|
|
4234
|
-
{
|
|
4235
|
-
internalType: "uint256",
|
|
4236
|
-
name: "newRoot",
|
|
4237
|
-
type: "uint256"
|
|
4238
|
-
}
|
|
4239
|
-
],
|
|
4240
|
-
stateMutability: "view",
|
|
4241
|
-
type: "function"
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
inputs: [
|
|
4245
|
-
{
|
|
4246
|
-
internalType: "uint256",
|
|
4247
|
-
name: "accessKey",
|
|
4248
|
-
type: "uint256"
|
|
4249
|
-
}
|
|
4250
|
-
],
|
|
4251
|
-
name: "hasToken",
|
|
4252
|
-
outputs: [
|
|
4253
|
-
{
|
|
4254
|
-
internalType: "bool",
|
|
4255
|
-
name: "",
|
|
4256
|
-
type: "bool"
|
|
4257
|
-
}
|
|
4258
|
-
],
|
|
4259
|
-
stateMutability: "view",
|
|
4260
|
-
type: "function"
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
inputs: [],
|
|
4264
|
-
name: "hinkal",
|
|
4265
|
-
outputs: [
|
|
4266
|
-
{
|
|
4267
|
-
internalType: "address",
|
|
4268
|
-
name: "",
|
|
4269
|
-
type: "address"
|
|
4270
|
-
}
|
|
4271
|
-
],
|
|
4272
|
-
stateMutability: "view",
|
|
4273
|
-
type: "function"
|
|
4274
|
-
},
|
|
4275
|
-
{
|
|
4276
|
-
inputs: [],
|
|
4277
|
-
name: "levels",
|
|
4278
|
-
outputs: [
|
|
4279
|
-
{
|
|
4280
|
-
internalType: "uint128",
|
|
4281
|
-
name: "",
|
|
4282
|
-
type: "uint128"
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4285
|
-
stateMutability: "view",
|
|
4286
|
-
type: "function"
|
|
4287
|
-
},
|
|
4288
|
-
{
|
|
4289
|
-
inputs: [
|
|
4290
|
-
{
|
|
4291
|
-
components: [
|
|
4292
|
-
{
|
|
4293
|
-
components: [
|
|
4294
|
-
{
|
|
4295
|
-
internalType: "string",
|
|
4296
|
-
name: "destinationChain",
|
|
4297
|
-
type: "string"
|
|
4298
|
-
},
|
|
4299
|
-
{
|
|
4300
|
-
internalType: "string",
|
|
4301
|
-
name: "destinationAddress",
|
|
4302
|
-
type: "string"
|
|
4303
|
-
},
|
|
4304
|
-
{
|
|
4305
|
-
internalType: "uint256",
|
|
4306
|
-
name: "messageFee",
|
|
4307
|
-
type: "uint256"
|
|
4308
|
-
}
|
|
4309
|
-
],
|
|
4310
|
-
internalType: "struct AxelarChainInfo[]",
|
|
4311
|
-
name: "chains",
|
|
4312
|
-
type: "tuple[]"
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
internalType: "uint256",
|
|
4316
|
-
name: "totalMessageFees",
|
|
4317
|
-
type: "uint256"
|
|
4318
|
-
}
|
|
4319
|
-
],
|
|
4320
|
-
internalType: "struct AxelarCapsule",
|
|
4321
|
-
name: "capsule",
|
|
4322
|
-
type: "tuple"
|
|
4323
|
-
},
|
|
4324
|
-
{
|
|
4325
|
-
internalType: "uint256",
|
|
4326
|
-
name: "accessKey",
|
|
4327
|
-
type: "uint256"
|
|
4328
|
-
}
|
|
4329
|
-
],
|
|
4330
|
-
name: "migrateAccessToken",
|
|
4331
|
-
outputs: [],
|
|
4332
|
-
stateMutability: "payable",
|
|
4333
|
-
type: "function"
|
|
4334
|
-
},
|
|
4335
|
-
{
|
|
4336
|
-
inputs: [],
|
|
4337
|
-
name: "minIndex",
|
|
4338
|
-
outputs: [
|
|
4339
|
-
{
|
|
4340
|
-
internalType: "uint256",
|
|
4341
|
-
name: "",
|
|
4342
|
-
type: "uint256"
|
|
4343
|
-
}
|
|
4344
|
-
],
|
|
4345
|
-
stateMutability: "view",
|
|
4346
|
-
type: "function"
|
|
4347
|
-
},
|
|
4348
|
-
{
|
|
4349
|
-
inputs: [
|
|
4350
|
-
{
|
|
4351
|
-
internalType: "address",
|
|
4352
|
-
name: "",
|
|
4353
|
-
type: "address"
|
|
4354
|
-
},
|
|
4355
|
-
{
|
|
4356
|
-
internalType: "address",
|
|
4357
|
-
name: "",
|
|
4358
|
-
type: "address"
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
internalType: "uint256",
|
|
4362
|
-
name: "",
|
|
4363
|
-
type: "uint256"
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
internalType: "bytes",
|
|
4367
|
-
name: "",
|
|
4368
|
-
type: "bytes"
|
|
4369
|
-
}
|
|
4370
|
-
],
|
|
4371
|
-
name: "onERC721Received",
|
|
4372
|
-
outputs: [
|
|
4373
|
-
{
|
|
4374
|
-
internalType: "bytes4",
|
|
4375
|
-
name: "",
|
|
4376
|
-
type: "bytes4"
|
|
4377
|
-
}
|
|
4378
|
-
],
|
|
4379
|
-
stateMutability: "pure",
|
|
4380
|
-
type: "function"
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
inputs: [],
|
|
4384
|
-
name: "owner",
|
|
4385
|
-
outputs: [
|
|
4386
|
-
{
|
|
4387
|
-
internalType: "address",
|
|
4388
|
-
name: "",
|
|
4389
|
-
type: "address"
|
|
4390
|
-
}
|
|
4391
|
-
],
|
|
4392
|
-
stateMutability: "view",
|
|
4393
|
-
type: "function"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
inputs: [],
|
|
4397
|
-
name: "pendingOwner",
|
|
4398
|
-
outputs: [
|
|
4399
|
-
{
|
|
4400
|
-
internalType: "address",
|
|
4401
|
-
name: "",
|
|
4402
|
-
type: "address"
|
|
4403
|
-
}
|
|
4404
|
-
],
|
|
4405
|
-
stateMutability: "view",
|
|
4406
|
-
type: "function"
|
|
4407
|
-
},
|
|
4408
|
-
{
|
|
4409
|
-
inputs: [
|
|
4410
|
-
{
|
|
4411
|
-
internalType: "address",
|
|
4412
|
-
name: "sender",
|
|
4413
|
-
type: "address"
|
|
4414
|
-
}
|
|
4415
|
-
],
|
|
4416
|
-
name: "registerCheck",
|
|
4417
|
-
outputs: [],
|
|
4418
|
-
stateMutability: "view",
|
|
4419
|
-
type: "function"
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
inputs: [
|
|
4423
|
-
{
|
|
4424
|
-
internalType: "address",
|
|
4425
|
-
name: "_address",
|
|
4426
|
-
type: "address"
|
|
4427
|
-
}
|
|
4428
|
-
],
|
|
4429
|
-
name: "removeAddressFromBlacklist",
|
|
4430
|
-
outputs: [],
|
|
4431
|
-
stateMutability: "nonpayable",
|
|
4432
|
-
type: "function"
|
|
4433
|
-
},
|
|
4434
|
-
{
|
|
4435
|
-
inputs: [],
|
|
4436
|
-
name: "renounceOwnership",
|
|
4437
|
-
outputs: [],
|
|
4438
|
-
stateMutability: "view",
|
|
4439
|
-
type: "function"
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
inputs: [
|
|
4443
|
-
{
|
|
4444
|
-
internalType: "address",
|
|
4445
|
-
name: "_accessToken",
|
|
4446
|
-
type: "address"
|
|
4447
|
-
}
|
|
4448
|
-
],
|
|
4449
|
-
name: "setAccessToken",
|
|
4450
|
-
outputs: [],
|
|
4451
|
-
stateMutability: "nonpayable",
|
|
4452
|
-
type: "function"
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
inputs: [
|
|
4456
|
-
{
|
|
4457
|
-
internalType: "address",
|
|
4458
|
-
name: "_gasService",
|
|
4459
|
-
type: "address"
|
|
4460
|
-
}
|
|
4461
|
-
],
|
|
4462
|
-
name: "setAxelarGasService",
|
|
4463
|
-
outputs: [],
|
|
4464
|
-
stateMutability: "nonpayable",
|
|
4465
|
-
type: "function"
|
|
4466
|
-
},
|
|
4467
|
-
{
|
|
4468
|
-
inputs: [
|
|
4469
|
-
{
|
|
4470
|
-
components: [
|
|
4471
|
-
{
|
|
4472
|
-
internalType: "string",
|
|
4473
|
-
name: "sourceChain",
|
|
4474
|
-
type: "string"
|
|
4475
|
-
},
|
|
4476
|
-
{
|
|
4477
|
-
internalType: "address",
|
|
4478
|
-
name: "sourceAddress",
|
|
4479
|
-
type: "address"
|
|
4480
|
-
}
|
|
4481
|
-
],
|
|
4482
|
-
internalType: "struct ICrossChainAccessToken.CrossChainAccessTokenRegistryUpdate[]",
|
|
4483
|
-
name: "updates",
|
|
4484
|
-
type: "tuple[]"
|
|
4485
|
-
}
|
|
4486
|
-
],
|
|
4487
|
-
name: "setCrossChainAccessTokenRegistry",
|
|
4488
|
-
outputs: [],
|
|
4489
|
-
stateMutability: "nonpayable",
|
|
4490
|
-
type: "function"
|
|
4491
|
-
},
|
|
4492
|
-
{
|
|
4493
|
-
inputs: [
|
|
4494
|
-
{
|
|
4495
|
-
internalType: "uint256",
|
|
4496
|
-
name: "_mintingFee",
|
|
4497
|
-
type: "uint256"
|
|
4498
|
-
}
|
|
4499
|
-
],
|
|
4500
|
-
name: "setMintingFee",
|
|
4501
|
-
outputs: [],
|
|
4502
|
-
stateMutability: "nonpayable",
|
|
4503
|
-
type: "function"
|
|
4504
|
-
},
|
|
4505
|
-
{
|
|
4506
|
-
inputs: [
|
|
4507
|
-
{
|
|
4508
|
-
internalType: "address",
|
|
4509
|
-
name: "newOwner",
|
|
4510
|
-
type: "address"
|
|
4511
|
-
}
|
|
4512
|
-
],
|
|
4513
|
-
name: "transferOwnership",
|
|
4514
|
-
outputs: [],
|
|
4515
|
-
stateMutability: "nonpayable",
|
|
4516
|
-
type: "function"
|
|
4517
|
-
},
|
|
4518
|
-
{
|
|
4519
|
-
inputs: [
|
|
4520
|
-
{
|
|
4521
|
-
internalType: "uint256",
|
|
4522
|
-
name: "",
|
|
4523
|
-
type: "uint256"
|
|
4524
|
-
}
|
|
4525
|
-
],
|
|
4526
|
-
name: "usedNonces",
|
|
4527
|
-
outputs: [
|
|
4528
|
-
{
|
|
4529
|
-
internalType: "bool",
|
|
4530
|
-
name: "",
|
|
4531
|
-
type: "bool"
|
|
4532
|
-
}
|
|
4533
|
-
],
|
|
4534
|
-
stateMutability: "view",
|
|
4535
|
-
type: "function"
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
inputs: [],
|
|
4539
|
-
name: "withdraw",
|
|
4540
|
-
outputs: [],
|
|
4541
|
-
stateMutability: "payable",
|
|
4542
|
-
type: "function"
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
stateMutability: "payable",
|
|
4546
|
-
type: "receive"
|
|
4547
|
-
}
|
|
4548
|
-
], y = "0x965e9591014b8FFEb9fE855463C3c350aC877A05", u = "0x3A465AE353369FBF95A3eE70519f4e8c5F47EfCE", d = "0xc4eEb832251a1823b5CB70DBc13e6ABf7fF6b5e2", l = "0xB937A3F956d63Eb578AB4De6904e46F4A8038D44", o = "0x5B21A6099bFd2b4503F5a57FFa6056d12ad1F09F", m = "0x43EAA89004F5cE4CDeA980B15FCF0103F44011E8", T = [
|
|
3717
|
+
], p = "0xeA89e488a28E3995C81362e98dA2Dc9471FA54DF", r = "0x722c9994B9bBBe57Ec40e4caf3f0fC58b8CBB20e", y = "0x2448a6D19E1d5bD774a73360195729137147B69b", u = "0xCEFAE6Ed4954B7a6F768DC30C9b4cAEfb22C1569", d = "0xFD53288952e19C0134756e298cF78057426718Dc", l = "0x524B8B8e17Fc2367cb95D8b2e7e3870b8E3088F5", o = [
|
|
4549
3718
|
{
|
|
4550
3719
|
inputs: [
|
|
4551
3720
|
{
|
|
@@ -4926,7 +4095,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
4926
4095
|
stateMutability: "payable",
|
|
4927
4096
|
type: "receive"
|
|
4928
4097
|
}
|
|
4929
|
-
],
|
|
4098
|
+
], m = "0x83Fb8a826ffA0C0504938306f2D9a74303364E0C", T = [
|
|
4930
4099
|
{
|
|
4931
4100
|
inputs: [
|
|
4932
4101
|
{
|
|
@@ -5307,7 +4476,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
5307
4476
|
stateMutability: "payable",
|
|
5308
4477
|
type: "receive"
|
|
5309
4478
|
}
|
|
5310
|
-
],
|
|
4479
|
+
], c = "0x430BACcd259F7F21c8C3bcc8A8A643aeE797C86e", b = [
|
|
5311
4480
|
{
|
|
5312
4481
|
inputs: [
|
|
5313
4482
|
{
|
|
@@ -5730,7 +4899,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
5730
4899
|
stateMutability: "payable",
|
|
5731
4900
|
type: "receive"
|
|
5732
4901
|
}
|
|
5733
|
-
],
|
|
4902
|
+
], f = [
|
|
5734
4903
|
{
|
|
5735
4904
|
inputs: [
|
|
5736
4905
|
{
|
|
@@ -6171,7 +5340,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
6171
5340
|
stateMutability: "nonpayable",
|
|
6172
5341
|
type: "function"
|
|
6173
5342
|
}
|
|
6174
|
-
],
|
|
5343
|
+
], A = "0x4E0DD661376f80400c22213331c102A4A9Fc778C", w = [
|
|
6175
5344
|
{
|
|
6176
5345
|
inputs: [
|
|
6177
5346
|
{
|
|
@@ -6576,7 +5745,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
6576
5745
|
stateMutability: "payable",
|
|
6577
5746
|
type: "receive"
|
|
6578
5747
|
}
|
|
6579
|
-
],
|
|
5748
|
+
], v = [
|
|
6580
5749
|
{
|
|
6581
5750
|
inputs: [
|
|
6582
5751
|
{
|
|
@@ -7156,7 +6325,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
7156
6325
|
stateMutability: "nonpayable",
|
|
7157
6326
|
type: "function"
|
|
7158
6327
|
}
|
|
7159
|
-
],
|
|
6328
|
+
], M = [
|
|
7160
6329
|
{
|
|
7161
6330
|
inputs: [
|
|
7162
6331
|
{
|
|
@@ -7558,7 +6727,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
7558
6727
|
stateMutability: "payable",
|
|
7559
6728
|
type: "receive"
|
|
7560
6729
|
}
|
|
7561
|
-
],
|
|
6730
|
+
], k = [
|
|
7562
6731
|
{
|
|
7563
6732
|
inputs: [
|
|
7564
6733
|
{
|
|
@@ -7954,7 +7123,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
7954
7123
|
stateMutability: "view",
|
|
7955
7124
|
type: "function"
|
|
7956
7125
|
}
|
|
7957
|
-
],
|
|
7126
|
+
], h = [
|
|
7958
7127
|
{
|
|
7959
7128
|
inputs: [
|
|
7960
7129
|
{
|
|
@@ -8474,7 +7643,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
8474
7643
|
stateMutability: "nonpayable",
|
|
8475
7644
|
type: "function"
|
|
8476
7645
|
}
|
|
8477
|
-
],
|
|
7646
|
+
], x = "0xA2Ac0F0D17095De7027A3840725EFaf630546767", H = "0xeF1C0799006944aAd5497065EEc037598103A817", g = [
|
|
8478
7647
|
{
|
|
8479
7648
|
inputs: [
|
|
8480
7649
|
{
|
|
@@ -8936,7 +8105,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
8936
8105
|
stateMutability: "payable",
|
|
8937
8106
|
type: "receive"
|
|
8938
8107
|
}
|
|
8939
|
-
],
|
|
8108
|
+
], O = "0x6167AC32fac9A8926994730dBA20C0Dd323E2dbe", S = [
|
|
8940
8109
|
{
|
|
8941
8110
|
inputs: [
|
|
8942
8111
|
{
|
|
@@ -9411,7 +8580,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
9411
8580
|
stateMutability: "payable",
|
|
9412
8581
|
type: "receive"
|
|
9413
8582
|
}
|
|
9414
|
-
],
|
|
8583
|
+
], C = "0xf409b4A475DA6D9D6Aa525215fB002deF3e21475", I = [
|
|
9415
8584
|
{
|
|
9416
8585
|
inputs: [
|
|
9417
8586
|
{
|
|
@@ -10049,7 +9218,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
10049
9218
|
stateMutability: "view",
|
|
10050
9219
|
type: "function"
|
|
10051
9220
|
}
|
|
10052
|
-
],
|
|
9221
|
+
], R = [
|
|
10053
9222
|
{
|
|
10054
9223
|
inputs: [
|
|
10055
9224
|
{
|
|
@@ -10635,7 +9804,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
10635
9804
|
stateMutability: "nonpayable",
|
|
10636
9805
|
type: "function"
|
|
10637
9806
|
}
|
|
10638
|
-
],
|
|
9807
|
+
], E = "0x127784Ff9D441a13281118E185D48D9BA6D302c6", D = [
|
|
10639
9808
|
{
|
|
10640
9809
|
inputs: [
|
|
10641
9810
|
{
|
|
@@ -10947,7 +10116,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
10947
10116
|
stateMutability: "payable",
|
|
10948
10117
|
type: "receive"
|
|
10949
10118
|
}
|
|
10950
|
-
],
|
|
10119
|
+
], _ = "0xc7B6f70AeD07BDE7b63965a45e35ca2a1444D4b3", B = [
|
|
10951
10120
|
{
|
|
10952
10121
|
inputs: [
|
|
10953
10122
|
{
|
|
@@ -11580,7 +10749,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
11580
10749
|
stateMutability: "payable",
|
|
11581
10750
|
type: "receive"
|
|
11582
10751
|
}
|
|
11583
|
-
],
|
|
10752
|
+
], F = "0xEB79437d65Af2e743e55B6fba717a9B929ee7fD5", P = [
|
|
11584
10753
|
{
|
|
11585
10754
|
inputs: [
|
|
11586
10755
|
{
|
|
@@ -11845,7 +11014,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
11845
11014
|
stateMutability: "view",
|
|
11846
11015
|
type: "function"
|
|
11847
11016
|
}
|
|
11848
|
-
],
|
|
11017
|
+
], V = "0xd84bbC94c87915D3ea6a92A371Cf466A420b58F1", N = [
|
|
11849
11018
|
{
|
|
11850
11019
|
inputs: [
|
|
11851
11020
|
{
|
|
@@ -13115,7 +12284,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
13115
12284
|
stateMutability: "payable",
|
|
13116
12285
|
type: "receive"
|
|
13117
12286
|
}
|
|
13118
|
-
],
|
|
12287
|
+
], W = [
|
|
13119
12288
|
{
|
|
13120
12289
|
inputs: [
|
|
13121
12290
|
{
|
|
@@ -13981,7 +13150,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
13981
13150
|
stateMutability: "nonpayable",
|
|
13982
13151
|
type: "function"
|
|
13983
13152
|
}
|
|
13984
|
-
],
|
|
13153
|
+
], L = "0xef586e422837fA97F346b98De90E4Cdb18bd7Cc6", z = [
|
|
13985
13154
|
{
|
|
13986
13155
|
inputs: [
|
|
13987
13156
|
{
|
|
@@ -14019,100 +13188,96 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
|
|
|
14019
13188
|
stateMutability: "view",
|
|
14020
13189
|
type: "function"
|
|
14021
13190
|
}
|
|
14022
|
-
],
|
|
13191
|
+
], U = "0xf89556D08efeA5b5e510710116770E5c83Dc028b", K = {
|
|
14023
13192
|
hinkalAddress: e,
|
|
14024
13193
|
hinkalABI: t,
|
|
14025
13194
|
hinkalHelperAddress: n,
|
|
14026
13195
|
hinkalHelperABI: a,
|
|
14027
13196
|
crossChainAccessTokenAddress: i,
|
|
14028
13197
|
crossChainAccessTokenABI: s,
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14034
|
-
|
|
14035
|
-
|
|
14036
|
-
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14042
|
-
|
|
14043
|
-
|
|
14044
|
-
|
|
14045
|
-
|
|
14046
|
-
|
|
14047
|
-
|
|
14048
|
-
|
|
14049
|
-
|
|
14050
|
-
|
|
14051
|
-
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14062
|
-
|
|
14063
|
-
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
HTokenOracleABI: U,
|
|
14068
|
-
emporiumAddress: X
|
|
13198
|
+
uniswapExternalActionAddress: p,
|
|
13199
|
+
odosExternalActionInstanceAddress: r,
|
|
13200
|
+
oneInchExternalActionInstanceAddress: y,
|
|
13201
|
+
beefyExternalActionInstanceAddress: u,
|
|
13202
|
+
beefyStakeExternalActionInstanceAddress: d,
|
|
13203
|
+
curveExternalActionInstanceAddress: l,
|
|
13204
|
+
curveExternalActionABI: o,
|
|
13205
|
+
curveExternalActionDynamicInstanceAddress: m,
|
|
13206
|
+
curveExternalActionDynamicABI: T,
|
|
13207
|
+
curveStakeExternalActionInstanceAddress: c,
|
|
13208
|
+
curveStakeExternalActionABI: b,
|
|
13209
|
+
wrappedStakedCurveLpABI: f,
|
|
13210
|
+
convexExternalActionInstanceAddress: A,
|
|
13211
|
+
convexExternalActionABI: w,
|
|
13212
|
+
wrappedStakedConvexLpABI: v,
|
|
13213
|
+
BeefyExternalActionABI: M,
|
|
13214
|
+
BeefyStakeExternalActionABI: k,
|
|
13215
|
+
WrappedStakedBeefyLpABI: h,
|
|
13216
|
+
lidoExternalActionEthAddress: x,
|
|
13217
|
+
lidoExternalActionMaticAddress: H,
|
|
13218
|
+
pendleExternalActionABI: g,
|
|
13219
|
+
pendleExternalActionInstanceAddress: O,
|
|
13220
|
+
pendleLPExternalActionABI: S,
|
|
13221
|
+
pendleLPExternalActionInstanceAddress: C,
|
|
13222
|
+
WstYtTokenABI: I,
|
|
13223
|
+
WstPendleLPABI: R,
|
|
13224
|
+
volatileVaultInstanceAddress: E,
|
|
13225
|
+
VolatileVaultABI: D,
|
|
13226
|
+
volatileTokenActionInstanceAddress: _,
|
|
13227
|
+
VolatileTokenActionABI: B,
|
|
13228
|
+
hinkalWrapperAddress: F,
|
|
13229
|
+
HinkalWrapperABI: P,
|
|
13230
|
+
hinkalStakeExternalActionAddress: V,
|
|
13231
|
+
HinkalStakeExternalActionABI: N,
|
|
13232
|
+
HTokenABI: W,
|
|
13233
|
+
hETHOracleAddress: L,
|
|
13234
|
+
HTokenOracleABI: z,
|
|
13235
|
+
emporiumAddress: U
|
|
14069
13236
|
};
|
|
14070
13237
|
export {
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
-
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
13238
|
+
M as BeefyExternalActionABI,
|
|
13239
|
+
k as BeefyStakeExternalActionABI,
|
|
13240
|
+
W as HTokenABI,
|
|
13241
|
+
z as HTokenOracleABI,
|
|
13242
|
+
N as HinkalStakeExternalActionABI,
|
|
13243
|
+
P as HinkalWrapperABI,
|
|
13244
|
+
B as VolatileTokenActionABI,
|
|
13245
|
+
D as VolatileVaultABI,
|
|
13246
|
+
h as WrappedStakedBeefyLpABI,
|
|
13247
|
+
R as WstPendleLPABI,
|
|
13248
|
+
I as WstYtTokenABI,
|
|
13249
|
+
u as beefyExternalActionInstanceAddress,
|
|
13250
|
+
d as beefyStakeExternalActionInstanceAddress,
|
|
13251
|
+
w as convexExternalActionABI,
|
|
13252
|
+
A as convexExternalActionInstanceAddress,
|
|
14086
13253
|
s as crossChainAccessTokenABI,
|
|
14087
13254
|
i as crossChainAccessTokenAddress,
|
|
14088
|
-
|
|
14089
|
-
|
|
14090
|
-
|
|
14091
|
-
|
|
14092
|
-
|
|
14093
|
-
|
|
14094
|
-
|
|
14095
|
-
|
|
14096
|
-
|
|
14097
|
-
X as emporiumAddress,
|
|
14098
|
-
K as hETHOracleAddress,
|
|
13255
|
+
o as curveExternalActionABI,
|
|
13256
|
+
T as curveExternalActionDynamicABI,
|
|
13257
|
+
m as curveExternalActionDynamicInstanceAddress,
|
|
13258
|
+
l as curveExternalActionInstanceAddress,
|
|
13259
|
+
b as curveStakeExternalActionABI,
|
|
13260
|
+
c as curveStakeExternalActionInstanceAddress,
|
|
13261
|
+
K as default,
|
|
13262
|
+
U as emporiumAddress,
|
|
13263
|
+
L as hETHOracleAddress,
|
|
14099
13264
|
t as hinkalABI,
|
|
14100
13265
|
e as hinkalAddress,
|
|
14101
13266
|
a as hinkalHelperABI,
|
|
14102
13267
|
n as hinkalHelperAddress,
|
|
14103
|
-
|
|
14104
|
-
|
|
14105
|
-
|
|
14106
|
-
|
|
14107
|
-
|
|
14108
|
-
|
|
14109
|
-
|
|
14110
|
-
|
|
14111
|
-
|
|
14112
|
-
|
|
14113
|
-
|
|
14114
|
-
|
|
14115
|
-
|
|
14116
|
-
|
|
14117
|
-
|
|
13268
|
+
V as hinkalStakeExternalActionAddress,
|
|
13269
|
+
F as hinkalWrapperAddress,
|
|
13270
|
+
x as lidoExternalActionEthAddress,
|
|
13271
|
+
H as lidoExternalActionMaticAddress,
|
|
13272
|
+
r as odosExternalActionInstanceAddress,
|
|
13273
|
+
y as oneInchExternalActionInstanceAddress,
|
|
13274
|
+
g as pendleExternalActionABI,
|
|
13275
|
+
O as pendleExternalActionInstanceAddress,
|
|
13276
|
+
S as pendleLPExternalActionABI,
|
|
13277
|
+
C as pendleLPExternalActionInstanceAddress,
|
|
13278
|
+
p as uniswapExternalActionAddress,
|
|
13279
|
+
_ as volatileTokenActionInstanceAddress,
|
|
13280
|
+
E as volatileVaultInstanceAddress,
|
|
13281
|
+
v as wrappedStakedConvexLpABI,
|
|
13282
|
+
f as wrappedStakedCurveLpABI
|
|
14118
13283
|
};
|