@zoralabs/protocol-deployments 0.3.11-DEV.2 → 0.3.11-DEV.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/wagmi.d.ts +992 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +532 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +528 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +545 -0
|
@@ -3488,6 +3488,998 @@ 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: "creatorRewardRecipient";
|
|
3520
|
+
readonly outputs: readonly [{
|
|
3521
|
+
readonly name: "";
|
|
3522
|
+
readonly internalType: "address";
|
|
3523
|
+
readonly type: "address";
|
|
3524
|
+
}];
|
|
3525
|
+
readonly stateMutability: "view";
|
|
3526
|
+
}, {
|
|
3527
|
+
readonly type: "function";
|
|
3528
|
+
readonly inputs: readonly [];
|
|
3529
|
+
readonly name: "erc20";
|
|
3530
|
+
readonly outputs: readonly [{
|
|
3531
|
+
readonly name: "";
|
|
3532
|
+
readonly internalType: "contract IBurnableERC20";
|
|
3533
|
+
readonly type: "address";
|
|
3534
|
+
}];
|
|
3535
|
+
readonly stateMutability: "view";
|
|
3536
|
+
}, {
|
|
3537
|
+
readonly type: "function";
|
|
3538
|
+
readonly inputs: readonly [{
|
|
3539
|
+
readonly name: "_creatorRewardRecipient";
|
|
3540
|
+
readonly internalType: "address";
|
|
3541
|
+
readonly type: "address";
|
|
3542
|
+
}, {
|
|
3543
|
+
readonly name: "_pool";
|
|
3544
|
+
readonly internalType: "address";
|
|
3545
|
+
readonly type: "address";
|
|
3546
|
+
}, {
|
|
3547
|
+
readonly name: "_percentageToBuyBurn";
|
|
3548
|
+
readonly internalType: "uint256";
|
|
3549
|
+
readonly type: "uint256";
|
|
3550
|
+
}];
|
|
3551
|
+
readonly name: "initialize";
|
|
3552
|
+
readonly outputs: readonly [];
|
|
3553
|
+
readonly stateMutability: "nonpayable";
|
|
3554
|
+
}, {
|
|
3555
|
+
readonly type: "function";
|
|
3556
|
+
readonly inputs: readonly [];
|
|
3557
|
+
readonly name: "percentageToBuyBurn";
|
|
3558
|
+
readonly outputs: readonly [{
|
|
3559
|
+
readonly name: "";
|
|
3560
|
+
readonly internalType: "uint256";
|
|
3561
|
+
readonly type: "uint256";
|
|
3562
|
+
}];
|
|
3563
|
+
readonly stateMutability: "view";
|
|
3564
|
+
}, {
|
|
3565
|
+
readonly type: "function";
|
|
3566
|
+
readonly inputs: readonly [];
|
|
3567
|
+
readonly name: "pool";
|
|
3568
|
+
readonly outputs: readonly [{
|
|
3569
|
+
readonly name: "";
|
|
3570
|
+
readonly internalType: "contract IUniswapV3Pool";
|
|
3571
|
+
readonly type: "address";
|
|
3572
|
+
}];
|
|
3573
|
+
readonly stateMutability: "view";
|
|
3574
|
+
}, {
|
|
3575
|
+
readonly type: "function";
|
|
3576
|
+
readonly inputs: readonly [];
|
|
3577
|
+
readonly name: "protocolRewards";
|
|
3578
|
+
readonly outputs: readonly [{
|
|
3579
|
+
readonly name: "";
|
|
3580
|
+
readonly internalType: "contract IProtocolRewards";
|
|
3581
|
+
readonly type: "address";
|
|
3582
|
+
}];
|
|
3583
|
+
readonly stateMutability: "view";
|
|
3584
|
+
}, {
|
|
3585
|
+
readonly type: "function";
|
|
3586
|
+
readonly inputs: readonly [{
|
|
3587
|
+
readonly name: "amount0Delta";
|
|
3588
|
+
readonly internalType: "int256";
|
|
3589
|
+
readonly type: "int256";
|
|
3590
|
+
}, {
|
|
3591
|
+
readonly name: "amount1Delta";
|
|
3592
|
+
readonly internalType: "int256";
|
|
3593
|
+
readonly type: "int256";
|
|
3594
|
+
}, {
|
|
3595
|
+
readonly name: "";
|
|
3596
|
+
readonly internalType: "bytes";
|
|
3597
|
+
readonly type: "bytes";
|
|
3598
|
+
}];
|
|
3599
|
+
readonly name: "uniswapV3SwapCallback";
|
|
3600
|
+
readonly outputs: readonly [];
|
|
3601
|
+
readonly stateMutability: "nonpayable";
|
|
3602
|
+
}, {
|
|
3603
|
+
readonly type: "function";
|
|
3604
|
+
readonly inputs: readonly [];
|
|
3605
|
+
readonly name: "weth";
|
|
3606
|
+
readonly outputs: readonly [{
|
|
3607
|
+
readonly name: "";
|
|
3608
|
+
readonly internalType: "contract IWETH";
|
|
3609
|
+
readonly type: "address";
|
|
3610
|
+
}];
|
|
3611
|
+
readonly stateMutability: "view";
|
|
3612
|
+
}, {
|
|
3613
|
+
readonly type: "function";
|
|
3614
|
+
readonly inputs: readonly [];
|
|
3615
|
+
readonly name: "withdraw";
|
|
3616
|
+
readonly outputs: readonly [];
|
|
3617
|
+
readonly stateMutability: "nonpayable";
|
|
3618
|
+
}, {
|
|
3619
|
+
readonly type: "event";
|
|
3620
|
+
readonly anonymous: false;
|
|
3621
|
+
readonly inputs: readonly [{
|
|
3622
|
+
readonly name: "amountERc20Received";
|
|
3623
|
+
readonly internalType: "uint256";
|
|
3624
|
+
readonly type: "uint256";
|
|
3625
|
+
readonly indexed: false;
|
|
3626
|
+
}, {
|
|
3627
|
+
readonly name: "amountERc20Burned";
|
|
3628
|
+
readonly internalType: "uint256";
|
|
3629
|
+
readonly type: "uint256";
|
|
3630
|
+
readonly indexed: false;
|
|
3631
|
+
}, {
|
|
3632
|
+
readonly name: "amountEthSpent";
|
|
3633
|
+
readonly internalType: "uint256";
|
|
3634
|
+
readonly type: "uint256";
|
|
3635
|
+
readonly indexed: false;
|
|
3636
|
+
}, {
|
|
3637
|
+
readonly name: "amountEthToCreator";
|
|
3638
|
+
readonly internalType: "uint256";
|
|
3639
|
+
readonly type: "uint256";
|
|
3640
|
+
readonly indexed: false;
|
|
3641
|
+
}, {
|
|
3642
|
+
readonly name: "totalEthReceived";
|
|
3643
|
+
readonly internalType: "uint256";
|
|
3644
|
+
readonly type: "uint256";
|
|
3645
|
+
readonly indexed: false;
|
|
3646
|
+
}, {
|
|
3647
|
+
readonly name: "buyFailureError";
|
|
3648
|
+
readonly internalType: "bytes";
|
|
3649
|
+
readonly type: "bytes";
|
|
3650
|
+
readonly indexed: false;
|
|
3651
|
+
}, {
|
|
3652
|
+
readonly name: "burnFailureError";
|
|
3653
|
+
readonly internalType: "bytes";
|
|
3654
|
+
readonly type: "bytes";
|
|
3655
|
+
readonly indexed: false;
|
|
3656
|
+
}];
|
|
3657
|
+
readonly name: "BuyBurn";
|
|
3658
|
+
}, {
|
|
3659
|
+
readonly type: "event";
|
|
3660
|
+
readonly anonymous: false;
|
|
3661
|
+
readonly inputs: readonly [{
|
|
3662
|
+
readonly name: "version";
|
|
3663
|
+
readonly internalType: "uint64";
|
|
3664
|
+
readonly type: "uint64";
|
|
3665
|
+
readonly indexed: false;
|
|
3666
|
+
}];
|
|
3667
|
+
readonly name: "Initialized";
|
|
3668
|
+
}, {
|
|
3669
|
+
readonly type: "event";
|
|
3670
|
+
readonly anonymous: false;
|
|
3671
|
+
readonly inputs: readonly [{
|
|
3672
|
+
readonly name: "creatorRewardRecipient";
|
|
3673
|
+
readonly internalType: "address";
|
|
3674
|
+
readonly type: "address";
|
|
3675
|
+
readonly indexed: false;
|
|
3676
|
+
}, {
|
|
3677
|
+
readonly name: "erc20";
|
|
3678
|
+
readonly internalType: "address";
|
|
3679
|
+
readonly type: "address";
|
|
3680
|
+
readonly indexed: false;
|
|
3681
|
+
}, {
|
|
3682
|
+
readonly name: "pool";
|
|
3683
|
+
readonly internalType: "address";
|
|
3684
|
+
readonly type: "address";
|
|
3685
|
+
readonly indexed: false;
|
|
3686
|
+
}, {
|
|
3687
|
+
readonly name: "percentageToBuyBurn";
|
|
3688
|
+
readonly internalType: "uint256";
|
|
3689
|
+
readonly type: "uint256";
|
|
3690
|
+
readonly indexed: false;
|
|
3691
|
+
}];
|
|
3692
|
+
readonly name: "Initialized";
|
|
3693
|
+
}, {
|
|
3694
|
+
readonly type: "error";
|
|
3695
|
+
readonly inputs: readonly [{
|
|
3696
|
+
readonly name: "target";
|
|
3697
|
+
readonly internalType: "address";
|
|
3698
|
+
readonly type: "address";
|
|
3699
|
+
}];
|
|
3700
|
+
readonly name: "AddressEmptyCode";
|
|
3701
|
+
}, {
|
|
3702
|
+
readonly type: "error";
|
|
3703
|
+
readonly inputs: readonly [{
|
|
3704
|
+
readonly name: "account";
|
|
3705
|
+
readonly internalType: "address";
|
|
3706
|
+
readonly type: "address";
|
|
3707
|
+
}];
|
|
3708
|
+
readonly name: "AddressInsufficientBalance";
|
|
3709
|
+
}, {
|
|
3710
|
+
readonly type: "error";
|
|
3711
|
+
readonly inputs: readonly [];
|
|
3712
|
+
readonly name: "FailedInnerCall";
|
|
3713
|
+
}, {
|
|
3714
|
+
readonly type: "error";
|
|
3715
|
+
readonly inputs: readonly [];
|
|
3716
|
+
readonly name: "InvalidInitialization";
|
|
3717
|
+
}, {
|
|
3718
|
+
readonly type: "error";
|
|
3719
|
+
readonly inputs: readonly [];
|
|
3720
|
+
readonly name: "NotInitializing";
|
|
3721
|
+
}, {
|
|
3722
|
+
readonly type: "error";
|
|
3723
|
+
readonly inputs: readonly [];
|
|
3724
|
+
readonly name: "ONLY_POOL";
|
|
3725
|
+
}, {
|
|
3726
|
+
readonly type: "error";
|
|
3727
|
+
readonly inputs: readonly [];
|
|
3728
|
+
readonly name: "ONLY_PROTOCOL_REWARDS_OR_WETH";
|
|
3729
|
+
}, {
|
|
3730
|
+
readonly type: "error";
|
|
3731
|
+
readonly inputs: readonly [{
|
|
3732
|
+
readonly name: "token";
|
|
3733
|
+
readonly internalType: "address";
|
|
3734
|
+
readonly type: "address";
|
|
3735
|
+
}];
|
|
3736
|
+
readonly name: "SafeERC20FailedOperation";
|
|
3737
|
+
}];
|
|
3738
|
+
/**
|
|
3739
|
+
* [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const cointagFactoryABI: readonly [{
|
|
3742
|
+
readonly type: "constructor";
|
|
3743
|
+
readonly inputs: readonly [{
|
|
3744
|
+
readonly name: "_protocolRewards";
|
|
3745
|
+
readonly internalType: "address";
|
|
3746
|
+
readonly type: "address";
|
|
3747
|
+
}, {
|
|
3748
|
+
readonly name: "_weth";
|
|
3749
|
+
readonly internalType: "address";
|
|
3750
|
+
readonly type: "address";
|
|
3751
|
+
}, {
|
|
3752
|
+
readonly name: "_cointagImplementation";
|
|
3753
|
+
readonly internalType: "address";
|
|
3754
|
+
readonly type: "address";
|
|
3755
|
+
}];
|
|
3756
|
+
readonly stateMutability: "nonpayable";
|
|
3757
|
+
}, {
|
|
3758
|
+
readonly type: "function";
|
|
3759
|
+
readonly inputs: readonly [];
|
|
3760
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
3761
|
+
readonly outputs: readonly [{
|
|
3762
|
+
readonly name: "";
|
|
3763
|
+
readonly internalType: "string";
|
|
3764
|
+
readonly type: "string";
|
|
3765
|
+
}];
|
|
3766
|
+
readonly stateMutability: "view";
|
|
3767
|
+
}, {
|
|
3768
|
+
readonly type: "function";
|
|
3769
|
+
readonly inputs: readonly [];
|
|
3770
|
+
readonly name: "acceptOwnership";
|
|
3771
|
+
readonly outputs: readonly [];
|
|
3772
|
+
readonly stateMutability: "nonpayable";
|
|
3773
|
+
}, {
|
|
3774
|
+
readonly type: "function";
|
|
3775
|
+
readonly inputs: readonly [];
|
|
3776
|
+
readonly name: "cointagImplementation";
|
|
3777
|
+
readonly outputs: readonly [{
|
|
3778
|
+
readonly name: "";
|
|
3779
|
+
readonly internalType: "address";
|
|
3780
|
+
readonly type: "address";
|
|
3781
|
+
}];
|
|
3782
|
+
readonly stateMutability: "view";
|
|
3783
|
+
}, {
|
|
3784
|
+
readonly type: "function";
|
|
3785
|
+
readonly inputs: readonly [];
|
|
3786
|
+
readonly name: "contractName";
|
|
3787
|
+
readonly outputs: readonly [{
|
|
3788
|
+
readonly name: "";
|
|
3789
|
+
readonly internalType: "string";
|
|
3790
|
+
readonly type: "string";
|
|
3791
|
+
}];
|
|
3792
|
+
readonly stateMutability: "pure";
|
|
3793
|
+
}, {
|
|
3794
|
+
readonly type: "function";
|
|
3795
|
+
readonly inputs: readonly [];
|
|
3796
|
+
readonly name: "contractURI";
|
|
3797
|
+
readonly outputs: readonly [{
|
|
3798
|
+
readonly name: "";
|
|
3799
|
+
readonly internalType: "string";
|
|
3800
|
+
readonly type: "string";
|
|
3801
|
+
}];
|
|
3802
|
+
readonly stateMutability: "pure";
|
|
3803
|
+
}, {
|
|
3804
|
+
readonly type: "function";
|
|
3805
|
+
readonly inputs: readonly [];
|
|
3806
|
+
readonly name: "contractVersion";
|
|
3807
|
+
readonly outputs: readonly [{
|
|
3808
|
+
readonly name: "";
|
|
3809
|
+
readonly internalType: "string";
|
|
3810
|
+
readonly type: "string";
|
|
3811
|
+
}];
|
|
3812
|
+
readonly stateMutability: "pure";
|
|
3813
|
+
}, {
|
|
3814
|
+
readonly type: "function";
|
|
3815
|
+
readonly inputs: readonly [{
|
|
3816
|
+
readonly name: "_creatorRewardRecipient";
|
|
3817
|
+
readonly internalType: "address";
|
|
3818
|
+
readonly type: "address";
|
|
3819
|
+
}, {
|
|
3820
|
+
readonly name: "_pool";
|
|
3821
|
+
readonly internalType: "address";
|
|
3822
|
+
readonly type: "address";
|
|
3823
|
+
}, {
|
|
3824
|
+
readonly name: "_percentageToBuyBurn";
|
|
3825
|
+
readonly internalType: "uint256";
|
|
3826
|
+
readonly type: "uint256";
|
|
3827
|
+
}, {
|
|
3828
|
+
readonly name: "saltSource";
|
|
3829
|
+
readonly internalType: "bytes";
|
|
3830
|
+
readonly type: "bytes";
|
|
3831
|
+
}];
|
|
3832
|
+
readonly name: "getOrCreateCointag";
|
|
3833
|
+
readonly outputs: readonly [{
|
|
3834
|
+
readonly name: "";
|
|
3835
|
+
readonly internalType: "address";
|
|
3836
|
+
readonly type: "address";
|
|
3837
|
+
}];
|
|
3838
|
+
readonly stateMutability: "nonpayable";
|
|
3839
|
+
}, {
|
|
3840
|
+
readonly type: "function";
|
|
3841
|
+
readonly inputs: readonly [];
|
|
3842
|
+
readonly name: "implementation";
|
|
3843
|
+
readonly outputs: readonly [{
|
|
3844
|
+
readonly name: "";
|
|
3845
|
+
readonly internalType: "address";
|
|
3846
|
+
readonly type: "address";
|
|
3847
|
+
}];
|
|
3848
|
+
readonly stateMutability: "view";
|
|
3849
|
+
}, {
|
|
3850
|
+
readonly type: "function";
|
|
3851
|
+
readonly inputs: readonly [{
|
|
3852
|
+
readonly name: "_defaultOwner";
|
|
3853
|
+
readonly internalType: "address";
|
|
3854
|
+
readonly type: "address";
|
|
3855
|
+
}];
|
|
3856
|
+
readonly name: "initialize";
|
|
3857
|
+
readonly outputs: readonly [];
|
|
3858
|
+
readonly stateMutability: "nonpayable";
|
|
3859
|
+
}, {
|
|
3860
|
+
readonly type: "function";
|
|
3861
|
+
readonly inputs: readonly [];
|
|
3862
|
+
readonly name: "owner";
|
|
3863
|
+
readonly outputs: readonly [{
|
|
3864
|
+
readonly name: "";
|
|
3865
|
+
readonly internalType: "address";
|
|
3866
|
+
readonly type: "address";
|
|
3867
|
+
}];
|
|
3868
|
+
readonly stateMutability: "view";
|
|
3869
|
+
}, {
|
|
3870
|
+
readonly type: "function";
|
|
3871
|
+
readonly inputs: readonly [];
|
|
3872
|
+
readonly name: "pendingOwner";
|
|
3873
|
+
readonly outputs: readonly [{
|
|
3874
|
+
readonly name: "";
|
|
3875
|
+
readonly internalType: "address";
|
|
3876
|
+
readonly type: "address";
|
|
3877
|
+
}];
|
|
3878
|
+
readonly stateMutability: "view";
|
|
3879
|
+
}, {
|
|
3880
|
+
readonly type: "function";
|
|
3881
|
+
readonly inputs: readonly [];
|
|
3882
|
+
readonly name: "protocolRewards";
|
|
3883
|
+
readonly outputs: readonly [{
|
|
3884
|
+
readonly name: "";
|
|
3885
|
+
readonly internalType: "address";
|
|
3886
|
+
readonly type: "address";
|
|
3887
|
+
}];
|
|
3888
|
+
readonly stateMutability: "view";
|
|
3889
|
+
}, {
|
|
3890
|
+
readonly type: "function";
|
|
3891
|
+
readonly inputs: readonly [];
|
|
3892
|
+
readonly name: "proxiableUUID";
|
|
3893
|
+
readonly outputs: readonly [{
|
|
3894
|
+
readonly name: "";
|
|
3895
|
+
readonly internalType: "bytes32";
|
|
3896
|
+
readonly type: "bytes32";
|
|
3897
|
+
}];
|
|
3898
|
+
readonly stateMutability: "view";
|
|
3899
|
+
}, {
|
|
3900
|
+
readonly type: "function";
|
|
3901
|
+
readonly inputs: readonly [];
|
|
3902
|
+
readonly name: "renounceOwnership";
|
|
3903
|
+
readonly outputs: readonly [];
|
|
3904
|
+
readonly stateMutability: "nonpayable";
|
|
3905
|
+
}, {
|
|
3906
|
+
readonly type: "function";
|
|
3907
|
+
readonly inputs: readonly [{
|
|
3908
|
+
readonly name: "newOwner";
|
|
3909
|
+
readonly internalType: "address";
|
|
3910
|
+
readonly type: "address";
|
|
3911
|
+
}];
|
|
3912
|
+
readonly name: "transferOwnership";
|
|
3913
|
+
readonly outputs: readonly [];
|
|
3914
|
+
readonly stateMutability: "nonpayable";
|
|
3915
|
+
}, {
|
|
3916
|
+
readonly type: "function";
|
|
3917
|
+
readonly inputs: readonly [{
|
|
3918
|
+
readonly name: "newImplementation";
|
|
3919
|
+
readonly internalType: "address";
|
|
3920
|
+
readonly type: "address";
|
|
3921
|
+
}, {
|
|
3922
|
+
readonly name: "data";
|
|
3923
|
+
readonly internalType: "bytes";
|
|
3924
|
+
readonly type: "bytes";
|
|
3925
|
+
}];
|
|
3926
|
+
readonly name: "upgradeToAndCall";
|
|
3927
|
+
readonly outputs: readonly [];
|
|
3928
|
+
readonly stateMutability: "payable";
|
|
3929
|
+
}, {
|
|
3930
|
+
readonly type: "function";
|
|
3931
|
+
readonly inputs: readonly [];
|
|
3932
|
+
readonly name: "weth";
|
|
3933
|
+
readonly outputs: readonly [{
|
|
3934
|
+
readonly name: "";
|
|
3935
|
+
readonly internalType: "address";
|
|
3936
|
+
readonly type: "address";
|
|
3937
|
+
}];
|
|
3938
|
+
readonly stateMutability: "view";
|
|
3939
|
+
}, {
|
|
3940
|
+
readonly type: "event";
|
|
3941
|
+
readonly anonymous: false;
|
|
3942
|
+
readonly inputs: readonly [{
|
|
3943
|
+
readonly name: "version";
|
|
3944
|
+
readonly internalType: "uint64";
|
|
3945
|
+
readonly type: "uint64";
|
|
3946
|
+
readonly indexed: false;
|
|
3947
|
+
}];
|
|
3948
|
+
readonly name: "Initialized";
|
|
3949
|
+
}, {
|
|
3950
|
+
readonly type: "event";
|
|
3951
|
+
readonly anonymous: false;
|
|
3952
|
+
readonly inputs: readonly [{
|
|
3953
|
+
readonly name: "previousOwner";
|
|
3954
|
+
readonly internalType: "address";
|
|
3955
|
+
readonly type: "address";
|
|
3956
|
+
readonly indexed: true;
|
|
3957
|
+
}, {
|
|
3958
|
+
readonly name: "newOwner";
|
|
3959
|
+
readonly internalType: "address";
|
|
3960
|
+
readonly type: "address";
|
|
3961
|
+
readonly indexed: true;
|
|
3962
|
+
}];
|
|
3963
|
+
readonly name: "OwnershipTransferStarted";
|
|
3964
|
+
}, {
|
|
3965
|
+
readonly type: "event";
|
|
3966
|
+
readonly anonymous: false;
|
|
3967
|
+
readonly inputs: readonly [{
|
|
3968
|
+
readonly name: "previousOwner";
|
|
3969
|
+
readonly internalType: "address";
|
|
3970
|
+
readonly type: "address";
|
|
3971
|
+
readonly indexed: true;
|
|
3972
|
+
}, {
|
|
3973
|
+
readonly name: "newOwner";
|
|
3974
|
+
readonly internalType: "address";
|
|
3975
|
+
readonly type: "address";
|
|
3976
|
+
readonly indexed: true;
|
|
3977
|
+
}];
|
|
3978
|
+
readonly name: "OwnershipTransferred";
|
|
3979
|
+
}, {
|
|
3980
|
+
readonly type: "event";
|
|
3981
|
+
readonly anonymous: false;
|
|
3982
|
+
readonly inputs: readonly [{
|
|
3983
|
+
readonly name: "cointag";
|
|
3984
|
+
readonly internalType: "address";
|
|
3985
|
+
readonly type: "address";
|
|
3986
|
+
readonly indexed: true;
|
|
3987
|
+
}, {
|
|
3988
|
+
readonly name: "creatorRewardRecipient";
|
|
3989
|
+
readonly internalType: "address";
|
|
3990
|
+
readonly type: "address";
|
|
3991
|
+
readonly indexed: true;
|
|
3992
|
+
}, {
|
|
3993
|
+
readonly name: "erc20";
|
|
3994
|
+
readonly internalType: "address";
|
|
3995
|
+
readonly type: "address";
|
|
3996
|
+
readonly indexed: true;
|
|
3997
|
+
}, {
|
|
3998
|
+
readonly name: "pool";
|
|
3999
|
+
readonly internalType: "address";
|
|
4000
|
+
readonly type: "address";
|
|
4001
|
+
readonly indexed: false;
|
|
4002
|
+
}, {
|
|
4003
|
+
readonly name: "percentageToBuyBurn";
|
|
4004
|
+
readonly internalType: "uint256";
|
|
4005
|
+
readonly type: "uint256";
|
|
4006
|
+
readonly indexed: false;
|
|
4007
|
+
}, {
|
|
4008
|
+
readonly name: "saltSource";
|
|
4009
|
+
readonly internalType: "bytes";
|
|
4010
|
+
readonly type: "bytes";
|
|
4011
|
+
readonly indexed: false;
|
|
4012
|
+
}];
|
|
4013
|
+
readonly name: "SetupNewCointag";
|
|
4014
|
+
}, {
|
|
4015
|
+
readonly type: "event";
|
|
4016
|
+
readonly anonymous: false;
|
|
4017
|
+
readonly inputs: readonly [{
|
|
4018
|
+
readonly name: "implementation";
|
|
4019
|
+
readonly internalType: "address";
|
|
4020
|
+
readonly type: "address";
|
|
4021
|
+
readonly indexed: true;
|
|
4022
|
+
}];
|
|
4023
|
+
readonly name: "Upgraded";
|
|
4024
|
+
}, {
|
|
4025
|
+
readonly type: "error";
|
|
4026
|
+
readonly inputs: readonly [{
|
|
4027
|
+
readonly name: "target";
|
|
4028
|
+
readonly internalType: "address";
|
|
4029
|
+
readonly type: "address";
|
|
4030
|
+
}];
|
|
4031
|
+
readonly name: "AddressEmptyCode";
|
|
4032
|
+
}, {
|
|
4033
|
+
readonly type: "error";
|
|
4034
|
+
readonly inputs: readonly [];
|
|
4035
|
+
readonly name: "AddressZero";
|
|
4036
|
+
}, {
|
|
4037
|
+
readonly type: "error";
|
|
4038
|
+
readonly inputs: readonly [];
|
|
4039
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
4040
|
+
}, {
|
|
4041
|
+
readonly type: "error";
|
|
4042
|
+
readonly inputs: readonly [{
|
|
4043
|
+
readonly name: "implementation";
|
|
4044
|
+
readonly internalType: "address";
|
|
4045
|
+
readonly type: "address";
|
|
4046
|
+
}];
|
|
4047
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4048
|
+
}, {
|
|
4049
|
+
readonly type: "error";
|
|
4050
|
+
readonly inputs: readonly [];
|
|
4051
|
+
readonly name: "ERC1967NonPayable";
|
|
4052
|
+
}, {
|
|
4053
|
+
readonly type: "error";
|
|
4054
|
+
readonly inputs: readonly [];
|
|
4055
|
+
readonly name: "FailedInnerCall";
|
|
4056
|
+
}, {
|
|
4057
|
+
readonly type: "error";
|
|
4058
|
+
readonly inputs: readonly [];
|
|
4059
|
+
readonly name: "InvalidInitialization";
|
|
4060
|
+
}, {
|
|
4061
|
+
readonly type: "error";
|
|
4062
|
+
readonly inputs: readonly [];
|
|
4063
|
+
readonly name: "NotInitializing";
|
|
4064
|
+
}, {
|
|
4065
|
+
readonly type: "error";
|
|
4066
|
+
readonly inputs: readonly [{
|
|
4067
|
+
readonly name: "owner";
|
|
4068
|
+
readonly internalType: "address";
|
|
4069
|
+
readonly type: "address";
|
|
4070
|
+
}];
|
|
4071
|
+
readonly name: "OwnableInvalidOwner";
|
|
4072
|
+
}, {
|
|
4073
|
+
readonly type: "error";
|
|
4074
|
+
readonly inputs: readonly [{
|
|
4075
|
+
readonly name: "account";
|
|
4076
|
+
readonly internalType: "address";
|
|
4077
|
+
readonly type: "address";
|
|
4078
|
+
}];
|
|
4079
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4080
|
+
}, {
|
|
4081
|
+
readonly type: "error";
|
|
4082
|
+
readonly inputs: readonly [];
|
|
4083
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4084
|
+
}, {
|
|
4085
|
+
readonly type: "error";
|
|
4086
|
+
readonly inputs: readonly [{
|
|
4087
|
+
readonly name: "slot";
|
|
4088
|
+
readonly internalType: "bytes32";
|
|
4089
|
+
readonly type: "bytes32";
|
|
4090
|
+
}];
|
|
4091
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4092
|
+
}, {
|
|
4093
|
+
readonly type: "error";
|
|
4094
|
+
readonly inputs: readonly [{
|
|
4095
|
+
readonly name: "currentName";
|
|
4096
|
+
readonly internalType: "string";
|
|
4097
|
+
readonly type: "string";
|
|
4098
|
+
}, {
|
|
4099
|
+
readonly name: "newName";
|
|
4100
|
+
readonly internalType: "string";
|
|
4101
|
+
readonly type: "string";
|
|
4102
|
+
}];
|
|
4103
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4104
|
+
}];
|
|
4105
|
+
/**
|
|
4106
|
+
* [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4107
|
+
*/
|
|
4108
|
+
export declare const cointagFactoryAddress: {
|
|
4109
|
+
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4110
|
+
};
|
|
4111
|
+
/**
|
|
4112
|
+
* [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const cointagFactoryConfig: {
|
|
4115
|
+
readonly address: {
|
|
4116
|
+
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4117
|
+
};
|
|
4118
|
+
readonly abi: readonly [{
|
|
4119
|
+
readonly type: "constructor";
|
|
4120
|
+
readonly inputs: readonly [{
|
|
4121
|
+
readonly name: "_protocolRewards";
|
|
4122
|
+
readonly internalType: "address";
|
|
4123
|
+
readonly type: "address";
|
|
4124
|
+
}, {
|
|
4125
|
+
readonly name: "_weth";
|
|
4126
|
+
readonly internalType: "address";
|
|
4127
|
+
readonly type: "address";
|
|
4128
|
+
}, {
|
|
4129
|
+
readonly name: "_cointagImplementation";
|
|
4130
|
+
readonly internalType: "address";
|
|
4131
|
+
readonly type: "address";
|
|
4132
|
+
}];
|
|
4133
|
+
readonly stateMutability: "nonpayable";
|
|
4134
|
+
}, {
|
|
4135
|
+
readonly type: "function";
|
|
4136
|
+
readonly inputs: readonly [];
|
|
4137
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4138
|
+
readonly outputs: readonly [{
|
|
4139
|
+
readonly name: "";
|
|
4140
|
+
readonly internalType: "string";
|
|
4141
|
+
readonly type: "string";
|
|
4142
|
+
}];
|
|
4143
|
+
readonly stateMutability: "view";
|
|
4144
|
+
}, {
|
|
4145
|
+
readonly type: "function";
|
|
4146
|
+
readonly inputs: readonly [];
|
|
4147
|
+
readonly name: "acceptOwnership";
|
|
4148
|
+
readonly outputs: readonly [];
|
|
4149
|
+
readonly stateMutability: "nonpayable";
|
|
4150
|
+
}, {
|
|
4151
|
+
readonly type: "function";
|
|
4152
|
+
readonly inputs: readonly [];
|
|
4153
|
+
readonly name: "cointagImplementation";
|
|
4154
|
+
readonly outputs: readonly [{
|
|
4155
|
+
readonly name: "";
|
|
4156
|
+
readonly internalType: "address";
|
|
4157
|
+
readonly type: "address";
|
|
4158
|
+
}];
|
|
4159
|
+
readonly stateMutability: "view";
|
|
4160
|
+
}, {
|
|
4161
|
+
readonly type: "function";
|
|
4162
|
+
readonly inputs: readonly [];
|
|
4163
|
+
readonly name: "contractName";
|
|
4164
|
+
readonly outputs: readonly [{
|
|
4165
|
+
readonly name: "";
|
|
4166
|
+
readonly internalType: "string";
|
|
4167
|
+
readonly type: "string";
|
|
4168
|
+
}];
|
|
4169
|
+
readonly stateMutability: "pure";
|
|
4170
|
+
}, {
|
|
4171
|
+
readonly type: "function";
|
|
4172
|
+
readonly inputs: readonly [];
|
|
4173
|
+
readonly name: "contractURI";
|
|
4174
|
+
readonly outputs: readonly [{
|
|
4175
|
+
readonly name: "";
|
|
4176
|
+
readonly internalType: "string";
|
|
4177
|
+
readonly type: "string";
|
|
4178
|
+
}];
|
|
4179
|
+
readonly stateMutability: "pure";
|
|
4180
|
+
}, {
|
|
4181
|
+
readonly type: "function";
|
|
4182
|
+
readonly inputs: readonly [];
|
|
4183
|
+
readonly name: "contractVersion";
|
|
4184
|
+
readonly outputs: readonly [{
|
|
4185
|
+
readonly name: "";
|
|
4186
|
+
readonly internalType: "string";
|
|
4187
|
+
readonly type: "string";
|
|
4188
|
+
}];
|
|
4189
|
+
readonly stateMutability: "pure";
|
|
4190
|
+
}, {
|
|
4191
|
+
readonly type: "function";
|
|
4192
|
+
readonly inputs: readonly [{
|
|
4193
|
+
readonly name: "_creatorRewardRecipient";
|
|
4194
|
+
readonly internalType: "address";
|
|
4195
|
+
readonly type: "address";
|
|
4196
|
+
}, {
|
|
4197
|
+
readonly name: "_pool";
|
|
4198
|
+
readonly internalType: "address";
|
|
4199
|
+
readonly type: "address";
|
|
4200
|
+
}, {
|
|
4201
|
+
readonly name: "_percentageToBuyBurn";
|
|
4202
|
+
readonly internalType: "uint256";
|
|
4203
|
+
readonly type: "uint256";
|
|
4204
|
+
}, {
|
|
4205
|
+
readonly name: "saltSource";
|
|
4206
|
+
readonly internalType: "bytes";
|
|
4207
|
+
readonly type: "bytes";
|
|
4208
|
+
}];
|
|
4209
|
+
readonly name: "getOrCreateCointag";
|
|
4210
|
+
readonly outputs: readonly [{
|
|
4211
|
+
readonly name: "";
|
|
4212
|
+
readonly internalType: "address";
|
|
4213
|
+
readonly type: "address";
|
|
4214
|
+
}];
|
|
4215
|
+
readonly stateMutability: "nonpayable";
|
|
4216
|
+
}, {
|
|
4217
|
+
readonly type: "function";
|
|
4218
|
+
readonly inputs: readonly [];
|
|
4219
|
+
readonly name: "implementation";
|
|
4220
|
+
readonly outputs: readonly [{
|
|
4221
|
+
readonly name: "";
|
|
4222
|
+
readonly internalType: "address";
|
|
4223
|
+
readonly type: "address";
|
|
4224
|
+
}];
|
|
4225
|
+
readonly stateMutability: "view";
|
|
4226
|
+
}, {
|
|
4227
|
+
readonly type: "function";
|
|
4228
|
+
readonly inputs: readonly [{
|
|
4229
|
+
readonly name: "_defaultOwner";
|
|
4230
|
+
readonly internalType: "address";
|
|
4231
|
+
readonly type: "address";
|
|
4232
|
+
}];
|
|
4233
|
+
readonly name: "initialize";
|
|
4234
|
+
readonly outputs: readonly [];
|
|
4235
|
+
readonly stateMutability: "nonpayable";
|
|
4236
|
+
}, {
|
|
4237
|
+
readonly type: "function";
|
|
4238
|
+
readonly inputs: readonly [];
|
|
4239
|
+
readonly name: "owner";
|
|
4240
|
+
readonly outputs: readonly [{
|
|
4241
|
+
readonly name: "";
|
|
4242
|
+
readonly internalType: "address";
|
|
4243
|
+
readonly type: "address";
|
|
4244
|
+
}];
|
|
4245
|
+
readonly stateMutability: "view";
|
|
4246
|
+
}, {
|
|
4247
|
+
readonly type: "function";
|
|
4248
|
+
readonly inputs: readonly [];
|
|
4249
|
+
readonly name: "pendingOwner";
|
|
4250
|
+
readonly outputs: readonly [{
|
|
4251
|
+
readonly name: "";
|
|
4252
|
+
readonly internalType: "address";
|
|
4253
|
+
readonly type: "address";
|
|
4254
|
+
}];
|
|
4255
|
+
readonly stateMutability: "view";
|
|
4256
|
+
}, {
|
|
4257
|
+
readonly type: "function";
|
|
4258
|
+
readonly inputs: readonly [];
|
|
4259
|
+
readonly name: "protocolRewards";
|
|
4260
|
+
readonly outputs: readonly [{
|
|
4261
|
+
readonly name: "";
|
|
4262
|
+
readonly internalType: "address";
|
|
4263
|
+
readonly type: "address";
|
|
4264
|
+
}];
|
|
4265
|
+
readonly stateMutability: "view";
|
|
4266
|
+
}, {
|
|
4267
|
+
readonly type: "function";
|
|
4268
|
+
readonly inputs: readonly [];
|
|
4269
|
+
readonly name: "proxiableUUID";
|
|
4270
|
+
readonly outputs: readonly [{
|
|
4271
|
+
readonly name: "";
|
|
4272
|
+
readonly internalType: "bytes32";
|
|
4273
|
+
readonly type: "bytes32";
|
|
4274
|
+
}];
|
|
4275
|
+
readonly stateMutability: "view";
|
|
4276
|
+
}, {
|
|
4277
|
+
readonly type: "function";
|
|
4278
|
+
readonly inputs: readonly [];
|
|
4279
|
+
readonly name: "renounceOwnership";
|
|
4280
|
+
readonly outputs: readonly [];
|
|
4281
|
+
readonly stateMutability: "nonpayable";
|
|
4282
|
+
}, {
|
|
4283
|
+
readonly type: "function";
|
|
4284
|
+
readonly inputs: readonly [{
|
|
4285
|
+
readonly name: "newOwner";
|
|
4286
|
+
readonly internalType: "address";
|
|
4287
|
+
readonly type: "address";
|
|
4288
|
+
}];
|
|
4289
|
+
readonly name: "transferOwnership";
|
|
4290
|
+
readonly outputs: readonly [];
|
|
4291
|
+
readonly stateMutability: "nonpayable";
|
|
4292
|
+
}, {
|
|
4293
|
+
readonly type: "function";
|
|
4294
|
+
readonly inputs: readonly [{
|
|
4295
|
+
readonly name: "newImplementation";
|
|
4296
|
+
readonly internalType: "address";
|
|
4297
|
+
readonly type: "address";
|
|
4298
|
+
}, {
|
|
4299
|
+
readonly name: "data";
|
|
4300
|
+
readonly internalType: "bytes";
|
|
4301
|
+
readonly type: "bytes";
|
|
4302
|
+
}];
|
|
4303
|
+
readonly name: "upgradeToAndCall";
|
|
4304
|
+
readonly outputs: readonly [];
|
|
4305
|
+
readonly stateMutability: "payable";
|
|
4306
|
+
}, {
|
|
4307
|
+
readonly type: "function";
|
|
4308
|
+
readonly inputs: readonly [];
|
|
4309
|
+
readonly name: "weth";
|
|
4310
|
+
readonly outputs: readonly [{
|
|
4311
|
+
readonly name: "";
|
|
4312
|
+
readonly internalType: "address";
|
|
4313
|
+
readonly type: "address";
|
|
4314
|
+
}];
|
|
4315
|
+
readonly stateMutability: "view";
|
|
4316
|
+
}, {
|
|
4317
|
+
readonly type: "event";
|
|
4318
|
+
readonly anonymous: false;
|
|
4319
|
+
readonly inputs: readonly [{
|
|
4320
|
+
readonly name: "version";
|
|
4321
|
+
readonly internalType: "uint64";
|
|
4322
|
+
readonly type: "uint64";
|
|
4323
|
+
readonly indexed: false;
|
|
4324
|
+
}];
|
|
4325
|
+
readonly name: "Initialized";
|
|
4326
|
+
}, {
|
|
4327
|
+
readonly type: "event";
|
|
4328
|
+
readonly anonymous: false;
|
|
4329
|
+
readonly inputs: readonly [{
|
|
4330
|
+
readonly name: "previousOwner";
|
|
4331
|
+
readonly internalType: "address";
|
|
4332
|
+
readonly type: "address";
|
|
4333
|
+
readonly indexed: true;
|
|
4334
|
+
}, {
|
|
4335
|
+
readonly name: "newOwner";
|
|
4336
|
+
readonly internalType: "address";
|
|
4337
|
+
readonly type: "address";
|
|
4338
|
+
readonly indexed: true;
|
|
4339
|
+
}];
|
|
4340
|
+
readonly name: "OwnershipTransferStarted";
|
|
4341
|
+
}, {
|
|
4342
|
+
readonly type: "event";
|
|
4343
|
+
readonly anonymous: false;
|
|
4344
|
+
readonly inputs: readonly [{
|
|
4345
|
+
readonly name: "previousOwner";
|
|
4346
|
+
readonly internalType: "address";
|
|
4347
|
+
readonly type: "address";
|
|
4348
|
+
readonly indexed: true;
|
|
4349
|
+
}, {
|
|
4350
|
+
readonly name: "newOwner";
|
|
4351
|
+
readonly internalType: "address";
|
|
4352
|
+
readonly type: "address";
|
|
4353
|
+
readonly indexed: true;
|
|
4354
|
+
}];
|
|
4355
|
+
readonly name: "OwnershipTransferred";
|
|
4356
|
+
}, {
|
|
4357
|
+
readonly type: "event";
|
|
4358
|
+
readonly anonymous: false;
|
|
4359
|
+
readonly inputs: readonly [{
|
|
4360
|
+
readonly name: "cointag";
|
|
4361
|
+
readonly internalType: "address";
|
|
4362
|
+
readonly type: "address";
|
|
4363
|
+
readonly indexed: true;
|
|
4364
|
+
}, {
|
|
4365
|
+
readonly name: "creatorRewardRecipient";
|
|
4366
|
+
readonly internalType: "address";
|
|
4367
|
+
readonly type: "address";
|
|
4368
|
+
readonly indexed: true;
|
|
4369
|
+
}, {
|
|
4370
|
+
readonly name: "erc20";
|
|
4371
|
+
readonly internalType: "address";
|
|
4372
|
+
readonly type: "address";
|
|
4373
|
+
readonly indexed: true;
|
|
4374
|
+
}, {
|
|
4375
|
+
readonly name: "pool";
|
|
4376
|
+
readonly internalType: "address";
|
|
4377
|
+
readonly type: "address";
|
|
4378
|
+
readonly indexed: false;
|
|
4379
|
+
}, {
|
|
4380
|
+
readonly name: "percentageToBuyBurn";
|
|
4381
|
+
readonly internalType: "uint256";
|
|
4382
|
+
readonly type: "uint256";
|
|
4383
|
+
readonly indexed: false;
|
|
4384
|
+
}, {
|
|
4385
|
+
readonly name: "saltSource";
|
|
4386
|
+
readonly internalType: "bytes";
|
|
4387
|
+
readonly type: "bytes";
|
|
4388
|
+
readonly indexed: false;
|
|
4389
|
+
}];
|
|
4390
|
+
readonly name: "SetupNewCointag";
|
|
4391
|
+
}, {
|
|
4392
|
+
readonly type: "event";
|
|
4393
|
+
readonly anonymous: false;
|
|
4394
|
+
readonly inputs: readonly [{
|
|
4395
|
+
readonly name: "implementation";
|
|
4396
|
+
readonly internalType: "address";
|
|
4397
|
+
readonly type: "address";
|
|
4398
|
+
readonly indexed: true;
|
|
4399
|
+
}];
|
|
4400
|
+
readonly name: "Upgraded";
|
|
4401
|
+
}, {
|
|
4402
|
+
readonly type: "error";
|
|
4403
|
+
readonly inputs: readonly [{
|
|
4404
|
+
readonly name: "target";
|
|
4405
|
+
readonly internalType: "address";
|
|
4406
|
+
readonly type: "address";
|
|
4407
|
+
}];
|
|
4408
|
+
readonly name: "AddressEmptyCode";
|
|
4409
|
+
}, {
|
|
4410
|
+
readonly type: "error";
|
|
4411
|
+
readonly inputs: readonly [];
|
|
4412
|
+
readonly name: "AddressZero";
|
|
4413
|
+
}, {
|
|
4414
|
+
readonly type: "error";
|
|
4415
|
+
readonly inputs: readonly [];
|
|
4416
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
4417
|
+
}, {
|
|
4418
|
+
readonly type: "error";
|
|
4419
|
+
readonly inputs: readonly [{
|
|
4420
|
+
readonly name: "implementation";
|
|
4421
|
+
readonly internalType: "address";
|
|
4422
|
+
readonly type: "address";
|
|
4423
|
+
}];
|
|
4424
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
4425
|
+
}, {
|
|
4426
|
+
readonly type: "error";
|
|
4427
|
+
readonly inputs: readonly [];
|
|
4428
|
+
readonly name: "ERC1967NonPayable";
|
|
4429
|
+
}, {
|
|
4430
|
+
readonly type: "error";
|
|
4431
|
+
readonly inputs: readonly [];
|
|
4432
|
+
readonly name: "FailedInnerCall";
|
|
4433
|
+
}, {
|
|
4434
|
+
readonly type: "error";
|
|
4435
|
+
readonly inputs: readonly [];
|
|
4436
|
+
readonly name: "InvalidInitialization";
|
|
4437
|
+
}, {
|
|
4438
|
+
readonly type: "error";
|
|
4439
|
+
readonly inputs: readonly [];
|
|
4440
|
+
readonly name: "NotInitializing";
|
|
4441
|
+
}, {
|
|
4442
|
+
readonly type: "error";
|
|
4443
|
+
readonly inputs: readonly [{
|
|
4444
|
+
readonly name: "owner";
|
|
4445
|
+
readonly internalType: "address";
|
|
4446
|
+
readonly type: "address";
|
|
4447
|
+
}];
|
|
4448
|
+
readonly name: "OwnableInvalidOwner";
|
|
4449
|
+
}, {
|
|
4450
|
+
readonly type: "error";
|
|
4451
|
+
readonly inputs: readonly [{
|
|
4452
|
+
readonly name: "account";
|
|
4453
|
+
readonly internalType: "address";
|
|
4454
|
+
readonly type: "address";
|
|
4455
|
+
}];
|
|
4456
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
4457
|
+
}, {
|
|
4458
|
+
readonly type: "error";
|
|
4459
|
+
readonly inputs: readonly [];
|
|
4460
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
4461
|
+
}, {
|
|
4462
|
+
readonly type: "error";
|
|
4463
|
+
readonly inputs: readonly [{
|
|
4464
|
+
readonly name: "slot";
|
|
4465
|
+
readonly internalType: "bytes32";
|
|
4466
|
+
readonly type: "bytes32";
|
|
4467
|
+
}];
|
|
4468
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4469
|
+
}, {
|
|
4470
|
+
readonly type: "error";
|
|
4471
|
+
readonly inputs: readonly [{
|
|
4472
|
+
readonly name: "currentName";
|
|
4473
|
+
readonly internalType: "string";
|
|
4474
|
+
readonly type: "string";
|
|
4475
|
+
}, {
|
|
4476
|
+
readonly name: "newName";
|
|
4477
|
+
readonly internalType: "string";
|
|
4478
|
+
readonly type: "string";
|
|
4479
|
+
}];
|
|
4480
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
4481
|
+
}];
|
|
4482
|
+
};
|
|
3491
4483
|
/**
|
|
3492
4484
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
3493
4485
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|