@flaunch/sdk 0.8.3-beta.4 → 0.8.3-beta.5
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/dist/abi/{FlaunchPositionManagerV1_1_1.d.ts → FlaunchPositionManagerV1_2.d.ts} +2 -2
- package/dist/abi/{FlaunchPositionManagerV1_1_1.d.ts.map → FlaunchPositionManagerV1_2.d.ts.map} +1 -1
- package/dist/abi/{FlaunchV1_1_1.d.ts → FlaunchV1_2.d.ts} +2 -2
- package/dist/abi/{FlaunchV1_1_1.d.ts.map → FlaunchV1_2.d.ts.map} +1 -1
- package/dist/abi/FlaunchZap.d.ts +159 -151
- package/dist/abi/FlaunchZap.d.ts.map +1 -1
- package/dist/abi/index.cjs +117 -219
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.js +117 -219
- package/dist/abi/index.js.map +1 -1
- package/dist/addresses/index.cjs +8 -8
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +7 -7
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts +2 -2
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/{FlaunchPositionManagerV1_1_1Client.d.ts → FlaunchPositionManagerV1_2Client.d.ts} +9 -9
- package/dist/clients/FlaunchPositionManagerV1_2Client.d.ts.map +1 -0
- package/dist/clients/{FlaunchV1_1_1Client.d.ts → FlaunchV1_2Client.d.ts} +5 -5
- package/dist/clients/FlaunchV1_2Client.d.ts.map +1 -0
- package/dist/clients/FlaunchZapClient.d.ts +9 -0
- package/dist/clients/FlaunchZapClient.d.ts.map +1 -1
- package/dist/clients/TokenImporter.d.ts +13 -2
- package/dist/clients/TokenImporter.d.ts.map +1 -1
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.cjs.map +1 -1
- package/dist/helpers/index.js +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/index.cjs.js +351 -388
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +350 -387
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +51 -27
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/types.d.ts +23 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/clients/FlaunchPositionManagerV1_1_1Client.d.ts.map +0 -1
- package/dist/clients/FlaunchV1_1_1Client.d.ts.map +0 -1
package/dist/abi/index.cjs
CHANGED
|
@@ -7635,358 +7635,256 @@ const FlaunchV1_1Abi = [
|
|
|
7635
7635
|
|
|
7636
7636
|
const FlaunchZapAbi = [
|
|
7637
7637
|
{
|
|
7638
|
-
type: "constructor",
|
|
7639
7638
|
inputs: [
|
|
7640
7639
|
{
|
|
7640
|
+
internalType: "contract PositionManager",
|
|
7641
7641
|
name: "_positionManager",
|
|
7642
7642
|
type: "address",
|
|
7643
|
-
internalType: "contract PositionManager",
|
|
7644
7643
|
},
|
|
7645
7644
|
{
|
|
7646
|
-
name: "_flaunchContract",
|
|
7647
|
-
type: "address",
|
|
7648
7645
|
internalType: "contract Flaunch",
|
|
7649
|
-
|
|
7650
|
-
{
|
|
7651
|
-
name: "_flETH",
|
|
7652
|
-
type: "address",
|
|
7653
|
-
internalType: "contract IFLETH",
|
|
7654
|
-
},
|
|
7655
|
-
{
|
|
7656
|
-
name: "_poolSwap",
|
|
7646
|
+
name: "_flaunchContract",
|
|
7657
7647
|
type: "address",
|
|
7658
|
-
internalType: "contract PoolSwap",
|
|
7659
7648
|
},
|
|
7649
|
+
{ internalType: "contract IFLETH", name: "_flETH", type: "address" },
|
|
7650
|
+
{ internalType: "contract PoolSwap", name: "_poolSwap", type: "address" },
|
|
7660
7651
|
{
|
|
7652
|
+
internalType: "contract ITreasuryManagerFactory",
|
|
7661
7653
|
name: "_treasuryManagerFactory",
|
|
7662
7654
|
type: "address",
|
|
7663
|
-
internalType: "contract ITreasuryManagerFactory",
|
|
7664
7655
|
},
|
|
7665
7656
|
{
|
|
7657
|
+
internalType: "contract IMerkleAirdrop",
|
|
7666
7658
|
name: "_merkleAirdrop",
|
|
7667
7659
|
type: "address",
|
|
7668
|
-
internalType: "contract IMerkleAirdrop",
|
|
7669
7660
|
},
|
|
7670
7661
|
{
|
|
7662
|
+
internalType: "contract WhitelistFairLaunch",
|
|
7671
7663
|
name: "_whitelistFairLaunch",
|
|
7672
7664
|
type: "address",
|
|
7673
|
-
internalType: "contract WhitelistFairLaunch",
|
|
7674
7665
|
},
|
|
7675
7666
|
],
|
|
7676
7667
|
stateMutability: "nonpayable",
|
|
7668
|
+
type: "constructor",
|
|
7677
7669
|
},
|
|
7678
|
-
{
|
|
7670
|
+
{ inputs: [], name: "CreatorCannotBeZero", type: "error" },
|
|
7671
|
+
{ inputs: [], name: "InsufficientMemecoinsForAirdrop", type: "error" },
|
|
7679
7672
|
{
|
|
7680
|
-
type: "function",
|
|
7681
|
-
name: "calculateFee",
|
|
7682
7673
|
inputs: [
|
|
7683
|
-
{
|
|
7684
|
-
|
|
7685
|
-
|
|
7686
|
-
internalType: "uint256",
|
|
7687
|
-
},
|
|
7688
|
-
{ name: "_slippage", type: "uint256", internalType: "uint256" },
|
|
7689
|
-
{
|
|
7690
|
-
name: "_initialPriceParams",
|
|
7691
|
-
type: "bytes",
|
|
7692
|
-
internalType: "bytes",
|
|
7693
|
-
},
|
|
7674
|
+
{ internalType: "uint256", name: "_premineAmount", type: "uint256" },
|
|
7675
|
+
{ internalType: "uint256", name: "_slippage", type: "uint256" },
|
|
7676
|
+
{ internalType: "bytes", name: "_initialPriceParams", type: "bytes" },
|
|
7694
7677
|
],
|
|
7678
|
+
name: "calculateFee",
|
|
7695
7679
|
outputs: [
|
|
7696
|
-
{
|
|
7680
|
+
{ internalType: "uint256", name: "ethRequired_", type: "uint256" },
|
|
7697
7681
|
],
|
|
7698
7682
|
stateMutability: "view",
|
|
7683
|
+
type: "function",
|
|
7699
7684
|
},
|
|
7700
7685
|
{
|
|
7701
|
-
type: "function",
|
|
7702
|
-
name: "deployAndInitializeManager",
|
|
7703
7686
|
inputs: [
|
|
7704
7687
|
{
|
|
7688
|
+
internalType: "address",
|
|
7705
7689
|
name: "_managerImplementation",
|
|
7706
7690
|
type: "address",
|
|
7707
|
-
internalType: "address",
|
|
7708
7691
|
},
|
|
7709
|
-
{
|
|
7710
|
-
{
|
|
7711
|
-
{
|
|
7692
|
+
{ internalType: "address", name: "_owner", type: "address" },
|
|
7693
|
+
{ internalType: "bytes", name: "_data", type: "bytes" },
|
|
7694
|
+
{ internalType: "address", name: "_permissions", type: "address" },
|
|
7712
7695
|
],
|
|
7696
|
+
name: "deployAndInitializeManager",
|
|
7713
7697
|
outputs: [
|
|
7714
|
-
{
|
|
7715
|
-
name: "manager_",
|
|
7716
|
-
type: "address",
|
|
7717
|
-
internalType: "address payable",
|
|
7718
|
-
},
|
|
7698
|
+
{ internalType: "address payable", name: "manager_", type: "address" },
|
|
7719
7699
|
],
|
|
7720
7700
|
stateMutability: "nonpayable",
|
|
7701
|
+
type: "function",
|
|
7721
7702
|
},
|
|
7722
7703
|
{
|
|
7723
|
-
type: "function",
|
|
7724
|
-
name: "flETH",
|
|
7725
7704
|
inputs: [],
|
|
7726
|
-
|
|
7705
|
+
name: "flETH",
|
|
7706
|
+
outputs: [{ internalType: "contract IFLETH", name: "", type: "address" }],
|
|
7727
7707
|
stateMutability: "view",
|
|
7708
|
+
type: "function",
|
|
7728
7709
|
},
|
|
7729
7710
|
{
|
|
7730
|
-
type: "function",
|
|
7731
|
-
name: "flaunch",
|
|
7732
7711
|
inputs: [
|
|
7733
7712
|
{
|
|
7734
|
-
name: "_flaunchParams",
|
|
7735
|
-
type: "tuple",
|
|
7736
|
-
internalType: "struct PositionManager.FlaunchParams",
|
|
7737
7713
|
components: [
|
|
7738
|
-
{
|
|
7739
|
-
{
|
|
7740
|
-
{
|
|
7714
|
+
{ internalType: "string", name: "name", type: "string" },
|
|
7715
|
+
{ internalType: "string", name: "symbol", type: "string" },
|
|
7716
|
+
{ internalType: "string", name: "tokenUri", type: "string" },
|
|
7741
7717
|
{
|
|
7718
|
+
internalType: "uint256",
|
|
7742
7719
|
name: "initialTokenFairLaunch",
|
|
7743
7720
|
type: "uint256",
|
|
7744
|
-
internalType: "uint256",
|
|
7745
7721
|
},
|
|
7746
7722
|
{
|
|
7723
|
+
internalType: "uint256",
|
|
7747
7724
|
name: "fairLaunchDuration",
|
|
7748
7725
|
type: "uint256",
|
|
7749
|
-
internalType: "uint256",
|
|
7750
7726
|
},
|
|
7727
|
+
{ internalType: "uint256", name: "premineAmount", type: "uint256" },
|
|
7728
|
+
{ internalType: "address", name: "creator", type: "address" },
|
|
7751
7729
|
{
|
|
7752
|
-
|
|
7753
|
-
type: "uint256",
|
|
7754
|
-
internalType: "uint256",
|
|
7755
|
-
},
|
|
7756
|
-
{ name: "creator", type: "address", internalType: "address" },
|
|
7757
|
-
{
|
|
7730
|
+
internalType: "uint24",
|
|
7758
7731
|
name: "creatorFeeAllocation",
|
|
7759
7732
|
type: "uint24",
|
|
7760
|
-
internalType: "uint24",
|
|
7761
|
-
},
|
|
7762
|
-
{
|
|
7763
|
-
name: "flaunchAt",
|
|
7764
|
-
type: "uint256",
|
|
7765
|
-
internalType: "uint256",
|
|
7766
|
-
},
|
|
7767
|
-
{
|
|
7768
|
-
name: "initialPriceParams",
|
|
7769
|
-
type: "bytes",
|
|
7770
|
-
internalType: "bytes",
|
|
7771
|
-
},
|
|
7772
|
-
{
|
|
7773
|
-
name: "feeCalculatorParams",
|
|
7774
|
-
type: "bytes",
|
|
7775
|
-
internalType: "bytes",
|
|
7776
7733
|
},
|
|
7734
|
+
{ internalType: "uint256", name: "flaunchAt", type: "uint256" },
|
|
7735
|
+
{ internalType: "bytes", name: "initialPriceParams", type: "bytes" },
|
|
7736
|
+
{ internalType: "bytes", name: "feeCalculatorParams", type: "bytes" },
|
|
7737
|
+
],
|
|
7738
|
+
internalType: "struct PositionManager.FlaunchParams",
|
|
7739
|
+
name: "_flaunchParams",
|
|
7740
|
+
type: "tuple",
|
|
7741
|
+
},
|
|
7742
|
+
{ internalType: "bytes", name: "_premineSwapHookData", type: "bytes" },
|
|
7743
|
+
{
|
|
7744
|
+
components: [
|
|
7745
|
+
{ internalType: "bytes32", name: "merkleRoot", type: "bytes32" },
|
|
7746
|
+
{ internalType: "string", name: "merkleIPFSHash", type: "string" },
|
|
7747
|
+
{ internalType: "uint256", name: "maxTokens", type: "uint256" },
|
|
7777
7748
|
],
|
|
7749
|
+
internalType: "struct FlaunchZap.WhitelistParams",
|
|
7750
|
+
name: "_whitelistParams",
|
|
7751
|
+
type: "tuple",
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
components: [
|
|
7755
|
+
{ internalType: "uint256", name: "airdropIndex", type: "uint256" },
|
|
7756
|
+
{ internalType: "uint256", name: "airdropAmount", type: "uint256" },
|
|
7757
|
+
{ internalType: "uint256", name: "airdropEndTime", type: "uint256" },
|
|
7758
|
+
{ internalType: "bytes32", name: "merkleRoot", type: "bytes32" },
|
|
7759
|
+
{ internalType: "string", name: "merkleIPFSHash", type: "string" },
|
|
7760
|
+
],
|
|
7761
|
+
internalType: "struct FlaunchZap.AirdropParams",
|
|
7762
|
+
name: "_airdropParams",
|
|
7763
|
+
type: "tuple",
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
components: [
|
|
7767
|
+
{ internalType: "address", name: "manager", type: "address" },
|
|
7768
|
+
{ internalType: "address", name: "permissions", type: "address" },
|
|
7769
|
+
{ internalType: "bytes", name: "initializeData", type: "bytes" },
|
|
7770
|
+
{ internalType: "bytes", name: "depositData", type: "bytes" },
|
|
7771
|
+
],
|
|
7772
|
+
internalType: "struct FlaunchZap.TreasuryManagerParams",
|
|
7773
|
+
name: "_treasuryManagerParams",
|
|
7774
|
+
type: "tuple",
|
|
7778
7775
|
},
|
|
7779
7776
|
],
|
|
7777
|
+
name: "flaunch",
|
|
7780
7778
|
outputs: [
|
|
7781
|
-
{
|
|
7782
|
-
{
|
|
7783
|
-
{
|
|
7779
|
+
{ internalType: "address", name: "memecoin_", type: "address" },
|
|
7780
|
+
{ internalType: "uint256", name: "ethSpent_", type: "uint256" },
|
|
7781
|
+
{ internalType: "address", name: "deployedManager_", type: "address" },
|
|
7784
7782
|
],
|
|
7785
7783
|
stateMutability: "payable",
|
|
7784
|
+
type: "function",
|
|
7786
7785
|
},
|
|
7787
7786
|
{
|
|
7788
|
-
type: "function",
|
|
7789
|
-
name: "flaunch",
|
|
7790
7787
|
inputs: [
|
|
7791
7788
|
{
|
|
7792
|
-
name: "_flaunchParams",
|
|
7793
|
-
type: "tuple",
|
|
7794
|
-
internalType: "struct PositionManager.FlaunchParams",
|
|
7795
7789
|
components: [
|
|
7796
|
-
{
|
|
7797
|
-
{
|
|
7798
|
-
{
|
|
7790
|
+
{ internalType: "string", name: "name", type: "string" },
|
|
7791
|
+
{ internalType: "string", name: "symbol", type: "string" },
|
|
7792
|
+
{ internalType: "string", name: "tokenUri", type: "string" },
|
|
7799
7793
|
{
|
|
7794
|
+
internalType: "uint256",
|
|
7800
7795
|
name: "initialTokenFairLaunch",
|
|
7801
7796
|
type: "uint256",
|
|
7802
|
-
internalType: "uint256",
|
|
7803
7797
|
},
|
|
7804
7798
|
{
|
|
7805
|
-
name: "fairLaunchDuration",
|
|
7806
|
-
type: "uint256",
|
|
7807
7799
|
internalType: "uint256",
|
|
7808
|
-
|
|
7809
|
-
{
|
|
7810
|
-
name: "premineAmount",
|
|
7800
|
+
name: "fairLaunchDuration",
|
|
7811
7801
|
type: "uint256",
|
|
7812
|
-
internalType: "uint256",
|
|
7813
7802
|
},
|
|
7814
|
-
{
|
|
7803
|
+
{ internalType: "uint256", name: "premineAmount", type: "uint256" },
|
|
7804
|
+
{ internalType: "address", name: "creator", type: "address" },
|
|
7815
7805
|
{
|
|
7806
|
+
internalType: "uint24",
|
|
7816
7807
|
name: "creatorFeeAllocation",
|
|
7817
7808
|
type: "uint24",
|
|
7818
|
-
internalType: "uint24",
|
|
7819
|
-
},
|
|
7820
|
-
{
|
|
7821
|
-
name: "flaunchAt",
|
|
7822
|
-
type: "uint256",
|
|
7823
|
-
internalType: "uint256",
|
|
7824
|
-
},
|
|
7825
|
-
{
|
|
7826
|
-
name: "initialPriceParams",
|
|
7827
|
-
type: "bytes",
|
|
7828
|
-
internalType: "bytes",
|
|
7829
|
-
},
|
|
7830
|
-
{
|
|
7831
|
-
name: "feeCalculatorParams",
|
|
7832
|
-
type: "bytes",
|
|
7833
|
-
internalType: "bytes",
|
|
7834
|
-
},
|
|
7835
|
-
],
|
|
7836
|
-
},
|
|
7837
|
-
{
|
|
7838
|
-
name: "_whitelistParams",
|
|
7839
|
-
type: "tuple",
|
|
7840
|
-
internalType: "struct FlaunchZap.WhitelistParams",
|
|
7841
|
-
components: [
|
|
7842
|
-
{
|
|
7843
|
-
name: "merkleRoot",
|
|
7844
|
-
type: "bytes32",
|
|
7845
|
-
internalType: "bytes32",
|
|
7846
|
-
},
|
|
7847
|
-
{
|
|
7848
|
-
name: "merkleIPFSHash",
|
|
7849
|
-
type: "string",
|
|
7850
|
-
internalType: "string",
|
|
7851
|
-
},
|
|
7852
|
-
{
|
|
7853
|
-
name: "maxTokens",
|
|
7854
|
-
type: "uint256",
|
|
7855
|
-
internalType: "uint256",
|
|
7856
|
-
},
|
|
7857
|
-
],
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
name: "_airdropParams",
|
|
7861
|
-
type: "tuple",
|
|
7862
|
-
internalType: "struct FlaunchZap.AirdropParams",
|
|
7863
|
-
components: [
|
|
7864
|
-
{
|
|
7865
|
-
name: "airdropIndex",
|
|
7866
|
-
type: "uint256",
|
|
7867
|
-
internalType: "uint256",
|
|
7868
|
-
},
|
|
7869
|
-
{
|
|
7870
|
-
name: "airdropAmount",
|
|
7871
|
-
type: "uint256",
|
|
7872
|
-
internalType: "uint256",
|
|
7873
|
-
},
|
|
7874
|
-
{
|
|
7875
|
-
name: "airdropEndTime",
|
|
7876
|
-
type: "uint256",
|
|
7877
|
-
internalType: "uint256",
|
|
7878
|
-
},
|
|
7879
|
-
{
|
|
7880
|
-
name: "merkleRoot",
|
|
7881
|
-
type: "bytes32",
|
|
7882
|
-
internalType: "bytes32",
|
|
7883
|
-
},
|
|
7884
|
-
{
|
|
7885
|
-
name: "merkleIPFSHash",
|
|
7886
|
-
type: "string",
|
|
7887
|
-
internalType: "string",
|
|
7888
7809
|
},
|
|
7810
|
+
{ internalType: "uint256", name: "flaunchAt", type: "uint256" },
|
|
7811
|
+
{ internalType: "bytes", name: "initialPriceParams", type: "bytes" },
|
|
7812
|
+
{ internalType: "bytes", name: "feeCalculatorParams", type: "bytes" },
|
|
7889
7813
|
],
|
|
7890
|
-
|
|
7891
|
-
|
|
7892
|
-
name: "_treasuryManagerParams",
|
|
7814
|
+
internalType: "struct PositionManager.FlaunchParams",
|
|
7815
|
+
name: "_flaunchParams",
|
|
7893
7816
|
type: "tuple",
|
|
7894
|
-
internalType: "struct FlaunchZap.TreasuryManagerParams",
|
|
7895
|
-
components: [
|
|
7896
|
-
{ name: "manager", type: "address", internalType: "address" },
|
|
7897
|
-
{
|
|
7898
|
-
name: "permissions",
|
|
7899
|
-
type: "address",
|
|
7900
|
-
internalType: "address",
|
|
7901
|
-
},
|
|
7902
|
-
{
|
|
7903
|
-
name: "initializeData",
|
|
7904
|
-
type: "bytes",
|
|
7905
|
-
internalType: "bytes",
|
|
7906
|
-
},
|
|
7907
|
-
{ name: "depositData", type: "bytes", internalType: "bytes" },
|
|
7908
|
-
],
|
|
7909
7817
|
},
|
|
7818
|
+
{ internalType: "bytes", name: "_premineSwapHookData", type: "bytes" },
|
|
7910
7819
|
],
|
|
7820
|
+
name: "flaunch",
|
|
7911
7821
|
outputs: [
|
|
7912
|
-
{
|
|
7913
|
-
{
|
|
7914
|
-
{
|
|
7915
|
-
name: "deployedManager_",
|
|
7916
|
-
type: "address",
|
|
7917
|
-
internalType: "address",
|
|
7918
|
-
},
|
|
7822
|
+
{ internalType: "address", name: "memecoin_", type: "address" },
|
|
7823
|
+
{ internalType: "uint256", name: "ethSpent_", type: "uint256" },
|
|
7824
|
+
{ internalType: "address", name: "", type: "address" },
|
|
7919
7825
|
],
|
|
7920
7826
|
stateMutability: "payable",
|
|
7827
|
+
type: "function",
|
|
7921
7828
|
},
|
|
7922
7829
|
{
|
|
7923
|
-
type: "function",
|
|
7924
|
-
name: "flaunchContract",
|
|
7925
7830
|
inputs: [],
|
|
7926
|
-
|
|
7831
|
+
name: "flaunchContract",
|
|
7832
|
+
outputs: [{ internalType: "contract Flaunch", name: "", type: "address" }],
|
|
7927
7833
|
stateMutability: "view",
|
|
7834
|
+
type: "function",
|
|
7928
7835
|
},
|
|
7929
7836
|
{
|
|
7930
|
-
type: "function",
|
|
7931
|
-
name: "merkleAirdrop",
|
|
7932
7837
|
inputs: [],
|
|
7838
|
+
name: "merkleAirdrop",
|
|
7933
7839
|
outputs: [
|
|
7934
|
-
{
|
|
7935
|
-
name: "",
|
|
7936
|
-
type: "address",
|
|
7937
|
-
internalType: "contract IMerkleAirdrop",
|
|
7938
|
-
},
|
|
7840
|
+
{ internalType: "contract IMerkleAirdrop", name: "", type: "address" },
|
|
7939
7841
|
],
|
|
7940
7842
|
stateMutability: "view",
|
|
7843
|
+
type: "function",
|
|
7941
7844
|
},
|
|
7942
7845
|
{
|
|
7943
|
-
type: "function",
|
|
7944
|
-
name: "poolSwap",
|
|
7945
7846
|
inputs: [],
|
|
7946
|
-
|
|
7847
|
+
name: "poolSwap",
|
|
7848
|
+
outputs: [{ internalType: "contract PoolSwap", name: "", type: "address" }],
|
|
7947
7849
|
stateMutability: "view",
|
|
7850
|
+
type: "function",
|
|
7948
7851
|
},
|
|
7949
7852
|
{
|
|
7950
|
-
type: "function",
|
|
7951
|
-
name: "positionManager",
|
|
7952
7853
|
inputs: [],
|
|
7854
|
+
name: "positionManager",
|
|
7953
7855
|
outputs: [
|
|
7954
|
-
{
|
|
7955
|
-
name: "",
|
|
7956
|
-
type: "address",
|
|
7957
|
-
internalType: "contract PositionManager",
|
|
7958
|
-
},
|
|
7856
|
+
{ internalType: "contract PositionManager", name: "", type: "address" },
|
|
7959
7857
|
],
|
|
7960
7858
|
stateMutability: "view",
|
|
7859
|
+
type: "function",
|
|
7961
7860
|
},
|
|
7962
7861
|
{
|
|
7963
|
-
type: "function",
|
|
7964
|
-
name: "treasuryManagerFactory",
|
|
7965
7862
|
inputs: [],
|
|
7863
|
+
name: "treasuryManagerFactory",
|
|
7966
7864
|
outputs: [
|
|
7967
7865
|
{
|
|
7866
|
+
internalType: "contract ITreasuryManagerFactory",
|
|
7968
7867
|
name: "",
|
|
7969
7868
|
type: "address",
|
|
7970
|
-
internalType: "contract ITreasuryManagerFactory",
|
|
7971
7869
|
},
|
|
7972
7870
|
],
|
|
7973
7871
|
stateMutability: "view",
|
|
7872
|
+
type: "function",
|
|
7974
7873
|
},
|
|
7975
7874
|
{
|
|
7976
|
-
type: "function",
|
|
7977
|
-
name: "whitelistFairLaunch",
|
|
7978
7875
|
inputs: [],
|
|
7876
|
+
name: "whitelistFairLaunch",
|
|
7979
7877
|
outputs: [
|
|
7980
7878
|
{
|
|
7879
|
+
internalType: "contract WhitelistFairLaunch",
|
|
7981
7880
|
name: "",
|
|
7982
7881
|
type: "address",
|
|
7983
|
-
internalType: "contract WhitelistFairLaunch",
|
|
7984
7882
|
},
|
|
7985
7883
|
],
|
|
7986
7884
|
stateMutability: "view",
|
|
7885
|
+
type: "function",
|
|
7987
7886
|
},
|
|
7988
|
-
{
|
|
7989
|
-
{ type: "error", name: "InsufficientMemecoinsForAirdrop", inputs: [] },
|
|
7887
|
+
{ stateMutability: "payable", type: "receive" },
|
|
7990
7888
|
];
|
|
7991
7889
|
|
|
7992
7890
|
const InitialPriceAbi = [
|