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