@zoralabs/protocol-deployments 0.3.11 → 0.4.0-DEV.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 +18 -18
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +1676 -21
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +855 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +847 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +917 -0
|
@@ -3488,6 +3488,1232 @@ 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 stateMutability: "nonpayable";
|
|
3503
|
+
}, {
|
|
3504
|
+
readonly type: "receive";
|
|
3505
|
+
readonly stateMutability: "payable";
|
|
3506
|
+
}, {
|
|
3507
|
+
readonly type: "function";
|
|
3508
|
+
readonly inputs: readonly [];
|
|
3509
|
+
readonly name: "PERCENTAGE_BASIS";
|
|
3510
|
+
readonly outputs: readonly [{
|
|
3511
|
+
readonly name: "";
|
|
3512
|
+
readonly internalType: "uint256";
|
|
3513
|
+
readonly type: "uint256";
|
|
3514
|
+
}];
|
|
3515
|
+
readonly stateMutability: "view";
|
|
3516
|
+
}, {
|
|
3517
|
+
readonly type: "function";
|
|
3518
|
+
readonly inputs: readonly [];
|
|
3519
|
+
readonly name: "REQUIRED_OBSERVATION_CARDINALITY";
|
|
3520
|
+
readonly outputs: readonly [{
|
|
3521
|
+
readonly name: "";
|
|
3522
|
+
readonly internalType: "uint16";
|
|
3523
|
+
readonly type: "uint16";
|
|
3524
|
+
}];
|
|
3525
|
+
readonly stateMutability: "view";
|
|
3526
|
+
}, {
|
|
3527
|
+
readonly type: "function";
|
|
3528
|
+
readonly inputs: readonly [];
|
|
3529
|
+
readonly name: "SLIPPAGE";
|
|
3530
|
+
readonly outputs: readonly [{
|
|
3531
|
+
readonly name: "";
|
|
3532
|
+
readonly internalType: "uint256";
|
|
3533
|
+
readonly type: "uint256";
|
|
3534
|
+
}];
|
|
3535
|
+
readonly stateMutability: "view";
|
|
3536
|
+
}, {
|
|
3537
|
+
readonly type: "function";
|
|
3538
|
+
readonly inputs: readonly [];
|
|
3539
|
+
readonly name: "TIME_WEIGHTED_PRICE_PERIOD";
|
|
3540
|
+
readonly outputs: readonly [{
|
|
3541
|
+
readonly name: "";
|
|
3542
|
+
readonly internalType: "uint32";
|
|
3543
|
+
readonly type: "uint32";
|
|
3544
|
+
}];
|
|
3545
|
+
readonly stateMutability: "view";
|
|
3546
|
+
}, {
|
|
3547
|
+
readonly type: "function";
|
|
3548
|
+
readonly inputs: readonly [];
|
|
3549
|
+
readonly name: "contractVersion";
|
|
3550
|
+
readonly outputs: readonly [{
|
|
3551
|
+
readonly name: "";
|
|
3552
|
+
readonly internalType: "string";
|
|
3553
|
+
readonly type: "string";
|
|
3554
|
+
}];
|
|
3555
|
+
readonly stateMutability: "pure";
|
|
3556
|
+
}, {
|
|
3557
|
+
readonly type: "function";
|
|
3558
|
+
readonly inputs: readonly [];
|
|
3559
|
+
readonly name: "creatorRewardRecipient";
|
|
3560
|
+
readonly outputs: readonly [{
|
|
3561
|
+
readonly name: "";
|
|
3562
|
+
readonly internalType: "address";
|
|
3563
|
+
readonly type: "address";
|
|
3564
|
+
}];
|
|
3565
|
+
readonly stateMutability: "view";
|
|
3566
|
+
}, {
|
|
3567
|
+
readonly type: "function";
|
|
3568
|
+
readonly inputs: readonly [];
|
|
3569
|
+
readonly name: "ensureObservationCardinality";
|
|
3570
|
+
readonly outputs: readonly [];
|
|
3571
|
+
readonly stateMutability: "nonpayable";
|
|
3572
|
+
}, {
|
|
3573
|
+
readonly type: "function";
|
|
3574
|
+
readonly inputs: readonly [];
|
|
3575
|
+
readonly name: "erc20";
|
|
3576
|
+
readonly outputs: readonly [{
|
|
3577
|
+
readonly name: "";
|
|
3578
|
+
readonly internalType: "contract IBurnableERC20";
|
|
3579
|
+
readonly type: "address";
|
|
3580
|
+
}];
|
|
3581
|
+
readonly stateMutability: "view";
|
|
3582
|
+
}, {
|
|
3583
|
+
readonly type: "function";
|
|
3584
|
+
readonly inputs: readonly [];
|
|
3585
|
+
readonly name: "hasEnoughObservationCardinality";
|
|
3586
|
+
readonly outputs: readonly [{
|
|
3587
|
+
readonly name: "";
|
|
3588
|
+
readonly internalType: "bool";
|
|
3589
|
+
readonly type: "bool";
|
|
3590
|
+
}, {
|
|
3591
|
+
readonly name: "";
|
|
3592
|
+
readonly internalType: "uint256";
|
|
3593
|
+
readonly type: "uint256";
|
|
3594
|
+
}];
|
|
3595
|
+
readonly stateMutability: "view";
|
|
3596
|
+
}, {
|
|
3597
|
+
readonly type: "function";
|
|
3598
|
+
readonly inputs: readonly [{
|
|
3599
|
+
readonly name: "_creatorRewardRecipient";
|
|
3600
|
+
readonly internalType: "address";
|
|
3601
|
+
readonly type: "address";
|
|
3602
|
+
}, {
|
|
3603
|
+
readonly name: "_pool";
|
|
3604
|
+
readonly internalType: "address";
|
|
3605
|
+
readonly type: "address";
|
|
3606
|
+
}, {
|
|
3607
|
+
readonly name: "_percentageToBuyBurn";
|
|
3608
|
+
readonly internalType: "uint256";
|
|
3609
|
+
readonly type: "uint256";
|
|
3610
|
+
}];
|
|
3611
|
+
readonly name: "initialize";
|
|
3612
|
+
readonly outputs: readonly [];
|
|
3613
|
+
readonly stateMutability: "nonpayable";
|
|
3614
|
+
}, {
|
|
3615
|
+
readonly type: "function";
|
|
3616
|
+
readonly inputs: readonly [];
|
|
3617
|
+
readonly name: "percentageToBuyBurn";
|
|
3618
|
+
readonly outputs: readonly [{
|
|
3619
|
+
readonly name: "";
|
|
3620
|
+
readonly internalType: "uint256";
|
|
3621
|
+
readonly type: "uint256";
|
|
3622
|
+
}];
|
|
3623
|
+
readonly stateMutability: "view";
|
|
3624
|
+
}, {
|
|
3625
|
+
readonly type: "function";
|
|
3626
|
+
readonly inputs: readonly [];
|
|
3627
|
+
readonly name: "pool";
|
|
3628
|
+
readonly outputs: readonly [{
|
|
3629
|
+
readonly name: "";
|
|
3630
|
+
readonly internalType: "contract IUniswapV3Pool";
|
|
3631
|
+
readonly type: "address";
|
|
3632
|
+
}];
|
|
3633
|
+
readonly stateMutability: "view";
|
|
3634
|
+
}, {
|
|
3635
|
+
readonly type: "function";
|
|
3636
|
+
readonly inputs: readonly [];
|
|
3637
|
+
readonly name: "protocolRewards";
|
|
3638
|
+
readonly outputs: readonly [{
|
|
3639
|
+
readonly name: "";
|
|
3640
|
+
readonly internalType: "contract IProtocolRewards";
|
|
3641
|
+
readonly type: "address";
|
|
3642
|
+
}];
|
|
3643
|
+
readonly stateMutability: "view";
|
|
3644
|
+
}, {
|
|
3645
|
+
readonly type: "function";
|
|
3646
|
+
readonly inputs: readonly [];
|
|
3647
|
+
readonly name: "pull";
|
|
3648
|
+
readonly outputs: readonly [];
|
|
3649
|
+
readonly stateMutability: "nonpayable";
|
|
3650
|
+
}, {
|
|
3651
|
+
readonly type: "function";
|
|
3652
|
+
readonly inputs: readonly [{
|
|
3653
|
+
readonly name: "amount0Delta";
|
|
3654
|
+
readonly internalType: "int256";
|
|
3655
|
+
readonly type: "int256";
|
|
3656
|
+
}, {
|
|
3657
|
+
readonly name: "amount1Delta";
|
|
3658
|
+
readonly internalType: "int256";
|
|
3659
|
+
readonly type: "int256";
|
|
3660
|
+
}, {
|
|
3661
|
+
readonly name: "";
|
|
3662
|
+
readonly internalType: "bytes";
|
|
3663
|
+
readonly type: "bytes";
|
|
3664
|
+
}];
|
|
3665
|
+
readonly name: "uniswapV3SwapCallback";
|
|
3666
|
+
readonly outputs: readonly [];
|
|
3667
|
+
readonly stateMutability: "nonpayable";
|
|
3668
|
+
}, {
|
|
3669
|
+
readonly type: "function";
|
|
3670
|
+
readonly inputs: readonly [];
|
|
3671
|
+
readonly name: "weth";
|
|
3672
|
+
readonly outputs: readonly [{
|
|
3673
|
+
readonly name: "";
|
|
3674
|
+
readonly internalType: "contract IWETH";
|
|
3675
|
+
readonly type: "address";
|
|
3676
|
+
}];
|
|
3677
|
+
readonly stateMutability: "view";
|
|
3678
|
+
}, {
|
|
3679
|
+
readonly type: "event";
|
|
3680
|
+
readonly anonymous: false;
|
|
3681
|
+
readonly inputs: readonly [{
|
|
3682
|
+
readonly name: "amountERc20Received";
|
|
3683
|
+
readonly internalType: "uint256";
|
|
3684
|
+
readonly type: "uint256";
|
|
3685
|
+
readonly indexed: false;
|
|
3686
|
+
}, {
|
|
3687
|
+
readonly name: "amountERc20Burned";
|
|
3688
|
+
readonly internalType: "uint256";
|
|
3689
|
+
readonly type: "uint256";
|
|
3690
|
+
readonly indexed: false;
|
|
3691
|
+
}, {
|
|
3692
|
+
readonly name: "amountEthSpent";
|
|
3693
|
+
readonly internalType: "uint256";
|
|
3694
|
+
readonly type: "uint256";
|
|
3695
|
+
readonly indexed: false;
|
|
3696
|
+
}, {
|
|
3697
|
+
readonly name: "amountEthToCreator";
|
|
3698
|
+
readonly internalType: "uint256";
|
|
3699
|
+
readonly type: "uint256";
|
|
3700
|
+
readonly indexed: false;
|
|
3701
|
+
}, {
|
|
3702
|
+
readonly name: "totalEthReceived";
|
|
3703
|
+
readonly internalType: "uint256";
|
|
3704
|
+
readonly type: "uint256";
|
|
3705
|
+
readonly indexed: false;
|
|
3706
|
+
}, {
|
|
3707
|
+
readonly name: "buyFailureError";
|
|
3708
|
+
readonly internalType: "bytes";
|
|
3709
|
+
readonly type: "bytes";
|
|
3710
|
+
readonly indexed: false;
|
|
3711
|
+
}, {
|
|
3712
|
+
readonly name: "burnFailureError";
|
|
3713
|
+
readonly internalType: "bytes";
|
|
3714
|
+
readonly type: "bytes";
|
|
3715
|
+
readonly indexed: false;
|
|
3716
|
+
}];
|
|
3717
|
+
readonly name: "BuyBurn";
|
|
3718
|
+
}, {
|
|
3719
|
+
readonly type: "event";
|
|
3720
|
+
readonly anonymous: false;
|
|
3721
|
+
readonly inputs: readonly [{
|
|
3722
|
+
readonly name: "version";
|
|
3723
|
+
readonly internalType: "uint64";
|
|
3724
|
+
readonly type: "uint64";
|
|
3725
|
+
readonly indexed: false;
|
|
3726
|
+
}];
|
|
3727
|
+
readonly name: "Initialized";
|
|
3728
|
+
}, {
|
|
3729
|
+
readonly type: "event";
|
|
3730
|
+
readonly anonymous: false;
|
|
3731
|
+
readonly inputs: readonly [{
|
|
3732
|
+
readonly name: "creatorRewardRecipient";
|
|
3733
|
+
readonly internalType: "address";
|
|
3734
|
+
readonly type: "address";
|
|
3735
|
+
readonly indexed: false;
|
|
3736
|
+
}, {
|
|
3737
|
+
readonly name: "erc20";
|
|
3738
|
+
readonly internalType: "address";
|
|
3739
|
+
readonly type: "address";
|
|
3740
|
+
readonly indexed: false;
|
|
3741
|
+
}, {
|
|
3742
|
+
readonly name: "pool";
|
|
3743
|
+
readonly internalType: "address";
|
|
3744
|
+
readonly type: "address";
|
|
3745
|
+
readonly indexed: false;
|
|
3746
|
+
}, {
|
|
3747
|
+
readonly name: "percentageToBuyBurn";
|
|
3748
|
+
readonly internalType: "uint256";
|
|
3749
|
+
readonly type: "uint256";
|
|
3750
|
+
readonly indexed: false;
|
|
3751
|
+
}];
|
|
3752
|
+
readonly name: "Initialized";
|
|
3753
|
+
}, {
|
|
3754
|
+
readonly type: "error";
|
|
3755
|
+
readonly inputs: readonly [{
|
|
3756
|
+
readonly name: "target";
|
|
3757
|
+
readonly internalType: "address";
|
|
3758
|
+
readonly type: "address";
|
|
3759
|
+
}];
|
|
3760
|
+
readonly name: "AddressEmptyCode";
|
|
3761
|
+
}, {
|
|
3762
|
+
readonly type: "error";
|
|
3763
|
+
readonly inputs: readonly [{
|
|
3764
|
+
readonly name: "account";
|
|
3765
|
+
readonly internalType: "address";
|
|
3766
|
+
readonly type: "address";
|
|
3767
|
+
}];
|
|
3768
|
+
readonly name: "AddressInsufficientBalance";
|
|
3769
|
+
}, {
|
|
3770
|
+
readonly type: "error";
|
|
3771
|
+
readonly inputs: readonly [{
|
|
3772
|
+
readonly name: "amountOut";
|
|
3773
|
+
readonly internalType: "uint256";
|
|
3774
|
+
readonly type: "uint256";
|
|
3775
|
+
}, {
|
|
3776
|
+
readonly name: "amountOutMinimum";
|
|
3777
|
+
readonly internalType: "uint256";
|
|
3778
|
+
readonly type: "uint256";
|
|
3779
|
+
}];
|
|
3780
|
+
readonly name: "AmountOutLessThanMinimum";
|
|
3781
|
+
}, {
|
|
3782
|
+
readonly type: "error";
|
|
3783
|
+
readonly inputs: readonly [];
|
|
3784
|
+
readonly name: "FailedInnerCall";
|
|
3785
|
+
}, {
|
|
3786
|
+
readonly type: "error";
|
|
3787
|
+
readonly inputs: readonly [];
|
|
3788
|
+
readonly name: "InvalidInitialization";
|
|
3789
|
+
}, {
|
|
3790
|
+
readonly type: "error";
|
|
3791
|
+
readonly inputs: readonly [{
|
|
3792
|
+
readonly name: "requiredCardinality";
|
|
3793
|
+
readonly internalType: "uint256";
|
|
3794
|
+
readonly type: "uint256";
|
|
3795
|
+
}, {
|
|
3796
|
+
readonly name: "currentCardinality";
|
|
3797
|
+
readonly internalType: "uint256";
|
|
3798
|
+
readonly type: "uint256";
|
|
3799
|
+
}];
|
|
3800
|
+
readonly name: "NotEnoughObservationCardinality";
|
|
3801
|
+
}, {
|
|
3802
|
+
readonly type: "error";
|
|
3803
|
+
readonly inputs: readonly [];
|
|
3804
|
+
readonly name: "NotInitializing";
|
|
3805
|
+
}, {
|
|
3806
|
+
readonly type: "error";
|
|
3807
|
+
readonly inputs: readonly [];
|
|
3808
|
+
readonly name: "OnlyPool";
|
|
3809
|
+
}, {
|
|
3810
|
+
readonly type: "error";
|
|
3811
|
+
readonly inputs: readonly [];
|
|
3812
|
+
readonly name: "OnlyProtocolRewardsOrWeth";
|
|
3813
|
+
}, {
|
|
3814
|
+
readonly type: "error";
|
|
3815
|
+
readonly inputs: readonly [{
|
|
3816
|
+
readonly name: "token";
|
|
3817
|
+
readonly internalType: "address";
|
|
3818
|
+
readonly type: "address";
|
|
3819
|
+
}];
|
|
3820
|
+
readonly name: "SafeERC20FailedOperation";
|
|
3821
|
+
}];
|
|
3822
|
+
/**
|
|
3823
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
3824
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
3825
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
3826
|
+
*/
|
|
3827
|
+
export declare const cointagFactoryABI: readonly [{
|
|
3828
|
+
readonly type: "constructor";
|
|
3829
|
+
readonly inputs: readonly [{
|
|
3830
|
+
readonly name: "_cointagImplementation";
|
|
3831
|
+
readonly internalType: "address";
|
|
3832
|
+
readonly type: "address";
|
|
3833
|
+
}];
|
|
3834
|
+
readonly stateMutability: "nonpayable";
|
|
3835
|
+
}, {
|
|
3836
|
+
readonly type: "function";
|
|
3837
|
+
readonly inputs: readonly [];
|
|
3838
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
3839
|
+
readonly outputs: readonly [{
|
|
3840
|
+
readonly name: "";
|
|
3841
|
+
readonly internalType: "string";
|
|
3842
|
+
readonly type: "string";
|
|
3843
|
+
}];
|
|
3844
|
+
readonly stateMutability: "view";
|
|
3845
|
+
}, {
|
|
3846
|
+
readonly type: "function";
|
|
3847
|
+
readonly inputs: readonly [];
|
|
3848
|
+
readonly name: "acceptOwnership";
|
|
3849
|
+
readonly outputs: readonly [];
|
|
3850
|
+
readonly stateMutability: "nonpayable";
|
|
3851
|
+
}, {
|
|
3852
|
+
readonly type: "function";
|
|
3853
|
+
readonly inputs: readonly [];
|
|
3854
|
+
readonly name: "cointagImplementation";
|
|
3855
|
+
readonly outputs: readonly [{
|
|
3856
|
+
readonly name: "";
|
|
3857
|
+
readonly internalType: "address";
|
|
3858
|
+
readonly type: "address";
|
|
3859
|
+
}];
|
|
3860
|
+
readonly stateMutability: "view";
|
|
3861
|
+
}, {
|
|
3862
|
+
readonly type: "function";
|
|
3863
|
+
readonly inputs: readonly [];
|
|
3864
|
+
readonly name: "contractName";
|
|
3865
|
+
readonly outputs: readonly [{
|
|
3866
|
+
readonly name: "";
|
|
3867
|
+
readonly internalType: "string";
|
|
3868
|
+
readonly type: "string";
|
|
3869
|
+
}];
|
|
3870
|
+
readonly stateMutability: "pure";
|
|
3871
|
+
}, {
|
|
3872
|
+
readonly type: "function";
|
|
3873
|
+
readonly inputs: readonly [];
|
|
3874
|
+
readonly name: "contractURI";
|
|
3875
|
+
readonly outputs: readonly [{
|
|
3876
|
+
readonly name: "";
|
|
3877
|
+
readonly internalType: "string";
|
|
3878
|
+
readonly type: "string";
|
|
3879
|
+
}];
|
|
3880
|
+
readonly stateMutability: "pure";
|
|
3881
|
+
}, {
|
|
3882
|
+
readonly type: "function";
|
|
3883
|
+
readonly inputs: readonly [];
|
|
3884
|
+
readonly name: "contractVersion";
|
|
3885
|
+
readonly outputs: readonly [{
|
|
3886
|
+
readonly name: "";
|
|
3887
|
+
readonly internalType: "string";
|
|
3888
|
+
readonly type: "string";
|
|
3889
|
+
}];
|
|
3890
|
+
readonly stateMutability: "pure";
|
|
3891
|
+
}, {
|
|
3892
|
+
readonly type: "function";
|
|
3893
|
+
readonly inputs: readonly [{
|
|
3894
|
+
readonly name: "_creatorRewardRecipient";
|
|
3895
|
+
readonly internalType: "address";
|
|
3896
|
+
readonly type: "address";
|
|
3897
|
+
}, {
|
|
3898
|
+
readonly name: "_pool";
|
|
3899
|
+
readonly internalType: "address";
|
|
3900
|
+
readonly type: "address";
|
|
3901
|
+
}, {
|
|
3902
|
+
readonly name: "_percentageToBuyBurn";
|
|
3903
|
+
readonly internalType: "uint256";
|
|
3904
|
+
readonly type: "uint256";
|
|
3905
|
+
}, {
|
|
3906
|
+
readonly name: "saltSource";
|
|
3907
|
+
readonly internalType: "bytes";
|
|
3908
|
+
readonly type: "bytes";
|
|
3909
|
+
}];
|
|
3910
|
+
readonly name: "getCointagAddress";
|
|
3911
|
+
readonly outputs: readonly [{
|
|
3912
|
+
readonly name: "";
|
|
3913
|
+
readonly internalType: "address";
|
|
3914
|
+
readonly type: "address";
|
|
3915
|
+
}];
|
|
3916
|
+
readonly stateMutability: "view";
|
|
3917
|
+
}, {
|
|
3918
|
+
readonly type: "function";
|
|
3919
|
+
readonly inputs: readonly [{
|
|
3920
|
+
readonly name: "_implementation";
|
|
3921
|
+
readonly internalType: "address";
|
|
3922
|
+
readonly type: "address";
|
|
3923
|
+
}, {
|
|
3924
|
+
readonly name: "_creatorRewardRecipient";
|
|
3925
|
+
readonly internalType: "address";
|
|
3926
|
+
readonly type: "address";
|
|
3927
|
+
}, {
|
|
3928
|
+
readonly name: "_pool";
|
|
3929
|
+
readonly internalType: "address";
|
|
3930
|
+
readonly type: "address";
|
|
3931
|
+
}, {
|
|
3932
|
+
readonly name: "_percentageToBuyBurn";
|
|
3933
|
+
readonly internalType: "uint256";
|
|
3934
|
+
readonly type: "uint256";
|
|
3935
|
+
}, {
|
|
3936
|
+
readonly name: "saltSource";
|
|
3937
|
+
readonly internalType: "bytes";
|
|
3938
|
+
readonly type: "bytes";
|
|
3939
|
+
}];
|
|
3940
|
+
readonly name: "getCointagAddressForImpl";
|
|
3941
|
+
readonly outputs: readonly [{
|
|
3942
|
+
readonly name: "";
|
|
3943
|
+
readonly internalType: "address";
|
|
3944
|
+
readonly type: "address";
|
|
3945
|
+
}];
|
|
3946
|
+
readonly stateMutability: "view";
|
|
3947
|
+
}, {
|
|
3948
|
+
readonly type: "function";
|
|
3949
|
+
readonly inputs: readonly [{
|
|
3950
|
+
readonly name: "_creatorRewardRecipient";
|
|
3951
|
+
readonly internalType: "address";
|
|
3952
|
+
readonly type: "address";
|
|
3953
|
+
}, {
|
|
3954
|
+
readonly name: "_pool";
|
|
3955
|
+
readonly internalType: "address";
|
|
3956
|
+
readonly type: "address";
|
|
3957
|
+
}, {
|
|
3958
|
+
readonly name: "_percentageToBuyBurn";
|
|
3959
|
+
readonly internalType: "uint256";
|
|
3960
|
+
readonly type: "uint256";
|
|
3961
|
+
}, {
|
|
3962
|
+
readonly name: "saltSource";
|
|
3963
|
+
readonly internalType: "bytes";
|
|
3964
|
+
readonly type: "bytes";
|
|
3965
|
+
}];
|
|
3966
|
+
readonly name: "getOrCreateCointag";
|
|
3967
|
+
readonly outputs: readonly [{
|
|
3968
|
+
readonly name: "";
|
|
3969
|
+
readonly internalType: "contract ICointag";
|
|
3970
|
+
readonly type: "address";
|
|
3971
|
+
}];
|
|
3972
|
+
readonly stateMutability: "nonpayable";
|
|
3973
|
+
}, {
|
|
3974
|
+
readonly type: "function";
|
|
3975
|
+
readonly inputs: readonly [{
|
|
3976
|
+
readonly name: "_creatorRewardRecipient";
|
|
3977
|
+
readonly internalType: "address";
|
|
3978
|
+
readonly type: "address";
|
|
3979
|
+
}, {
|
|
3980
|
+
readonly name: "_pool";
|
|
3981
|
+
readonly internalType: "address";
|
|
3982
|
+
readonly type: "address";
|
|
3983
|
+
}, {
|
|
3984
|
+
readonly name: "_percentageToBuyBurn";
|
|
3985
|
+
readonly internalType: "uint256";
|
|
3986
|
+
readonly type: "uint256";
|
|
3987
|
+
}, {
|
|
3988
|
+
readonly name: "saltSource";
|
|
3989
|
+
readonly internalType: "bytes";
|
|
3990
|
+
readonly type: "bytes";
|
|
3991
|
+
}, {
|
|
3992
|
+
readonly name: "expectedAddress";
|
|
3993
|
+
readonly internalType: "address";
|
|
3994
|
+
readonly type: "address";
|
|
3995
|
+
}];
|
|
3996
|
+
readonly name: "getOrCreateCointagAtExpectedAddress";
|
|
3997
|
+
readonly outputs: readonly [{
|
|
3998
|
+
readonly name: "";
|
|
3999
|
+
readonly internalType: "contract ICointag";
|
|
4000
|
+
readonly type: "address";
|
|
4001
|
+
}];
|
|
4002
|
+
readonly stateMutability: "nonpayable";
|
|
4003
|
+
}, {
|
|
4004
|
+
readonly type: "function";
|
|
4005
|
+
readonly inputs: readonly [];
|
|
4006
|
+
readonly name: "implementation";
|
|
4007
|
+
readonly outputs: readonly [{
|
|
4008
|
+
readonly name: "";
|
|
4009
|
+
readonly internalType: "address";
|
|
4010
|
+
readonly type: "address";
|
|
4011
|
+
}];
|
|
4012
|
+
readonly stateMutability: "view";
|
|
4013
|
+
}, {
|
|
4014
|
+
readonly type: "function";
|
|
4015
|
+
readonly inputs: readonly [{
|
|
4016
|
+
readonly name: "_defaultOwner";
|
|
4017
|
+
readonly internalType: "address";
|
|
4018
|
+
readonly type: "address";
|
|
4019
|
+
}];
|
|
4020
|
+
readonly name: "initialize";
|
|
4021
|
+
readonly outputs: readonly [];
|
|
4022
|
+
readonly stateMutability: "nonpayable";
|
|
4023
|
+
}, {
|
|
4024
|
+
readonly type: "function";
|
|
4025
|
+
readonly inputs: readonly [];
|
|
4026
|
+
readonly name: "owner";
|
|
4027
|
+
readonly outputs: readonly [{
|
|
4028
|
+
readonly name: "";
|
|
4029
|
+
readonly internalType: "address";
|
|
4030
|
+
readonly type: "address";
|
|
4031
|
+
}];
|
|
4032
|
+
readonly stateMutability: "view";
|
|
4033
|
+
}, {
|
|
4034
|
+
readonly type: "function";
|
|
4035
|
+
readonly inputs: readonly [];
|
|
4036
|
+
readonly name: "pendingOwner";
|
|
4037
|
+
readonly outputs: readonly [{
|
|
4038
|
+
readonly name: "";
|
|
4039
|
+
readonly internalType: "address";
|
|
4040
|
+
readonly type: "address";
|
|
4041
|
+
}];
|
|
4042
|
+
readonly stateMutability: "view";
|
|
4043
|
+
}, {
|
|
4044
|
+
readonly type: "function";
|
|
4045
|
+
readonly inputs: readonly [];
|
|
4046
|
+
readonly name: "proxiableUUID";
|
|
4047
|
+
readonly outputs: readonly [{
|
|
4048
|
+
readonly name: "";
|
|
4049
|
+
readonly internalType: "bytes32";
|
|
4050
|
+
readonly type: "bytes32";
|
|
4051
|
+
}];
|
|
4052
|
+
readonly stateMutability: "view";
|
|
4053
|
+
}, {
|
|
4054
|
+
readonly type: "function";
|
|
4055
|
+
readonly inputs: readonly [];
|
|
4056
|
+
readonly name: "renounceOwnership";
|
|
4057
|
+
readonly outputs: readonly [];
|
|
4058
|
+
readonly stateMutability: "nonpayable";
|
|
4059
|
+
}, {
|
|
4060
|
+
readonly type: "function";
|
|
4061
|
+
readonly inputs: readonly [{
|
|
4062
|
+
readonly name: "newOwner";
|
|
4063
|
+
readonly internalType: "address";
|
|
4064
|
+
readonly type: "address";
|
|
4065
|
+
}];
|
|
4066
|
+
readonly name: "transferOwnership";
|
|
4067
|
+
readonly outputs: readonly [];
|
|
4068
|
+
readonly stateMutability: "nonpayable";
|
|
4069
|
+
}, {
|
|
4070
|
+
readonly type: "function";
|
|
4071
|
+
readonly inputs: readonly [{
|
|
4072
|
+
readonly name: "newImplementation";
|
|
4073
|
+
readonly internalType: "address";
|
|
4074
|
+
readonly type: "address";
|
|
4075
|
+
}, {
|
|
4076
|
+
readonly name: "data";
|
|
4077
|
+
readonly internalType: "bytes";
|
|
4078
|
+
readonly type: "bytes";
|
|
4079
|
+
}];
|
|
4080
|
+
readonly name: "upgradeToAndCall";
|
|
4081
|
+
readonly outputs: readonly [];
|
|
4082
|
+
readonly stateMutability: "payable";
|
|
4083
|
+
}, {
|
|
4084
|
+
readonly type: "event";
|
|
4085
|
+
readonly anonymous: false;
|
|
4086
|
+
readonly inputs: readonly [{
|
|
4087
|
+
readonly name: "version";
|
|
4088
|
+
readonly internalType: "uint64";
|
|
4089
|
+
readonly type: "uint64";
|
|
4090
|
+
readonly indexed: false;
|
|
4091
|
+
}];
|
|
4092
|
+
readonly name: "Initialized";
|
|
4093
|
+
}, {
|
|
4094
|
+
readonly type: "event";
|
|
4095
|
+
readonly anonymous: false;
|
|
4096
|
+
readonly inputs: readonly [{
|
|
4097
|
+
readonly name: "previousOwner";
|
|
4098
|
+
readonly internalType: "address";
|
|
4099
|
+
readonly type: "address";
|
|
4100
|
+
readonly indexed: true;
|
|
4101
|
+
}, {
|
|
4102
|
+
readonly name: "newOwner";
|
|
4103
|
+
readonly internalType: "address";
|
|
4104
|
+
readonly type: "address";
|
|
4105
|
+
readonly indexed: true;
|
|
4106
|
+
}];
|
|
4107
|
+
readonly name: "OwnershipTransferStarted";
|
|
4108
|
+
}, {
|
|
4109
|
+
readonly type: "event";
|
|
4110
|
+
readonly anonymous: false;
|
|
4111
|
+
readonly inputs: readonly [{
|
|
4112
|
+
readonly name: "previousOwner";
|
|
4113
|
+
readonly internalType: "address";
|
|
4114
|
+
readonly type: "address";
|
|
4115
|
+
readonly indexed: true;
|
|
4116
|
+
}, {
|
|
4117
|
+
readonly name: "newOwner";
|
|
4118
|
+
readonly internalType: "address";
|
|
4119
|
+
readonly type: "address";
|
|
4120
|
+
readonly indexed: true;
|
|
4121
|
+
}];
|
|
4122
|
+
readonly name: "OwnershipTransferred";
|
|
4123
|
+
}, {
|
|
4124
|
+
readonly type: "event";
|
|
4125
|
+
readonly anonymous: false;
|
|
4126
|
+
readonly inputs: readonly [{
|
|
4127
|
+
readonly name: "cointag";
|
|
4128
|
+
readonly internalType: "address";
|
|
4129
|
+
readonly type: "address";
|
|
4130
|
+
readonly indexed: true;
|
|
4131
|
+
}, {
|
|
4132
|
+
readonly name: "creatorRewardRecipient";
|
|
4133
|
+
readonly internalType: "address";
|
|
4134
|
+
readonly type: "address";
|
|
4135
|
+
readonly indexed: true;
|
|
4136
|
+
}, {
|
|
4137
|
+
readonly name: "erc20";
|
|
4138
|
+
readonly internalType: "address";
|
|
4139
|
+
readonly type: "address";
|
|
4140
|
+
readonly indexed: true;
|
|
4141
|
+
}, {
|
|
4142
|
+
readonly name: "pool";
|
|
4143
|
+
readonly internalType: "address";
|
|
4144
|
+
readonly type: "address";
|
|
4145
|
+
readonly indexed: false;
|
|
4146
|
+
}, {
|
|
4147
|
+
readonly name: "percentageToBuyBurn";
|
|
4148
|
+
readonly internalType: "uint256";
|
|
4149
|
+
readonly type: "uint256";
|
|
4150
|
+
readonly indexed: false;
|
|
4151
|
+
}, {
|
|
4152
|
+
readonly name: "saltSource";
|
|
4153
|
+
readonly internalType: "bytes";
|
|
4154
|
+
readonly type: "bytes";
|
|
4155
|
+
readonly indexed: false;
|
|
4156
|
+
}];
|
|
4157
|
+
readonly name: "SetupNewCointag";
|
|
4158
|
+
}, {
|
|
4159
|
+
readonly type: "event";
|
|
4160
|
+
readonly anonymous: false;
|
|
4161
|
+
readonly inputs: readonly [{
|
|
4162
|
+
readonly name: "implementation";
|
|
4163
|
+
readonly internalType: "address";
|
|
4164
|
+
readonly type: "address";
|
|
4165
|
+
readonly indexed: true;
|
|
4166
|
+
}];
|
|
4167
|
+
readonly name: "Upgraded";
|
|
4168
|
+
}, {
|
|
4169
|
+
readonly type: "error";
|
|
4170
|
+
readonly inputs: readonly [{
|
|
4171
|
+
readonly name: "target";
|
|
4172
|
+
readonly internalType: "address";
|
|
4173
|
+
readonly type: "address";
|
|
4174
|
+
}];
|
|
4175
|
+
readonly name: "AddressEmptyCode";
|
|
4176
|
+
}, {
|
|
4177
|
+
readonly type: "error";
|
|
4178
|
+
readonly inputs: readonly [];
|
|
4179
|
+
readonly name: "AddressZero";
|
|
4180
|
+
}, {
|
|
4181
|
+
readonly type: "error";
|
|
4182
|
+
readonly inputs: readonly [];
|
|
4183
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
4184
|
+
}, {
|
|
4185
|
+
readonly type: "error";
|
|
4186
|
+
readonly inputs: readonly [{
|
|
4187
|
+
readonly name: "implementation";
|
|
4188
|
+
readonly internalType: "address";
|
|
4189
|
+
readonly type: "address";
|
|
4190
|
+
}];
|
|
4191
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4192
|
+
}, {
|
|
4193
|
+
readonly type: "error";
|
|
4194
|
+
readonly inputs: readonly [];
|
|
4195
|
+
readonly name: "ERC1967NonPayable";
|
|
4196
|
+
}, {
|
|
4197
|
+
readonly type: "error";
|
|
4198
|
+
readonly inputs: readonly [];
|
|
4199
|
+
readonly name: "FailedInnerCall";
|
|
4200
|
+
}, {
|
|
4201
|
+
readonly type: "error";
|
|
4202
|
+
readonly inputs: readonly [];
|
|
4203
|
+
readonly name: "InvalidInitialization";
|
|
4204
|
+
}, {
|
|
4205
|
+
readonly type: "error";
|
|
4206
|
+
readonly inputs: readonly [];
|
|
4207
|
+
readonly name: "NotInitializing";
|
|
4208
|
+
}, {
|
|
4209
|
+
readonly type: "error";
|
|
4210
|
+
readonly inputs: readonly [{
|
|
4211
|
+
readonly name: "owner";
|
|
4212
|
+
readonly internalType: "address";
|
|
4213
|
+
readonly type: "address";
|
|
4214
|
+
}];
|
|
4215
|
+
readonly name: "OwnableInvalidOwner";
|
|
4216
|
+
}, {
|
|
4217
|
+
readonly type: "error";
|
|
4218
|
+
readonly inputs: readonly [{
|
|
4219
|
+
readonly name: "account";
|
|
4220
|
+
readonly internalType: "address";
|
|
4221
|
+
readonly type: "address";
|
|
4222
|
+
}];
|
|
4223
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4224
|
+
}, {
|
|
4225
|
+
readonly type: "error";
|
|
4226
|
+
readonly inputs: readonly [];
|
|
4227
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4228
|
+
}, {
|
|
4229
|
+
readonly type: "error";
|
|
4230
|
+
readonly inputs: readonly [{
|
|
4231
|
+
readonly name: "slot";
|
|
4232
|
+
readonly internalType: "bytes32";
|
|
4233
|
+
readonly type: "bytes32";
|
|
4234
|
+
}];
|
|
4235
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4236
|
+
}, {
|
|
4237
|
+
readonly type: "error";
|
|
4238
|
+
readonly inputs: readonly [{
|
|
4239
|
+
readonly name: "expected";
|
|
4240
|
+
readonly internalType: "address";
|
|
4241
|
+
readonly type: "address";
|
|
4242
|
+
}, {
|
|
4243
|
+
readonly name: "actual";
|
|
4244
|
+
readonly internalType: "address";
|
|
4245
|
+
readonly type: "address";
|
|
4246
|
+
}];
|
|
4247
|
+
readonly name: "UnexpectedCointagAddress";
|
|
4248
|
+
}, {
|
|
4249
|
+
readonly type: "error";
|
|
4250
|
+
readonly inputs: readonly [{
|
|
4251
|
+
readonly name: "currentName";
|
|
4252
|
+
readonly internalType: "string";
|
|
4253
|
+
readonly type: "string";
|
|
4254
|
+
}, {
|
|
4255
|
+
readonly name: "newName";
|
|
4256
|
+
readonly internalType: "string";
|
|
4257
|
+
readonly type: "string";
|
|
4258
|
+
}];
|
|
4259
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4260
|
+
}];
|
|
4261
|
+
/**
|
|
4262
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4263
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4264
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const cointagFactoryAddress: {
|
|
4267
|
+
readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4268
|
+
readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4269
|
+
readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4270
|
+
};
|
|
4271
|
+
/**
|
|
4272
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4273
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4274
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
|
|
4275
|
+
*/
|
|
4276
|
+
export declare const cointagFactoryConfig: {
|
|
4277
|
+
readonly address: {
|
|
4278
|
+
readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4279
|
+
readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4280
|
+
readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
|
|
4281
|
+
};
|
|
4282
|
+
readonly abi: readonly [{
|
|
4283
|
+
readonly type: "constructor";
|
|
4284
|
+
readonly inputs: readonly [{
|
|
4285
|
+
readonly name: "_cointagImplementation";
|
|
4286
|
+
readonly internalType: "address";
|
|
4287
|
+
readonly type: "address";
|
|
4288
|
+
}];
|
|
4289
|
+
readonly stateMutability: "nonpayable";
|
|
4290
|
+
}, {
|
|
4291
|
+
readonly type: "function";
|
|
4292
|
+
readonly inputs: readonly [];
|
|
4293
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4294
|
+
readonly outputs: readonly [{
|
|
4295
|
+
readonly name: "";
|
|
4296
|
+
readonly internalType: "string";
|
|
4297
|
+
readonly type: "string";
|
|
4298
|
+
}];
|
|
4299
|
+
readonly stateMutability: "view";
|
|
4300
|
+
}, {
|
|
4301
|
+
readonly type: "function";
|
|
4302
|
+
readonly inputs: readonly [];
|
|
4303
|
+
readonly name: "acceptOwnership";
|
|
4304
|
+
readonly outputs: readonly [];
|
|
4305
|
+
readonly stateMutability: "nonpayable";
|
|
4306
|
+
}, {
|
|
4307
|
+
readonly type: "function";
|
|
4308
|
+
readonly inputs: readonly [];
|
|
4309
|
+
readonly name: "cointagImplementation";
|
|
4310
|
+
readonly outputs: readonly [{
|
|
4311
|
+
readonly name: "";
|
|
4312
|
+
readonly internalType: "address";
|
|
4313
|
+
readonly type: "address";
|
|
4314
|
+
}];
|
|
4315
|
+
readonly stateMutability: "view";
|
|
4316
|
+
}, {
|
|
4317
|
+
readonly type: "function";
|
|
4318
|
+
readonly inputs: readonly [];
|
|
4319
|
+
readonly name: "contractName";
|
|
4320
|
+
readonly outputs: readonly [{
|
|
4321
|
+
readonly name: "";
|
|
4322
|
+
readonly internalType: "string";
|
|
4323
|
+
readonly type: "string";
|
|
4324
|
+
}];
|
|
4325
|
+
readonly stateMutability: "pure";
|
|
4326
|
+
}, {
|
|
4327
|
+
readonly type: "function";
|
|
4328
|
+
readonly inputs: readonly [];
|
|
4329
|
+
readonly name: "contractURI";
|
|
4330
|
+
readonly outputs: readonly [{
|
|
4331
|
+
readonly name: "";
|
|
4332
|
+
readonly internalType: "string";
|
|
4333
|
+
readonly type: "string";
|
|
4334
|
+
}];
|
|
4335
|
+
readonly stateMutability: "pure";
|
|
4336
|
+
}, {
|
|
4337
|
+
readonly type: "function";
|
|
4338
|
+
readonly inputs: readonly [];
|
|
4339
|
+
readonly name: "contractVersion";
|
|
4340
|
+
readonly outputs: readonly [{
|
|
4341
|
+
readonly name: "";
|
|
4342
|
+
readonly internalType: "string";
|
|
4343
|
+
readonly type: "string";
|
|
4344
|
+
}];
|
|
4345
|
+
readonly stateMutability: "pure";
|
|
4346
|
+
}, {
|
|
4347
|
+
readonly type: "function";
|
|
4348
|
+
readonly inputs: readonly [{
|
|
4349
|
+
readonly name: "_creatorRewardRecipient";
|
|
4350
|
+
readonly internalType: "address";
|
|
4351
|
+
readonly type: "address";
|
|
4352
|
+
}, {
|
|
4353
|
+
readonly name: "_pool";
|
|
4354
|
+
readonly internalType: "address";
|
|
4355
|
+
readonly type: "address";
|
|
4356
|
+
}, {
|
|
4357
|
+
readonly name: "_percentageToBuyBurn";
|
|
4358
|
+
readonly internalType: "uint256";
|
|
4359
|
+
readonly type: "uint256";
|
|
4360
|
+
}, {
|
|
4361
|
+
readonly name: "saltSource";
|
|
4362
|
+
readonly internalType: "bytes";
|
|
4363
|
+
readonly type: "bytes";
|
|
4364
|
+
}];
|
|
4365
|
+
readonly name: "getCointagAddress";
|
|
4366
|
+
readonly outputs: readonly [{
|
|
4367
|
+
readonly name: "";
|
|
4368
|
+
readonly internalType: "address";
|
|
4369
|
+
readonly type: "address";
|
|
4370
|
+
}];
|
|
4371
|
+
readonly stateMutability: "view";
|
|
4372
|
+
}, {
|
|
4373
|
+
readonly type: "function";
|
|
4374
|
+
readonly inputs: readonly [{
|
|
4375
|
+
readonly name: "_implementation";
|
|
4376
|
+
readonly internalType: "address";
|
|
4377
|
+
readonly type: "address";
|
|
4378
|
+
}, {
|
|
4379
|
+
readonly name: "_creatorRewardRecipient";
|
|
4380
|
+
readonly internalType: "address";
|
|
4381
|
+
readonly type: "address";
|
|
4382
|
+
}, {
|
|
4383
|
+
readonly name: "_pool";
|
|
4384
|
+
readonly internalType: "address";
|
|
4385
|
+
readonly type: "address";
|
|
4386
|
+
}, {
|
|
4387
|
+
readonly name: "_percentageToBuyBurn";
|
|
4388
|
+
readonly internalType: "uint256";
|
|
4389
|
+
readonly type: "uint256";
|
|
4390
|
+
}, {
|
|
4391
|
+
readonly name: "saltSource";
|
|
4392
|
+
readonly internalType: "bytes";
|
|
4393
|
+
readonly type: "bytes";
|
|
4394
|
+
}];
|
|
4395
|
+
readonly name: "getCointagAddressForImpl";
|
|
4396
|
+
readonly outputs: readonly [{
|
|
4397
|
+
readonly name: "";
|
|
4398
|
+
readonly internalType: "address";
|
|
4399
|
+
readonly type: "address";
|
|
4400
|
+
}];
|
|
4401
|
+
readonly stateMutability: "view";
|
|
4402
|
+
}, {
|
|
4403
|
+
readonly type: "function";
|
|
4404
|
+
readonly inputs: readonly [{
|
|
4405
|
+
readonly name: "_creatorRewardRecipient";
|
|
4406
|
+
readonly internalType: "address";
|
|
4407
|
+
readonly type: "address";
|
|
4408
|
+
}, {
|
|
4409
|
+
readonly name: "_pool";
|
|
4410
|
+
readonly internalType: "address";
|
|
4411
|
+
readonly type: "address";
|
|
4412
|
+
}, {
|
|
4413
|
+
readonly name: "_percentageToBuyBurn";
|
|
4414
|
+
readonly internalType: "uint256";
|
|
4415
|
+
readonly type: "uint256";
|
|
4416
|
+
}, {
|
|
4417
|
+
readonly name: "saltSource";
|
|
4418
|
+
readonly internalType: "bytes";
|
|
4419
|
+
readonly type: "bytes";
|
|
4420
|
+
}];
|
|
4421
|
+
readonly name: "getOrCreateCointag";
|
|
4422
|
+
readonly outputs: readonly [{
|
|
4423
|
+
readonly name: "";
|
|
4424
|
+
readonly internalType: "contract ICointag";
|
|
4425
|
+
readonly type: "address";
|
|
4426
|
+
}];
|
|
4427
|
+
readonly stateMutability: "nonpayable";
|
|
4428
|
+
}, {
|
|
4429
|
+
readonly type: "function";
|
|
4430
|
+
readonly inputs: readonly [{
|
|
4431
|
+
readonly name: "_creatorRewardRecipient";
|
|
4432
|
+
readonly internalType: "address";
|
|
4433
|
+
readonly type: "address";
|
|
4434
|
+
}, {
|
|
4435
|
+
readonly name: "_pool";
|
|
4436
|
+
readonly internalType: "address";
|
|
4437
|
+
readonly type: "address";
|
|
4438
|
+
}, {
|
|
4439
|
+
readonly name: "_percentageToBuyBurn";
|
|
4440
|
+
readonly internalType: "uint256";
|
|
4441
|
+
readonly type: "uint256";
|
|
4442
|
+
}, {
|
|
4443
|
+
readonly name: "saltSource";
|
|
4444
|
+
readonly internalType: "bytes";
|
|
4445
|
+
readonly type: "bytes";
|
|
4446
|
+
}, {
|
|
4447
|
+
readonly name: "expectedAddress";
|
|
4448
|
+
readonly internalType: "address";
|
|
4449
|
+
readonly type: "address";
|
|
4450
|
+
}];
|
|
4451
|
+
readonly name: "getOrCreateCointagAtExpectedAddress";
|
|
4452
|
+
readonly outputs: readonly [{
|
|
4453
|
+
readonly name: "";
|
|
4454
|
+
readonly internalType: "contract ICointag";
|
|
4455
|
+
readonly type: "address";
|
|
4456
|
+
}];
|
|
4457
|
+
readonly stateMutability: "nonpayable";
|
|
4458
|
+
}, {
|
|
4459
|
+
readonly type: "function";
|
|
4460
|
+
readonly inputs: readonly [];
|
|
4461
|
+
readonly name: "implementation";
|
|
4462
|
+
readonly outputs: readonly [{
|
|
4463
|
+
readonly name: "";
|
|
4464
|
+
readonly internalType: "address";
|
|
4465
|
+
readonly type: "address";
|
|
4466
|
+
}];
|
|
4467
|
+
readonly stateMutability: "view";
|
|
4468
|
+
}, {
|
|
4469
|
+
readonly type: "function";
|
|
4470
|
+
readonly inputs: readonly [{
|
|
4471
|
+
readonly name: "_defaultOwner";
|
|
4472
|
+
readonly internalType: "address";
|
|
4473
|
+
readonly type: "address";
|
|
4474
|
+
}];
|
|
4475
|
+
readonly name: "initialize";
|
|
4476
|
+
readonly outputs: readonly [];
|
|
4477
|
+
readonly stateMutability: "nonpayable";
|
|
4478
|
+
}, {
|
|
4479
|
+
readonly type: "function";
|
|
4480
|
+
readonly inputs: readonly [];
|
|
4481
|
+
readonly name: "owner";
|
|
4482
|
+
readonly outputs: readonly [{
|
|
4483
|
+
readonly name: "";
|
|
4484
|
+
readonly internalType: "address";
|
|
4485
|
+
readonly type: "address";
|
|
4486
|
+
}];
|
|
4487
|
+
readonly stateMutability: "view";
|
|
4488
|
+
}, {
|
|
4489
|
+
readonly type: "function";
|
|
4490
|
+
readonly inputs: readonly [];
|
|
4491
|
+
readonly name: "pendingOwner";
|
|
4492
|
+
readonly outputs: readonly [{
|
|
4493
|
+
readonly name: "";
|
|
4494
|
+
readonly internalType: "address";
|
|
4495
|
+
readonly type: "address";
|
|
4496
|
+
}];
|
|
4497
|
+
readonly stateMutability: "view";
|
|
4498
|
+
}, {
|
|
4499
|
+
readonly type: "function";
|
|
4500
|
+
readonly inputs: readonly [];
|
|
4501
|
+
readonly name: "proxiableUUID";
|
|
4502
|
+
readonly outputs: readonly [{
|
|
4503
|
+
readonly name: "";
|
|
4504
|
+
readonly internalType: "bytes32";
|
|
4505
|
+
readonly type: "bytes32";
|
|
4506
|
+
}];
|
|
4507
|
+
readonly stateMutability: "view";
|
|
4508
|
+
}, {
|
|
4509
|
+
readonly type: "function";
|
|
4510
|
+
readonly inputs: readonly [];
|
|
4511
|
+
readonly name: "renounceOwnership";
|
|
4512
|
+
readonly outputs: readonly [];
|
|
4513
|
+
readonly stateMutability: "nonpayable";
|
|
4514
|
+
}, {
|
|
4515
|
+
readonly type: "function";
|
|
4516
|
+
readonly inputs: readonly [{
|
|
4517
|
+
readonly name: "newOwner";
|
|
4518
|
+
readonly internalType: "address";
|
|
4519
|
+
readonly type: "address";
|
|
4520
|
+
}];
|
|
4521
|
+
readonly name: "transferOwnership";
|
|
4522
|
+
readonly outputs: readonly [];
|
|
4523
|
+
readonly stateMutability: "nonpayable";
|
|
4524
|
+
}, {
|
|
4525
|
+
readonly type: "function";
|
|
4526
|
+
readonly inputs: readonly [{
|
|
4527
|
+
readonly name: "newImplementation";
|
|
4528
|
+
readonly internalType: "address";
|
|
4529
|
+
readonly type: "address";
|
|
4530
|
+
}, {
|
|
4531
|
+
readonly name: "data";
|
|
4532
|
+
readonly internalType: "bytes";
|
|
4533
|
+
readonly type: "bytes";
|
|
4534
|
+
}];
|
|
4535
|
+
readonly name: "upgradeToAndCall";
|
|
4536
|
+
readonly outputs: readonly [];
|
|
4537
|
+
readonly stateMutability: "payable";
|
|
4538
|
+
}, {
|
|
4539
|
+
readonly type: "event";
|
|
4540
|
+
readonly anonymous: false;
|
|
4541
|
+
readonly inputs: readonly [{
|
|
4542
|
+
readonly name: "version";
|
|
4543
|
+
readonly internalType: "uint64";
|
|
4544
|
+
readonly type: "uint64";
|
|
4545
|
+
readonly indexed: false;
|
|
4546
|
+
}];
|
|
4547
|
+
readonly name: "Initialized";
|
|
4548
|
+
}, {
|
|
4549
|
+
readonly type: "event";
|
|
4550
|
+
readonly anonymous: false;
|
|
4551
|
+
readonly inputs: readonly [{
|
|
4552
|
+
readonly name: "previousOwner";
|
|
4553
|
+
readonly internalType: "address";
|
|
4554
|
+
readonly type: "address";
|
|
4555
|
+
readonly indexed: true;
|
|
4556
|
+
}, {
|
|
4557
|
+
readonly name: "newOwner";
|
|
4558
|
+
readonly internalType: "address";
|
|
4559
|
+
readonly type: "address";
|
|
4560
|
+
readonly indexed: true;
|
|
4561
|
+
}];
|
|
4562
|
+
readonly name: "OwnershipTransferStarted";
|
|
4563
|
+
}, {
|
|
4564
|
+
readonly type: "event";
|
|
4565
|
+
readonly anonymous: false;
|
|
4566
|
+
readonly inputs: readonly [{
|
|
4567
|
+
readonly name: "previousOwner";
|
|
4568
|
+
readonly internalType: "address";
|
|
4569
|
+
readonly type: "address";
|
|
4570
|
+
readonly indexed: true;
|
|
4571
|
+
}, {
|
|
4572
|
+
readonly name: "newOwner";
|
|
4573
|
+
readonly internalType: "address";
|
|
4574
|
+
readonly type: "address";
|
|
4575
|
+
readonly indexed: true;
|
|
4576
|
+
}];
|
|
4577
|
+
readonly name: "OwnershipTransferred";
|
|
4578
|
+
}, {
|
|
4579
|
+
readonly type: "event";
|
|
4580
|
+
readonly anonymous: false;
|
|
4581
|
+
readonly inputs: readonly [{
|
|
4582
|
+
readonly name: "cointag";
|
|
4583
|
+
readonly internalType: "address";
|
|
4584
|
+
readonly type: "address";
|
|
4585
|
+
readonly indexed: true;
|
|
4586
|
+
}, {
|
|
4587
|
+
readonly name: "creatorRewardRecipient";
|
|
4588
|
+
readonly internalType: "address";
|
|
4589
|
+
readonly type: "address";
|
|
4590
|
+
readonly indexed: true;
|
|
4591
|
+
}, {
|
|
4592
|
+
readonly name: "erc20";
|
|
4593
|
+
readonly internalType: "address";
|
|
4594
|
+
readonly type: "address";
|
|
4595
|
+
readonly indexed: true;
|
|
4596
|
+
}, {
|
|
4597
|
+
readonly name: "pool";
|
|
4598
|
+
readonly internalType: "address";
|
|
4599
|
+
readonly type: "address";
|
|
4600
|
+
readonly indexed: false;
|
|
4601
|
+
}, {
|
|
4602
|
+
readonly name: "percentageToBuyBurn";
|
|
4603
|
+
readonly internalType: "uint256";
|
|
4604
|
+
readonly type: "uint256";
|
|
4605
|
+
readonly indexed: false;
|
|
4606
|
+
}, {
|
|
4607
|
+
readonly name: "saltSource";
|
|
4608
|
+
readonly internalType: "bytes";
|
|
4609
|
+
readonly type: "bytes";
|
|
4610
|
+
readonly indexed: false;
|
|
4611
|
+
}];
|
|
4612
|
+
readonly name: "SetupNewCointag";
|
|
4613
|
+
}, {
|
|
4614
|
+
readonly type: "event";
|
|
4615
|
+
readonly anonymous: false;
|
|
4616
|
+
readonly inputs: readonly [{
|
|
4617
|
+
readonly name: "implementation";
|
|
4618
|
+
readonly internalType: "address";
|
|
4619
|
+
readonly type: "address";
|
|
4620
|
+
readonly indexed: true;
|
|
4621
|
+
}];
|
|
4622
|
+
readonly name: "Upgraded";
|
|
4623
|
+
}, {
|
|
4624
|
+
readonly type: "error";
|
|
4625
|
+
readonly inputs: readonly [{
|
|
4626
|
+
readonly name: "target";
|
|
4627
|
+
readonly internalType: "address";
|
|
4628
|
+
readonly type: "address";
|
|
4629
|
+
}];
|
|
4630
|
+
readonly name: "AddressEmptyCode";
|
|
4631
|
+
}, {
|
|
4632
|
+
readonly type: "error";
|
|
4633
|
+
readonly inputs: readonly [];
|
|
4634
|
+
readonly name: "AddressZero";
|
|
4635
|
+
}, {
|
|
4636
|
+
readonly type: "error";
|
|
4637
|
+
readonly inputs: readonly [];
|
|
4638
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
4639
|
+
}, {
|
|
4640
|
+
readonly type: "error";
|
|
4641
|
+
readonly inputs: readonly [{
|
|
4642
|
+
readonly name: "implementation";
|
|
4643
|
+
readonly internalType: "address";
|
|
4644
|
+
readonly type: "address";
|
|
4645
|
+
}];
|
|
4646
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4647
|
+
}, {
|
|
4648
|
+
readonly type: "error";
|
|
4649
|
+
readonly inputs: readonly [];
|
|
4650
|
+
readonly name: "ERC1967NonPayable";
|
|
4651
|
+
}, {
|
|
4652
|
+
readonly type: "error";
|
|
4653
|
+
readonly inputs: readonly [];
|
|
4654
|
+
readonly name: "FailedInnerCall";
|
|
4655
|
+
}, {
|
|
4656
|
+
readonly type: "error";
|
|
4657
|
+
readonly inputs: readonly [];
|
|
4658
|
+
readonly name: "InvalidInitialization";
|
|
4659
|
+
}, {
|
|
4660
|
+
readonly type: "error";
|
|
4661
|
+
readonly inputs: readonly [];
|
|
4662
|
+
readonly name: "NotInitializing";
|
|
4663
|
+
}, {
|
|
4664
|
+
readonly type: "error";
|
|
4665
|
+
readonly inputs: readonly [{
|
|
4666
|
+
readonly name: "owner";
|
|
4667
|
+
readonly internalType: "address";
|
|
4668
|
+
readonly type: "address";
|
|
4669
|
+
}];
|
|
4670
|
+
readonly name: "OwnableInvalidOwner";
|
|
4671
|
+
}, {
|
|
4672
|
+
readonly type: "error";
|
|
4673
|
+
readonly inputs: readonly [{
|
|
4674
|
+
readonly name: "account";
|
|
4675
|
+
readonly internalType: "address";
|
|
4676
|
+
readonly type: "address";
|
|
4677
|
+
}];
|
|
4678
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4679
|
+
}, {
|
|
4680
|
+
readonly type: "error";
|
|
4681
|
+
readonly inputs: readonly [];
|
|
4682
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4683
|
+
}, {
|
|
4684
|
+
readonly type: "error";
|
|
4685
|
+
readonly inputs: readonly [{
|
|
4686
|
+
readonly name: "slot";
|
|
4687
|
+
readonly internalType: "bytes32";
|
|
4688
|
+
readonly type: "bytes32";
|
|
4689
|
+
}];
|
|
4690
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4691
|
+
}, {
|
|
4692
|
+
readonly type: "error";
|
|
4693
|
+
readonly inputs: readonly [{
|
|
4694
|
+
readonly name: "expected";
|
|
4695
|
+
readonly internalType: "address";
|
|
4696
|
+
readonly type: "address";
|
|
4697
|
+
}, {
|
|
4698
|
+
readonly name: "actual";
|
|
4699
|
+
readonly internalType: "address";
|
|
4700
|
+
readonly type: "address";
|
|
4701
|
+
}];
|
|
4702
|
+
readonly name: "UnexpectedCointagAddress";
|
|
4703
|
+
}, {
|
|
4704
|
+
readonly type: "error";
|
|
4705
|
+
readonly inputs: readonly [{
|
|
4706
|
+
readonly name: "currentName";
|
|
4707
|
+
readonly internalType: "string";
|
|
4708
|
+
readonly type: "string";
|
|
4709
|
+
}, {
|
|
4710
|
+
readonly name: "newName";
|
|
4711
|
+
readonly internalType: "string";
|
|
4712
|
+
readonly type: "string";
|
|
4713
|
+
}];
|
|
4714
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4715
|
+
}];
|
|
4716
|
+
};
|
|
3491
4717
|
/**
|
|
3492
4718
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
3493
4719
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
@@ -9968,38 +11194,190 @@ export declare const iSponsoredSparksSpenderActionABI: readonly [{
|
|
|
9968
11194
|
readonly internalType: "bytes";
|
|
9969
11195
|
readonly type: "bytes";
|
|
9970
11196
|
}, {
|
|
9971
|
-
readonly name: "expectedRedeemAmount";
|
|
9972
|
-
readonly internalType: "uint256";
|
|
9973
|
-
readonly type: "uint256";
|
|
11197
|
+
readonly name: "expectedRedeemAmount";
|
|
11198
|
+
readonly internalType: "uint256";
|
|
11199
|
+
readonly type: "uint256";
|
|
11200
|
+
}, {
|
|
11201
|
+
readonly name: "totalAmount";
|
|
11202
|
+
readonly internalType: "uint256";
|
|
11203
|
+
readonly type: "uint256";
|
|
11204
|
+
}, {
|
|
11205
|
+
readonly name: "ids";
|
|
11206
|
+
readonly internalType: "uint256[]";
|
|
11207
|
+
readonly type: "uint256[]";
|
|
11208
|
+
}, {
|
|
11209
|
+
readonly name: "quantities";
|
|
11210
|
+
readonly internalType: "uint256[]";
|
|
11211
|
+
readonly type: "uint256[]";
|
|
11212
|
+
}, {
|
|
11213
|
+
readonly name: "nonce";
|
|
11214
|
+
readonly internalType: "uint256";
|
|
11215
|
+
readonly type: "uint256";
|
|
11216
|
+
}, {
|
|
11217
|
+
readonly name: "deadline";
|
|
11218
|
+
readonly internalType: "uint256";
|
|
11219
|
+
readonly type: "uint256";
|
|
11220
|
+
}];
|
|
11221
|
+
}, {
|
|
11222
|
+
readonly name: "signature";
|
|
11223
|
+
readonly internalType: "bytes";
|
|
11224
|
+
readonly type: "bytes";
|
|
11225
|
+
}];
|
|
11226
|
+
readonly name: "sponsoredMintBatch";
|
|
11227
|
+
readonly outputs: readonly [];
|
|
11228
|
+
readonly stateMutability: "nonpayable";
|
|
11229
|
+
}];
|
|
11230
|
+
export declare const iUniswapV3PoolABI: readonly [{
|
|
11231
|
+
readonly type: "function";
|
|
11232
|
+
readonly inputs: readonly [];
|
|
11233
|
+
readonly name: "fee";
|
|
11234
|
+
readonly outputs: readonly [{
|
|
11235
|
+
readonly name: "";
|
|
11236
|
+
readonly internalType: "uint24";
|
|
11237
|
+
readonly type: "uint24";
|
|
11238
|
+
}];
|
|
11239
|
+
readonly stateMutability: "view";
|
|
11240
|
+
}, {
|
|
11241
|
+
readonly type: "function";
|
|
11242
|
+
readonly inputs: readonly [];
|
|
11243
|
+
readonly name: "feeGrowthGlobal0X128";
|
|
11244
|
+
readonly outputs: readonly [{
|
|
11245
|
+
readonly name: "";
|
|
11246
|
+
readonly internalType: "uint256";
|
|
11247
|
+
readonly type: "uint256";
|
|
11248
|
+
}];
|
|
11249
|
+
readonly stateMutability: "view";
|
|
11250
|
+
}, {
|
|
11251
|
+
readonly type: "function";
|
|
11252
|
+
readonly inputs: readonly [];
|
|
11253
|
+
readonly name: "feeGrowthGlobal1X128";
|
|
11254
|
+
readonly outputs: readonly [{
|
|
11255
|
+
readonly name: "";
|
|
11256
|
+
readonly internalType: "uint256";
|
|
11257
|
+
readonly type: "uint256";
|
|
11258
|
+
}];
|
|
11259
|
+
readonly stateMutability: "view";
|
|
11260
|
+
}, {
|
|
11261
|
+
readonly type: "function";
|
|
11262
|
+
readonly inputs: readonly [{
|
|
11263
|
+
readonly name: "observationCardinalityNext";
|
|
11264
|
+
readonly internalType: "uint16";
|
|
11265
|
+
readonly type: "uint16";
|
|
11266
|
+
}];
|
|
11267
|
+
readonly name: "increaseObservationCardinalityNext";
|
|
11268
|
+
readonly outputs: readonly [];
|
|
11269
|
+
readonly stateMutability: "nonpayable";
|
|
11270
|
+
}, {
|
|
11271
|
+
readonly type: "function";
|
|
11272
|
+
readonly inputs: readonly [{
|
|
11273
|
+
readonly name: "secondsAgos";
|
|
11274
|
+
readonly internalType: "uint32[]";
|
|
11275
|
+
readonly type: "uint32[]";
|
|
11276
|
+
}];
|
|
11277
|
+
readonly name: "observe";
|
|
11278
|
+
readonly outputs: readonly [{
|
|
11279
|
+
readonly name: "tickCumulatives";
|
|
11280
|
+
readonly internalType: "int56[]";
|
|
11281
|
+
readonly type: "int56[]";
|
|
11282
|
+
}, {
|
|
11283
|
+
readonly name: "secondsPerLiquidityCumulativeX128s";
|
|
11284
|
+
readonly internalType: "uint160[]";
|
|
11285
|
+
readonly type: "uint160[]";
|
|
11286
|
+
}];
|
|
11287
|
+
readonly stateMutability: "view";
|
|
11288
|
+
}, {
|
|
11289
|
+
readonly type: "function";
|
|
11290
|
+
readonly inputs: readonly [];
|
|
11291
|
+
readonly name: "slot0";
|
|
11292
|
+
readonly outputs: readonly [{
|
|
11293
|
+
readonly name: "slot0";
|
|
11294
|
+
readonly internalType: "struct IUniswapV3Pool.Slot0";
|
|
11295
|
+
readonly type: "tuple";
|
|
11296
|
+
readonly components: readonly [{
|
|
11297
|
+
readonly name: "sqrtPriceX96";
|
|
11298
|
+
readonly internalType: "uint160";
|
|
11299
|
+
readonly type: "uint160";
|
|
11300
|
+
}, {
|
|
11301
|
+
readonly name: "tick";
|
|
11302
|
+
readonly internalType: "int24";
|
|
11303
|
+
readonly type: "int24";
|
|
9974
11304
|
}, {
|
|
9975
|
-
readonly name: "
|
|
9976
|
-
readonly internalType: "
|
|
9977
|
-
readonly type: "
|
|
11305
|
+
readonly name: "observationIndex";
|
|
11306
|
+
readonly internalType: "uint16";
|
|
11307
|
+
readonly type: "uint16";
|
|
9978
11308
|
}, {
|
|
9979
|
-
readonly name: "
|
|
9980
|
-
readonly internalType: "
|
|
9981
|
-
readonly type: "
|
|
11309
|
+
readonly name: "observationCardinality";
|
|
11310
|
+
readonly internalType: "uint16";
|
|
11311
|
+
readonly type: "uint16";
|
|
9982
11312
|
}, {
|
|
9983
|
-
readonly name: "
|
|
9984
|
-
readonly internalType: "
|
|
9985
|
-
readonly type: "
|
|
11313
|
+
readonly name: "observationCardinalityNext";
|
|
11314
|
+
readonly internalType: "uint16";
|
|
11315
|
+
readonly type: "uint16";
|
|
9986
11316
|
}, {
|
|
9987
|
-
readonly name: "
|
|
9988
|
-
readonly internalType: "
|
|
9989
|
-
readonly type: "
|
|
11317
|
+
readonly name: "feeProtocol";
|
|
11318
|
+
readonly internalType: "uint8";
|
|
11319
|
+
readonly type: "uint8";
|
|
9990
11320
|
}, {
|
|
9991
|
-
readonly name: "
|
|
9992
|
-
readonly internalType: "
|
|
9993
|
-
readonly type: "
|
|
11321
|
+
readonly name: "unlocked";
|
|
11322
|
+
readonly internalType: "bool";
|
|
11323
|
+
readonly type: "bool";
|
|
9994
11324
|
}];
|
|
11325
|
+
}];
|
|
11326
|
+
readonly stateMutability: "view";
|
|
11327
|
+
}, {
|
|
11328
|
+
readonly type: "function";
|
|
11329
|
+
readonly inputs: readonly [{
|
|
11330
|
+
readonly name: "recipient";
|
|
11331
|
+
readonly internalType: "address";
|
|
11332
|
+
readonly type: "address";
|
|
9995
11333
|
}, {
|
|
9996
|
-
readonly name: "
|
|
11334
|
+
readonly name: "zeroForOne";
|
|
11335
|
+
readonly internalType: "bool";
|
|
11336
|
+
readonly type: "bool";
|
|
11337
|
+
}, {
|
|
11338
|
+
readonly name: "amountSpecified";
|
|
11339
|
+
readonly internalType: "int256";
|
|
11340
|
+
readonly type: "int256";
|
|
11341
|
+
}, {
|
|
11342
|
+
readonly name: "sqrtPriceLimitX96";
|
|
11343
|
+
readonly internalType: "uint160";
|
|
11344
|
+
readonly type: "uint160";
|
|
11345
|
+
}, {
|
|
11346
|
+
readonly name: "data";
|
|
9997
11347
|
readonly internalType: "bytes";
|
|
9998
11348
|
readonly type: "bytes";
|
|
9999
11349
|
}];
|
|
10000
|
-
readonly name: "
|
|
10001
|
-
readonly outputs: readonly [
|
|
11350
|
+
readonly name: "swap";
|
|
11351
|
+
readonly outputs: readonly [{
|
|
11352
|
+
readonly name: "amount0";
|
|
11353
|
+
readonly internalType: "int256";
|
|
11354
|
+
readonly type: "int256";
|
|
11355
|
+
}, {
|
|
11356
|
+
readonly name: "amount1";
|
|
11357
|
+
readonly internalType: "int256";
|
|
11358
|
+
readonly type: "int256";
|
|
11359
|
+
}];
|
|
10002
11360
|
readonly stateMutability: "nonpayable";
|
|
11361
|
+
}, {
|
|
11362
|
+
readonly type: "function";
|
|
11363
|
+
readonly inputs: readonly [];
|
|
11364
|
+
readonly name: "token0";
|
|
11365
|
+
readonly outputs: readonly [{
|
|
11366
|
+
readonly name: "";
|
|
11367
|
+
readonly internalType: "address";
|
|
11368
|
+
readonly type: "address";
|
|
11369
|
+
}];
|
|
11370
|
+
readonly stateMutability: "view";
|
|
11371
|
+
}, {
|
|
11372
|
+
readonly type: "function";
|
|
11373
|
+
readonly inputs: readonly [];
|
|
11374
|
+
readonly name: "token1";
|
|
11375
|
+
readonly outputs: readonly [{
|
|
11376
|
+
readonly name: "";
|
|
11377
|
+
readonly internalType: "address";
|
|
11378
|
+
readonly type: "address";
|
|
11379
|
+
}];
|
|
11380
|
+
readonly stateMutability: "view";
|
|
10003
11381
|
}];
|
|
10004
11382
|
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
10005
11383
|
readonly type: "function";
|
|
@@ -13305,6 +14683,283 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
13305
14683
|
readonly name: "WithdrawFailed";
|
|
13306
14684
|
}];
|
|
13307
14685
|
};
|
|
14686
|
+
/**
|
|
14687
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14688
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14689
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14690
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14691
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14692
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14693
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14694
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14695
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14696
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14697
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14698
|
+
*/
|
|
14699
|
+
export declare const uniswapV3SwapRouterABI: readonly [{
|
|
14700
|
+
readonly type: "function";
|
|
14701
|
+
readonly inputs: readonly [{
|
|
14702
|
+
readonly name: "params";
|
|
14703
|
+
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
14704
|
+
readonly type: "tuple";
|
|
14705
|
+
readonly components: readonly [{
|
|
14706
|
+
readonly name: "tokenIn";
|
|
14707
|
+
readonly internalType: "address";
|
|
14708
|
+
readonly type: "address";
|
|
14709
|
+
}, {
|
|
14710
|
+
readonly name: "tokenOut";
|
|
14711
|
+
readonly internalType: "address";
|
|
14712
|
+
readonly type: "address";
|
|
14713
|
+
}, {
|
|
14714
|
+
readonly name: "fee";
|
|
14715
|
+
readonly internalType: "uint24";
|
|
14716
|
+
readonly type: "uint24";
|
|
14717
|
+
}, {
|
|
14718
|
+
readonly name: "recipient";
|
|
14719
|
+
readonly internalType: "address";
|
|
14720
|
+
readonly type: "address";
|
|
14721
|
+
}, {
|
|
14722
|
+
readonly name: "amountIn";
|
|
14723
|
+
readonly internalType: "uint256";
|
|
14724
|
+
readonly type: "uint256";
|
|
14725
|
+
}, {
|
|
14726
|
+
readonly name: "amountOutMinimum";
|
|
14727
|
+
readonly internalType: "uint256";
|
|
14728
|
+
readonly type: "uint256";
|
|
14729
|
+
}, {
|
|
14730
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14731
|
+
readonly internalType: "uint160";
|
|
14732
|
+
readonly type: "uint160";
|
|
14733
|
+
}];
|
|
14734
|
+
}];
|
|
14735
|
+
readonly name: "exactInputSingle";
|
|
14736
|
+
readonly outputs: readonly [{
|
|
14737
|
+
readonly name: "amountOut";
|
|
14738
|
+
readonly internalType: "uint256";
|
|
14739
|
+
readonly type: "uint256";
|
|
14740
|
+
}];
|
|
14741
|
+
readonly stateMutability: "payable";
|
|
14742
|
+
}, {
|
|
14743
|
+
readonly type: "function";
|
|
14744
|
+
readonly inputs: readonly [{
|
|
14745
|
+
readonly name: "params";
|
|
14746
|
+
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
14747
|
+
readonly type: "tuple";
|
|
14748
|
+
readonly components: readonly [{
|
|
14749
|
+
readonly name: "tokenIn";
|
|
14750
|
+
readonly internalType: "address";
|
|
14751
|
+
readonly type: "address";
|
|
14752
|
+
}, {
|
|
14753
|
+
readonly name: "tokenOut";
|
|
14754
|
+
readonly internalType: "address";
|
|
14755
|
+
readonly type: "address";
|
|
14756
|
+
}, {
|
|
14757
|
+
readonly name: "fee";
|
|
14758
|
+
readonly internalType: "uint24";
|
|
14759
|
+
readonly type: "uint24";
|
|
14760
|
+
}, {
|
|
14761
|
+
readonly name: "recipient";
|
|
14762
|
+
readonly internalType: "address";
|
|
14763
|
+
readonly type: "address";
|
|
14764
|
+
}, {
|
|
14765
|
+
readonly name: "amountOut";
|
|
14766
|
+
readonly internalType: "uint256";
|
|
14767
|
+
readonly type: "uint256";
|
|
14768
|
+
}, {
|
|
14769
|
+
readonly name: "amountInMaximum";
|
|
14770
|
+
readonly internalType: "uint256";
|
|
14771
|
+
readonly type: "uint256";
|
|
14772
|
+
}, {
|
|
14773
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14774
|
+
readonly internalType: "uint160";
|
|
14775
|
+
readonly type: "uint160";
|
|
14776
|
+
}];
|
|
14777
|
+
}];
|
|
14778
|
+
readonly name: "exactOutputSingle";
|
|
14779
|
+
readonly outputs: readonly [{
|
|
14780
|
+
readonly name: "amountIn";
|
|
14781
|
+
readonly internalType: "uint256";
|
|
14782
|
+
readonly type: "uint256";
|
|
14783
|
+
}];
|
|
14784
|
+
readonly stateMutability: "payable";
|
|
14785
|
+
}, {
|
|
14786
|
+
readonly type: "function";
|
|
14787
|
+
readonly inputs: readonly [{
|
|
14788
|
+
readonly name: "amount0Delta";
|
|
14789
|
+
readonly internalType: "int256";
|
|
14790
|
+
readonly type: "int256";
|
|
14791
|
+
}, {
|
|
14792
|
+
readonly name: "amount1Delta";
|
|
14793
|
+
readonly internalType: "int256";
|
|
14794
|
+
readonly type: "int256";
|
|
14795
|
+
}, {
|
|
14796
|
+
readonly name: "data";
|
|
14797
|
+
readonly internalType: "bytes";
|
|
14798
|
+
readonly type: "bytes";
|
|
14799
|
+
}];
|
|
14800
|
+
readonly name: "uniswapV3SwapCallback";
|
|
14801
|
+
readonly outputs: readonly [];
|
|
14802
|
+
readonly stateMutability: "nonpayable";
|
|
14803
|
+
}];
|
|
14804
|
+
/**
|
|
14805
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14806
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14807
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14808
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14809
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14810
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14811
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14812
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14813
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14814
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14815
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14816
|
+
*/
|
|
14817
|
+
export declare const uniswapV3SwapRouterAddress: {
|
|
14818
|
+
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14819
|
+
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14820
|
+
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14821
|
+
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14822
|
+
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14823
|
+
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14824
|
+
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14825
|
+
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14826
|
+
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14827
|
+
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14828
|
+
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14829
|
+
};
|
|
14830
|
+
/**
|
|
14831
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14832
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14833
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14834
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14835
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14836
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14837
|
+
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14838
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14839
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14840
|
+
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14841
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14842
|
+
*/
|
|
14843
|
+
export declare const uniswapV3SwapRouterConfig: {
|
|
14844
|
+
readonly address: {
|
|
14845
|
+
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14846
|
+
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14847
|
+
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14848
|
+
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14849
|
+
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14850
|
+
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14851
|
+
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14852
|
+
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14853
|
+
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14854
|
+
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14855
|
+
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14856
|
+
};
|
|
14857
|
+
readonly abi: readonly [{
|
|
14858
|
+
readonly type: "function";
|
|
14859
|
+
readonly inputs: readonly [{
|
|
14860
|
+
readonly name: "params";
|
|
14861
|
+
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
14862
|
+
readonly type: "tuple";
|
|
14863
|
+
readonly components: readonly [{
|
|
14864
|
+
readonly name: "tokenIn";
|
|
14865
|
+
readonly internalType: "address";
|
|
14866
|
+
readonly type: "address";
|
|
14867
|
+
}, {
|
|
14868
|
+
readonly name: "tokenOut";
|
|
14869
|
+
readonly internalType: "address";
|
|
14870
|
+
readonly type: "address";
|
|
14871
|
+
}, {
|
|
14872
|
+
readonly name: "fee";
|
|
14873
|
+
readonly internalType: "uint24";
|
|
14874
|
+
readonly type: "uint24";
|
|
14875
|
+
}, {
|
|
14876
|
+
readonly name: "recipient";
|
|
14877
|
+
readonly internalType: "address";
|
|
14878
|
+
readonly type: "address";
|
|
14879
|
+
}, {
|
|
14880
|
+
readonly name: "amountIn";
|
|
14881
|
+
readonly internalType: "uint256";
|
|
14882
|
+
readonly type: "uint256";
|
|
14883
|
+
}, {
|
|
14884
|
+
readonly name: "amountOutMinimum";
|
|
14885
|
+
readonly internalType: "uint256";
|
|
14886
|
+
readonly type: "uint256";
|
|
14887
|
+
}, {
|
|
14888
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14889
|
+
readonly internalType: "uint160";
|
|
14890
|
+
readonly type: "uint160";
|
|
14891
|
+
}];
|
|
14892
|
+
}];
|
|
14893
|
+
readonly name: "exactInputSingle";
|
|
14894
|
+
readonly outputs: readonly [{
|
|
14895
|
+
readonly name: "amountOut";
|
|
14896
|
+
readonly internalType: "uint256";
|
|
14897
|
+
readonly type: "uint256";
|
|
14898
|
+
}];
|
|
14899
|
+
readonly stateMutability: "payable";
|
|
14900
|
+
}, {
|
|
14901
|
+
readonly type: "function";
|
|
14902
|
+
readonly inputs: readonly [{
|
|
14903
|
+
readonly name: "params";
|
|
14904
|
+
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
14905
|
+
readonly type: "tuple";
|
|
14906
|
+
readonly components: readonly [{
|
|
14907
|
+
readonly name: "tokenIn";
|
|
14908
|
+
readonly internalType: "address";
|
|
14909
|
+
readonly type: "address";
|
|
14910
|
+
}, {
|
|
14911
|
+
readonly name: "tokenOut";
|
|
14912
|
+
readonly internalType: "address";
|
|
14913
|
+
readonly type: "address";
|
|
14914
|
+
}, {
|
|
14915
|
+
readonly name: "fee";
|
|
14916
|
+
readonly internalType: "uint24";
|
|
14917
|
+
readonly type: "uint24";
|
|
14918
|
+
}, {
|
|
14919
|
+
readonly name: "recipient";
|
|
14920
|
+
readonly internalType: "address";
|
|
14921
|
+
readonly type: "address";
|
|
14922
|
+
}, {
|
|
14923
|
+
readonly name: "amountOut";
|
|
14924
|
+
readonly internalType: "uint256";
|
|
14925
|
+
readonly type: "uint256";
|
|
14926
|
+
}, {
|
|
14927
|
+
readonly name: "amountInMaximum";
|
|
14928
|
+
readonly internalType: "uint256";
|
|
14929
|
+
readonly type: "uint256";
|
|
14930
|
+
}, {
|
|
14931
|
+
readonly name: "sqrtPriceLimitX96";
|
|
14932
|
+
readonly internalType: "uint160";
|
|
14933
|
+
readonly type: "uint160";
|
|
14934
|
+
}];
|
|
14935
|
+
}];
|
|
14936
|
+
readonly name: "exactOutputSingle";
|
|
14937
|
+
readonly outputs: readonly [{
|
|
14938
|
+
readonly name: "amountIn";
|
|
14939
|
+
readonly internalType: "uint256";
|
|
14940
|
+
readonly type: "uint256";
|
|
14941
|
+
}];
|
|
14942
|
+
readonly stateMutability: "payable";
|
|
14943
|
+
}, {
|
|
14944
|
+
readonly type: "function";
|
|
14945
|
+
readonly inputs: readonly [{
|
|
14946
|
+
readonly name: "amount0Delta";
|
|
14947
|
+
readonly internalType: "int256";
|
|
14948
|
+
readonly type: "int256";
|
|
14949
|
+
}, {
|
|
14950
|
+
readonly name: "amount1Delta";
|
|
14951
|
+
readonly internalType: "int256";
|
|
14952
|
+
readonly type: "int256";
|
|
14953
|
+
}, {
|
|
14954
|
+
readonly name: "data";
|
|
14955
|
+
readonly internalType: "bytes";
|
|
14956
|
+
readonly type: "bytes";
|
|
14957
|
+
}];
|
|
14958
|
+
readonly name: "uniswapV3SwapCallback";
|
|
14959
|
+
readonly outputs: readonly [];
|
|
14960
|
+
readonly stateMutability: "nonpayable";
|
|
14961
|
+
}];
|
|
14962
|
+
};
|
|
13308
14963
|
/**
|
|
13309
14964
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
13310
14965
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|