@zoralabs/protocol-deployments 0.3.11-DEV.6 → 0.3.11
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 +2 -2
- package/dist/generated/wagmi.d.ts +29 -1591
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +0 -820
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -812
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +0 -879
|
@@ -3488,1139 +3488,6 @@ 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/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
3824
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
3825
|
-
*/
|
|
3826
|
-
export declare const cointagFactoryABI: readonly [{
|
|
3827
|
-
readonly type: "constructor";
|
|
3828
|
-
readonly inputs: readonly [{
|
|
3829
|
-
readonly name: "_protocolRewards";
|
|
3830
|
-
readonly internalType: "address";
|
|
3831
|
-
readonly type: "address";
|
|
3832
|
-
}, {
|
|
3833
|
-
readonly name: "_weth";
|
|
3834
|
-
readonly internalType: "address";
|
|
3835
|
-
readonly type: "address";
|
|
3836
|
-
}, {
|
|
3837
|
-
readonly name: "_cointagImplementation";
|
|
3838
|
-
readonly internalType: "address";
|
|
3839
|
-
readonly type: "address";
|
|
3840
|
-
}];
|
|
3841
|
-
readonly stateMutability: "nonpayable";
|
|
3842
|
-
}, {
|
|
3843
|
-
readonly type: "function";
|
|
3844
|
-
readonly inputs: readonly [];
|
|
3845
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
3846
|
-
readonly outputs: readonly [{
|
|
3847
|
-
readonly name: "";
|
|
3848
|
-
readonly internalType: "string";
|
|
3849
|
-
readonly type: "string";
|
|
3850
|
-
}];
|
|
3851
|
-
readonly stateMutability: "view";
|
|
3852
|
-
}, {
|
|
3853
|
-
readonly type: "function";
|
|
3854
|
-
readonly inputs: readonly [];
|
|
3855
|
-
readonly name: "acceptOwnership";
|
|
3856
|
-
readonly outputs: readonly [];
|
|
3857
|
-
readonly stateMutability: "nonpayable";
|
|
3858
|
-
}, {
|
|
3859
|
-
readonly type: "function";
|
|
3860
|
-
readonly inputs: readonly [];
|
|
3861
|
-
readonly name: "cointagImplementation";
|
|
3862
|
-
readonly outputs: readonly [{
|
|
3863
|
-
readonly name: "";
|
|
3864
|
-
readonly internalType: "address";
|
|
3865
|
-
readonly type: "address";
|
|
3866
|
-
}];
|
|
3867
|
-
readonly stateMutability: "view";
|
|
3868
|
-
}, {
|
|
3869
|
-
readonly type: "function";
|
|
3870
|
-
readonly inputs: readonly [];
|
|
3871
|
-
readonly name: "contractName";
|
|
3872
|
-
readonly outputs: readonly [{
|
|
3873
|
-
readonly name: "";
|
|
3874
|
-
readonly internalType: "string";
|
|
3875
|
-
readonly type: "string";
|
|
3876
|
-
}];
|
|
3877
|
-
readonly stateMutability: "pure";
|
|
3878
|
-
}, {
|
|
3879
|
-
readonly type: "function";
|
|
3880
|
-
readonly inputs: readonly [];
|
|
3881
|
-
readonly name: "contractURI";
|
|
3882
|
-
readonly outputs: readonly [{
|
|
3883
|
-
readonly name: "";
|
|
3884
|
-
readonly internalType: "string";
|
|
3885
|
-
readonly type: "string";
|
|
3886
|
-
}];
|
|
3887
|
-
readonly stateMutability: "pure";
|
|
3888
|
-
}, {
|
|
3889
|
-
readonly type: "function";
|
|
3890
|
-
readonly inputs: readonly [];
|
|
3891
|
-
readonly name: "contractVersion";
|
|
3892
|
-
readonly outputs: readonly [{
|
|
3893
|
-
readonly name: "";
|
|
3894
|
-
readonly internalType: "string";
|
|
3895
|
-
readonly type: "string";
|
|
3896
|
-
}];
|
|
3897
|
-
readonly stateMutability: "pure";
|
|
3898
|
-
}, {
|
|
3899
|
-
readonly type: "function";
|
|
3900
|
-
readonly inputs: readonly [{
|
|
3901
|
-
readonly name: "_creatorRewardRecipient";
|
|
3902
|
-
readonly internalType: "address";
|
|
3903
|
-
readonly type: "address";
|
|
3904
|
-
}, {
|
|
3905
|
-
readonly name: "_pool";
|
|
3906
|
-
readonly internalType: "address";
|
|
3907
|
-
readonly type: "address";
|
|
3908
|
-
}, {
|
|
3909
|
-
readonly name: "_percentageToBuyBurn";
|
|
3910
|
-
readonly internalType: "uint256";
|
|
3911
|
-
readonly type: "uint256";
|
|
3912
|
-
}, {
|
|
3913
|
-
readonly name: "saltSource";
|
|
3914
|
-
readonly internalType: "bytes";
|
|
3915
|
-
readonly type: "bytes";
|
|
3916
|
-
}];
|
|
3917
|
-
readonly name: "getCointagAddress";
|
|
3918
|
-
readonly outputs: readonly [{
|
|
3919
|
-
readonly name: "";
|
|
3920
|
-
readonly internalType: "address";
|
|
3921
|
-
readonly type: "address";
|
|
3922
|
-
}];
|
|
3923
|
-
readonly stateMutability: "view";
|
|
3924
|
-
}, {
|
|
3925
|
-
readonly type: "function";
|
|
3926
|
-
readonly inputs: readonly [{
|
|
3927
|
-
readonly name: "_creatorRewardRecipient";
|
|
3928
|
-
readonly internalType: "address";
|
|
3929
|
-
readonly type: "address";
|
|
3930
|
-
}, {
|
|
3931
|
-
readonly name: "_pool";
|
|
3932
|
-
readonly internalType: "address";
|
|
3933
|
-
readonly type: "address";
|
|
3934
|
-
}, {
|
|
3935
|
-
readonly name: "_percentageToBuyBurn";
|
|
3936
|
-
readonly internalType: "uint256";
|
|
3937
|
-
readonly type: "uint256";
|
|
3938
|
-
}, {
|
|
3939
|
-
readonly name: "saltSource";
|
|
3940
|
-
readonly internalType: "bytes";
|
|
3941
|
-
readonly type: "bytes";
|
|
3942
|
-
}];
|
|
3943
|
-
readonly name: "getOrCreateCointag";
|
|
3944
|
-
readonly outputs: readonly [{
|
|
3945
|
-
readonly name: "";
|
|
3946
|
-
readonly internalType: "contract Cointag";
|
|
3947
|
-
readonly type: "address";
|
|
3948
|
-
}];
|
|
3949
|
-
readonly stateMutability: "nonpayable";
|
|
3950
|
-
}, {
|
|
3951
|
-
readonly type: "function";
|
|
3952
|
-
readonly inputs: readonly [];
|
|
3953
|
-
readonly name: "implementation";
|
|
3954
|
-
readonly outputs: readonly [{
|
|
3955
|
-
readonly name: "";
|
|
3956
|
-
readonly internalType: "address";
|
|
3957
|
-
readonly type: "address";
|
|
3958
|
-
}];
|
|
3959
|
-
readonly stateMutability: "view";
|
|
3960
|
-
}, {
|
|
3961
|
-
readonly type: "function";
|
|
3962
|
-
readonly inputs: readonly [{
|
|
3963
|
-
readonly name: "_defaultOwner";
|
|
3964
|
-
readonly internalType: "address";
|
|
3965
|
-
readonly type: "address";
|
|
3966
|
-
}];
|
|
3967
|
-
readonly name: "initialize";
|
|
3968
|
-
readonly outputs: readonly [];
|
|
3969
|
-
readonly stateMutability: "nonpayable";
|
|
3970
|
-
}, {
|
|
3971
|
-
readonly type: "function";
|
|
3972
|
-
readonly inputs: readonly [];
|
|
3973
|
-
readonly name: "owner";
|
|
3974
|
-
readonly outputs: readonly [{
|
|
3975
|
-
readonly name: "";
|
|
3976
|
-
readonly internalType: "address";
|
|
3977
|
-
readonly type: "address";
|
|
3978
|
-
}];
|
|
3979
|
-
readonly stateMutability: "view";
|
|
3980
|
-
}, {
|
|
3981
|
-
readonly type: "function";
|
|
3982
|
-
readonly inputs: readonly [];
|
|
3983
|
-
readonly name: "pendingOwner";
|
|
3984
|
-
readonly outputs: readonly [{
|
|
3985
|
-
readonly name: "";
|
|
3986
|
-
readonly internalType: "address";
|
|
3987
|
-
readonly type: "address";
|
|
3988
|
-
}];
|
|
3989
|
-
readonly stateMutability: "view";
|
|
3990
|
-
}, {
|
|
3991
|
-
readonly type: "function";
|
|
3992
|
-
readonly inputs: readonly [];
|
|
3993
|
-
readonly name: "protocolRewards";
|
|
3994
|
-
readonly outputs: readonly [{
|
|
3995
|
-
readonly name: "";
|
|
3996
|
-
readonly internalType: "address";
|
|
3997
|
-
readonly type: "address";
|
|
3998
|
-
}];
|
|
3999
|
-
readonly stateMutability: "view";
|
|
4000
|
-
}, {
|
|
4001
|
-
readonly type: "function";
|
|
4002
|
-
readonly inputs: readonly [];
|
|
4003
|
-
readonly name: "proxiableUUID";
|
|
4004
|
-
readonly outputs: readonly [{
|
|
4005
|
-
readonly name: "";
|
|
4006
|
-
readonly internalType: "bytes32";
|
|
4007
|
-
readonly type: "bytes32";
|
|
4008
|
-
}];
|
|
4009
|
-
readonly stateMutability: "view";
|
|
4010
|
-
}, {
|
|
4011
|
-
readonly type: "function";
|
|
4012
|
-
readonly inputs: readonly [];
|
|
4013
|
-
readonly name: "renounceOwnership";
|
|
4014
|
-
readonly outputs: readonly [];
|
|
4015
|
-
readonly stateMutability: "nonpayable";
|
|
4016
|
-
}, {
|
|
4017
|
-
readonly type: "function";
|
|
4018
|
-
readonly inputs: readonly [{
|
|
4019
|
-
readonly name: "newOwner";
|
|
4020
|
-
readonly internalType: "address";
|
|
4021
|
-
readonly type: "address";
|
|
4022
|
-
}];
|
|
4023
|
-
readonly name: "transferOwnership";
|
|
4024
|
-
readonly outputs: readonly [];
|
|
4025
|
-
readonly stateMutability: "nonpayable";
|
|
4026
|
-
}, {
|
|
4027
|
-
readonly type: "function";
|
|
4028
|
-
readonly inputs: readonly [{
|
|
4029
|
-
readonly name: "newImplementation";
|
|
4030
|
-
readonly internalType: "address";
|
|
4031
|
-
readonly type: "address";
|
|
4032
|
-
}, {
|
|
4033
|
-
readonly name: "data";
|
|
4034
|
-
readonly internalType: "bytes";
|
|
4035
|
-
readonly type: "bytes";
|
|
4036
|
-
}];
|
|
4037
|
-
readonly name: "upgradeToAndCall";
|
|
4038
|
-
readonly outputs: readonly [];
|
|
4039
|
-
readonly stateMutability: "payable";
|
|
4040
|
-
}, {
|
|
4041
|
-
readonly type: "function";
|
|
4042
|
-
readonly inputs: readonly [];
|
|
4043
|
-
readonly name: "weth";
|
|
4044
|
-
readonly outputs: readonly [{
|
|
4045
|
-
readonly name: "";
|
|
4046
|
-
readonly internalType: "address";
|
|
4047
|
-
readonly type: "address";
|
|
4048
|
-
}];
|
|
4049
|
-
readonly stateMutability: "view";
|
|
4050
|
-
}, {
|
|
4051
|
-
readonly type: "event";
|
|
4052
|
-
readonly anonymous: false;
|
|
4053
|
-
readonly inputs: readonly [{
|
|
4054
|
-
readonly name: "version";
|
|
4055
|
-
readonly internalType: "uint64";
|
|
4056
|
-
readonly type: "uint64";
|
|
4057
|
-
readonly indexed: false;
|
|
4058
|
-
}];
|
|
4059
|
-
readonly name: "Initialized";
|
|
4060
|
-
}, {
|
|
4061
|
-
readonly type: "event";
|
|
4062
|
-
readonly anonymous: false;
|
|
4063
|
-
readonly inputs: readonly [{
|
|
4064
|
-
readonly name: "previousOwner";
|
|
4065
|
-
readonly internalType: "address";
|
|
4066
|
-
readonly type: "address";
|
|
4067
|
-
readonly indexed: true;
|
|
4068
|
-
}, {
|
|
4069
|
-
readonly name: "newOwner";
|
|
4070
|
-
readonly internalType: "address";
|
|
4071
|
-
readonly type: "address";
|
|
4072
|
-
readonly indexed: true;
|
|
4073
|
-
}];
|
|
4074
|
-
readonly name: "OwnershipTransferStarted";
|
|
4075
|
-
}, {
|
|
4076
|
-
readonly type: "event";
|
|
4077
|
-
readonly anonymous: false;
|
|
4078
|
-
readonly inputs: readonly [{
|
|
4079
|
-
readonly name: "previousOwner";
|
|
4080
|
-
readonly internalType: "address";
|
|
4081
|
-
readonly type: "address";
|
|
4082
|
-
readonly indexed: true;
|
|
4083
|
-
}, {
|
|
4084
|
-
readonly name: "newOwner";
|
|
4085
|
-
readonly internalType: "address";
|
|
4086
|
-
readonly type: "address";
|
|
4087
|
-
readonly indexed: true;
|
|
4088
|
-
}];
|
|
4089
|
-
readonly name: "OwnershipTransferred";
|
|
4090
|
-
}, {
|
|
4091
|
-
readonly type: "event";
|
|
4092
|
-
readonly anonymous: false;
|
|
4093
|
-
readonly inputs: readonly [{
|
|
4094
|
-
readonly name: "cointag";
|
|
4095
|
-
readonly internalType: "address";
|
|
4096
|
-
readonly type: "address";
|
|
4097
|
-
readonly indexed: true;
|
|
4098
|
-
}, {
|
|
4099
|
-
readonly name: "creatorRewardRecipient";
|
|
4100
|
-
readonly internalType: "address";
|
|
4101
|
-
readonly type: "address";
|
|
4102
|
-
readonly indexed: true;
|
|
4103
|
-
}, {
|
|
4104
|
-
readonly name: "erc20";
|
|
4105
|
-
readonly internalType: "address";
|
|
4106
|
-
readonly type: "address";
|
|
4107
|
-
readonly indexed: true;
|
|
4108
|
-
}, {
|
|
4109
|
-
readonly name: "pool";
|
|
4110
|
-
readonly internalType: "address";
|
|
4111
|
-
readonly type: "address";
|
|
4112
|
-
readonly indexed: false;
|
|
4113
|
-
}, {
|
|
4114
|
-
readonly name: "percentageToBuyBurn";
|
|
4115
|
-
readonly internalType: "uint256";
|
|
4116
|
-
readonly type: "uint256";
|
|
4117
|
-
readonly indexed: false;
|
|
4118
|
-
}, {
|
|
4119
|
-
readonly name: "saltSource";
|
|
4120
|
-
readonly internalType: "bytes";
|
|
4121
|
-
readonly type: "bytes";
|
|
4122
|
-
readonly indexed: false;
|
|
4123
|
-
}];
|
|
4124
|
-
readonly name: "SetupNewCointag";
|
|
4125
|
-
}, {
|
|
4126
|
-
readonly type: "event";
|
|
4127
|
-
readonly anonymous: false;
|
|
4128
|
-
readonly inputs: readonly [{
|
|
4129
|
-
readonly name: "implementation";
|
|
4130
|
-
readonly internalType: "address";
|
|
4131
|
-
readonly type: "address";
|
|
4132
|
-
readonly indexed: true;
|
|
4133
|
-
}];
|
|
4134
|
-
readonly name: "Upgraded";
|
|
4135
|
-
}, {
|
|
4136
|
-
readonly type: "error";
|
|
4137
|
-
readonly inputs: readonly [{
|
|
4138
|
-
readonly name: "target";
|
|
4139
|
-
readonly internalType: "address";
|
|
4140
|
-
readonly type: "address";
|
|
4141
|
-
}];
|
|
4142
|
-
readonly name: "AddressEmptyCode";
|
|
4143
|
-
}, {
|
|
4144
|
-
readonly type: "error";
|
|
4145
|
-
readonly inputs: readonly [];
|
|
4146
|
-
readonly name: "AddressZero";
|
|
4147
|
-
}, {
|
|
4148
|
-
readonly type: "error";
|
|
4149
|
-
readonly inputs: readonly [];
|
|
4150
|
-
readonly name: "ERC1167FailedCreateClone";
|
|
4151
|
-
}, {
|
|
4152
|
-
readonly type: "error";
|
|
4153
|
-
readonly inputs: readonly [{
|
|
4154
|
-
readonly name: "implementation";
|
|
4155
|
-
readonly internalType: "address";
|
|
4156
|
-
readonly type: "address";
|
|
4157
|
-
}];
|
|
4158
|
-
readonly name: "ERC1967InvalidImplementation";
|
|
4159
|
-
}, {
|
|
4160
|
-
readonly type: "error";
|
|
4161
|
-
readonly inputs: readonly [];
|
|
4162
|
-
readonly name: "ERC1967NonPayable";
|
|
4163
|
-
}, {
|
|
4164
|
-
readonly type: "error";
|
|
4165
|
-
readonly inputs: readonly [];
|
|
4166
|
-
readonly name: "FailedInnerCall";
|
|
4167
|
-
}, {
|
|
4168
|
-
readonly type: "error";
|
|
4169
|
-
readonly inputs: readonly [];
|
|
4170
|
-
readonly name: "InvalidInitialization";
|
|
4171
|
-
}, {
|
|
4172
|
-
readonly type: "error";
|
|
4173
|
-
readonly inputs: readonly [];
|
|
4174
|
-
readonly name: "NotInitializing";
|
|
4175
|
-
}, {
|
|
4176
|
-
readonly type: "error";
|
|
4177
|
-
readonly inputs: readonly [{
|
|
4178
|
-
readonly name: "owner";
|
|
4179
|
-
readonly internalType: "address";
|
|
4180
|
-
readonly type: "address";
|
|
4181
|
-
}];
|
|
4182
|
-
readonly name: "OwnableInvalidOwner";
|
|
4183
|
-
}, {
|
|
4184
|
-
readonly type: "error";
|
|
4185
|
-
readonly inputs: readonly [{
|
|
4186
|
-
readonly name: "account";
|
|
4187
|
-
readonly internalType: "address";
|
|
4188
|
-
readonly type: "address";
|
|
4189
|
-
}];
|
|
4190
|
-
readonly name: "OwnableUnauthorizedAccount";
|
|
4191
|
-
}, {
|
|
4192
|
-
readonly type: "error";
|
|
4193
|
-
readonly inputs: readonly [];
|
|
4194
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
|
4195
|
-
}, {
|
|
4196
|
-
readonly type: "error";
|
|
4197
|
-
readonly inputs: readonly [{
|
|
4198
|
-
readonly name: "slot";
|
|
4199
|
-
readonly internalType: "bytes32";
|
|
4200
|
-
readonly type: "bytes32";
|
|
4201
|
-
}];
|
|
4202
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4203
|
-
}, {
|
|
4204
|
-
readonly type: "error";
|
|
4205
|
-
readonly inputs: readonly [{
|
|
4206
|
-
readonly name: "currentName";
|
|
4207
|
-
readonly internalType: "string";
|
|
4208
|
-
readonly type: "string";
|
|
4209
|
-
}, {
|
|
4210
|
-
readonly name: "newName";
|
|
4211
|
-
readonly internalType: "string";
|
|
4212
|
-
readonly type: "string";
|
|
4213
|
-
}];
|
|
4214
|
-
readonly name: "UpgradeToMismatchedContractName";
|
|
4215
|
-
}];
|
|
4216
|
-
/**
|
|
4217
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4218
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4219
|
-
*/
|
|
4220
|
-
export declare const cointagFactoryAddress: {
|
|
4221
|
-
readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4222
|
-
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4223
|
-
};
|
|
4224
|
-
/**
|
|
4225
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4226
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4227
|
-
*/
|
|
4228
|
-
export declare const cointagFactoryConfig: {
|
|
4229
|
-
readonly address: {
|
|
4230
|
-
readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4231
|
-
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4232
|
-
};
|
|
4233
|
-
readonly abi: readonly [{
|
|
4234
|
-
readonly type: "constructor";
|
|
4235
|
-
readonly inputs: readonly [{
|
|
4236
|
-
readonly name: "_protocolRewards";
|
|
4237
|
-
readonly internalType: "address";
|
|
4238
|
-
readonly type: "address";
|
|
4239
|
-
}, {
|
|
4240
|
-
readonly name: "_weth";
|
|
4241
|
-
readonly internalType: "address";
|
|
4242
|
-
readonly type: "address";
|
|
4243
|
-
}, {
|
|
4244
|
-
readonly name: "_cointagImplementation";
|
|
4245
|
-
readonly internalType: "address";
|
|
4246
|
-
readonly type: "address";
|
|
4247
|
-
}];
|
|
4248
|
-
readonly stateMutability: "nonpayable";
|
|
4249
|
-
}, {
|
|
4250
|
-
readonly type: "function";
|
|
4251
|
-
readonly inputs: readonly [];
|
|
4252
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4253
|
-
readonly outputs: readonly [{
|
|
4254
|
-
readonly name: "";
|
|
4255
|
-
readonly internalType: "string";
|
|
4256
|
-
readonly type: "string";
|
|
4257
|
-
}];
|
|
4258
|
-
readonly stateMutability: "view";
|
|
4259
|
-
}, {
|
|
4260
|
-
readonly type: "function";
|
|
4261
|
-
readonly inputs: readonly [];
|
|
4262
|
-
readonly name: "acceptOwnership";
|
|
4263
|
-
readonly outputs: readonly [];
|
|
4264
|
-
readonly stateMutability: "nonpayable";
|
|
4265
|
-
}, {
|
|
4266
|
-
readonly type: "function";
|
|
4267
|
-
readonly inputs: readonly [];
|
|
4268
|
-
readonly name: "cointagImplementation";
|
|
4269
|
-
readonly outputs: readonly [{
|
|
4270
|
-
readonly name: "";
|
|
4271
|
-
readonly internalType: "address";
|
|
4272
|
-
readonly type: "address";
|
|
4273
|
-
}];
|
|
4274
|
-
readonly stateMutability: "view";
|
|
4275
|
-
}, {
|
|
4276
|
-
readonly type: "function";
|
|
4277
|
-
readonly inputs: readonly [];
|
|
4278
|
-
readonly name: "contractName";
|
|
4279
|
-
readonly outputs: readonly [{
|
|
4280
|
-
readonly name: "";
|
|
4281
|
-
readonly internalType: "string";
|
|
4282
|
-
readonly type: "string";
|
|
4283
|
-
}];
|
|
4284
|
-
readonly stateMutability: "pure";
|
|
4285
|
-
}, {
|
|
4286
|
-
readonly type: "function";
|
|
4287
|
-
readonly inputs: readonly [];
|
|
4288
|
-
readonly name: "contractURI";
|
|
4289
|
-
readonly outputs: readonly [{
|
|
4290
|
-
readonly name: "";
|
|
4291
|
-
readonly internalType: "string";
|
|
4292
|
-
readonly type: "string";
|
|
4293
|
-
}];
|
|
4294
|
-
readonly stateMutability: "pure";
|
|
4295
|
-
}, {
|
|
4296
|
-
readonly type: "function";
|
|
4297
|
-
readonly inputs: readonly [];
|
|
4298
|
-
readonly name: "contractVersion";
|
|
4299
|
-
readonly outputs: readonly [{
|
|
4300
|
-
readonly name: "";
|
|
4301
|
-
readonly internalType: "string";
|
|
4302
|
-
readonly type: "string";
|
|
4303
|
-
}];
|
|
4304
|
-
readonly stateMutability: "pure";
|
|
4305
|
-
}, {
|
|
4306
|
-
readonly type: "function";
|
|
4307
|
-
readonly inputs: readonly [{
|
|
4308
|
-
readonly name: "_creatorRewardRecipient";
|
|
4309
|
-
readonly internalType: "address";
|
|
4310
|
-
readonly type: "address";
|
|
4311
|
-
}, {
|
|
4312
|
-
readonly name: "_pool";
|
|
4313
|
-
readonly internalType: "address";
|
|
4314
|
-
readonly type: "address";
|
|
4315
|
-
}, {
|
|
4316
|
-
readonly name: "_percentageToBuyBurn";
|
|
4317
|
-
readonly internalType: "uint256";
|
|
4318
|
-
readonly type: "uint256";
|
|
4319
|
-
}, {
|
|
4320
|
-
readonly name: "saltSource";
|
|
4321
|
-
readonly internalType: "bytes";
|
|
4322
|
-
readonly type: "bytes";
|
|
4323
|
-
}];
|
|
4324
|
-
readonly name: "getCointagAddress";
|
|
4325
|
-
readonly outputs: readonly [{
|
|
4326
|
-
readonly name: "";
|
|
4327
|
-
readonly internalType: "address";
|
|
4328
|
-
readonly type: "address";
|
|
4329
|
-
}];
|
|
4330
|
-
readonly stateMutability: "view";
|
|
4331
|
-
}, {
|
|
4332
|
-
readonly type: "function";
|
|
4333
|
-
readonly inputs: readonly [{
|
|
4334
|
-
readonly name: "_creatorRewardRecipient";
|
|
4335
|
-
readonly internalType: "address";
|
|
4336
|
-
readonly type: "address";
|
|
4337
|
-
}, {
|
|
4338
|
-
readonly name: "_pool";
|
|
4339
|
-
readonly internalType: "address";
|
|
4340
|
-
readonly type: "address";
|
|
4341
|
-
}, {
|
|
4342
|
-
readonly name: "_percentageToBuyBurn";
|
|
4343
|
-
readonly internalType: "uint256";
|
|
4344
|
-
readonly type: "uint256";
|
|
4345
|
-
}, {
|
|
4346
|
-
readonly name: "saltSource";
|
|
4347
|
-
readonly internalType: "bytes";
|
|
4348
|
-
readonly type: "bytes";
|
|
4349
|
-
}];
|
|
4350
|
-
readonly name: "getOrCreateCointag";
|
|
4351
|
-
readonly outputs: readonly [{
|
|
4352
|
-
readonly name: "";
|
|
4353
|
-
readonly internalType: "contract Cointag";
|
|
4354
|
-
readonly type: "address";
|
|
4355
|
-
}];
|
|
4356
|
-
readonly stateMutability: "nonpayable";
|
|
4357
|
-
}, {
|
|
4358
|
-
readonly type: "function";
|
|
4359
|
-
readonly inputs: readonly [];
|
|
4360
|
-
readonly name: "implementation";
|
|
4361
|
-
readonly outputs: readonly [{
|
|
4362
|
-
readonly name: "";
|
|
4363
|
-
readonly internalType: "address";
|
|
4364
|
-
readonly type: "address";
|
|
4365
|
-
}];
|
|
4366
|
-
readonly stateMutability: "view";
|
|
4367
|
-
}, {
|
|
4368
|
-
readonly type: "function";
|
|
4369
|
-
readonly inputs: readonly [{
|
|
4370
|
-
readonly name: "_defaultOwner";
|
|
4371
|
-
readonly internalType: "address";
|
|
4372
|
-
readonly type: "address";
|
|
4373
|
-
}];
|
|
4374
|
-
readonly name: "initialize";
|
|
4375
|
-
readonly outputs: readonly [];
|
|
4376
|
-
readonly stateMutability: "nonpayable";
|
|
4377
|
-
}, {
|
|
4378
|
-
readonly type: "function";
|
|
4379
|
-
readonly inputs: readonly [];
|
|
4380
|
-
readonly name: "owner";
|
|
4381
|
-
readonly outputs: readonly [{
|
|
4382
|
-
readonly name: "";
|
|
4383
|
-
readonly internalType: "address";
|
|
4384
|
-
readonly type: "address";
|
|
4385
|
-
}];
|
|
4386
|
-
readonly stateMutability: "view";
|
|
4387
|
-
}, {
|
|
4388
|
-
readonly type: "function";
|
|
4389
|
-
readonly inputs: readonly [];
|
|
4390
|
-
readonly name: "pendingOwner";
|
|
4391
|
-
readonly outputs: readonly [{
|
|
4392
|
-
readonly name: "";
|
|
4393
|
-
readonly internalType: "address";
|
|
4394
|
-
readonly type: "address";
|
|
4395
|
-
}];
|
|
4396
|
-
readonly stateMutability: "view";
|
|
4397
|
-
}, {
|
|
4398
|
-
readonly type: "function";
|
|
4399
|
-
readonly inputs: readonly [];
|
|
4400
|
-
readonly name: "protocolRewards";
|
|
4401
|
-
readonly outputs: readonly [{
|
|
4402
|
-
readonly name: "";
|
|
4403
|
-
readonly internalType: "address";
|
|
4404
|
-
readonly type: "address";
|
|
4405
|
-
}];
|
|
4406
|
-
readonly stateMutability: "view";
|
|
4407
|
-
}, {
|
|
4408
|
-
readonly type: "function";
|
|
4409
|
-
readonly inputs: readonly [];
|
|
4410
|
-
readonly name: "proxiableUUID";
|
|
4411
|
-
readonly outputs: readonly [{
|
|
4412
|
-
readonly name: "";
|
|
4413
|
-
readonly internalType: "bytes32";
|
|
4414
|
-
readonly type: "bytes32";
|
|
4415
|
-
}];
|
|
4416
|
-
readonly stateMutability: "view";
|
|
4417
|
-
}, {
|
|
4418
|
-
readonly type: "function";
|
|
4419
|
-
readonly inputs: readonly [];
|
|
4420
|
-
readonly name: "renounceOwnership";
|
|
4421
|
-
readonly outputs: readonly [];
|
|
4422
|
-
readonly stateMutability: "nonpayable";
|
|
4423
|
-
}, {
|
|
4424
|
-
readonly type: "function";
|
|
4425
|
-
readonly inputs: readonly [{
|
|
4426
|
-
readonly name: "newOwner";
|
|
4427
|
-
readonly internalType: "address";
|
|
4428
|
-
readonly type: "address";
|
|
4429
|
-
}];
|
|
4430
|
-
readonly name: "transferOwnership";
|
|
4431
|
-
readonly outputs: readonly [];
|
|
4432
|
-
readonly stateMutability: "nonpayable";
|
|
4433
|
-
}, {
|
|
4434
|
-
readonly type: "function";
|
|
4435
|
-
readonly inputs: readonly [{
|
|
4436
|
-
readonly name: "newImplementation";
|
|
4437
|
-
readonly internalType: "address";
|
|
4438
|
-
readonly type: "address";
|
|
4439
|
-
}, {
|
|
4440
|
-
readonly name: "data";
|
|
4441
|
-
readonly internalType: "bytes";
|
|
4442
|
-
readonly type: "bytes";
|
|
4443
|
-
}];
|
|
4444
|
-
readonly name: "upgradeToAndCall";
|
|
4445
|
-
readonly outputs: readonly [];
|
|
4446
|
-
readonly stateMutability: "payable";
|
|
4447
|
-
}, {
|
|
4448
|
-
readonly type: "function";
|
|
4449
|
-
readonly inputs: readonly [];
|
|
4450
|
-
readonly name: "weth";
|
|
4451
|
-
readonly outputs: readonly [{
|
|
4452
|
-
readonly name: "";
|
|
4453
|
-
readonly internalType: "address";
|
|
4454
|
-
readonly type: "address";
|
|
4455
|
-
}];
|
|
4456
|
-
readonly stateMutability: "view";
|
|
4457
|
-
}, {
|
|
4458
|
-
readonly type: "event";
|
|
4459
|
-
readonly anonymous: false;
|
|
4460
|
-
readonly inputs: readonly [{
|
|
4461
|
-
readonly name: "version";
|
|
4462
|
-
readonly internalType: "uint64";
|
|
4463
|
-
readonly type: "uint64";
|
|
4464
|
-
readonly indexed: false;
|
|
4465
|
-
}];
|
|
4466
|
-
readonly name: "Initialized";
|
|
4467
|
-
}, {
|
|
4468
|
-
readonly type: "event";
|
|
4469
|
-
readonly anonymous: false;
|
|
4470
|
-
readonly inputs: readonly [{
|
|
4471
|
-
readonly name: "previousOwner";
|
|
4472
|
-
readonly internalType: "address";
|
|
4473
|
-
readonly type: "address";
|
|
4474
|
-
readonly indexed: true;
|
|
4475
|
-
}, {
|
|
4476
|
-
readonly name: "newOwner";
|
|
4477
|
-
readonly internalType: "address";
|
|
4478
|
-
readonly type: "address";
|
|
4479
|
-
readonly indexed: true;
|
|
4480
|
-
}];
|
|
4481
|
-
readonly name: "OwnershipTransferStarted";
|
|
4482
|
-
}, {
|
|
4483
|
-
readonly type: "event";
|
|
4484
|
-
readonly anonymous: false;
|
|
4485
|
-
readonly inputs: readonly [{
|
|
4486
|
-
readonly name: "previousOwner";
|
|
4487
|
-
readonly internalType: "address";
|
|
4488
|
-
readonly type: "address";
|
|
4489
|
-
readonly indexed: true;
|
|
4490
|
-
}, {
|
|
4491
|
-
readonly name: "newOwner";
|
|
4492
|
-
readonly internalType: "address";
|
|
4493
|
-
readonly type: "address";
|
|
4494
|
-
readonly indexed: true;
|
|
4495
|
-
}];
|
|
4496
|
-
readonly name: "OwnershipTransferred";
|
|
4497
|
-
}, {
|
|
4498
|
-
readonly type: "event";
|
|
4499
|
-
readonly anonymous: false;
|
|
4500
|
-
readonly inputs: readonly [{
|
|
4501
|
-
readonly name: "cointag";
|
|
4502
|
-
readonly internalType: "address";
|
|
4503
|
-
readonly type: "address";
|
|
4504
|
-
readonly indexed: true;
|
|
4505
|
-
}, {
|
|
4506
|
-
readonly name: "creatorRewardRecipient";
|
|
4507
|
-
readonly internalType: "address";
|
|
4508
|
-
readonly type: "address";
|
|
4509
|
-
readonly indexed: true;
|
|
4510
|
-
}, {
|
|
4511
|
-
readonly name: "erc20";
|
|
4512
|
-
readonly internalType: "address";
|
|
4513
|
-
readonly type: "address";
|
|
4514
|
-
readonly indexed: true;
|
|
4515
|
-
}, {
|
|
4516
|
-
readonly name: "pool";
|
|
4517
|
-
readonly internalType: "address";
|
|
4518
|
-
readonly type: "address";
|
|
4519
|
-
readonly indexed: false;
|
|
4520
|
-
}, {
|
|
4521
|
-
readonly name: "percentageToBuyBurn";
|
|
4522
|
-
readonly internalType: "uint256";
|
|
4523
|
-
readonly type: "uint256";
|
|
4524
|
-
readonly indexed: false;
|
|
4525
|
-
}, {
|
|
4526
|
-
readonly name: "saltSource";
|
|
4527
|
-
readonly internalType: "bytes";
|
|
4528
|
-
readonly type: "bytes";
|
|
4529
|
-
readonly indexed: false;
|
|
4530
|
-
}];
|
|
4531
|
-
readonly name: "SetupNewCointag";
|
|
4532
|
-
}, {
|
|
4533
|
-
readonly type: "event";
|
|
4534
|
-
readonly anonymous: false;
|
|
4535
|
-
readonly inputs: readonly [{
|
|
4536
|
-
readonly name: "implementation";
|
|
4537
|
-
readonly internalType: "address";
|
|
4538
|
-
readonly type: "address";
|
|
4539
|
-
readonly indexed: true;
|
|
4540
|
-
}];
|
|
4541
|
-
readonly name: "Upgraded";
|
|
4542
|
-
}, {
|
|
4543
|
-
readonly type: "error";
|
|
4544
|
-
readonly inputs: readonly [{
|
|
4545
|
-
readonly name: "target";
|
|
4546
|
-
readonly internalType: "address";
|
|
4547
|
-
readonly type: "address";
|
|
4548
|
-
}];
|
|
4549
|
-
readonly name: "AddressEmptyCode";
|
|
4550
|
-
}, {
|
|
4551
|
-
readonly type: "error";
|
|
4552
|
-
readonly inputs: readonly [];
|
|
4553
|
-
readonly name: "AddressZero";
|
|
4554
|
-
}, {
|
|
4555
|
-
readonly type: "error";
|
|
4556
|
-
readonly inputs: readonly [];
|
|
4557
|
-
readonly name: "ERC1167FailedCreateClone";
|
|
4558
|
-
}, {
|
|
4559
|
-
readonly type: "error";
|
|
4560
|
-
readonly inputs: readonly [{
|
|
4561
|
-
readonly name: "implementation";
|
|
4562
|
-
readonly internalType: "address";
|
|
4563
|
-
readonly type: "address";
|
|
4564
|
-
}];
|
|
4565
|
-
readonly name: "ERC1967InvalidImplementation";
|
|
4566
|
-
}, {
|
|
4567
|
-
readonly type: "error";
|
|
4568
|
-
readonly inputs: readonly [];
|
|
4569
|
-
readonly name: "ERC1967NonPayable";
|
|
4570
|
-
}, {
|
|
4571
|
-
readonly type: "error";
|
|
4572
|
-
readonly inputs: readonly [];
|
|
4573
|
-
readonly name: "FailedInnerCall";
|
|
4574
|
-
}, {
|
|
4575
|
-
readonly type: "error";
|
|
4576
|
-
readonly inputs: readonly [];
|
|
4577
|
-
readonly name: "InvalidInitialization";
|
|
4578
|
-
}, {
|
|
4579
|
-
readonly type: "error";
|
|
4580
|
-
readonly inputs: readonly [];
|
|
4581
|
-
readonly name: "NotInitializing";
|
|
4582
|
-
}, {
|
|
4583
|
-
readonly type: "error";
|
|
4584
|
-
readonly inputs: readonly [{
|
|
4585
|
-
readonly name: "owner";
|
|
4586
|
-
readonly internalType: "address";
|
|
4587
|
-
readonly type: "address";
|
|
4588
|
-
}];
|
|
4589
|
-
readonly name: "OwnableInvalidOwner";
|
|
4590
|
-
}, {
|
|
4591
|
-
readonly type: "error";
|
|
4592
|
-
readonly inputs: readonly [{
|
|
4593
|
-
readonly name: "account";
|
|
4594
|
-
readonly internalType: "address";
|
|
4595
|
-
readonly type: "address";
|
|
4596
|
-
}];
|
|
4597
|
-
readonly name: "OwnableUnauthorizedAccount";
|
|
4598
|
-
}, {
|
|
4599
|
-
readonly type: "error";
|
|
4600
|
-
readonly inputs: readonly [];
|
|
4601
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
|
4602
|
-
}, {
|
|
4603
|
-
readonly type: "error";
|
|
4604
|
-
readonly inputs: readonly [{
|
|
4605
|
-
readonly name: "slot";
|
|
4606
|
-
readonly internalType: "bytes32";
|
|
4607
|
-
readonly type: "bytes32";
|
|
4608
|
-
}];
|
|
4609
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4610
|
-
}, {
|
|
4611
|
-
readonly type: "error";
|
|
4612
|
-
readonly inputs: readonly [{
|
|
4613
|
-
readonly name: "currentName";
|
|
4614
|
-
readonly internalType: "string";
|
|
4615
|
-
readonly type: "string";
|
|
4616
|
-
}, {
|
|
4617
|
-
readonly name: "newName";
|
|
4618
|
-
readonly internalType: "string";
|
|
4619
|
-
readonly type: "string";
|
|
4620
|
-
}];
|
|
4621
|
-
readonly name: "UpgradeToMismatchedContractName";
|
|
4622
|
-
}];
|
|
4623
|
-
};
|
|
4624
3491
|
/**
|
|
4625
3492
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
4626
3493
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
@@ -11093,198 +9960,46 @@ export declare const iSponsoredSparksSpenderActionABI: readonly [{
|
|
|
11093
9960
|
readonly internalType: "address";
|
|
11094
9961
|
readonly type: "address";
|
|
11095
9962
|
}, {
|
|
11096
|
-
readonly name: "destination";
|
|
11097
|
-
readonly internalType: "address payable";
|
|
11098
|
-
readonly type: "address";
|
|
11099
|
-
}, {
|
|
11100
|
-
readonly name: "data";
|
|
11101
|
-
readonly internalType: "bytes";
|
|
11102
|
-
readonly type: "bytes";
|
|
11103
|
-
}, {
|
|
11104
|
-
readonly name: "expectedRedeemAmount";
|
|
11105
|
-
readonly internalType: "uint256";
|
|
11106
|
-
readonly type: "uint256";
|
|
11107
|
-
}, {
|
|
11108
|
-
readonly name: "totalAmount";
|
|
11109
|
-
readonly internalType: "uint256";
|
|
11110
|
-
readonly type: "uint256";
|
|
11111
|
-
}, {
|
|
11112
|
-
readonly name: "ids";
|
|
11113
|
-
readonly internalType: "uint256[]";
|
|
11114
|
-
readonly type: "uint256[]";
|
|
11115
|
-
}, {
|
|
11116
|
-
readonly name: "quantities";
|
|
11117
|
-
readonly internalType: "uint256[]";
|
|
11118
|
-
readonly type: "uint256[]";
|
|
11119
|
-
}, {
|
|
11120
|
-
readonly name: "nonce";
|
|
11121
|
-
readonly internalType: "uint256";
|
|
11122
|
-
readonly type: "uint256";
|
|
11123
|
-
}, {
|
|
11124
|
-
readonly name: "deadline";
|
|
11125
|
-
readonly internalType: "uint256";
|
|
11126
|
-
readonly type: "uint256";
|
|
11127
|
-
}];
|
|
11128
|
-
}, {
|
|
11129
|
-
readonly name: "signature";
|
|
11130
|
-
readonly internalType: "bytes";
|
|
11131
|
-
readonly type: "bytes";
|
|
11132
|
-
}];
|
|
11133
|
-
readonly name: "sponsoredMintBatch";
|
|
11134
|
-
readonly outputs: readonly [];
|
|
11135
|
-
readonly stateMutability: "nonpayable";
|
|
11136
|
-
}];
|
|
11137
|
-
export declare const iUniswapV3PoolABI: readonly [{
|
|
11138
|
-
readonly type: "function";
|
|
11139
|
-
readonly inputs: readonly [];
|
|
11140
|
-
readonly name: "fee";
|
|
11141
|
-
readonly outputs: readonly [{
|
|
11142
|
-
readonly name: "";
|
|
11143
|
-
readonly internalType: "uint24";
|
|
11144
|
-
readonly type: "uint24";
|
|
11145
|
-
}];
|
|
11146
|
-
readonly stateMutability: "view";
|
|
11147
|
-
}, {
|
|
11148
|
-
readonly type: "function";
|
|
11149
|
-
readonly inputs: readonly [];
|
|
11150
|
-
readonly name: "feeGrowthGlobal0X128";
|
|
11151
|
-
readonly outputs: readonly [{
|
|
11152
|
-
readonly name: "";
|
|
11153
|
-
readonly internalType: "uint256";
|
|
11154
|
-
readonly type: "uint256";
|
|
11155
|
-
}];
|
|
11156
|
-
readonly stateMutability: "view";
|
|
11157
|
-
}, {
|
|
11158
|
-
readonly type: "function";
|
|
11159
|
-
readonly inputs: readonly [];
|
|
11160
|
-
readonly name: "feeGrowthGlobal1X128";
|
|
11161
|
-
readonly outputs: readonly [{
|
|
11162
|
-
readonly name: "";
|
|
11163
|
-
readonly internalType: "uint256";
|
|
11164
|
-
readonly type: "uint256";
|
|
11165
|
-
}];
|
|
11166
|
-
readonly stateMutability: "view";
|
|
11167
|
-
}, {
|
|
11168
|
-
readonly type: "function";
|
|
11169
|
-
readonly inputs: readonly [{
|
|
11170
|
-
readonly name: "observationCardinalityNext";
|
|
11171
|
-
readonly internalType: "uint16";
|
|
11172
|
-
readonly type: "uint16";
|
|
11173
|
-
}];
|
|
11174
|
-
readonly name: "increaseObservationCardinalityNext";
|
|
11175
|
-
readonly outputs: readonly [];
|
|
11176
|
-
readonly stateMutability: "nonpayable";
|
|
11177
|
-
}, {
|
|
11178
|
-
readonly type: "function";
|
|
11179
|
-
readonly inputs: readonly [{
|
|
11180
|
-
readonly name: "secondsAgos";
|
|
11181
|
-
readonly internalType: "uint32[]";
|
|
11182
|
-
readonly type: "uint32[]";
|
|
11183
|
-
}];
|
|
11184
|
-
readonly name: "observe";
|
|
11185
|
-
readonly outputs: readonly [{
|
|
11186
|
-
readonly name: "tickCumulatives";
|
|
11187
|
-
readonly internalType: "int56[]";
|
|
11188
|
-
readonly type: "int56[]";
|
|
11189
|
-
}, {
|
|
11190
|
-
readonly name: "secondsPerLiquidityCumulativeX128s";
|
|
11191
|
-
readonly internalType: "uint160[]";
|
|
11192
|
-
readonly type: "uint160[]";
|
|
11193
|
-
}];
|
|
11194
|
-
readonly stateMutability: "view";
|
|
11195
|
-
}, {
|
|
11196
|
-
readonly type: "function";
|
|
11197
|
-
readonly inputs: readonly [];
|
|
11198
|
-
readonly name: "slot0";
|
|
11199
|
-
readonly outputs: readonly [{
|
|
11200
|
-
readonly name: "slot0";
|
|
11201
|
-
readonly internalType: "struct IUniswapV3Pool.Slot0";
|
|
11202
|
-
readonly type: "tuple";
|
|
11203
|
-
readonly components: readonly [{
|
|
11204
|
-
readonly name: "sqrtPriceX96";
|
|
11205
|
-
readonly internalType: "uint160";
|
|
11206
|
-
readonly type: "uint160";
|
|
11207
|
-
}, {
|
|
11208
|
-
readonly name: "tick";
|
|
11209
|
-
readonly internalType: "int24";
|
|
11210
|
-
readonly type: "int24";
|
|
9963
|
+
readonly name: "destination";
|
|
9964
|
+
readonly internalType: "address payable";
|
|
9965
|
+
readonly type: "address";
|
|
11211
9966
|
}, {
|
|
11212
|
-
readonly name: "
|
|
11213
|
-
readonly internalType: "
|
|
11214
|
-
readonly type: "
|
|
9967
|
+
readonly name: "data";
|
|
9968
|
+
readonly internalType: "bytes";
|
|
9969
|
+
readonly type: "bytes";
|
|
11215
9970
|
}, {
|
|
11216
|
-
readonly name: "
|
|
11217
|
-
readonly internalType: "
|
|
11218
|
-
readonly type: "
|
|
9971
|
+
readonly name: "expectedRedeemAmount";
|
|
9972
|
+
readonly internalType: "uint256";
|
|
9973
|
+
readonly type: "uint256";
|
|
11219
9974
|
}, {
|
|
11220
|
-
readonly name: "
|
|
11221
|
-
readonly internalType: "
|
|
11222
|
-
readonly type: "
|
|
9975
|
+
readonly name: "totalAmount";
|
|
9976
|
+
readonly internalType: "uint256";
|
|
9977
|
+
readonly type: "uint256";
|
|
11223
9978
|
}, {
|
|
11224
|
-
readonly name: "
|
|
11225
|
-
readonly internalType: "
|
|
11226
|
-
readonly type: "
|
|
9979
|
+
readonly name: "ids";
|
|
9980
|
+
readonly internalType: "uint256[]";
|
|
9981
|
+
readonly type: "uint256[]";
|
|
11227
9982
|
}, {
|
|
11228
|
-
readonly name: "
|
|
11229
|
-
readonly internalType: "
|
|
11230
|
-
readonly type: "
|
|
9983
|
+
readonly name: "quantities";
|
|
9984
|
+
readonly internalType: "uint256[]";
|
|
9985
|
+
readonly type: "uint256[]";
|
|
9986
|
+
}, {
|
|
9987
|
+
readonly name: "nonce";
|
|
9988
|
+
readonly internalType: "uint256";
|
|
9989
|
+
readonly type: "uint256";
|
|
9990
|
+
}, {
|
|
9991
|
+
readonly name: "deadline";
|
|
9992
|
+
readonly internalType: "uint256";
|
|
9993
|
+
readonly type: "uint256";
|
|
11231
9994
|
}];
|
|
11232
|
-
}];
|
|
11233
|
-
readonly stateMutability: "view";
|
|
11234
|
-
}, {
|
|
11235
|
-
readonly type: "function";
|
|
11236
|
-
readonly inputs: readonly [{
|
|
11237
|
-
readonly name: "recipient";
|
|
11238
|
-
readonly internalType: "address";
|
|
11239
|
-
readonly type: "address";
|
|
11240
|
-
}, {
|
|
11241
|
-
readonly name: "zeroForOne";
|
|
11242
|
-
readonly internalType: "bool";
|
|
11243
|
-
readonly type: "bool";
|
|
11244
|
-
}, {
|
|
11245
|
-
readonly name: "amountSpecified";
|
|
11246
|
-
readonly internalType: "int256";
|
|
11247
|
-
readonly type: "int256";
|
|
11248
|
-
}, {
|
|
11249
|
-
readonly name: "sqrtPriceLimitX96";
|
|
11250
|
-
readonly internalType: "uint160";
|
|
11251
|
-
readonly type: "uint160";
|
|
11252
9995
|
}, {
|
|
11253
|
-
readonly name: "
|
|
9996
|
+
readonly name: "signature";
|
|
11254
9997
|
readonly internalType: "bytes";
|
|
11255
9998
|
readonly type: "bytes";
|
|
11256
9999
|
}];
|
|
11257
|
-
readonly name: "
|
|
11258
|
-
readonly outputs: readonly [
|
|
11259
|
-
readonly name: "amount0";
|
|
11260
|
-
readonly internalType: "int256";
|
|
11261
|
-
readonly type: "int256";
|
|
11262
|
-
}, {
|
|
11263
|
-
readonly name: "amount1";
|
|
11264
|
-
readonly internalType: "int256";
|
|
11265
|
-
readonly type: "int256";
|
|
11266
|
-
}];
|
|
10000
|
+
readonly name: "sponsoredMintBatch";
|
|
10001
|
+
readonly outputs: readonly [];
|
|
11267
10002
|
readonly stateMutability: "nonpayable";
|
|
11268
|
-
}, {
|
|
11269
|
-
readonly type: "function";
|
|
11270
|
-
readonly inputs: readonly [];
|
|
11271
|
-
readonly name: "token0";
|
|
11272
|
-
readonly outputs: readonly [{
|
|
11273
|
-
readonly name: "";
|
|
11274
|
-
readonly internalType: "address";
|
|
11275
|
-
readonly type: "address";
|
|
11276
|
-
}];
|
|
11277
|
-
readonly stateMutability: "view";
|
|
11278
|
-
}, {
|
|
11279
|
-
readonly type: "function";
|
|
11280
|
-
readonly inputs: readonly [];
|
|
11281
|
-
readonly name: "token1";
|
|
11282
|
-
readonly outputs: readonly [{
|
|
11283
|
-
readonly name: "";
|
|
11284
|
-
readonly internalType: "address";
|
|
11285
|
-
readonly type: "address";
|
|
11286
|
-
}];
|
|
11287
|
-
readonly stateMutability: "view";
|
|
11288
10003
|
}];
|
|
11289
10004
|
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
11290
10005
|
readonly type: "function";
|
|
@@ -14590,283 +13305,6 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
14590
13305
|
readonly name: "WithdrawFailed";
|
|
14591
13306
|
}];
|
|
14592
13307
|
};
|
|
14593
|
-
/**
|
|
14594
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14595
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14596
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14597
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14598
|
-
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14599
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14600
|
-
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14601
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14602
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14603
|
-
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14604
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14605
|
-
*/
|
|
14606
|
-
export declare const uniswapV3SwapRouterABI: readonly [{
|
|
14607
|
-
readonly type: "function";
|
|
14608
|
-
readonly inputs: readonly [{
|
|
14609
|
-
readonly name: "params";
|
|
14610
|
-
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
14611
|
-
readonly type: "tuple";
|
|
14612
|
-
readonly components: readonly [{
|
|
14613
|
-
readonly name: "tokenIn";
|
|
14614
|
-
readonly internalType: "address";
|
|
14615
|
-
readonly type: "address";
|
|
14616
|
-
}, {
|
|
14617
|
-
readonly name: "tokenOut";
|
|
14618
|
-
readonly internalType: "address";
|
|
14619
|
-
readonly type: "address";
|
|
14620
|
-
}, {
|
|
14621
|
-
readonly name: "fee";
|
|
14622
|
-
readonly internalType: "uint24";
|
|
14623
|
-
readonly type: "uint24";
|
|
14624
|
-
}, {
|
|
14625
|
-
readonly name: "recipient";
|
|
14626
|
-
readonly internalType: "address";
|
|
14627
|
-
readonly type: "address";
|
|
14628
|
-
}, {
|
|
14629
|
-
readonly name: "amountIn";
|
|
14630
|
-
readonly internalType: "uint256";
|
|
14631
|
-
readonly type: "uint256";
|
|
14632
|
-
}, {
|
|
14633
|
-
readonly name: "amountOutMinimum";
|
|
14634
|
-
readonly internalType: "uint256";
|
|
14635
|
-
readonly type: "uint256";
|
|
14636
|
-
}, {
|
|
14637
|
-
readonly name: "sqrtPriceLimitX96";
|
|
14638
|
-
readonly internalType: "uint160";
|
|
14639
|
-
readonly type: "uint160";
|
|
14640
|
-
}];
|
|
14641
|
-
}];
|
|
14642
|
-
readonly name: "exactInputSingle";
|
|
14643
|
-
readonly outputs: readonly [{
|
|
14644
|
-
readonly name: "amountOut";
|
|
14645
|
-
readonly internalType: "uint256";
|
|
14646
|
-
readonly type: "uint256";
|
|
14647
|
-
}];
|
|
14648
|
-
readonly stateMutability: "payable";
|
|
14649
|
-
}, {
|
|
14650
|
-
readonly type: "function";
|
|
14651
|
-
readonly inputs: readonly [{
|
|
14652
|
-
readonly name: "params";
|
|
14653
|
-
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
14654
|
-
readonly type: "tuple";
|
|
14655
|
-
readonly components: readonly [{
|
|
14656
|
-
readonly name: "tokenIn";
|
|
14657
|
-
readonly internalType: "address";
|
|
14658
|
-
readonly type: "address";
|
|
14659
|
-
}, {
|
|
14660
|
-
readonly name: "tokenOut";
|
|
14661
|
-
readonly internalType: "address";
|
|
14662
|
-
readonly type: "address";
|
|
14663
|
-
}, {
|
|
14664
|
-
readonly name: "fee";
|
|
14665
|
-
readonly internalType: "uint24";
|
|
14666
|
-
readonly type: "uint24";
|
|
14667
|
-
}, {
|
|
14668
|
-
readonly name: "recipient";
|
|
14669
|
-
readonly internalType: "address";
|
|
14670
|
-
readonly type: "address";
|
|
14671
|
-
}, {
|
|
14672
|
-
readonly name: "amountOut";
|
|
14673
|
-
readonly internalType: "uint256";
|
|
14674
|
-
readonly type: "uint256";
|
|
14675
|
-
}, {
|
|
14676
|
-
readonly name: "amountInMaximum";
|
|
14677
|
-
readonly internalType: "uint256";
|
|
14678
|
-
readonly type: "uint256";
|
|
14679
|
-
}, {
|
|
14680
|
-
readonly name: "sqrtPriceLimitX96";
|
|
14681
|
-
readonly internalType: "uint160";
|
|
14682
|
-
readonly type: "uint160";
|
|
14683
|
-
}];
|
|
14684
|
-
}];
|
|
14685
|
-
readonly name: "exactOutputSingle";
|
|
14686
|
-
readonly outputs: readonly [{
|
|
14687
|
-
readonly name: "amountIn";
|
|
14688
|
-
readonly internalType: "uint256";
|
|
14689
|
-
readonly type: "uint256";
|
|
14690
|
-
}];
|
|
14691
|
-
readonly stateMutability: "payable";
|
|
14692
|
-
}, {
|
|
14693
|
-
readonly type: "function";
|
|
14694
|
-
readonly inputs: readonly [{
|
|
14695
|
-
readonly name: "amount0Delta";
|
|
14696
|
-
readonly internalType: "int256";
|
|
14697
|
-
readonly type: "int256";
|
|
14698
|
-
}, {
|
|
14699
|
-
readonly name: "amount1Delta";
|
|
14700
|
-
readonly internalType: "int256";
|
|
14701
|
-
readonly type: "int256";
|
|
14702
|
-
}, {
|
|
14703
|
-
readonly name: "data";
|
|
14704
|
-
readonly internalType: "bytes";
|
|
14705
|
-
readonly type: "bytes";
|
|
14706
|
-
}];
|
|
14707
|
-
readonly name: "uniswapV3SwapCallback";
|
|
14708
|
-
readonly outputs: readonly [];
|
|
14709
|
-
readonly stateMutability: "nonpayable";
|
|
14710
|
-
}];
|
|
14711
|
-
/**
|
|
14712
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14713
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14714
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14715
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14716
|
-
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14717
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14718
|
-
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14719
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14720
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14721
|
-
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14722
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14723
|
-
*/
|
|
14724
|
-
export declare const uniswapV3SwapRouterAddress: {
|
|
14725
|
-
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14726
|
-
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14727
|
-
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14728
|
-
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14729
|
-
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14730
|
-
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14731
|
-
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14732
|
-
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14733
|
-
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14734
|
-
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14735
|
-
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14736
|
-
};
|
|
14737
|
-
/**
|
|
14738
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14739
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14740
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
|
|
14741
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
|
|
14742
|
-
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
|
|
14743
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14744
|
-
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
|
|
14745
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
|
|
14746
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
|
|
14747
|
-
* - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
|
|
14748
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
|
|
14749
|
-
*/
|
|
14750
|
-
export declare const uniswapV3SwapRouterConfig: {
|
|
14751
|
-
readonly address: {
|
|
14752
|
-
readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14753
|
-
readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14754
|
-
readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
|
|
14755
|
-
readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
|
|
14756
|
-
readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
|
|
14757
|
-
readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14758
|
-
readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
|
|
14759
|
-
readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
|
|
14760
|
-
readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
14761
|
-
readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
|
|
14762
|
-
readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
|
|
14763
|
-
};
|
|
14764
|
-
readonly abi: readonly [{
|
|
14765
|
-
readonly type: "function";
|
|
14766
|
-
readonly inputs: readonly [{
|
|
14767
|
-
readonly name: "params";
|
|
14768
|
-
readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
|
|
14769
|
-
readonly type: "tuple";
|
|
14770
|
-
readonly components: readonly [{
|
|
14771
|
-
readonly name: "tokenIn";
|
|
14772
|
-
readonly internalType: "address";
|
|
14773
|
-
readonly type: "address";
|
|
14774
|
-
}, {
|
|
14775
|
-
readonly name: "tokenOut";
|
|
14776
|
-
readonly internalType: "address";
|
|
14777
|
-
readonly type: "address";
|
|
14778
|
-
}, {
|
|
14779
|
-
readonly name: "fee";
|
|
14780
|
-
readonly internalType: "uint24";
|
|
14781
|
-
readonly type: "uint24";
|
|
14782
|
-
}, {
|
|
14783
|
-
readonly name: "recipient";
|
|
14784
|
-
readonly internalType: "address";
|
|
14785
|
-
readonly type: "address";
|
|
14786
|
-
}, {
|
|
14787
|
-
readonly name: "amountIn";
|
|
14788
|
-
readonly internalType: "uint256";
|
|
14789
|
-
readonly type: "uint256";
|
|
14790
|
-
}, {
|
|
14791
|
-
readonly name: "amountOutMinimum";
|
|
14792
|
-
readonly internalType: "uint256";
|
|
14793
|
-
readonly type: "uint256";
|
|
14794
|
-
}, {
|
|
14795
|
-
readonly name: "sqrtPriceLimitX96";
|
|
14796
|
-
readonly internalType: "uint160";
|
|
14797
|
-
readonly type: "uint160";
|
|
14798
|
-
}];
|
|
14799
|
-
}];
|
|
14800
|
-
readonly name: "exactInputSingle";
|
|
14801
|
-
readonly outputs: readonly [{
|
|
14802
|
-
readonly name: "amountOut";
|
|
14803
|
-
readonly internalType: "uint256";
|
|
14804
|
-
readonly type: "uint256";
|
|
14805
|
-
}];
|
|
14806
|
-
readonly stateMutability: "payable";
|
|
14807
|
-
}, {
|
|
14808
|
-
readonly type: "function";
|
|
14809
|
-
readonly inputs: readonly [{
|
|
14810
|
-
readonly name: "params";
|
|
14811
|
-
readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
|
|
14812
|
-
readonly type: "tuple";
|
|
14813
|
-
readonly components: readonly [{
|
|
14814
|
-
readonly name: "tokenIn";
|
|
14815
|
-
readonly internalType: "address";
|
|
14816
|
-
readonly type: "address";
|
|
14817
|
-
}, {
|
|
14818
|
-
readonly name: "tokenOut";
|
|
14819
|
-
readonly internalType: "address";
|
|
14820
|
-
readonly type: "address";
|
|
14821
|
-
}, {
|
|
14822
|
-
readonly name: "fee";
|
|
14823
|
-
readonly internalType: "uint24";
|
|
14824
|
-
readonly type: "uint24";
|
|
14825
|
-
}, {
|
|
14826
|
-
readonly name: "recipient";
|
|
14827
|
-
readonly internalType: "address";
|
|
14828
|
-
readonly type: "address";
|
|
14829
|
-
}, {
|
|
14830
|
-
readonly name: "amountOut";
|
|
14831
|
-
readonly internalType: "uint256";
|
|
14832
|
-
readonly type: "uint256";
|
|
14833
|
-
}, {
|
|
14834
|
-
readonly name: "amountInMaximum";
|
|
14835
|
-
readonly internalType: "uint256";
|
|
14836
|
-
readonly type: "uint256";
|
|
14837
|
-
}, {
|
|
14838
|
-
readonly name: "sqrtPriceLimitX96";
|
|
14839
|
-
readonly internalType: "uint160";
|
|
14840
|
-
readonly type: "uint160";
|
|
14841
|
-
}];
|
|
14842
|
-
}];
|
|
14843
|
-
readonly name: "exactOutputSingle";
|
|
14844
|
-
readonly outputs: readonly [{
|
|
14845
|
-
readonly name: "amountIn";
|
|
14846
|
-
readonly internalType: "uint256";
|
|
14847
|
-
readonly type: "uint256";
|
|
14848
|
-
}];
|
|
14849
|
-
readonly stateMutability: "payable";
|
|
14850
|
-
}, {
|
|
14851
|
-
readonly type: "function";
|
|
14852
|
-
readonly inputs: readonly [{
|
|
14853
|
-
readonly name: "amount0Delta";
|
|
14854
|
-
readonly internalType: "int256";
|
|
14855
|
-
readonly type: "int256";
|
|
14856
|
-
}, {
|
|
14857
|
-
readonly name: "amount1Delta";
|
|
14858
|
-
readonly internalType: "int256";
|
|
14859
|
-
readonly type: "int256";
|
|
14860
|
-
}, {
|
|
14861
|
-
readonly name: "data";
|
|
14862
|
-
readonly internalType: "bytes";
|
|
14863
|
-
readonly type: "bytes";
|
|
14864
|
-
}];
|
|
14865
|
-
readonly name: "uniswapV3SwapCallback";
|
|
14866
|
-
readonly outputs: readonly [];
|
|
14867
|
-
readonly stateMutability: "nonpayable";
|
|
14868
|
-
}];
|
|
14869
|
-
};
|
|
14870
13308
|
/**
|
|
14871
13309
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
14872
13310
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|