@zoralabs/protocol-deployments 0.3.11 → 0.4.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/.turbo/turbo-build.log +17 -17
- package/CHANGELOG.md +7 -0
- package/dist/generated/sparks.d.ts +8 -0
- package/dist/generated/sparks.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +1841 -25
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +1022 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1014 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/sparks.ts +12 -4
- package/src/generated/wagmi.ts +1087 -2
|
@@ -3488,6 +3488,1373 @@ export declare const callerAndCommenterConfig: {
|
|
|
3488
3488
|
readonly name: "UpgradeToMismatchedContractName";
|
|
3489
3489
|
}];
|
|
3490
3490
|
};
|
|
3491
|
+
export declare const cointagABI: readonly [{
|
|
3492
|
+
readonly type: "constructor";
|
|
3493
|
+
readonly inputs: readonly [{
|
|
3494
|
+
readonly name: "protocolRewards_";
|
|
3495
|
+
readonly internalType: "address";
|
|
3496
|
+
readonly type: "address";
|
|
3497
|
+
}, {
|
|
3498
|
+
readonly name: "weth_";
|
|
3499
|
+
readonly internalType: "address";
|
|
3500
|
+
readonly type: "address";
|
|
3501
|
+
}, {
|
|
3502
|
+
readonly name: "upgradeGate_";
|
|
3503
|
+
readonly internalType: "address";
|
|
3504
|
+
readonly type: "address";
|
|
3505
|
+
}];
|
|
3506
|
+
readonly stateMutability: "nonpayable";
|
|
3507
|
+
}, {
|
|
3508
|
+
readonly type: "receive";
|
|
3509
|
+
readonly stateMutability: "payable";
|
|
3510
|
+
}, {
|
|
3511
|
+
readonly type: "function";
|
|
3512
|
+
readonly inputs: readonly [];
|
|
3513
|
+
readonly name: "PERCENTAGE_BASIS";
|
|
3514
|
+
readonly outputs: readonly [{
|
|
3515
|
+
readonly name: "";
|
|
3516
|
+
readonly internalType: "uint256";
|
|
3517
|
+
readonly type: "uint256";
|
|
3518
|
+
}];
|
|
3519
|
+
readonly stateMutability: "view";
|
|
3520
|
+
}, {
|
|
3521
|
+
readonly type: "function";
|
|
3522
|
+
readonly inputs: readonly [];
|
|
3523
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
3524
|
+
readonly outputs: readonly [{
|
|
3525
|
+
readonly name: "";
|
|
3526
|
+
readonly internalType: "string";
|
|
3527
|
+
readonly type: "string";
|
|
3528
|
+
}];
|
|
3529
|
+
readonly stateMutability: "view";
|
|
3530
|
+
}, {
|
|
3531
|
+
readonly type: "function";
|
|
3532
|
+
readonly inputs: readonly [];
|
|
3533
|
+
readonly name: "acceptOwnership";
|
|
3534
|
+
readonly outputs: readonly [];
|
|
3535
|
+
readonly stateMutability: "nonpayable";
|
|
3536
|
+
}, {
|
|
3537
|
+
readonly type: "function";
|
|
3538
|
+
readonly inputs: readonly [];
|
|
3539
|
+
readonly name: "config";
|
|
3540
|
+
readonly outputs: readonly [{
|
|
3541
|
+
readonly name: "cointagStorage";
|
|
3542
|
+
readonly internalType: "struct ICointag.CointagStorageV1";
|
|
3543
|
+
readonly type: "tuple";
|
|
3544
|
+
readonly components: readonly [{
|
|
3545
|
+
readonly name: "creatorRewardRecipient";
|
|
3546
|
+
readonly internalType: "address";
|
|
3547
|
+
readonly type: "address";
|
|
3548
|
+
}, {
|
|
3549
|
+
readonly name: "erc20";
|
|
3550
|
+
readonly internalType: "contract IERC20";
|
|
3551
|
+
readonly type: "address";
|
|
3552
|
+
}, {
|
|
3553
|
+
readonly name: "pool";
|
|
3554
|
+
readonly internalType: "contract IUniswapV3Pool";
|
|
3555
|
+
readonly type: "address";
|
|
3556
|
+
}, {
|
|
3557
|
+
readonly name: "percentageToBuyBurn";
|
|
3558
|
+
readonly internalType: "uint256";
|
|
3559
|
+
readonly type: "uint256";
|
|
3560
|
+
}];
|
|
3561
|
+
}];
|
|
3562
|
+
readonly stateMutability: "pure";
|
|
3563
|
+
}, {
|
|
3564
|
+
readonly type: "function";
|
|
3565
|
+
readonly inputs: readonly [];
|
|
3566
|
+
readonly name: "contractName";
|
|
3567
|
+
readonly outputs: readonly [{
|
|
3568
|
+
readonly name: "";
|
|
3569
|
+
readonly internalType: "string";
|
|
3570
|
+
readonly type: "string";
|
|
3571
|
+
}];
|
|
3572
|
+
readonly stateMutability: "pure";
|
|
3573
|
+
}, {
|
|
3574
|
+
readonly type: "function";
|
|
3575
|
+
readonly inputs: readonly [];
|
|
3576
|
+
readonly name: "contractVersion";
|
|
3577
|
+
readonly outputs: readonly [{
|
|
3578
|
+
readonly name: "";
|
|
3579
|
+
readonly internalType: "string";
|
|
3580
|
+
readonly type: "string";
|
|
3581
|
+
}];
|
|
3582
|
+
readonly stateMutability: "pure";
|
|
3583
|
+
}, {
|
|
3584
|
+
readonly type: "function";
|
|
3585
|
+
readonly inputs: readonly [];
|
|
3586
|
+
readonly name: "distribute";
|
|
3587
|
+
readonly outputs: readonly [];
|
|
3588
|
+
readonly stateMutability: "nonpayable";
|
|
3589
|
+
}, {
|
|
3590
|
+
readonly type: "function";
|
|
3591
|
+
readonly inputs: readonly [];
|
|
3592
|
+
readonly name: "erc20";
|
|
3593
|
+
readonly outputs: readonly [{
|
|
3594
|
+
readonly name: "";
|
|
3595
|
+
readonly internalType: "contract IERC20";
|
|
3596
|
+
readonly type: "address";
|
|
3597
|
+
}];
|
|
3598
|
+
readonly stateMutability: "view";
|
|
3599
|
+
}, {
|
|
3600
|
+
readonly type: "function";
|
|
3601
|
+
readonly inputs: readonly [];
|
|
3602
|
+
readonly name: "implementation";
|
|
3603
|
+
readonly outputs: readonly [{
|
|
3604
|
+
readonly name: "";
|
|
3605
|
+
readonly internalType: "address";
|
|
3606
|
+
readonly type: "address";
|
|
3607
|
+
}];
|
|
3608
|
+
readonly stateMutability: "view";
|
|
3609
|
+
}, {
|
|
3610
|
+
readonly type: "function";
|
|
3611
|
+
readonly inputs: readonly [{
|
|
3612
|
+
readonly name: "creatorRewardRecipient";
|
|
3613
|
+
readonly internalType: "address";
|
|
3614
|
+
readonly type: "address";
|
|
3615
|
+
}, {
|
|
3616
|
+
readonly name: "pool_";
|
|
3617
|
+
readonly internalType: "address";
|
|
3618
|
+
readonly type: "address";
|
|
3619
|
+
}, {
|
|
3620
|
+
readonly name: "percentageToBuyBurn";
|
|
3621
|
+
readonly internalType: "uint256";
|
|
3622
|
+
readonly type: "uint256";
|
|
3623
|
+
}];
|
|
3624
|
+
readonly name: "initialize";
|
|
3625
|
+
readonly outputs: readonly [];
|
|
3626
|
+
readonly stateMutability: "nonpayable";
|
|
3627
|
+
}, {
|
|
3628
|
+
readonly type: "function";
|
|
3629
|
+
readonly inputs: readonly [];
|
|
3630
|
+
readonly name: "owner";
|
|
3631
|
+
readonly outputs: readonly [{
|
|
3632
|
+
readonly name: "";
|
|
3633
|
+
readonly internalType: "address";
|
|
3634
|
+
readonly type: "address";
|
|
3635
|
+
}];
|
|
3636
|
+
readonly stateMutability: "view";
|
|
3637
|
+
}, {
|
|
3638
|
+
readonly type: "function";
|
|
3639
|
+
readonly inputs: readonly [];
|
|
3640
|
+
readonly name: "pendingOwner";
|
|
3641
|
+
readonly outputs: readonly [{
|
|
3642
|
+
readonly name: "";
|
|
3643
|
+
readonly internalType: "address";
|
|
3644
|
+
readonly type: "address";
|
|
3645
|
+
}];
|
|
3646
|
+
readonly stateMutability: "view";
|
|
3647
|
+
}, {
|
|
3648
|
+
readonly type: "function";
|
|
3649
|
+
readonly inputs: readonly [];
|
|
3650
|
+
readonly name: "pool";
|
|
3651
|
+
readonly outputs: readonly [{
|
|
3652
|
+
readonly name: "";
|
|
3653
|
+
readonly internalType: "contract IUniswapV3Pool";
|
|
3654
|
+
readonly type: "address";
|
|
3655
|
+
}];
|
|
3656
|
+
readonly stateMutability: "view";
|
|
3657
|
+
}, {
|
|
3658
|
+
readonly type: "function";
|
|
3659
|
+
readonly inputs: readonly [];
|
|
3660
|
+
readonly name: "protocolRewards";
|
|
3661
|
+
readonly outputs: readonly [{
|
|
3662
|
+
readonly name: "";
|
|
3663
|
+
readonly internalType: "contract IProtocolRewards";
|
|
3664
|
+
readonly type: "address";
|
|
3665
|
+
}];
|
|
3666
|
+
readonly stateMutability: "view";
|
|
3667
|
+
}, {
|
|
3668
|
+
readonly type: "function";
|
|
3669
|
+
readonly inputs: readonly [];
|
|
3670
|
+
readonly name: "proxiableUUID";
|
|
3671
|
+
readonly outputs: readonly [{
|
|
3672
|
+
readonly name: "";
|
|
3673
|
+
readonly internalType: "bytes32";
|
|
3674
|
+
readonly type: "bytes32";
|
|
3675
|
+
}];
|
|
3676
|
+
readonly stateMutability: "view";
|
|
3677
|
+
}, {
|
|
3678
|
+
readonly type: "function";
|
|
3679
|
+
readonly inputs: readonly [];
|
|
3680
|
+
readonly name: "pull";
|
|
3681
|
+
readonly outputs: readonly [];
|
|
3682
|
+
readonly stateMutability: "nonpayable";
|
|
3683
|
+
}, {
|
|
3684
|
+
readonly type: "function";
|
|
3685
|
+
readonly inputs: readonly [];
|
|
3686
|
+
readonly name: "renounceOwnership";
|
|
3687
|
+
readonly outputs: readonly [];
|
|
3688
|
+
readonly stateMutability: "nonpayable";
|
|
3689
|
+
}, {
|
|
3690
|
+
readonly type: "function";
|
|
3691
|
+
readonly inputs: readonly [{
|
|
3692
|
+
readonly name: "newOwner";
|
|
3693
|
+
readonly internalType: "address";
|
|
3694
|
+
readonly type: "address";
|
|
3695
|
+
}];
|
|
3696
|
+
readonly name: "transferOwnership";
|
|
3697
|
+
readonly outputs: readonly [];
|
|
3698
|
+
readonly stateMutability: "nonpayable";
|
|
3699
|
+
}, {
|
|
3700
|
+
readonly type: "function";
|
|
3701
|
+
readonly inputs: readonly [{
|
|
3702
|
+
readonly name: "amount0Delta";
|
|
3703
|
+
readonly internalType: "int256";
|
|
3704
|
+
readonly type: "int256";
|
|
3705
|
+
}, {
|
|
3706
|
+
readonly name: "amount1Delta";
|
|
3707
|
+
readonly internalType: "int256";
|
|
3708
|
+
readonly type: "int256";
|
|
3709
|
+
}, {
|
|
3710
|
+
readonly name: "";
|
|
3711
|
+
readonly internalType: "bytes";
|
|
3712
|
+
readonly type: "bytes";
|
|
3713
|
+
}];
|
|
3714
|
+
readonly name: "uniswapV3SwapCallback";
|
|
3715
|
+
readonly outputs: readonly [];
|
|
3716
|
+
readonly stateMutability: "nonpayable";
|
|
3717
|
+
}, {
|
|
3718
|
+
readonly type: "function";
|
|
3719
|
+
readonly inputs: readonly [];
|
|
3720
|
+
readonly name: "upgradeGate";
|
|
3721
|
+
readonly outputs: readonly [{
|
|
3722
|
+
readonly name: "";
|
|
3723
|
+
readonly internalType: "contract IUpgradeGate";
|
|
3724
|
+
readonly type: "address";
|
|
3725
|
+
}];
|
|
3726
|
+
readonly stateMutability: "view";
|
|
3727
|
+
}, {
|
|
3728
|
+
readonly type: "function";
|
|
3729
|
+
readonly inputs: readonly [{
|
|
3730
|
+
readonly name: "newImplementation";
|
|
3731
|
+
readonly internalType: "address";
|
|
3732
|
+
readonly type: "address";
|
|
3733
|
+
}, {
|
|
3734
|
+
readonly name: "data";
|
|
3735
|
+
readonly internalType: "bytes";
|
|
3736
|
+
readonly type: "bytes";
|
|
3737
|
+
}];
|
|
3738
|
+
readonly name: "upgradeToAndCall";
|
|
3739
|
+
readonly outputs: readonly [];
|
|
3740
|
+
readonly stateMutability: "payable";
|
|
3741
|
+
}, {
|
|
3742
|
+
readonly type: "function";
|
|
3743
|
+
readonly inputs: readonly [];
|
|
3744
|
+
readonly name: "weth";
|
|
3745
|
+
readonly outputs: readonly [{
|
|
3746
|
+
readonly name: "";
|
|
3747
|
+
readonly internalType: "contract IWETH";
|
|
3748
|
+
readonly type: "address";
|
|
3749
|
+
}];
|
|
3750
|
+
readonly stateMutability: "view";
|
|
3751
|
+
}, {
|
|
3752
|
+
readonly type: "event";
|
|
3753
|
+
readonly anonymous: false;
|
|
3754
|
+
readonly inputs: readonly [{
|
|
3755
|
+
readonly name: "amountERC20Received";
|
|
3756
|
+
readonly internalType: "uint256";
|
|
3757
|
+
readonly type: "uint256";
|
|
3758
|
+
readonly indexed: false;
|
|
3759
|
+
}, {
|
|
3760
|
+
readonly name: "amountERC20Burned";
|
|
3761
|
+
readonly internalType: "uint256";
|
|
3762
|
+
readonly type: "uint256";
|
|
3763
|
+
readonly indexed: false;
|
|
3764
|
+
}, {
|
|
3765
|
+
readonly name: "amountETHSpent";
|
|
3766
|
+
readonly internalType: "uint256";
|
|
3767
|
+
readonly type: "uint256";
|
|
3768
|
+
readonly indexed: false;
|
|
3769
|
+
}, {
|
|
3770
|
+
readonly name: "amountETHToCreator";
|
|
3771
|
+
readonly internalType: "uint256";
|
|
3772
|
+
readonly type: "uint256";
|
|
3773
|
+
readonly indexed: false;
|
|
3774
|
+
}, {
|
|
3775
|
+
readonly name: "totalETHReceived";
|
|
3776
|
+
readonly internalType: "uint256";
|
|
3777
|
+
readonly type: "uint256";
|
|
3778
|
+
readonly indexed: false;
|
|
3779
|
+
}, {
|
|
3780
|
+
readonly name: "buyFailureError";
|
|
3781
|
+
readonly internalType: "bytes";
|
|
3782
|
+
readonly type: "bytes";
|
|
3783
|
+
readonly indexed: false;
|
|
3784
|
+
}, {
|
|
3785
|
+
readonly name: "burnFailureError";
|
|
3786
|
+
readonly internalType: "bytes";
|
|
3787
|
+
readonly type: "bytes";
|
|
3788
|
+
readonly indexed: false;
|
|
3789
|
+
}];
|
|
3790
|
+
readonly name: "BuyBurn";
|
|
3791
|
+
}, {
|
|
3792
|
+
readonly type: "event";
|
|
3793
|
+
readonly anonymous: false;
|
|
3794
|
+
readonly inputs: readonly [{
|
|
3795
|
+
readonly name: "amount";
|
|
3796
|
+
readonly internalType: "uint256";
|
|
3797
|
+
readonly type: "uint256";
|
|
3798
|
+
readonly indexed: true;
|
|
3799
|
+
}, {
|
|
3800
|
+
readonly name: "sender";
|
|
3801
|
+
readonly internalType: "address";
|
|
3802
|
+
readonly type: "address";
|
|
3803
|
+
readonly indexed: true;
|
|
3804
|
+
}];
|
|
3805
|
+
readonly name: "EthReceived";
|
|
3806
|
+
}, {
|
|
3807
|
+
readonly type: "event";
|
|
3808
|
+
readonly anonymous: false;
|
|
3809
|
+
readonly inputs: readonly [{
|
|
3810
|
+
readonly name: "version";
|
|
3811
|
+
readonly internalType: "uint64";
|
|
3812
|
+
readonly type: "uint64";
|
|
3813
|
+
readonly indexed: false;
|
|
3814
|
+
}];
|
|
3815
|
+
readonly name: "Initialized";
|
|
3816
|
+
}, {
|
|
3817
|
+
readonly type: "event";
|
|
3818
|
+
readonly anonymous: false;
|
|
3819
|
+
readonly inputs: readonly [{
|
|
3820
|
+
readonly name: "creatorRewardRecipient";
|
|
3821
|
+
readonly internalType: "address";
|
|
3822
|
+
readonly type: "address";
|
|
3823
|
+
readonly indexed: false;
|
|
3824
|
+
}, {
|
|
3825
|
+
readonly name: "erc20";
|
|
3826
|
+
readonly internalType: "address";
|
|
3827
|
+
readonly type: "address";
|
|
3828
|
+
readonly indexed: false;
|
|
3829
|
+
}, {
|
|
3830
|
+
readonly name: "pool";
|
|
3831
|
+
readonly internalType: "address";
|
|
3832
|
+
readonly type: "address";
|
|
3833
|
+
readonly indexed: false;
|
|
3834
|
+
}, {
|
|
3835
|
+
readonly name: "percentageToBuyBurn";
|
|
3836
|
+
readonly internalType: "uint256";
|
|
3837
|
+
readonly type: "uint256";
|
|
3838
|
+
readonly indexed: false;
|
|
3839
|
+
}];
|
|
3840
|
+
readonly name: "Initialized";
|
|
3841
|
+
}, {
|
|
3842
|
+
readonly type: "event";
|
|
3843
|
+
readonly anonymous: false;
|
|
3844
|
+
readonly inputs: readonly [{
|
|
3845
|
+
readonly name: "previousOwner";
|
|
3846
|
+
readonly internalType: "address";
|
|
3847
|
+
readonly type: "address";
|
|
3848
|
+
readonly indexed: true;
|
|
3849
|
+
}, {
|
|
3850
|
+
readonly name: "newOwner";
|
|
3851
|
+
readonly internalType: "address";
|
|
3852
|
+
readonly type: "address";
|
|
3853
|
+
readonly indexed: true;
|
|
3854
|
+
}];
|
|
3855
|
+
readonly name: "OwnershipTransferStarted";
|
|
3856
|
+
}, {
|
|
3857
|
+
readonly type: "event";
|
|
3858
|
+
readonly anonymous: false;
|
|
3859
|
+
readonly inputs: readonly [{
|
|
3860
|
+
readonly name: "previousOwner";
|
|
3861
|
+
readonly internalType: "address";
|
|
3862
|
+
readonly type: "address";
|
|
3863
|
+
readonly indexed: true;
|
|
3864
|
+
}, {
|
|
3865
|
+
readonly name: "newOwner";
|
|
3866
|
+
readonly internalType: "address";
|
|
3867
|
+
readonly type: "address";
|
|
3868
|
+
readonly indexed: true;
|
|
3869
|
+
}];
|
|
3870
|
+
readonly name: "OwnershipTransferred";
|
|
3871
|
+
}, {
|
|
3872
|
+
readonly type: "event";
|
|
3873
|
+
readonly anonymous: false;
|
|
3874
|
+
readonly inputs: readonly [{
|
|
3875
|
+
readonly name: "implementation";
|
|
3876
|
+
readonly internalType: "address";
|
|
3877
|
+
readonly type: "address";
|
|
3878
|
+
readonly indexed: true;
|
|
3879
|
+
}];
|
|
3880
|
+
readonly name: "Upgraded";
|
|
3881
|
+
}, {
|
|
3882
|
+
readonly type: "error";
|
|
3883
|
+
readonly inputs: readonly [{
|
|
3884
|
+
readonly name: "target";
|
|
3885
|
+
readonly internalType: "address";
|
|
3886
|
+
readonly type: "address";
|
|
3887
|
+
}];
|
|
3888
|
+
readonly name: "AddressEmptyCode";
|
|
3889
|
+
}, {
|
|
3890
|
+
readonly type: "error";
|
|
3891
|
+
readonly inputs: readonly [{
|
|
3892
|
+
readonly name: "account";
|
|
3893
|
+
readonly internalType: "address";
|
|
3894
|
+
readonly type: "address";
|
|
3895
|
+
}];
|
|
3896
|
+
readonly name: "AddressInsufficientBalance";
|
|
3897
|
+
}, {
|
|
3898
|
+
readonly type: "error";
|
|
3899
|
+
readonly inputs: readonly [];
|
|
3900
|
+
readonly name: "AddressZero";
|
|
3901
|
+
}, {
|
|
3902
|
+
readonly type: "error";
|
|
3903
|
+
readonly inputs: readonly [{
|
|
3904
|
+
readonly name: "implementation";
|
|
3905
|
+
readonly internalType: "address";
|
|
3906
|
+
readonly type: "address";
|
|
3907
|
+
}];
|
|
3908
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
3909
|
+
}, {
|
|
3910
|
+
readonly type: "error";
|
|
3911
|
+
readonly inputs: readonly [];
|
|
3912
|
+
readonly name: "ERC1967NonPayable";
|
|
3913
|
+
}, {
|
|
3914
|
+
readonly type: "error";
|
|
3915
|
+
readonly inputs: readonly [];
|
|
3916
|
+
readonly name: "FailedInnerCall";
|
|
3917
|
+
}, {
|
|
3918
|
+
readonly type: "error";
|
|
3919
|
+
readonly inputs: readonly [];
|
|
3920
|
+
readonly name: "InvalidInitialization";
|
|
3921
|
+
}, {
|
|
3922
|
+
readonly type: "error";
|
|
3923
|
+
readonly inputs: readonly [{
|
|
3924
|
+
readonly name: "oldImpl";
|
|
3925
|
+
readonly internalType: "address";
|
|
3926
|
+
readonly type: "address";
|
|
3927
|
+
}, {
|
|
3928
|
+
readonly name: "newImpl";
|
|
3929
|
+
readonly internalType: "address";
|
|
3930
|
+
readonly type: "address";
|
|
3931
|
+
}];
|
|
3932
|
+
readonly name: "InvalidUpgradePath";
|
|
3933
|
+
}, {
|
|
3934
|
+
readonly type: "error";
|
|
3935
|
+
readonly inputs: readonly [];
|
|
3936
|
+
readonly name: "NotInitializing";
|
|
3937
|
+
}, {
|
|
3938
|
+
readonly type: "error";
|
|
3939
|
+
readonly inputs: readonly [];
|
|
3940
|
+
readonly name: "OnlyPool";
|
|
3941
|
+
}, {
|
|
3942
|
+
readonly type: "error";
|
|
3943
|
+
readonly inputs: readonly [];
|
|
3944
|
+
readonly name: "OnlyProtocolRewardsOrWeth";
|
|
3945
|
+
}, {
|
|
3946
|
+
readonly type: "error";
|
|
3947
|
+
readonly inputs: readonly [{
|
|
3948
|
+
readonly name: "owner";
|
|
3949
|
+
readonly internalType: "address";
|
|
3950
|
+
readonly type: "address";
|
|
3951
|
+
}];
|
|
3952
|
+
readonly name: "OwnableInvalidOwner";
|
|
3953
|
+
}, {
|
|
3954
|
+
readonly type: "error";
|
|
3955
|
+
readonly inputs: readonly [{
|
|
3956
|
+
readonly name: "account";
|
|
3957
|
+
readonly internalType: "address";
|
|
3958
|
+
readonly type: "address";
|
|
3959
|
+
}];
|
|
3960
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
3961
|
+
}, {
|
|
3962
|
+
readonly type: "error";
|
|
3963
|
+
readonly inputs: readonly [];
|
|
3964
|
+
readonly name: "PoolNeedsOneTokenToBeWETH";
|
|
3965
|
+
}, {
|
|
3966
|
+
readonly type: "error";
|
|
3967
|
+
readonly inputs: readonly [{
|
|
3968
|
+
readonly name: "token";
|
|
3969
|
+
readonly internalType: "address";
|
|
3970
|
+
readonly type: "address";
|
|
3971
|
+
}];
|
|
3972
|
+
readonly name: "SafeERC20FailedOperation";
|
|
3973
|
+
}, {
|
|
3974
|
+
readonly type: "error";
|
|
3975
|
+
readonly inputs: readonly [];
|
|
3976
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
3977
|
+
}, {
|
|
3978
|
+
readonly type: "error";
|
|
3979
|
+
readonly inputs: readonly [{
|
|
3980
|
+
readonly name: "slot";
|
|
3981
|
+
readonly internalType: "bytes32";
|
|
3982
|
+
readonly type: "bytes32";
|
|
3983
|
+
}];
|
|
3984
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
3985
|
+
}, {
|
|
3986
|
+
readonly type: "error";
|
|
3987
|
+
readonly inputs: readonly [];
|
|
3988
|
+
readonly name: "UnknownBurnError";
|
|
3989
|
+
}, {
|
|
3990
|
+
readonly type: "error";
|
|
3991
|
+
readonly inputs: readonly [];
|
|
3992
|
+
readonly name: "UnknownSwapError";
|
|
3993
|
+
}, {
|
|
3994
|
+
readonly type: "error";
|
|
3995
|
+
readonly inputs: readonly [{
|
|
3996
|
+
readonly name: "current";
|
|
3997
|
+
readonly internalType: "string";
|
|
3998
|
+
readonly type: "string";
|
|
3999
|
+
}, {
|
|
4000
|
+
readonly name: "newName";
|
|
4001
|
+
readonly internalType: "string";
|
|
4002
|
+
readonly type: "string";
|
|
4003
|
+
}];
|
|
4004
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4005
|
+
}];
|
|
4006
|
+
/**
|
|
4007
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4008
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4009
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4010
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
|
|
4011
|
+
*/
|
|
4012
|
+
export declare const cointagFactoryABI: readonly [{
|
|
4013
|
+
readonly type: "constructor";
|
|
4014
|
+
readonly inputs: readonly [{
|
|
4015
|
+
readonly name: "_cointagImplementation";
|
|
4016
|
+
readonly internalType: "address";
|
|
4017
|
+
readonly type: "address";
|
|
4018
|
+
}];
|
|
4019
|
+
readonly stateMutability: "nonpayable";
|
|
4020
|
+
}, {
|
|
4021
|
+
readonly type: "function";
|
|
4022
|
+
readonly inputs: readonly [];
|
|
4023
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4024
|
+
readonly outputs: readonly [{
|
|
4025
|
+
readonly name: "";
|
|
4026
|
+
readonly internalType: "string";
|
|
4027
|
+
readonly type: "string";
|
|
4028
|
+
}];
|
|
4029
|
+
readonly stateMutability: "view";
|
|
4030
|
+
}, {
|
|
4031
|
+
readonly type: "function";
|
|
4032
|
+
readonly inputs: readonly [];
|
|
4033
|
+
readonly name: "acceptOwnership";
|
|
4034
|
+
readonly outputs: readonly [];
|
|
4035
|
+
readonly stateMutability: "nonpayable";
|
|
4036
|
+
}, {
|
|
4037
|
+
readonly type: "function";
|
|
4038
|
+
readonly inputs: readonly [];
|
|
4039
|
+
readonly name: "cointagImplementation";
|
|
4040
|
+
readonly outputs: readonly [{
|
|
4041
|
+
readonly name: "";
|
|
4042
|
+
readonly internalType: "address";
|
|
4043
|
+
readonly type: "address";
|
|
4044
|
+
}];
|
|
4045
|
+
readonly stateMutability: "view";
|
|
4046
|
+
}, {
|
|
4047
|
+
readonly type: "function";
|
|
4048
|
+
readonly inputs: readonly [];
|
|
4049
|
+
readonly name: "contractName";
|
|
4050
|
+
readonly outputs: readonly [{
|
|
4051
|
+
readonly name: "";
|
|
4052
|
+
readonly internalType: "string";
|
|
4053
|
+
readonly type: "string";
|
|
4054
|
+
}];
|
|
4055
|
+
readonly stateMutability: "pure";
|
|
4056
|
+
}, {
|
|
4057
|
+
readonly type: "function";
|
|
4058
|
+
readonly inputs: readonly [];
|
|
4059
|
+
readonly name: "contractURI";
|
|
4060
|
+
readonly outputs: readonly [{
|
|
4061
|
+
readonly name: "";
|
|
4062
|
+
readonly internalType: "string";
|
|
4063
|
+
readonly type: "string";
|
|
4064
|
+
}];
|
|
4065
|
+
readonly stateMutability: "pure";
|
|
4066
|
+
}, {
|
|
4067
|
+
readonly type: "function";
|
|
4068
|
+
readonly inputs: readonly [];
|
|
4069
|
+
readonly name: "contractVersion";
|
|
4070
|
+
readonly outputs: readonly [{
|
|
4071
|
+
readonly name: "";
|
|
4072
|
+
readonly internalType: "string";
|
|
4073
|
+
readonly type: "string";
|
|
4074
|
+
}];
|
|
4075
|
+
readonly stateMutability: "pure";
|
|
4076
|
+
}, {
|
|
4077
|
+
readonly type: "function";
|
|
4078
|
+
readonly inputs: readonly [{
|
|
4079
|
+
readonly name: "_creatorRewardRecipient";
|
|
4080
|
+
readonly internalType: "address";
|
|
4081
|
+
readonly type: "address";
|
|
4082
|
+
}, {
|
|
4083
|
+
readonly name: "_pool";
|
|
4084
|
+
readonly internalType: "address";
|
|
4085
|
+
readonly type: "address";
|
|
4086
|
+
}, {
|
|
4087
|
+
readonly name: "_percentageToBuyBurn";
|
|
4088
|
+
readonly internalType: "uint256";
|
|
4089
|
+
readonly type: "uint256";
|
|
4090
|
+
}, {
|
|
4091
|
+
readonly name: "saltSource";
|
|
4092
|
+
readonly internalType: "bytes";
|
|
4093
|
+
readonly type: "bytes";
|
|
4094
|
+
}];
|
|
4095
|
+
readonly name: "getCointagAddress";
|
|
4096
|
+
readonly outputs: readonly [{
|
|
4097
|
+
readonly name: "";
|
|
4098
|
+
readonly internalType: "address";
|
|
4099
|
+
readonly type: "address";
|
|
4100
|
+
}];
|
|
4101
|
+
readonly stateMutability: "view";
|
|
4102
|
+
}, {
|
|
4103
|
+
readonly type: "function";
|
|
4104
|
+
readonly inputs: readonly [{
|
|
4105
|
+
readonly name: "_creatorRewardRecipient";
|
|
4106
|
+
readonly internalType: "address";
|
|
4107
|
+
readonly type: "address";
|
|
4108
|
+
}, {
|
|
4109
|
+
readonly name: "_pool";
|
|
4110
|
+
readonly internalType: "address";
|
|
4111
|
+
readonly type: "address";
|
|
4112
|
+
}, {
|
|
4113
|
+
readonly name: "_percentageToBuyBurn";
|
|
4114
|
+
readonly internalType: "uint256";
|
|
4115
|
+
readonly type: "uint256";
|
|
4116
|
+
}, {
|
|
4117
|
+
readonly name: "saltSource";
|
|
4118
|
+
readonly internalType: "bytes";
|
|
4119
|
+
readonly type: "bytes";
|
|
4120
|
+
}];
|
|
4121
|
+
readonly name: "getOrCreateCointag";
|
|
4122
|
+
readonly outputs: readonly [{
|
|
4123
|
+
readonly name: "";
|
|
4124
|
+
readonly internalType: "contract ICointag";
|
|
4125
|
+
readonly type: "address";
|
|
4126
|
+
}];
|
|
4127
|
+
readonly stateMutability: "nonpayable";
|
|
4128
|
+
}, {
|
|
4129
|
+
readonly type: "function";
|
|
4130
|
+
readonly inputs: readonly [{
|
|
4131
|
+
readonly name: "_creatorRewardRecipient";
|
|
4132
|
+
readonly internalType: "address";
|
|
4133
|
+
readonly type: "address";
|
|
4134
|
+
}, {
|
|
4135
|
+
readonly name: "_pool";
|
|
4136
|
+
readonly internalType: "address";
|
|
4137
|
+
readonly type: "address";
|
|
4138
|
+
}, {
|
|
4139
|
+
readonly name: "_percentageToBuyBurn";
|
|
4140
|
+
readonly internalType: "uint256";
|
|
4141
|
+
readonly type: "uint256";
|
|
4142
|
+
}, {
|
|
4143
|
+
readonly name: "saltSource";
|
|
4144
|
+
readonly internalType: "bytes";
|
|
4145
|
+
readonly type: "bytes";
|
|
4146
|
+
}, {
|
|
4147
|
+
readonly name: "expectedAddress";
|
|
4148
|
+
readonly internalType: "address";
|
|
4149
|
+
readonly type: "address";
|
|
4150
|
+
}];
|
|
4151
|
+
readonly name: "getOrCreateCointagAtExpectedAddress";
|
|
4152
|
+
readonly outputs: readonly [{
|
|
4153
|
+
readonly name: "";
|
|
4154
|
+
readonly internalType: "contract ICointag";
|
|
4155
|
+
readonly type: "address";
|
|
4156
|
+
}];
|
|
4157
|
+
readonly stateMutability: "nonpayable";
|
|
4158
|
+
}, {
|
|
4159
|
+
readonly type: "function";
|
|
4160
|
+
readonly inputs: readonly [];
|
|
4161
|
+
readonly name: "implementation";
|
|
4162
|
+
readonly outputs: readonly [{
|
|
4163
|
+
readonly name: "";
|
|
4164
|
+
readonly internalType: "address";
|
|
4165
|
+
readonly type: "address";
|
|
4166
|
+
}];
|
|
4167
|
+
readonly stateMutability: "view";
|
|
4168
|
+
}, {
|
|
4169
|
+
readonly type: "function";
|
|
4170
|
+
readonly inputs: readonly [{
|
|
4171
|
+
readonly name: "_defaultOwner";
|
|
4172
|
+
readonly internalType: "address";
|
|
4173
|
+
readonly type: "address";
|
|
4174
|
+
}];
|
|
4175
|
+
readonly name: "initialize";
|
|
4176
|
+
readonly outputs: readonly [];
|
|
4177
|
+
readonly stateMutability: "nonpayable";
|
|
4178
|
+
}, {
|
|
4179
|
+
readonly type: "function";
|
|
4180
|
+
readonly inputs: readonly [];
|
|
4181
|
+
readonly name: "owner";
|
|
4182
|
+
readonly outputs: readonly [{
|
|
4183
|
+
readonly name: "";
|
|
4184
|
+
readonly internalType: "address";
|
|
4185
|
+
readonly type: "address";
|
|
4186
|
+
}];
|
|
4187
|
+
readonly stateMutability: "view";
|
|
4188
|
+
}, {
|
|
4189
|
+
readonly type: "function";
|
|
4190
|
+
readonly inputs: readonly [];
|
|
4191
|
+
readonly name: "pendingOwner";
|
|
4192
|
+
readonly outputs: readonly [{
|
|
4193
|
+
readonly name: "";
|
|
4194
|
+
readonly internalType: "address";
|
|
4195
|
+
readonly type: "address";
|
|
4196
|
+
}];
|
|
4197
|
+
readonly stateMutability: "view";
|
|
4198
|
+
}, {
|
|
4199
|
+
readonly type: "function";
|
|
4200
|
+
readonly inputs: readonly [];
|
|
4201
|
+
readonly name: "proxiableUUID";
|
|
4202
|
+
readonly outputs: readonly [{
|
|
4203
|
+
readonly name: "";
|
|
4204
|
+
readonly internalType: "bytes32";
|
|
4205
|
+
readonly type: "bytes32";
|
|
4206
|
+
}];
|
|
4207
|
+
readonly stateMutability: "view";
|
|
4208
|
+
}, {
|
|
4209
|
+
readonly type: "function";
|
|
4210
|
+
readonly inputs: readonly [];
|
|
4211
|
+
readonly name: "renounceOwnership";
|
|
4212
|
+
readonly outputs: readonly [];
|
|
4213
|
+
readonly stateMutability: "nonpayable";
|
|
4214
|
+
}, {
|
|
4215
|
+
readonly type: "function";
|
|
4216
|
+
readonly inputs: readonly [{
|
|
4217
|
+
readonly name: "newOwner";
|
|
4218
|
+
readonly internalType: "address";
|
|
4219
|
+
readonly type: "address";
|
|
4220
|
+
}];
|
|
4221
|
+
readonly name: "transferOwnership";
|
|
4222
|
+
readonly outputs: readonly [];
|
|
4223
|
+
readonly stateMutability: "nonpayable";
|
|
4224
|
+
}, {
|
|
4225
|
+
readonly type: "function";
|
|
4226
|
+
readonly inputs: readonly [];
|
|
4227
|
+
readonly name: "upgradeGate";
|
|
4228
|
+
readonly outputs: readonly [{
|
|
4229
|
+
readonly name: "";
|
|
4230
|
+
readonly internalType: "contract IUpgradeGate";
|
|
4231
|
+
readonly type: "address";
|
|
4232
|
+
}];
|
|
4233
|
+
readonly stateMutability: "view";
|
|
4234
|
+
}, {
|
|
4235
|
+
readonly type: "function";
|
|
4236
|
+
readonly inputs: readonly [{
|
|
4237
|
+
readonly name: "newImplementation";
|
|
4238
|
+
readonly internalType: "address";
|
|
4239
|
+
readonly type: "address";
|
|
4240
|
+
}, {
|
|
4241
|
+
readonly name: "data";
|
|
4242
|
+
readonly internalType: "bytes";
|
|
4243
|
+
readonly type: "bytes";
|
|
4244
|
+
}];
|
|
4245
|
+
readonly name: "upgradeToAndCall";
|
|
4246
|
+
readonly outputs: readonly [];
|
|
4247
|
+
readonly stateMutability: "payable";
|
|
4248
|
+
}, {
|
|
4249
|
+
readonly type: "event";
|
|
4250
|
+
readonly anonymous: false;
|
|
4251
|
+
readonly inputs: readonly [{
|
|
4252
|
+
readonly name: "version";
|
|
4253
|
+
readonly internalType: "uint64";
|
|
4254
|
+
readonly type: "uint64";
|
|
4255
|
+
readonly indexed: false;
|
|
4256
|
+
}];
|
|
4257
|
+
readonly name: "Initialized";
|
|
4258
|
+
}, {
|
|
4259
|
+
readonly type: "event";
|
|
4260
|
+
readonly anonymous: false;
|
|
4261
|
+
readonly inputs: readonly [{
|
|
4262
|
+
readonly name: "previousOwner";
|
|
4263
|
+
readonly internalType: "address";
|
|
4264
|
+
readonly type: "address";
|
|
4265
|
+
readonly indexed: true;
|
|
4266
|
+
}, {
|
|
4267
|
+
readonly name: "newOwner";
|
|
4268
|
+
readonly internalType: "address";
|
|
4269
|
+
readonly type: "address";
|
|
4270
|
+
readonly indexed: true;
|
|
4271
|
+
}];
|
|
4272
|
+
readonly name: "OwnershipTransferStarted";
|
|
4273
|
+
}, {
|
|
4274
|
+
readonly type: "event";
|
|
4275
|
+
readonly anonymous: false;
|
|
4276
|
+
readonly inputs: readonly [{
|
|
4277
|
+
readonly name: "previousOwner";
|
|
4278
|
+
readonly internalType: "address";
|
|
4279
|
+
readonly type: "address";
|
|
4280
|
+
readonly indexed: true;
|
|
4281
|
+
}, {
|
|
4282
|
+
readonly name: "newOwner";
|
|
4283
|
+
readonly internalType: "address";
|
|
4284
|
+
readonly type: "address";
|
|
4285
|
+
readonly indexed: true;
|
|
4286
|
+
}];
|
|
4287
|
+
readonly name: "OwnershipTransferred";
|
|
4288
|
+
}, {
|
|
4289
|
+
readonly type: "event";
|
|
4290
|
+
readonly anonymous: false;
|
|
4291
|
+
readonly inputs: readonly [{
|
|
4292
|
+
readonly name: "cointag";
|
|
4293
|
+
readonly internalType: "address";
|
|
4294
|
+
readonly type: "address";
|
|
4295
|
+
readonly indexed: true;
|
|
4296
|
+
}, {
|
|
4297
|
+
readonly name: "creatorRewardRecipient";
|
|
4298
|
+
readonly internalType: "address";
|
|
4299
|
+
readonly type: "address";
|
|
4300
|
+
readonly indexed: true;
|
|
4301
|
+
}, {
|
|
4302
|
+
readonly name: "erc20";
|
|
4303
|
+
readonly internalType: "address";
|
|
4304
|
+
readonly type: "address";
|
|
4305
|
+
readonly indexed: true;
|
|
4306
|
+
}, {
|
|
4307
|
+
readonly name: "pool";
|
|
4308
|
+
readonly internalType: "address";
|
|
4309
|
+
readonly type: "address";
|
|
4310
|
+
readonly indexed: false;
|
|
4311
|
+
}, {
|
|
4312
|
+
readonly name: "percentageToBuyBurn";
|
|
4313
|
+
readonly internalType: "uint256";
|
|
4314
|
+
readonly type: "uint256";
|
|
4315
|
+
readonly indexed: false;
|
|
4316
|
+
}, {
|
|
4317
|
+
readonly name: "saltSource";
|
|
4318
|
+
readonly internalType: "bytes";
|
|
4319
|
+
readonly type: "bytes";
|
|
4320
|
+
readonly indexed: false;
|
|
4321
|
+
}];
|
|
4322
|
+
readonly name: "SetupNewCointag";
|
|
4323
|
+
}, {
|
|
4324
|
+
readonly type: "event";
|
|
4325
|
+
readonly anonymous: false;
|
|
4326
|
+
readonly inputs: readonly [{
|
|
4327
|
+
readonly name: "implementation";
|
|
4328
|
+
readonly internalType: "address";
|
|
4329
|
+
readonly type: "address";
|
|
4330
|
+
readonly indexed: true;
|
|
4331
|
+
}];
|
|
4332
|
+
readonly name: "Upgraded";
|
|
4333
|
+
}, {
|
|
4334
|
+
readonly type: "error";
|
|
4335
|
+
readonly inputs: readonly [{
|
|
4336
|
+
readonly name: "target";
|
|
4337
|
+
readonly internalType: "address";
|
|
4338
|
+
readonly type: "address";
|
|
4339
|
+
}];
|
|
4340
|
+
readonly name: "AddressEmptyCode";
|
|
4341
|
+
}, {
|
|
4342
|
+
readonly type: "error";
|
|
4343
|
+
readonly inputs: readonly [];
|
|
4344
|
+
readonly name: "AddressZero";
|
|
4345
|
+
}, {
|
|
4346
|
+
readonly type: "error";
|
|
4347
|
+
readonly inputs: readonly [{
|
|
4348
|
+
readonly name: "implementation";
|
|
4349
|
+
readonly internalType: "address";
|
|
4350
|
+
readonly type: "address";
|
|
4351
|
+
}];
|
|
4352
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4353
|
+
}, {
|
|
4354
|
+
readonly type: "error";
|
|
4355
|
+
readonly inputs: readonly [];
|
|
4356
|
+
readonly name: "ERC1967NonPayable";
|
|
4357
|
+
}, {
|
|
4358
|
+
readonly type: "error";
|
|
4359
|
+
readonly inputs: readonly [];
|
|
4360
|
+
readonly name: "FailedInnerCall";
|
|
4361
|
+
}, {
|
|
4362
|
+
readonly type: "error";
|
|
4363
|
+
readonly inputs: readonly [];
|
|
4364
|
+
readonly name: "InvalidInitialization";
|
|
4365
|
+
}, {
|
|
4366
|
+
readonly type: "error";
|
|
4367
|
+
readonly inputs: readonly [];
|
|
4368
|
+
readonly name: "NotInitializing";
|
|
4369
|
+
}, {
|
|
4370
|
+
readonly type: "error";
|
|
4371
|
+
readonly inputs: readonly [{
|
|
4372
|
+
readonly name: "owner";
|
|
4373
|
+
readonly internalType: "address";
|
|
4374
|
+
readonly type: "address";
|
|
4375
|
+
}];
|
|
4376
|
+
readonly name: "OwnableInvalidOwner";
|
|
4377
|
+
}, {
|
|
4378
|
+
readonly type: "error";
|
|
4379
|
+
readonly inputs: readonly [{
|
|
4380
|
+
readonly name: "account";
|
|
4381
|
+
readonly internalType: "address";
|
|
4382
|
+
readonly type: "address";
|
|
4383
|
+
}];
|
|
4384
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4385
|
+
}, {
|
|
4386
|
+
readonly type: "error";
|
|
4387
|
+
readonly inputs: readonly [];
|
|
4388
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4389
|
+
}, {
|
|
4390
|
+
readonly type: "error";
|
|
4391
|
+
readonly inputs: readonly [{
|
|
4392
|
+
readonly name: "slot";
|
|
4393
|
+
readonly internalType: "bytes32";
|
|
4394
|
+
readonly type: "bytes32";
|
|
4395
|
+
}];
|
|
4396
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4397
|
+
}, {
|
|
4398
|
+
readonly type: "error";
|
|
4399
|
+
readonly inputs: readonly [{
|
|
4400
|
+
readonly name: "expected";
|
|
4401
|
+
readonly internalType: "address";
|
|
4402
|
+
readonly type: "address";
|
|
4403
|
+
}, {
|
|
4404
|
+
readonly name: "actual";
|
|
4405
|
+
readonly internalType: "address";
|
|
4406
|
+
readonly type: "address";
|
|
4407
|
+
}];
|
|
4408
|
+
readonly name: "UnexpectedCointagAddress";
|
|
4409
|
+
}, {
|
|
4410
|
+
readonly type: "error";
|
|
4411
|
+
readonly inputs: readonly [{
|
|
4412
|
+
readonly name: "currentName";
|
|
4413
|
+
readonly internalType: "string";
|
|
4414
|
+
readonly type: "string";
|
|
4415
|
+
}, {
|
|
4416
|
+
readonly name: "newName";
|
|
4417
|
+
readonly internalType: "string";
|
|
4418
|
+
readonly type: "string";
|
|
4419
|
+
}];
|
|
4420
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4421
|
+
}];
|
|
4422
|
+
/**
|
|
4423
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4424
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4425
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4426
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
|
|
4427
|
+
*/
|
|
4428
|
+
export declare const cointagFactoryAddress: {
|
|
4429
|
+
readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4430
|
+
readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4431
|
+
readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4432
|
+
readonly 999999999: "0x77777773Bd7Cccb7E704315CA51245707E19B0DE";
|
|
4433
|
+
};
|
|
4434
|
+
/**
|
|
4435
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4436
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4437
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4438
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
|
|
4439
|
+
*/
|
|
4440
|
+
export declare const cointagFactoryConfig: {
|
|
4441
|
+
readonly address: {
|
|
4442
|
+
readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4443
|
+
readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4444
|
+
readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4445
|
+
readonly 999999999: "0x77777773Bd7Cccb7E704315CA51245707E19B0DE";
|
|
4446
|
+
};
|
|
4447
|
+
readonly abi: readonly [{
|
|
4448
|
+
readonly type: "constructor";
|
|
4449
|
+
readonly inputs: readonly [{
|
|
4450
|
+
readonly name: "_cointagImplementation";
|
|
4451
|
+
readonly internalType: "address";
|
|
4452
|
+
readonly type: "address";
|
|
4453
|
+
}];
|
|
4454
|
+
readonly stateMutability: "nonpayable";
|
|
4455
|
+
}, {
|
|
4456
|
+
readonly type: "function";
|
|
4457
|
+
readonly inputs: readonly [];
|
|
4458
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4459
|
+
readonly outputs: readonly [{
|
|
4460
|
+
readonly name: "";
|
|
4461
|
+
readonly internalType: "string";
|
|
4462
|
+
readonly type: "string";
|
|
4463
|
+
}];
|
|
4464
|
+
readonly stateMutability: "view";
|
|
4465
|
+
}, {
|
|
4466
|
+
readonly type: "function";
|
|
4467
|
+
readonly inputs: readonly [];
|
|
4468
|
+
readonly name: "acceptOwnership";
|
|
4469
|
+
readonly outputs: readonly [];
|
|
4470
|
+
readonly stateMutability: "nonpayable";
|
|
4471
|
+
}, {
|
|
4472
|
+
readonly type: "function";
|
|
4473
|
+
readonly inputs: readonly [];
|
|
4474
|
+
readonly name: "cointagImplementation";
|
|
4475
|
+
readonly outputs: readonly [{
|
|
4476
|
+
readonly name: "";
|
|
4477
|
+
readonly internalType: "address";
|
|
4478
|
+
readonly type: "address";
|
|
4479
|
+
}];
|
|
4480
|
+
readonly stateMutability: "view";
|
|
4481
|
+
}, {
|
|
4482
|
+
readonly type: "function";
|
|
4483
|
+
readonly inputs: readonly [];
|
|
4484
|
+
readonly name: "contractName";
|
|
4485
|
+
readonly outputs: readonly [{
|
|
4486
|
+
readonly name: "";
|
|
4487
|
+
readonly internalType: "string";
|
|
4488
|
+
readonly type: "string";
|
|
4489
|
+
}];
|
|
4490
|
+
readonly stateMutability: "pure";
|
|
4491
|
+
}, {
|
|
4492
|
+
readonly type: "function";
|
|
4493
|
+
readonly inputs: readonly [];
|
|
4494
|
+
readonly name: "contractURI";
|
|
4495
|
+
readonly outputs: readonly [{
|
|
4496
|
+
readonly name: "";
|
|
4497
|
+
readonly internalType: "string";
|
|
4498
|
+
readonly type: "string";
|
|
4499
|
+
}];
|
|
4500
|
+
readonly stateMutability: "pure";
|
|
4501
|
+
}, {
|
|
4502
|
+
readonly type: "function";
|
|
4503
|
+
readonly inputs: readonly [];
|
|
4504
|
+
readonly name: "contractVersion";
|
|
4505
|
+
readonly outputs: readonly [{
|
|
4506
|
+
readonly name: "";
|
|
4507
|
+
readonly internalType: "string";
|
|
4508
|
+
readonly type: "string";
|
|
4509
|
+
}];
|
|
4510
|
+
readonly stateMutability: "pure";
|
|
4511
|
+
}, {
|
|
4512
|
+
readonly type: "function";
|
|
4513
|
+
readonly inputs: readonly [{
|
|
4514
|
+
readonly name: "_creatorRewardRecipient";
|
|
4515
|
+
readonly internalType: "address";
|
|
4516
|
+
readonly type: "address";
|
|
4517
|
+
}, {
|
|
4518
|
+
readonly name: "_pool";
|
|
4519
|
+
readonly internalType: "address";
|
|
4520
|
+
readonly type: "address";
|
|
4521
|
+
}, {
|
|
4522
|
+
readonly name: "_percentageToBuyBurn";
|
|
4523
|
+
readonly internalType: "uint256";
|
|
4524
|
+
readonly type: "uint256";
|
|
4525
|
+
}, {
|
|
4526
|
+
readonly name: "saltSource";
|
|
4527
|
+
readonly internalType: "bytes";
|
|
4528
|
+
readonly type: "bytes";
|
|
4529
|
+
}];
|
|
4530
|
+
readonly name: "getCointagAddress";
|
|
4531
|
+
readonly outputs: readonly [{
|
|
4532
|
+
readonly name: "";
|
|
4533
|
+
readonly internalType: "address";
|
|
4534
|
+
readonly type: "address";
|
|
4535
|
+
}];
|
|
4536
|
+
readonly stateMutability: "view";
|
|
4537
|
+
}, {
|
|
4538
|
+
readonly type: "function";
|
|
4539
|
+
readonly inputs: readonly [{
|
|
4540
|
+
readonly name: "_creatorRewardRecipient";
|
|
4541
|
+
readonly internalType: "address";
|
|
4542
|
+
readonly type: "address";
|
|
4543
|
+
}, {
|
|
4544
|
+
readonly name: "_pool";
|
|
4545
|
+
readonly internalType: "address";
|
|
4546
|
+
readonly type: "address";
|
|
4547
|
+
}, {
|
|
4548
|
+
readonly name: "_percentageToBuyBurn";
|
|
4549
|
+
readonly internalType: "uint256";
|
|
4550
|
+
readonly type: "uint256";
|
|
4551
|
+
}, {
|
|
4552
|
+
readonly name: "saltSource";
|
|
4553
|
+
readonly internalType: "bytes";
|
|
4554
|
+
readonly type: "bytes";
|
|
4555
|
+
}];
|
|
4556
|
+
readonly name: "getOrCreateCointag";
|
|
4557
|
+
readonly outputs: readonly [{
|
|
4558
|
+
readonly name: "";
|
|
4559
|
+
readonly internalType: "contract ICointag";
|
|
4560
|
+
readonly type: "address";
|
|
4561
|
+
}];
|
|
4562
|
+
readonly stateMutability: "nonpayable";
|
|
4563
|
+
}, {
|
|
4564
|
+
readonly type: "function";
|
|
4565
|
+
readonly inputs: readonly [{
|
|
4566
|
+
readonly name: "_creatorRewardRecipient";
|
|
4567
|
+
readonly internalType: "address";
|
|
4568
|
+
readonly type: "address";
|
|
4569
|
+
}, {
|
|
4570
|
+
readonly name: "_pool";
|
|
4571
|
+
readonly internalType: "address";
|
|
4572
|
+
readonly type: "address";
|
|
4573
|
+
}, {
|
|
4574
|
+
readonly name: "_percentageToBuyBurn";
|
|
4575
|
+
readonly internalType: "uint256";
|
|
4576
|
+
readonly type: "uint256";
|
|
4577
|
+
}, {
|
|
4578
|
+
readonly name: "saltSource";
|
|
4579
|
+
readonly internalType: "bytes";
|
|
4580
|
+
readonly type: "bytes";
|
|
4581
|
+
}, {
|
|
4582
|
+
readonly name: "expectedAddress";
|
|
4583
|
+
readonly internalType: "address";
|
|
4584
|
+
readonly type: "address";
|
|
4585
|
+
}];
|
|
4586
|
+
readonly name: "getOrCreateCointagAtExpectedAddress";
|
|
4587
|
+
readonly outputs: readonly [{
|
|
4588
|
+
readonly name: "";
|
|
4589
|
+
readonly internalType: "contract ICointag";
|
|
4590
|
+
readonly type: "address";
|
|
4591
|
+
}];
|
|
4592
|
+
readonly stateMutability: "nonpayable";
|
|
4593
|
+
}, {
|
|
4594
|
+
readonly type: "function";
|
|
4595
|
+
readonly inputs: readonly [];
|
|
4596
|
+
readonly name: "implementation";
|
|
4597
|
+
readonly outputs: readonly [{
|
|
4598
|
+
readonly name: "";
|
|
4599
|
+
readonly internalType: "address";
|
|
4600
|
+
readonly type: "address";
|
|
4601
|
+
}];
|
|
4602
|
+
readonly stateMutability: "view";
|
|
4603
|
+
}, {
|
|
4604
|
+
readonly type: "function";
|
|
4605
|
+
readonly inputs: readonly [{
|
|
4606
|
+
readonly name: "_defaultOwner";
|
|
4607
|
+
readonly internalType: "address";
|
|
4608
|
+
readonly type: "address";
|
|
4609
|
+
}];
|
|
4610
|
+
readonly name: "initialize";
|
|
4611
|
+
readonly outputs: readonly [];
|
|
4612
|
+
readonly stateMutability: "nonpayable";
|
|
4613
|
+
}, {
|
|
4614
|
+
readonly type: "function";
|
|
4615
|
+
readonly inputs: readonly [];
|
|
4616
|
+
readonly name: "owner";
|
|
4617
|
+
readonly outputs: readonly [{
|
|
4618
|
+
readonly name: "";
|
|
4619
|
+
readonly internalType: "address";
|
|
4620
|
+
readonly type: "address";
|
|
4621
|
+
}];
|
|
4622
|
+
readonly stateMutability: "view";
|
|
4623
|
+
}, {
|
|
4624
|
+
readonly type: "function";
|
|
4625
|
+
readonly inputs: readonly [];
|
|
4626
|
+
readonly name: "pendingOwner";
|
|
4627
|
+
readonly outputs: readonly [{
|
|
4628
|
+
readonly name: "";
|
|
4629
|
+
readonly internalType: "address";
|
|
4630
|
+
readonly type: "address";
|
|
4631
|
+
}];
|
|
4632
|
+
readonly stateMutability: "view";
|
|
4633
|
+
}, {
|
|
4634
|
+
readonly type: "function";
|
|
4635
|
+
readonly inputs: readonly [];
|
|
4636
|
+
readonly name: "proxiableUUID";
|
|
4637
|
+
readonly outputs: readonly [{
|
|
4638
|
+
readonly name: "";
|
|
4639
|
+
readonly internalType: "bytes32";
|
|
4640
|
+
readonly type: "bytes32";
|
|
4641
|
+
}];
|
|
4642
|
+
readonly stateMutability: "view";
|
|
4643
|
+
}, {
|
|
4644
|
+
readonly type: "function";
|
|
4645
|
+
readonly inputs: readonly [];
|
|
4646
|
+
readonly name: "renounceOwnership";
|
|
4647
|
+
readonly outputs: readonly [];
|
|
4648
|
+
readonly stateMutability: "nonpayable";
|
|
4649
|
+
}, {
|
|
4650
|
+
readonly type: "function";
|
|
4651
|
+
readonly inputs: readonly [{
|
|
4652
|
+
readonly name: "newOwner";
|
|
4653
|
+
readonly internalType: "address";
|
|
4654
|
+
readonly type: "address";
|
|
4655
|
+
}];
|
|
4656
|
+
readonly name: "transferOwnership";
|
|
4657
|
+
readonly outputs: readonly [];
|
|
4658
|
+
readonly stateMutability: "nonpayable";
|
|
4659
|
+
}, {
|
|
4660
|
+
readonly type: "function";
|
|
4661
|
+
readonly inputs: readonly [];
|
|
4662
|
+
readonly name: "upgradeGate";
|
|
4663
|
+
readonly outputs: readonly [{
|
|
4664
|
+
readonly name: "";
|
|
4665
|
+
readonly internalType: "contract IUpgradeGate";
|
|
4666
|
+
readonly type: "address";
|
|
4667
|
+
}];
|
|
4668
|
+
readonly stateMutability: "view";
|
|
4669
|
+
}, {
|
|
4670
|
+
readonly type: "function";
|
|
4671
|
+
readonly inputs: readonly [{
|
|
4672
|
+
readonly name: "newImplementation";
|
|
4673
|
+
readonly internalType: "address";
|
|
4674
|
+
readonly type: "address";
|
|
4675
|
+
}, {
|
|
4676
|
+
readonly name: "data";
|
|
4677
|
+
readonly internalType: "bytes";
|
|
4678
|
+
readonly type: "bytes";
|
|
4679
|
+
}];
|
|
4680
|
+
readonly name: "upgradeToAndCall";
|
|
4681
|
+
readonly outputs: readonly [];
|
|
4682
|
+
readonly stateMutability: "payable";
|
|
4683
|
+
}, {
|
|
4684
|
+
readonly type: "event";
|
|
4685
|
+
readonly anonymous: false;
|
|
4686
|
+
readonly inputs: readonly [{
|
|
4687
|
+
readonly name: "version";
|
|
4688
|
+
readonly internalType: "uint64";
|
|
4689
|
+
readonly type: "uint64";
|
|
4690
|
+
readonly indexed: false;
|
|
4691
|
+
}];
|
|
4692
|
+
readonly name: "Initialized";
|
|
4693
|
+
}, {
|
|
4694
|
+
readonly type: "event";
|
|
4695
|
+
readonly anonymous: false;
|
|
4696
|
+
readonly inputs: readonly [{
|
|
4697
|
+
readonly name: "previousOwner";
|
|
4698
|
+
readonly internalType: "address";
|
|
4699
|
+
readonly type: "address";
|
|
4700
|
+
readonly indexed: true;
|
|
4701
|
+
}, {
|
|
4702
|
+
readonly name: "newOwner";
|
|
4703
|
+
readonly internalType: "address";
|
|
4704
|
+
readonly type: "address";
|
|
4705
|
+
readonly indexed: true;
|
|
4706
|
+
}];
|
|
4707
|
+
readonly name: "OwnershipTransferStarted";
|
|
4708
|
+
}, {
|
|
4709
|
+
readonly type: "event";
|
|
4710
|
+
readonly anonymous: false;
|
|
4711
|
+
readonly inputs: readonly [{
|
|
4712
|
+
readonly name: "previousOwner";
|
|
4713
|
+
readonly internalType: "address";
|
|
4714
|
+
readonly type: "address";
|
|
4715
|
+
readonly indexed: true;
|
|
4716
|
+
}, {
|
|
4717
|
+
readonly name: "newOwner";
|
|
4718
|
+
readonly internalType: "address";
|
|
4719
|
+
readonly type: "address";
|
|
4720
|
+
readonly indexed: true;
|
|
4721
|
+
}];
|
|
4722
|
+
readonly name: "OwnershipTransferred";
|
|
4723
|
+
}, {
|
|
4724
|
+
readonly type: "event";
|
|
4725
|
+
readonly anonymous: false;
|
|
4726
|
+
readonly inputs: readonly [{
|
|
4727
|
+
readonly name: "cointag";
|
|
4728
|
+
readonly internalType: "address";
|
|
4729
|
+
readonly type: "address";
|
|
4730
|
+
readonly indexed: true;
|
|
4731
|
+
}, {
|
|
4732
|
+
readonly name: "creatorRewardRecipient";
|
|
4733
|
+
readonly internalType: "address";
|
|
4734
|
+
readonly type: "address";
|
|
4735
|
+
readonly indexed: true;
|
|
4736
|
+
}, {
|
|
4737
|
+
readonly name: "erc20";
|
|
4738
|
+
readonly internalType: "address";
|
|
4739
|
+
readonly type: "address";
|
|
4740
|
+
readonly indexed: true;
|
|
4741
|
+
}, {
|
|
4742
|
+
readonly name: "pool";
|
|
4743
|
+
readonly internalType: "address";
|
|
4744
|
+
readonly type: "address";
|
|
4745
|
+
readonly indexed: false;
|
|
4746
|
+
}, {
|
|
4747
|
+
readonly name: "percentageToBuyBurn";
|
|
4748
|
+
readonly internalType: "uint256";
|
|
4749
|
+
readonly type: "uint256";
|
|
4750
|
+
readonly indexed: false;
|
|
4751
|
+
}, {
|
|
4752
|
+
readonly name: "saltSource";
|
|
4753
|
+
readonly internalType: "bytes";
|
|
4754
|
+
readonly type: "bytes";
|
|
4755
|
+
readonly indexed: false;
|
|
4756
|
+
}];
|
|
4757
|
+
readonly name: "SetupNewCointag";
|
|
4758
|
+
}, {
|
|
4759
|
+
readonly type: "event";
|
|
4760
|
+
readonly anonymous: false;
|
|
4761
|
+
readonly inputs: readonly [{
|
|
4762
|
+
readonly name: "implementation";
|
|
4763
|
+
readonly internalType: "address";
|
|
4764
|
+
readonly type: "address";
|
|
4765
|
+
readonly indexed: true;
|
|
4766
|
+
}];
|
|
4767
|
+
readonly name: "Upgraded";
|
|
4768
|
+
}, {
|
|
4769
|
+
readonly type: "error";
|
|
4770
|
+
readonly inputs: readonly [{
|
|
4771
|
+
readonly name: "target";
|
|
4772
|
+
readonly internalType: "address";
|
|
4773
|
+
readonly type: "address";
|
|
4774
|
+
}];
|
|
4775
|
+
readonly name: "AddressEmptyCode";
|
|
4776
|
+
}, {
|
|
4777
|
+
readonly type: "error";
|
|
4778
|
+
readonly inputs: readonly [];
|
|
4779
|
+
readonly name: "AddressZero";
|
|
4780
|
+
}, {
|
|
4781
|
+
readonly type: "error";
|
|
4782
|
+
readonly inputs: readonly [{
|
|
4783
|
+
readonly name: "implementation";
|
|
4784
|
+
readonly internalType: "address";
|
|
4785
|
+
readonly type: "address";
|
|
4786
|
+
}];
|
|
4787
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4788
|
+
}, {
|
|
4789
|
+
readonly type: "error";
|
|
4790
|
+
readonly inputs: readonly [];
|
|
4791
|
+
readonly name: "ERC1967NonPayable";
|
|
4792
|
+
}, {
|
|
4793
|
+
readonly type: "error";
|
|
4794
|
+
readonly inputs: readonly [];
|
|
4795
|
+
readonly name: "FailedInnerCall";
|
|
4796
|
+
}, {
|
|
4797
|
+
readonly type: "error";
|
|
4798
|
+
readonly inputs: readonly [];
|
|
4799
|
+
readonly name: "InvalidInitialization";
|
|
4800
|
+
}, {
|
|
4801
|
+
readonly type: "error";
|
|
4802
|
+
readonly inputs: readonly [];
|
|
4803
|
+
readonly name: "NotInitializing";
|
|
4804
|
+
}, {
|
|
4805
|
+
readonly type: "error";
|
|
4806
|
+
readonly inputs: readonly [{
|
|
4807
|
+
readonly name: "owner";
|
|
4808
|
+
readonly internalType: "address";
|
|
4809
|
+
readonly type: "address";
|
|
4810
|
+
}];
|
|
4811
|
+
readonly name: "OwnableInvalidOwner";
|
|
4812
|
+
}, {
|
|
4813
|
+
readonly type: "error";
|
|
4814
|
+
readonly inputs: readonly [{
|
|
4815
|
+
readonly name: "account";
|
|
4816
|
+
readonly internalType: "address";
|
|
4817
|
+
readonly type: "address";
|
|
4818
|
+
}];
|
|
4819
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4820
|
+
}, {
|
|
4821
|
+
readonly type: "error";
|
|
4822
|
+
readonly inputs: readonly [];
|
|
4823
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4824
|
+
}, {
|
|
4825
|
+
readonly type: "error";
|
|
4826
|
+
readonly inputs: readonly [{
|
|
4827
|
+
readonly name: "slot";
|
|
4828
|
+
readonly internalType: "bytes32";
|
|
4829
|
+
readonly type: "bytes32";
|
|
4830
|
+
}];
|
|
4831
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4832
|
+
}, {
|
|
4833
|
+
readonly type: "error";
|
|
4834
|
+
readonly inputs: readonly [{
|
|
4835
|
+
readonly name: "expected";
|
|
4836
|
+
readonly internalType: "address";
|
|
4837
|
+
readonly type: "address";
|
|
4838
|
+
}, {
|
|
4839
|
+
readonly name: "actual";
|
|
4840
|
+
readonly internalType: "address";
|
|
4841
|
+
readonly type: "address";
|
|
4842
|
+
}];
|
|
4843
|
+
readonly name: "UnexpectedCointagAddress";
|
|
4844
|
+
}, {
|
|
4845
|
+
readonly type: "error";
|
|
4846
|
+
readonly inputs: readonly [{
|
|
4847
|
+
readonly name: "currentName";
|
|
4848
|
+
readonly internalType: "string";
|
|
4849
|
+
readonly type: "string";
|
|
4850
|
+
}, {
|
|
4851
|
+
readonly name: "newName";
|
|
4852
|
+
readonly internalType: "string";
|
|
4853
|
+
readonly type: "string";
|
|
4854
|
+
}];
|
|
4855
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4856
|
+
}];
|
|
4857
|
+
};
|
|
3491
4858
|
/**
|
|
3492
4859
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
3493
4860
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
@@ -9968,38 +11335,190 @@ export declare const iSponsoredSparksSpenderActionABI: readonly [{
|
|
|
9968
11335
|
readonly internalType: "bytes";
|
|
9969
11336
|
readonly type: "bytes";
|
|
9970
11337
|
}, {
|
|
9971
|
-
readonly name: "expectedRedeemAmount";
|
|
9972
|
-
readonly internalType: "uint256";
|
|
9973
|
-
readonly type: "uint256";
|
|
11338
|
+
readonly name: "expectedRedeemAmount";
|
|
11339
|
+
readonly internalType: "uint256";
|
|
11340
|
+
readonly type: "uint256";
|
|
11341
|
+
}, {
|
|
11342
|
+
readonly name: "totalAmount";
|
|
11343
|
+
readonly internalType: "uint256";
|
|
11344
|
+
readonly type: "uint256";
|
|
11345
|
+
}, {
|
|
11346
|
+
readonly name: "ids";
|
|
11347
|
+
readonly internalType: "uint256[]";
|
|
11348
|
+
readonly type: "uint256[]";
|
|
11349
|
+
}, {
|
|
11350
|
+
readonly name: "quantities";
|
|
11351
|
+
readonly internalType: "uint256[]";
|
|
11352
|
+
readonly type: "uint256[]";
|
|
11353
|
+
}, {
|
|
11354
|
+
readonly name: "nonce";
|
|
11355
|
+
readonly internalType: "uint256";
|
|
11356
|
+
readonly type: "uint256";
|
|
11357
|
+
}, {
|
|
11358
|
+
readonly name: "deadline";
|
|
11359
|
+
readonly internalType: "uint256";
|
|
11360
|
+
readonly type: "uint256";
|
|
11361
|
+
}];
|
|
11362
|
+
}, {
|
|
11363
|
+
readonly name: "signature";
|
|
11364
|
+
readonly internalType: "bytes";
|
|
11365
|
+
readonly type: "bytes";
|
|
11366
|
+
}];
|
|
11367
|
+
readonly name: "sponsoredMintBatch";
|
|
11368
|
+
readonly outputs: readonly [];
|
|
11369
|
+
readonly stateMutability: "nonpayable";
|
|
11370
|
+
}];
|
|
11371
|
+
export declare const iUniswapV3PoolABI: readonly [{
|
|
11372
|
+
readonly type: "function";
|
|
11373
|
+
readonly inputs: readonly [];
|
|
11374
|
+
readonly name: "fee";
|
|
11375
|
+
readonly outputs: readonly [{
|
|
11376
|
+
readonly name: "";
|
|
11377
|
+
readonly internalType: "uint24";
|
|
11378
|
+
readonly type: "uint24";
|
|
11379
|
+
}];
|
|
11380
|
+
readonly stateMutability: "view";
|
|
11381
|
+
}, {
|
|
11382
|
+
readonly type: "function";
|
|
11383
|
+
readonly inputs: readonly [];
|
|
11384
|
+
readonly name: "feeGrowthGlobal0X128";
|
|
11385
|
+
readonly outputs: readonly [{
|
|
11386
|
+
readonly name: "";
|
|
11387
|
+
readonly internalType: "uint256";
|
|
11388
|
+
readonly type: "uint256";
|
|
11389
|
+
}];
|
|
11390
|
+
readonly stateMutability: "view";
|
|
11391
|
+
}, {
|
|
11392
|
+
readonly type: "function";
|
|
11393
|
+
readonly inputs: readonly [];
|
|
11394
|
+
readonly name: "feeGrowthGlobal1X128";
|
|
11395
|
+
readonly outputs: readonly [{
|
|
11396
|
+
readonly name: "";
|
|
11397
|
+
readonly internalType: "uint256";
|
|
11398
|
+
readonly type: "uint256";
|
|
11399
|
+
}];
|
|
11400
|
+
readonly stateMutability: "view";
|
|
11401
|
+
}, {
|
|
11402
|
+
readonly type: "function";
|
|
11403
|
+
readonly inputs: readonly [{
|
|
11404
|
+
readonly name: "observationCardinalityNext";
|
|
11405
|
+
readonly internalType: "uint16";
|
|
11406
|
+
readonly type: "uint16";
|
|
11407
|
+
}];
|
|
11408
|
+
readonly name: "increaseObservationCardinalityNext";
|
|
11409
|
+
readonly outputs: readonly [];
|
|
11410
|
+
readonly stateMutability: "nonpayable";
|
|
11411
|
+
}, {
|
|
11412
|
+
readonly type: "function";
|
|
11413
|
+
readonly inputs: readonly [{
|
|
11414
|
+
readonly name: "secondsAgos";
|
|
11415
|
+
readonly internalType: "uint32[]";
|
|
11416
|
+
readonly type: "uint32[]";
|
|
11417
|
+
}];
|
|
11418
|
+
readonly name: "observe";
|
|
11419
|
+
readonly outputs: readonly [{
|
|
11420
|
+
readonly name: "tickCumulatives";
|
|
11421
|
+
readonly internalType: "int56[]";
|
|
11422
|
+
readonly type: "int56[]";
|
|
11423
|
+
}, {
|
|
11424
|
+
readonly name: "secondsPerLiquidityCumulativeX128s";
|
|
11425
|
+
readonly internalType: "uint160[]";
|
|
11426
|
+
readonly type: "uint160[]";
|
|
11427
|
+
}];
|
|
11428
|
+
readonly stateMutability: "view";
|
|
11429
|
+
}, {
|
|
11430
|
+
readonly type: "function";
|
|
11431
|
+
readonly inputs: readonly [];
|
|
11432
|
+
readonly name: "slot0";
|
|
11433
|
+
readonly outputs: readonly [{
|
|
11434
|
+
readonly name: "slot0";
|
|
11435
|
+
readonly internalType: "struct IUniswapV3Pool.Slot0";
|
|
11436
|
+
readonly type: "tuple";
|
|
11437
|
+
readonly components: readonly [{
|
|
11438
|
+
readonly name: "sqrtPriceX96";
|
|
11439
|
+
readonly internalType: "uint160";
|
|
11440
|
+
readonly type: "uint160";
|
|
11441
|
+
}, {
|
|
11442
|
+
readonly name: "tick";
|
|
11443
|
+
readonly internalType: "int24";
|
|
11444
|
+
readonly type: "int24";
|
|
9974
11445
|
}, {
|
|
9975
|
-
readonly name: "
|
|
9976
|
-
readonly internalType: "
|
|
9977
|
-
readonly type: "
|
|
11446
|
+
readonly name: "observationIndex";
|
|
11447
|
+
readonly internalType: "uint16";
|
|
11448
|
+
readonly type: "uint16";
|
|
9978
11449
|
}, {
|
|
9979
|
-
readonly name: "
|
|
9980
|
-
readonly internalType: "
|
|
9981
|
-
readonly type: "
|
|
11450
|
+
readonly name: "observationCardinality";
|
|
11451
|
+
readonly internalType: "uint16";
|
|
11452
|
+
readonly type: "uint16";
|
|
9982
11453
|
}, {
|
|
9983
|
-
readonly name: "
|
|
9984
|
-
readonly internalType: "
|
|
9985
|
-
readonly type: "
|
|
11454
|
+
readonly name: "observationCardinalityNext";
|
|
11455
|
+
readonly internalType: "uint16";
|
|
11456
|
+
readonly type: "uint16";
|
|
9986
11457
|
}, {
|
|
9987
|
-
readonly name: "
|
|
9988
|
-
readonly internalType: "
|
|
9989
|
-
readonly type: "
|
|
11458
|
+
readonly name: "feeProtocol";
|
|
11459
|
+
readonly internalType: "uint8";
|
|
11460
|
+
readonly type: "uint8";
|
|
9990
11461
|
}, {
|
|
9991
|
-
readonly name: "
|
|
9992
|
-
readonly internalType: "
|
|
9993
|
-
readonly type: "
|
|
11462
|
+
readonly name: "unlocked";
|
|
11463
|
+
readonly internalType: "bool";
|
|
11464
|
+
readonly type: "bool";
|
|
9994
11465
|
}];
|
|
11466
|
+
}];
|
|
11467
|
+
readonly stateMutability: "view";
|
|
11468
|
+
}, {
|
|
11469
|
+
readonly type: "function";
|
|
11470
|
+
readonly inputs: readonly [{
|
|
11471
|
+
readonly name: "recipient";
|
|
11472
|
+
readonly internalType: "address";
|
|
11473
|
+
readonly type: "address";
|
|
9995
11474
|
}, {
|
|
9996
|
-
readonly name: "
|
|
11475
|
+
readonly name: "zeroForOne";
|
|
11476
|
+
readonly internalType: "bool";
|
|
11477
|
+
readonly type: "bool";
|
|
11478
|
+
}, {
|
|
11479
|
+
readonly name: "amountSpecified";
|
|
11480
|
+
readonly internalType: "int256";
|
|
11481
|
+
readonly type: "int256";
|
|
11482
|
+
}, {
|
|
11483
|
+
readonly name: "sqrtPriceLimitX96";
|
|
11484
|
+
readonly internalType: "uint160";
|
|
11485
|
+
readonly type: "uint160";
|
|
11486
|
+
}, {
|
|
11487
|
+
readonly name: "data";
|
|
9997
11488
|
readonly internalType: "bytes";
|
|
9998
11489
|
readonly type: "bytes";
|
|
9999
11490
|
}];
|
|
10000
|
-
readonly name: "
|
|
10001
|
-
readonly outputs: readonly [
|
|
11491
|
+
readonly name: "swap";
|
|
11492
|
+
readonly outputs: readonly [{
|
|
11493
|
+
readonly name: "amount0";
|
|
11494
|
+
readonly internalType: "int256";
|
|
11495
|
+
readonly type: "int256";
|
|
11496
|
+
}, {
|
|
11497
|
+
readonly name: "amount1";
|
|
11498
|
+
readonly internalType: "int256";
|
|
11499
|
+
readonly type: "int256";
|
|
11500
|
+
}];
|
|
10002
11501
|
readonly stateMutability: "nonpayable";
|
|
11502
|
+
}, {
|
|
11503
|
+
readonly type: "function";
|
|
11504
|
+
readonly inputs: readonly [];
|
|
11505
|
+
readonly name: "token0";
|
|
11506
|
+
readonly outputs: readonly [{
|
|
11507
|
+
readonly name: "";
|
|
11508
|
+
readonly internalType: "address";
|
|
11509
|
+
readonly type: "address";
|
|
11510
|
+
}];
|
|
11511
|
+
readonly stateMutability: "view";
|
|
11512
|
+
}, {
|
|
11513
|
+
readonly type: "function";
|
|
11514
|
+
readonly inputs: readonly [];
|
|
11515
|
+
readonly name: "token1";
|
|
11516
|
+
readonly outputs: readonly [{
|
|
11517
|
+
readonly name: "";
|
|
11518
|
+
readonly internalType: "address";
|
|
11519
|
+
readonly type: "address";
|
|
11520
|
+
}];
|
|
11521
|
+
readonly stateMutability: "view";
|
|
10003
11522
|
}];
|
|
10004
11523
|
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
10005
11524
|
readonly type: "function";
|
|
@@ -11446,7 +12965,7 @@ export declare const secondarySwapABI: readonly [{
|
|
|
11446
12965
|
readonly type: "address";
|
|
11447
12966
|
readonly indexed: true;
|
|
11448
12967
|
}, {
|
|
11449
|
-
readonly name: "
|
|
12968
|
+
readonly name: "amountETHSold";
|
|
11450
12969
|
readonly internalType: "uint256";
|
|
11451
12970
|
readonly type: "uint256";
|
|
11452
12971
|
readonly indexed: false;
|
|
@@ -11511,7 +13030,7 @@ export declare const secondarySwapABI: readonly [{
|
|
|
11511
13030
|
readonly type: "address";
|
|
11512
13031
|
readonly indexed: true;
|
|
11513
13032
|
}, {
|
|
11514
|
-
readonly name: "
|
|
13033
|
+
readonly name: "amountETHPurchased";
|
|
11515
13034
|
readonly internalType: "uint256";
|
|
11516
13035
|
readonly type: "uint256";
|
|
11517
13036
|
readonly indexed: false;
|
|
@@ -11838,7 +13357,7 @@ export declare const secondarySwapConfig: {
|
|
|
11838
13357
|
readonly type: "address";
|
|
11839
13358
|
readonly indexed: true;
|
|
11840
13359
|
}, {
|
|
11841
|
-
readonly name: "
|
|
13360
|
+
readonly name: "amountETHSold";
|
|
11842
13361
|
readonly internalType: "uint256";
|
|
11843
13362
|
readonly type: "uint256";
|
|
11844
13363
|
readonly indexed: false;
|
|
@@ -11903,7 +13422,7 @@ export declare const secondarySwapConfig: {
|
|
|
11903
13422
|
readonly type: "address";
|
|
11904
13423
|
readonly indexed: true;
|
|
11905
13424
|
}, {
|
|
11906
|
-
readonly name: "
|
|
13425
|
+
readonly name: "amountETHPurchased";
|
|
11907
13426
|
readonly internalType: "uint256";
|
|
11908
13427
|
readonly type: "uint256";
|
|
11909
13428
|
readonly indexed: false;
|
|
@@ -13305,6 +14824,283 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
13305
14824
|
readonly name: "WithdrawFailed";
|
|
13306
14825
|
}];
|
|
13307
14826
|
};
|
|
14827
|
+
/**
|
|
14828
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14829
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14830
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14831
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14832
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14833
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14834
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14835
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14836
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14837
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14838
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14839
|
+
*/
|
|
14840
|
+
export declare const uniswapV3SwapRouterABI: readonly [{
|
|
14841
|
+
readonly type: "function";
|
|
14842
|
+
readonly inputs: readonly [{
|
|
14843
|
+
readonly name: "params";
|
|
14844
|
+
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
14845
|
+
readonly type: "tuple";
|
|
14846
|
+
readonly components: readonly [{
|
|
14847
|
+
readonly name: "tokenIn";
|
|
14848
|
+
readonly internalType: "address";
|
|
14849
|
+
readonly type: "address";
|
|
14850
|
+
}, {
|
|
14851
|
+
readonly name: "tokenOut";
|
|
14852
|
+
readonly internalType: "address";
|
|
14853
|
+
readonly type: "address";
|
|
14854
|
+
}, {
|
|
14855
|
+
readonly name: "fee";
|
|
14856
|
+
readonly internalType: "uint24";
|
|
14857
|
+
readonly type: "uint24";
|
|
14858
|
+
}, {
|
|
14859
|
+
readonly name: "recipient";
|
|
14860
|
+
readonly internalType: "address";
|
|
14861
|
+
readonly type: "address";
|
|
14862
|
+
}, {
|
|
14863
|
+
readonly name: "amountIn";
|
|
14864
|
+
readonly internalType: "uint256";
|
|
14865
|
+
readonly type: "uint256";
|
|
14866
|
+
}, {
|
|
14867
|
+
readonly name: "amountOutMinimum";
|
|
14868
|
+
readonly internalType: "uint256";
|
|
14869
|
+
readonly type: "uint256";
|
|
14870
|
+
}, {
|
|
14871
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14872
|
+
readonly internalType: "uint160";
|
|
14873
|
+
readonly type: "uint160";
|
|
14874
|
+
}];
|
|
14875
|
+
}];
|
|
14876
|
+
readonly name: "exactInputSingle";
|
|
14877
|
+
readonly outputs: readonly [{
|
|
14878
|
+
readonly name: "amountOut";
|
|
14879
|
+
readonly internalType: "uint256";
|
|
14880
|
+
readonly type: "uint256";
|
|
14881
|
+
}];
|
|
14882
|
+
readonly stateMutability: "payable";
|
|
14883
|
+
}, {
|
|
14884
|
+
readonly type: "function";
|
|
14885
|
+
readonly inputs: readonly [{
|
|
14886
|
+
readonly name: "params";
|
|
14887
|
+
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
14888
|
+
readonly type: "tuple";
|
|
14889
|
+
readonly components: readonly [{
|
|
14890
|
+
readonly name: "tokenIn";
|
|
14891
|
+
readonly internalType: "address";
|
|
14892
|
+
readonly type: "address";
|
|
14893
|
+
}, {
|
|
14894
|
+
readonly name: "tokenOut";
|
|
14895
|
+
readonly internalType: "address";
|
|
14896
|
+
readonly type: "address";
|
|
14897
|
+
}, {
|
|
14898
|
+
readonly name: "fee";
|
|
14899
|
+
readonly internalType: "uint24";
|
|
14900
|
+
readonly type: "uint24";
|
|
14901
|
+
}, {
|
|
14902
|
+
readonly name: "recipient";
|
|
14903
|
+
readonly internalType: "address";
|
|
14904
|
+
readonly type: "address";
|
|
14905
|
+
}, {
|
|
14906
|
+
readonly name: "amountOut";
|
|
14907
|
+
readonly internalType: "uint256";
|
|
14908
|
+
readonly type: "uint256";
|
|
14909
|
+
}, {
|
|
14910
|
+
readonly name: "amountInMaximum";
|
|
14911
|
+
readonly internalType: "uint256";
|
|
14912
|
+
readonly type: "uint256";
|
|
14913
|
+
}, {
|
|
14914
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14915
|
+
readonly internalType: "uint160";
|
|
14916
|
+
readonly type: "uint160";
|
|
14917
|
+
}];
|
|
14918
|
+
}];
|
|
14919
|
+
readonly name: "exactOutputSingle";
|
|
14920
|
+
readonly outputs: readonly [{
|
|
14921
|
+
readonly name: "amountIn";
|
|
14922
|
+
readonly internalType: "uint256";
|
|
14923
|
+
readonly type: "uint256";
|
|
14924
|
+
}];
|
|
14925
|
+
readonly stateMutability: "payable";
|
|
14926
|
+
}, {
|
|
14927
|
+
readonly type: "function";
|
|
14928
|
+
readonly inputs: readonly [{
|
|
14929
|
+
readonly name: "amount0Delta";
|
|
14930
|
+
readonly internalType: "int256";
|
|
14931
|
+
readonly type: "int256";
|
|
14932
|
+
}, {
|
|
14933
|
+
readonly name: "amount1Delta";
|
|
14934
|
+
readonly internalType: "int256";
|
|
14935
|
+
readonly type: "int256";
|
|
14936
|
+
}, {
|
|
14937
|
+
readonly name: "data";
|
|
14938
|
+
readonly internalType: "bytes";
|
|
14939
|
+
readonly type: "bytes";
|
|
14940
|
+
}];
|
|
14941
|
+
readonly name: "uniswapV3SwapCallback";
|
|
14942
|
+
readonly outputs: readonly [];
|
|
14943
|
+
readonly stateMutability: "nonpayable";
|
|
14944
|
+
}];
|
|
14945
|
+
/**
|
|
14946
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14947
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14948
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14949
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14950
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14951
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14952
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14953
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14954
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14955
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14956
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14957
|
+
*/
|
|
14958
|
+
export declare const uniswapV3SwapRouterAddress: {
|
|
14959
|
+
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14960
|
+
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14961
|
+
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14962
|
+
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14963
|
+
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14964
|
+
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14965
|
+
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14966
|
+
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14967
|
+
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14968
|
+
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14969
|
+
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14970
|
+
};
|
|
14971
|
+
/**
|
|
14972
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14973
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14974
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14975
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14976
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14977
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14978
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14979
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14980
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14981
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14982
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14983
|
+
*/
|
|
14984
|
+
export declare const uniswapV3SwapRouterConfig: {
|
|
14985
|
+
readonly address: {
|
|
14986
|
+
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14987
|
+
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14988
|
+
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14989
|
+
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14990
|
+
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14991
|
+
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14992
|
+
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14993
|
+
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14994
|
+
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14995
|
+
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14996
|
+
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14997
|
+
};
|
|
14998
|
+
readonly abi: readonly [{
|
|
14999
|
+
readonly type: "function";
|
|
15000
|
+
readonly inputs: readonly [{
|
|
15001
|
+
readonly name: "params";
|
|
15002
|
+
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
15003
|
+
readonly type: "tuple";
|
|
15004
|
+
readonly components: readonly [{
|
|
15005
|
+
readonly name: "tokenIn";
|
|
15006
|
+
readonly internalType: "address";
|
|
15007
|
+
readonly type: "address";
|
|
15008
|
+
}, {
|
|
15009
|
+
readonly name: "tokenOut";
|
|
15010
|
+
readonly internalType: "address";
|
|
15011
|
+
readonly type: "address";
|
|
15012
|
+
}, {
|
|
15013
|
+
readonly name: "fee";
|
|
15014
|
+
readonly internalType: "uint24";
|
|
15015
|
+
readonly type: "uint24";
|
|
15016
|
+
}, {
|
|
15017
|
+
readonly name: "recipient";
|
|
15018
|
+
readonly internalType: "address";
|
|
15019
|
+
readonly type: "address";
|
|
15020
|
+
}, {
|
|
15021
|
+
readonly name: "amountIn";
|
|
15022
|
+
readonly internalType: "uint256";
|
|
15023
|
+
readonly type: "uint256";
|
|
15024
|
+
}, {
|
|
15025
|
+
readonly name: "amountOutMinimum";
|
|
15026
|
+
readonly internalType: "uint256";
|
|
15027
|
+
readonly type: "uint256";
|
|
15028
|
+
}, {
|
|
15029
|
+
readonly name: "sqrtPriceLimitX96";
|
|
15030
|
+
readonly internalType: "uint160";
|
|
15031
|
+
readonly type: "uint160";
|
|
15032
|
+
}];
|
|
15033
|
+
}];
|
|
15034
|
+
readonly name: "exactInputSingle";
|
|
15035
|
+
readonly outputs: readonly [{
|
|
15036
|
+
readonly name: "amountOut";
|
|
15037
|
+
readonly internalType: "uint256";
|
|
15038
|
+
readonly type: "uint256";
|
|
15039
|
+
}];
|
|
15040
|
+
readonly stateMutability: "payable";
|
|
15041
|
+
}, {
|
|
15042
|
+
readonly type: "function";
|
|
15043
|
+
readonly inputs: readonly [{
|
|
15044
|
+
readonly name: "params";
|
|
15045
|
+
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
15046
|
+
readonly type: "tuple";
|
|
15047
|
+
readonly components: readonly [{
|
|
15048
|
+
readonly name: "tokenIn";
|
|
15049
|
+
readonly internalType: "address";
|
|
15050
|
+
readonly type: "address";
|
|
15051
|
+
}, {
|
|
15052
|
+
readonly name: "tokenOut";
|
|
15053
|
+
readonly internalType: "address";
|
|
15054
|
+
readonly type: "address";
|
|
15055
|
+
}, {
|
|
15056
|
+
readonly name: "fee";
|
|
15057
|
+
readonly internalType: "uint24";
|
|
15058
|
+
readonly type: "uint24";
|
|
15059
|
+
}, {
|
|
15060
|
+
readonly name: "recipient";
|
|
15061
|
+
readonly internalType: "address";
|
|
15062
|
+
readonly type: "address";
|
|
15063
|
+
}, {
|
|
15064
|
+
readonly name: "amountOut";
|
|
15065
|
+
readonly internalType: "uint256";
|
|
15066
|
+
readonly type: "uint256";
|
|
15067
|
+
}, {
|
|
15068
|
+
readonly name: "amountInMaximum";
|
|
15069
|
+
readonly internalType: "uint256";
|
|
15070
|
+
readonly type: "uint256";
|
|
15071
|
+
}, {
|
|
15072
|
+
readonly name: "sqrtPriceLimitX96";
|
|
15073
|
+
readonly internalType: "uint160";
|
|
15074
|
+
readonly type: "uint160";
|
|
15075
|
+
}];
|
|
15076
|
+
}];
|
|
15077
|
+
readonly name: "exactOutputSingle";
|
|
15078
|
+
readonly outputs: readonly [{
|
|
15079
|
+
readonly name: "amountIn";
|
|
15080
|
+
readonly internalType: "uint256";
|
|
15081
|
+
readonly type: "uint256";
|
|
15082
|
+
}];
|
|
15083
|
+
readonly stateMutability: "payable";
|
|
15084
|
+
}, {
|
|
15085
|
+
readonly type: "function";
|
|
15086
|
+
readonly inputs: readonly [{
|
|
15087
|
+
readonly name: "amount0Delta";
|
|
15088
|
+
readonly internalType: "int256";
|
|
15089
|
+
readonly type: "int256";
|
|
15090
|
+
}, {
|
|
15091
|
+
readonly name: "amount1Delta";
|
|
15092
|
+
readonly internalType: "int256";
|
|
15093
|
+
readonly type: "int256";
|
|
15094
|
+
}, {
|
|
15095
|
+
readonly name: "data";
|
|
15096
|
+
readonly internalType: "bytes";
|
|
15097
|
+
readonly type: "bytes";
|
|
15098
|
+
}];
|
|
15099
|
+
readonly name: "uniswapV3SwapCallback";
|
|
15100
|
+
readonly outputs: readonly [];
|
|
15101
|
+
readonly stateMutability: "nonpayable";
|
|
15102
|
+
}];
|
|
15103
|
+
};
|
|
13308
15104
|
/**
|
|
13309
15105
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
13310
15106
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
@@ -29204,6 +31000,8 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
29204
31000
|
}];
|
|
29205
31001
|
};
|
|
29206
31002
|
/**
|
|
31003
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
31004
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
29207
31005
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
29208
31006
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
29209
31007
|
*/
|
|
@@ -30477,19 +32275,27 @@ export declare const zoraSparks1155ABI: readonly [{
|
|
|
30477
32275
|
readonly name: "TokenNotMintable";
|
|
30478
32276
|
}];
|
|
30479
32277
|
/**
|
|
32278
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
32279
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30480
32280
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30481
32281
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30482
32282
|
*/
|
|
30483
32283
|
export declare const zoraSparks1155Address: {
|
|
32284
|
+
readonly 8453: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
32285
|
+
readonly 84532: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30484
32286
|
readonly 7777777: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30485
32287
|
readonly 999999999: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30486
32288
|
};
|
|
30487
32289
|
/**
|
|
32290
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
32291
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30488
32292
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30489
32293
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
|
|
30490
32294
|
*/
|
|
30491
32295
|
export declare const zoraSparks1155Config: {
|
|
30492
32296
|
readonly address: {
|
|
32297
|
+
readonly 8453: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
32298
|
+
readonly 84532: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30493
32299
|
readonly 7777777: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30494
32300
|
readonly 999999999: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
|
|
30495
32301
|
};
|
|
@@ -31764,6 +33570,8 @@ export declare const zoraSparks1155Config: {
|
|
|
31764
33570
|
}];
|
|
31765
33571
|
};
|
|
31766
33572
|
/**
|
|
33573
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
33574
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
31767
33575
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
31768
33576
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
31769
33577
|
*/
|
|
@@ -32319,19 +34127,27 @@ export declare const zoraSparksManagerImplABI: readonly [{
|
|
|
32319
34127
|
readonly name: "UpgradeToMismatchedContractName";
|
|
32320
34128
|
}];
|
|
32321
34129
|
/**
|
|
34130
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
34131
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32322
34132
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32323
34133
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32324
34134
|
*/
|
|
32325
34135
|
export declare const zoraSparksManagerImplAddress: {
|
|
34136
|
+
readonly 8453: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
34137
|
+
readonly 84532: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32326
34138
|
readonly 7777777: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32327
34139
|
readonly 999999999: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32328
34140
|
};
|
|
32329
34141
|
/**
|
|
34142
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
34143
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32330
34144
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32331
34145
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
|
|
32332
34146
|
*/
|
|
32333
34147
|
export declare const zoraSparksManagerImplConfig: {
|
|
32334
34148
|
readonly address: {
|
|
34149
|
+
readonly 8453: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
34150
|
+
readonly 84532: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32335
34151
|
readonly 7777777: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32336
34152
|
readonly 999999999: "0x77777779acd6a96C0c57272112921A0b833c38fD";
|
|
32337
34153
|
};
|