@zoralabs/protocol-deployments 0.3.11-DEV.4 → 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 +48 -48
- package/CHANGELOG.md +2 -2
- package/dist/generated/wagmi.d.ts +78 -1044
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +29 -552
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +29 -548
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +29 -565
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
- package/package/.turbo/turbo-build.log +0 -48
- package/package/package/.turbo/turbo-build.log +0 -48
|
@@ -3488,1050 +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: "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: "getCointagAddress";
|
|
3833
|
-
readonly outputs: readonly [{
|
|
3834
|
-
readonly name: "";
|
|
3835
|
-
readonly internalType: "address";
|
|
3836
|
-
readonly type: "address";
|
|
3837
|
-
}];
|
|
3838
|
-
readonly stateMutability: "view";
|
|
3839
|
-
}, {
|
|
3840
|
-
readonly type: "function";
|
|
3841
|
-
readonly inputs: readonly [{
|
|
3842
|
-
readonly name: "_creatorRewardRecipient";
|
|
3843
|
-
readonly internalType: "address";
|
|
3844
|
-
readonly type: "address";
|
|
3845
|
-
}, {
|
|
3846
|
-
readonly name: "_pool";
|
|
3847
|
-
readonly internalType: "address";
|
|
3848
|
-
readonly type: "address";
|
|
3849
|
-
}, {
|
|
3850
|
-
readonly name: "_percentageToBuyBurn";
|
|
3851
|
-
readonly internalType: "uint256";
|
|
3852
|
-
readonly type: "uint256";
|
|
3853
|
-
}, {
|
|
3854
|
-
readonly name: "saltSource";
|
|
3855
|
-
readonly internalType: "bytes";
|
|
3856
|
-
readonly type: "bytes";
|
|
3857
|
-
}];
|
|
3858
|
-
readonly name: "getOrCreateCointag";
|
|
3859
|
-
readonly outputs: readonly [{
|
|
3860
|
-
readonly name: "";
|
|
3861
|
-
readonly internalType: "address";
|
|
3862
|
-
readonly type: "address";
|
|
3863
|
-
}];
|
|
3864
|
-
readonly stateMutability: "nonpayable";
|
|
3865
|
-
}, {
|
|
3866
|
-
readonly type: "function";
|
|
3867
|
-
readonly inputs: readonly [];
|
|
3868
|
-
readonly name: "implementation";
|
|
3869
|
-
readonly outputs: readonly [{
|
|
3870
|
-
readonly name: "";
|
|
3871
|
-
readonly internalType: "address";
|
|
3872
|
-
readonly type: "address";
|
|
3873
|
-
}];
|
|
3874
|
-
readonly stateMutability: "view";
|
|
3875
|
-
}, {
|
|
3876
|
-
readonly type: "function";
|
|
3877
|
-
readonly inputs: readonly [{
|
|
3878
|
-
readonly name: "_defaultOwner";
|
|
3879
|
-
readonly internalType: "address";
|
|
3880
|
-
readonly type: "address";
|
|
3881
|
-
}];
|
|
3882
|
-
readonly name: "initialize";
|
|
3883
|
-
readonly outputs: readonly [];
|
|
3884
|
-
readonly stateMutability: "nonpayable";
|
|
3885
|
-
}, {
|
|
3886
|
-
readonly type: "function";
|
|
3887
|
-
readonly inputs: readonly [];
|
|
3888
|
-
readonly name: "owner";
|
|
3889
|
-
readonly outputs: readonly [{
|
|
3890
|
-
readonly name: "";
|
|
3891
|
-
readonly internalType: "address";
|
|
3892
|
-
readonly type: "address";
|
|
3893
|
-
}];
|
|
3894
|
-
readonly stateMutability: "view";
|
|
3895
|
-
}, {
|
|
3896
|
-
readonly type: "function";
|
|
3897
|
-
readonly inputs: readonly [];
|
|
3898
|
-
readonly name: "pendingOwner";
|
|
3899
|
-
readonly outputs: readonly [{
|
|
3900
|
-
readonly name: "";
|
|
3901
|
-
readonly internalType: "address";
|
|
3902
|
-
readonly type: "address";
|
|
3903
|
-
}];
|
|
3904
|
-
readonly stateMutability: "view";
|
|
3905
|
-
}, {
|
|
3906
|
-
readonly type: "function";
|
|
3907
|
-
readonly inputs: readonly [];
|
|
3908
|
-
readonly name: "protocolRewards";
|
|
3909
|
-
readonly outputs: readonly [{
|
|
3910
|
-
readonly name: "";
|
|
3911
|
-
readonly internalType: "address";
|
|
3912
|
-
readonly type: "address";
|
|
3913
|
-
}];
|
|
3914
|
-
readonly stateMutability: "view";
|
|
3915
|
-
}, {
|
|
3916
|
-
readonly type: "function";
|
|
3917
|
-
readonly inputs: readonly [];
|
|
3918
|
-
readonly name: "proxiableUUID";
|
|
3919
|
-
readonly outputs: readonly [{
|
|
3920
|
-
readonly name: "";
|
|
3921
|
-
readonly internalType: "bytes32";
|
|
3922
|
-
readonly type: "bytes32";
|
|
3923
|
-
}];
|
|
3924
|
-
readonly stateMutability: "view";
|
|
3925
|
-
}, {
|
|
3926
|
-
readonly type: "function";
|
|
3927
|
-
readonly inputs: readonly [];
|
|
3928
|
-
readonly name: "renounceOwnership";
|
|
3929
|
-
readonly outputs: readonly [];
|
|
3930
|
-
readonly stateMutability: "nonpayable";
|
|
3931
|
-
}, {
|
|
3932
|
-
readonly type: "function";
|
|
3933
|
-
readonly inputs: readonly [{
|
|
3934
|
-
readonly name: "newOwner";
|
|
3935
|
-
readonly internalType: "address";
|
|
3936
|
-
readonly type: "address";
|
|
3937
|
-
}];
|
|
3938
|
-
readonly name: "transferOwnership";
|
|
3939
|
-
readonly outputs: readonly [];
|
|
3940
|
-
readonly stateMutability: "nonpayable";
|
|
3941
|
-
}, {
|
|
3942
|
-
readonly type: "function";
|
|
3943
|
-
readonly inputs: readonly [{
|
|
3944
|
-
readonly name: "newImplementation";
|
|
3945
|
-
readonly internalType: "address";
|
|
3946
|
-
readonly type: "address";
|
|
3947
|
-
}, {
|
|
3948
|
-
readonly name: "data";
|
|
3949
|
-
readonly internalType: "bytes";
|
|
3950
|
-
readonly type: "bytes";
|
|
3951
|
-
}];
|
|
3952
|
-
readonly name: "upgradeToAndCall";
|
|
3953
|
-
readonly outputs: readonly [];
|
|
3954
|
-
readonly stateMutability: "payable";
|
|
3955
|
-
}, {
|
|
3956
|
-
readonly type: "function";
|
|
3957
|
-
readonly inputs: readonly [];
|
|
3958
|
-
readonly name: "weth";
|
|
3959
|
-
readonly outputs: readonly [{
|
|
3960
|
-
readonly name: "";
|
|
3961
|
-
readonly internalType: "address";
|
|
3962
|
-
readonly type: "address";
|
|
3963
|
-
}];
|
|
3964
|
-
readonly stateMutability: "view";
|
|
3965
|
-
}, {
|
|
3966
|
-
readonly type: "event";
|
|
3967
|
-
readonly anonymous: false;
|
|
3968
|
-
readonly inputs: readonly [{
|
|
3969
|
-
readonly name: "version";
|
|
3970
|
-
readonly internalType: "uint64";
|
|
3971
|
-
readonly type: "uint64";
|
|
3972
|
-
readonly indexed: false;
|
|
3973
|
-
}];
|
|
3974
|
-
readonly name: "Initialized";
|
|
3975
|
-
}, {
|
|
3976
|
-
readonly type: "event";
|
|
3977
|
-
readonly anonymous: false;
|
|
3978
|
-
readonly inputs: readonly [{
|
|
3979
|
-
readonly name: "previousOwner";
|
|
3980
|
-
readonly internalType: "address";
|
|
3981
|
-
readonly type: "address";
|
|
3982
|
-
readonly indexed: true;
|
|
3983
|
-
}, {
|
|
3984
|
-
readonly name: "newOwner";
|
|
3985
|
-
readonly internalType: "address";
|
|
3986
|
-
readonly type: "address";
|
|
3987
|
-
readonly indexed: true;
|
|
3988
|
-
}];
|
|
3989
|
-
readonly name: "OwnershipTransferStarted";
|
|
3990
|
-
}, {
|
|
3991
|
-
readonly type: "event";
|
|
3992
|
-
readonly anonymous: false;
|
|
3993
|
-
readonly inputs: readonly [{
|
|
3994
|
-
readonly name: "previousOwner";
|
|
3995
|
-
readonly internalType: "address";
|
|
3996
|
-
readonly type: "address";
|
|
3997
|
-
readonly indexed: true;
|
|
3998
|
-
}, {
|
|
3999
|
-
readonly name: "newOwner";
|
|
4000
|
-
readonly internalType: "address";
|
|
4001
|
-
readonly type: "address";
|
|
4002
|
-
readonly indexed: true;
|
|
4003
|
-
}];
|
|
4004
|
-
readonly name: "OwnershipTransferred";
|
|
4005
|
-
}, {
|
|
4006
|
-
readonly type: "event";
|
|
4007
|
-
readonly anonymous: false;
|
|
4008
|
-
readonly inputs: readonly [{
|
|
4009
|
-
readonly name: "cointag";
|
|
4010
|
-
readonly internalType: "address";
|
|
4011
|
-
readonly type: "address";
|
|
4012
|
-
readonly indexed: true;
|
|
4013
|
-
}, {
|
|
4014
|
-
readonly name: "creatorRewardRecipient";
|
|
4015
|
-
readonly internalType: "address";
|
|
4016
|
-
readonly type: "address";
|
|
4017
|
-
readonly indexed: true;
|
|
4018
|
-
}, {
|
|
4019
|
-
readonly name: "erc20";
|
|
4020
|
-
readonly internalType: "address";
|
|
4021
|
-
readonly type: "address";
|
|
4022
|
-
readonly indexed: true;
|
|
4023
|
-
}, {
|
|
4024
|
-
readonly name: "pool";
|
|
4025
|
-
readonly internalType: "address";
|
|
4026
|
-
readonly type: "address";
|
|
4027
|
-
readonly indexed: false;
|
|
4028
|
-
}, {
|
|
4029
|
-
readonly name: "percentageToBuyBurn";
|
|
4030
|
-
readonly internalType: "uint256";
|
|
4031
|
-
readonly type: "uint256";
|
|
4032
|
-
readonly indexed: false;
|
|
4033
|
-
}, {
|
|
4034
|
-
readonly name: "saltSource";
|
|
4035
|
-
readonly internalType: "bytes";
|
|
4036
|
-
readonly type: "bytes";
|
|
4037
|
-
readonly indexed: false;
|
|
4038
|
-
}];
|
|
4039
|
-
readonly name: "SetupNewCointag";
|
|
4040
|
-
}, {
|
|
4041
|
-
readonly type: "event";
|
|
4042
|
-
readonly anonymous: false;
|
|
4043
|
-
readonly inputs: readonly [{
|
|
4044
|
-
readonly name: "implementation";
|
|
4045
|
-
readonly internalType: "address";
|
|
4046
|
-
readonly type: "address";
|
|
4047
|
-
readonly indexed: true;
|
|
4048
|
-
}];
|
|
4049
|
-
readonly name: "Upgraded";
|
|
4050
|
-
}, {
|
|
4051
|
-
readonly type: "error";
|
|
4052
|
-
readonly inputs: readonly [{
|
|
4053
|
-
readonly name: "target";
|
|
4054
|
-
readonly internalType: "address";
|
|
4055
|
-
readonly type: "address";
|
|
4056
|
-
}];
|
|
4057
|
-
readonly name: "AddressEmptyCode";
|
|
4058
|
-
}, {
|
|
4059
|
-
readonly type: "error";
|
|
4060
|
-
readonly inputs: readonly [];
|
|
4061
|
-
readonly name: "AddressZero";
|
|
4062
|
-
}, {
|
|
4063
|
-
readonly type: "error";
|
|
4064
|
-
readonly inputs: readonly [];
|
|
4065
|
-
readonly name: "ERC1167FailedCreateClone";
|
|
4066
|
-
}, {
|
|
4067
|
-
readonly type: "error";
|
|
4068
|
-
readonly inputs: readonly [{
|
|
4069
|
-
readonly name: "implementation";
|
|
4070
|
-
readonly internalType: "address";
|
|
4071
|
-
readonly type: "address";
|
|
4072
|
-
}];
|
|
4073
|
-
readonly name: "ERC1967InvalidImplementation";
|
|
4074
|
-
}, {
|
|
4075
|
-
readonly type: "error";
|
|
4076
|
-
readonly inputs: readonly [];
|
|
4077
|
-
readonly name: "ERC1967NonPayable";
|
|
4078
|
-
}, {
|
|
4079
|
-
readonly type: "error";
|
|
4080
|
-
readonly inputs: readonly [];
|
|
4081
|
-
readonly name: "FailedInnerCall";
|
|
4082
|
-
}, {
|
|
4083
|
-
readonly type: "error";
|
|
4084
|
-
readonly inputs: readonly [];
|
|
4085
|
-
readonly name: "InvalidInitialization";
|
|
4086
|
-
}, {
|
|
4087
|
-
readonly type: "error";
|
|
4088
|
-
readonly inputs: readonly [];
|
|
4089
|
-
readonly name: "NotInitializing";
|
|
4090
|
-
}, {
|
|
4091
|
-
readonly type: "error";
|
|
4092
|
-
readonly inputs: readonly [{
|
|
4093
|
-
readonly name: "owner";
|
|
4094
|
-
readonly internalType: "address";
|
|
4095
|
-
readonly type: "address";
|
|
4096
|
-
}];
|
|
4097
|
-
readonly name: "OwnableInvalidOwner";
|
|
4098
|
-
}, {
|
|
4099
|
-
readonly type: "error";
|
|
4100
|
-
readonly inputs: readonly [{
|
|
4101
|
-
readonly name: "account";
|
|
4102
|
-
readonly internalType: "address";
|
|
4103
|
-
readonly type: "address";
|
|
4104
|
-
}];
|
|
4105
|
-
readonly name: "OwnableUnauthorizedAccount";
|
|
4106
|
-
}, {
|
|
4107
|
-
readonly type: "error";
|
|
4108
|
-
readonly inputs: readonly [];
|
|
4109
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
|
4110
|
-
}, {
|
|
4111
|
-
readonly type: "error";
|
|
4112
|
-
readonly inputs: readonly [{
|
|
4113
|
-
readonly name: "slot";
|
|
4114
|
-
readonly internalType: "bytes32";
|
|
4115
|
-
readonly type: "bytes32";
|
|
4116
|
-
}];
|
|
4117
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4118
|
-
}, {
|
|
4119
|
-
readonly type: "error";
|
|
4120
|
-
readonly inputs: readonly [{
|
|
4121
|
-
readonly name: "currentName";
|
|
4122
|
-
readonly internalType: "string";
|
|
4123
|
-
readonly type: "string";
|
|
4124
|
-
}, {
|
|
4125
|
-
readonly name: "newName";
|
|
4126
|
-
readonly internalType: "string";
|
|
4127
|
-
readonly type: "string";
|
|
4128
|
-
}];
|
|
4129
|
-
readonly name: "UpgradeToMismatchedContractName";
|
|
4130
|
-
}];
|
|
4131
|
-
/**
|
|
4132
|
-
* [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4133
|
-
*/
|
|
4134
|
-
export declare const cointagFactoryAddress: {
|
|
4135
|
-
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4136
|
-
};
|
|
4137
|
-
/**
|
|
4138
|
-
* [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4139
|
-
*/
|
|
4140
|
-
export declare const cointagFactoryConfig: {
|
|
4141
|
-
readonly address: {
|
|
4142
|
-
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4143
|
-
};
|
|
4144
|
-
readonly abi: readonly [{
|
|
4145
|
-
readonly type: "constructor";
|
|
4146
|
-
readonly inputs: readonly [{
|
|
4147
|
-
readonly name: "_protocolRewards";
|
|
4148
|
-
readonly internalType: "address";
|
|
4149
|
-
readonly type: "address";
|
|
4150
|
-
}, {
|
|
4151
|
-
readonly name: "_weth";
|
|
4152
|
-
readonly internalType: "address";
|
|
4153
|
-
readonly type: "address";
|
|
4154
|
-
}, {
|
|
4155
|
-
readonly name: "_cointagImplementation";
|
|
4156
|
-
readonly internalType: "address";
|
|
4157
|
-
readonly type: "address";
|
|
4158
|
-
}];
|
|
4159
|
-
readonly stateMutability: "nonpayable";
|
|
4160
|
-
}, {
|
|
4161
|
-
readonly type: "function";
|
|
4162
|
-
readonly inputs: readonly [];
|
|
4163
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
4164
|
-
readonly outputs: readonly [{
|
|
4165
|
-
readonly name: "";
|
|
4166
|
-
readonly internalType: "string";
|
|
4167
|
-
readonly type: "string";
|
|
4168
|
-
}];
|
|
4169
|
-
readonly stateMutability: "view";
|
|
4170
|
-
}, {
|
|
4171
|
-
readonly type: "function";
|
|
4172
|
-
readonly inputs: readonly [];
|
|
4173
|
-
readonly name: "acceptOwnership";
|
|
4174
|
-
readonly outputs: readonly [];
|
|
4175
|
-
readonly stateMutability: "nonpayable";
|
|
4176
|
-
}, {
|
|
4177
|
-
readonly type: "function";
|
|
4178
|
-
readonly inputs: readonly [];
|
|
4179
|
-
readonly name: "cointagImplementation";
|
|
4180
|
-
readonly outputs: readonly [{
|
|
4181
|
-
readonly name: "";
|
|
4182
|
-
readonly internalType: "address";
|
|
4183
|
-
readonly type: "address";
|
|
4184
|
-
}];
|
|
4185
|
-
readonly stateMutability: "view";
|
|
4186
|
-
}, {
|
|
4187
|
-
readonly type: "function";
|
|
4188
|
-
readonly inputs: readonly [];
|
|
4189
|
-
readonly name: "contractName";
|
|
4190
|
-
readonly outputs: readonly [{
|
|
4191
|
-
readonly name: "";
|
|
4192
|
-
readonly internalType: "string";
|
|
4193
|
-
readonly type: "string";
|
|
4194
|
-
}];
|
|
4195
|
-
readonly stateMutability: "pure";
|
|
4196
|
-
}, {
|
|
4197
|
-
readonly type: "function";
|
|
4198
|
-
readonly inputs: readonly [];
|
|
4199
|
-
readonly name: "contractURI";
|
|
4200
|
-
readonly outputs: readonly [{
|
|
4201
|
-
readonly name: "";
|
|
4202
|
-
readonly internalType: "string";
|
|
4203
|
-
readonly type: "string";
|
|
4204
|
-
}];
|
|
4205
|
-
readonly stateMutability: "pure";
|
|
4206
|
-
}, {
|
|
4207
|
-
readonly type: "function";
|
|
4208
|
-
readonly inputs: readonly [];
|
|
4209
|
-
readonly name: "contractVersion";
|
|
4210
|
-
readonly outputs: readonly [{
|
|
4211
|
-
readonly name: "";
|
|
4212
|
-
readonly internalType: "string";
|
|
4213
|
-
readonly type: "string";
|
|
4214
|
-
}];
|
|
4215
|
-
readonly stateMutability: "pure";
|
|
4216
|
-
}, {
|
|
4217
|
-
readonly type: "function";
|
|
4218
|
-
readonly inputs: readonly [{
|
|
4219
|
-
readonly name: "_creatorRewardRecipient";
|
|
4220
|
-
readonly internalType: "address";
|
|
4221
|
-
readonly type: "address";
|
|
4222
|
-
}, {
|
|
4223
|
-
readonly name: "_pool";
|
|
4224
|
-
readonly internalType: "address";
|
|
4225
|
-
readonly type: "address";
|
|
4226
|
-
}, {
|
|
4227
|
-
readonly name: "_percentageToBuyBurn";
|
|
4228
|
-
readonly internalType: "uint256";
|
|
4229
|
-
readonly type: "uint256";
|
|
4230
|
-
}, {
|
|
4231
|
-
readonly name: "saltSource";
|
|
4232
|
-
readonly internalType: "bytes";
|
|
4233
|
-
readonly type: "bytes";
|
|
4234
|
-
}];
|
|
4235
|
-
readonly name: "getCointagAddress";
|
|
4236
|
-
readonly outputs: readonly [{
|
|
4237
|
-
readonly name: "";
|
|
4238
|
-
readonly internalType: "address";
|
|
4239
|
-
readonly type: "address";
|
|
4240
|
-
}];
|
|
4241
|
-
readonly stateMutability: "view";
|
|
4242
|
-
}, {
|
|
4243
|
-
readonly type: "function";
|
|
4244
|
-
readonly inputs: readonly [{
|
|
4245
|
-
readonly name: "_creatorRewardRecipient";
|
|
4246
|
-
readonly internalType: "address";
|
|
4247
|
-
readonly type: "address";
|
|
4248
|
-
}, {
|
|
4249
|
-
readonly name: "_pool";
|
|
4250
|
-
readonly internalType: "address";
|
|
4251
|
-
readonly type: "address";
|
|
4252
|
-
}, {
|
|
4253
|
-
readonly name: "_percentageToBuyBurn";
|
|
4254
|
-
readonly internalType: "uint256";
|
|
4255
|
-
readonly type: "uint256";
|
|
4256
|
-
}, {
|
|
4257
|
-
readonly name: "saltSource";
|
|
4258
|
-
readonly internalType: "bytes";
|
|
4259
|
-
readonly type: "bytes";
|
|
4260
|
-
}];
|
|
4261
|
-
readonly name: "getOrCreateCointag";
|
|
4262
|
-
readonly outputs: readonly [{
|
|
4263
|
-
readonly name: "";
|
|
4264
|
-
readonly internalType: "address";
|
|
4265
|
-
readonly type: "address";
|
|
4266
|
-
}];
|
|
4267
|
-
readonly stateMutability: "nonpayable";
|
|
4268
|
-
}, {
|
|
4269
|
-
readonly type: "function";
|
|
4270
|
-
readonly inputs: readonly [];
|
|
4271
|
-
readonly name: "implementation";
|
|
4272
|
-
readonly outputs: readonly [{
|
|
4273
|
-
readonly name: "";
|
|
4274
|
-
readonly internalType: "address";
|
|
4275
|
-
readonly type: "address";
|
|
4276
|
-
}];
|
|
4277
|
-
readonly stateMutability: "view";
|
|
4278
|
-
}, {
|
|
4279
|
-
readonly type: "function";
|
|
4280
|
-
readonly inputs: readonly [{
|
|
4281
|
-
readonly name: "_defaultOwner";
|
|
4282
|
-
readonly internalType: "address";
|
|
4283
|
-
readonly type: "address";
|
|
4284
|
-
}];
|
|
4285
|
-
readonly name: "initialize";
|
|
4286
|
-
readonly outputs: readonly [];
|
|
4287
|
-
readonly stateMutability: "nonpayable";
|
|
4288
|
-
}, {
|
|
4289
|
-
readonly type: "function";
|
|
4290
|
-
readonly inputs: readonly [];
|
|
4291
|
-
readonly name: "owner";
|
|
4292
|
-
readonly outputs: readonly [{
|
|
4293
|
-
readonly name: "";
|
|
4294
|
-
readonly internalType: "address";
|
|
4295
|
-
readonly type: "address";
|
|
4296
|
-
}];
|
|
4297
|
-
readonly stateMutability: "view";
|
|
4298
|
-
}, {
|
|
4299
|
-
readonly type: "function";
|
|
4300
|
-
readonly inputs: readonly [];
|
|
4301
|
-
readonly name: "pendingOwner";
|
|
4302
|
-
readonly outputs: readonly [{
|
|
4303
|
-
readonly name: "";
|
|
4304
|
-
readonly internalType: "address";
|
|
4305
|
-
readonly type: "address";
|
|
4306
|
-
}];
|
|
4307
|
-
readonly stateMutability: "view";
|
|
4308
|
-
}, {
|
|
4309
|
-
readonly type: "function";
|
|
4310
|
-
readonly inputs: readonly [];
|
|
4311
|
-
readonly name: "protocolRewards";
|
|
4312
|
-
readonly outputs: readonly [{
|
|
4313
|
-
readonly name: "";
|
|
4314
|
-
readonly internalType: "address";
|
|
4315
|
-
readonly type: "address";
|
|
4316
|
-
}];
|
|
4317
|
-
readonly stateMutability: "view";
|
|
4318
|
-
}, {
|
|
4319
|
-
readonly type: "function";
|
|
4320
|
-
readonly inputs: readonly [];
|
|
4321
|
-
readonly name: "proxiableUUID";
|
|
4322
|
-
readonly outputs: readonly [{
|
|
4323
|
-
readonly name: "";
|
|
4324
|
-
readonly internalType: "bytes32";
|
|
4325
|
-
readonly type: "bytes32";
|
|
4326
|
-
}];
|
|
4327
|
-
readonly stateMutability: "view";
|
|
4328
|
-
}, {
|
|
4329
|
-
readonly type: "function";
|
|
4330
|
-
readonly inputs: readonly [];
|
|
4331
|
-
readonly name: "renounceOwnership";
|
|
4332
|
-
readonly outputs: readonly [];
|
|
4333
|
-
readonly stateMutability: "nonpayable";
|
|
4334
|
-
}, {
|
|
4335
|
-
readonly type: "function";
|
|
4336
|
-
readonly inputs: readonly [{
|
|
4337
|
-
readonly name: "newOwner";
|
|
4338
|
-
readonly internalType: "address";
|
|
4339
|
-
readonly type: "address";
|
|
4340
|
-
}];
|
|
4341
|
-
readonly name: "transferOwnership";
|
|
4342
|
-
readonly outputs: readonly [];
|
|
4343
|
-
readonly stateMutability: "nonpayable";
|
|
4344
|
-
}, {
|
|
4345
|
-
readonly type: "function";
|
|
4346
|
-
readonly inputs: readonly [{
|
|
4347
|
-
readonly name: "newImplementation";
|
|
4348
|
-
readonly internalType: "address";
|
|
4349
|
-
readonly type: "address";
|
|
4350
|
-
}, {
|
|
4351
|
-
readonly name: "data";
|
|
4352
|
-
readonly internalType: "bytes";
|
|
4353
|
-
readonly type: "bytes";
|
|
4354
|
-
}];
|
|
4355
|
-
readonly name: "upgradeToAndCall";
|
|
4356
|
-
readonly outputs: readonly [];
|
|
4357
|
-
readonly stateMutability: "payable";
|
|
4358
|
-
}, {
|
|
4359
|
-
readonly type: "function";
|
|
4360
|
-
readonly inputs: readonly [];
|
|
4361
|
-
readonly name: "weth";
|
|
4362
|
-
readonly outputs: readonly [{
|
|
4363
|
-
readonly name: "";
|
|
4364
|
-
readonly internalType: "address";
|
|
4365
|
-
readonly type: "address";
|
|
4366
|
-
}];
|
|
4367
|
-
readonly stateMutability: "view";
|
|
4368
|
-
}, {
|
|
4369
|
-
readonly type: "event";
|
|
4370
|
-
readonly anonymous: false;
|
|
4371
|
-
readonly inputs: readonly [{
|
|
4372
|
-
readonly name: "version";
|
|
4373
|
-
readonly internalType: "uint64";
|
|
4374
|
-
readonly type: "uint64";
|
|
4375
|
-
readonly indexed: false;
|
|
4376
|
-
}];
|
|
4377
|
-
readonly name: "Initialized";
|
|
4378
|
-
}, {
|
|
4379
|
-
readonly type: "event";
|
|
4380
|
-
readonly anonymous: false;
|
|
4381
|
-
readonly inputs: readonly [{
|
|
4382
|
-
readonly name: "previousOwner";
|
|
4383
|
-
readonly internalType: "address";
|
|
4384
|
-
readonly type: "address";
|
|
4385
|
-
readonly indexed: true;
|
|
4386
|
-
}, {
|
|
4387
|
-
readonly name: "newOwner";
|
|
4388
|
-
readonly internalType: "address";
|
|
4389
|
-
readonly type: "address";
|
|
4390
|
-
readonly indexed: true;
|
|
4391
|
-
}];
|
|
4392
|
-
readonly name: "OwnershipTransferStarted";
|
|
4393
|
-
}, {
|
|
4394
|
-
readonly type: "event";
|
|
4395
|
-
readonly anonymous: false;
|
|
4396
|
-
readonly inputs: readonly [{
|
|
4397
|
-
readonly name: "previousOwner";
|
|
4398
|
-
readonly internalType: "address";
|
|
4399
|
-
readonly type: "address";
|
|
4400
|
-
readonly indexed: true;
|
|
4401
|
-
}, {
|
|
4402
|
-
readonly name: "newOwner";
|
|
4403
|
-
readonly internalType: "address";
|
|
4404
|
-
readonly type: "address";
|
|
4405
|
-
readonly indexed: true;
|
|
4406
|
-
}];
|
|
4407
|
-
readonly name: "OwnershipTransferred";
|
|
4408
|
-
}, {
|
|
4409
|
-
readonly type: "event";
|
|
4410
|
-
readonly anonymous: false;
|
|
4411
|
-
readonly inputs: readonly [{
|
|
4412
|
-
readonly name: "cointag";
|
|
4413
|
-
readonly internalType: "address";
|
|
4414
|
-
readonly type: "address";
|
|
4415
|
-
readonly indexed: true;
|
|
4416
|
-
}, {
|
|
4417
|
-
readonly name: "creatorRewardRecipient";
|
|
4418
|
-
readonly internalType: "address";
|
|
4419
|
-
readonly type: "address";
|
|
4420
|
-
readonly indexed: true;
|
|
4421
|
-
}, {
|
|
4422
|
-
readonly name: "erc20";
|
|
4423
|
-
readonly internalType: "address";
|
|
4424
|
-
readonly type: "address";
|
|
4425
|
-
readonly indexed: true;
|
|
4426
|
-
}, {
|
|
4427
|
-
readonly name: "pool";
|
|
4428
|
-
readonly internalType: "address";
|
|
4429
|
-
readonly type: "address";
|
|
4430
|
-
readonly indexed: false;
|
|
4431
|
-
}, {
|
|
4432
|
-
readonly name: "percentageToBuyBurn";
|
|
4433
|
-
readonly internalType: "uint256";
|
|
4434
|
-
readonly type: "uint256";
|
|
4435
|
-
readonly indexed: false;
|
|
4436
|
-
}, {
|
|
4437
|
-
readonly name: "saltSource";
|
|
4438
|
-
readonly internalType: "bytes";
|
|
4439
|
-
readonly type: "bytes";
|
|
4440
|
-
readonly indexed: false;
|
|
4441
|
-
}];
|
|
4442
|
-
readonly name: "SetupNewCointag";
|
|
4443
|
-
}, {
|
|
4444
|
-
readonly type: "event";
|
|
4445
|
-
readonly anonymous: false;
|
|
4446
|
-
readonly inputs: readonly [{
|
|
4447
|
-
readonly name: "implementation";
|
|
4448
|
-
readonly internalType: "address";
|
|
4449
|
-
readonly type: "address";
|
|
4450
|
-
readonly indexed: true;
|
|
4451
|
-
}];
|
|
4452
|
-
readonly name: "Upgraded";
|
|
4453
|
-
}, {
|
|
4454
|
-
readonly type: "error";
|
|
4455
|
-
readonly inputs: readonly [{
|
|
4456
|
-
readonly name: "target";
|
|
4457
|
-
readonly internalType: "address";
|
|
4458
|
-
readonly type: "address";
|
|
4459
|
-
}];
|
|
4460
|
-
readonly name: "AddressEmptyCode";
|
|
4461
|
-
}, {
|
|
4462
|
-
readonly type: "error";
|
|
4463
|
-
readonly inputs: readonly [];
|
|
4464
|
-
readonly name: "AddressZero";
|
|
4465
|
-
}, {
|
|
4466
|
-
readonly type: "error";
|
|
4467
|
-
readonly inputs: readonly [];
|
|
4468
|
-
readonly name: "ERC1167FailedCreateClone";
|
|
4469
|
-
}, {
|
|
4470
|
-
readonly type: "error";
|
|
4471
|
-
readonly inputs: readonly [{
|
|
4472
|
-
readonly name: "implementation";
|
|
4473
|
-
readonly internalType: "address";
|
|
4474
|
-
readonly type: "address";
|
|
4475
|
-
}];
|
|
4476
|
-
readonly name: "ERC1967InvalidImplementation";
|
|
4477
|
-
}, {
|
|
4478
|
-
readonly type: "error";
|
|
4479
|
-
readonly inputs: readonly [];
|
|
4480
|
-
readonly name: "ERC1967NonPayable";
|
|
4481
|
-
}, {
|
|
4482
|
-
readonly type: "error";
|
|
4483
|
-
readonly inputs: readonly [];
|
|
4484
|
-
readonly name: "FailedInnerCall";
|
|
4485
|
-
}, {
|
|
4486
|
-
readonly type: "error";
|
|
4487
|
-
readonly inputs: readonly [];
|
|
4488
|
-
readonly name: "InvalidInitialization";
|
|
4489
|
-
}, {
|
|
4490
|
-
readonly type: "error";
|
|
4491
|
-
readonly inputs: readonly [];
|
|
4492
|
-
readonly name: "NotInitializing";
|
|
4493
|
-
}, {
|
|
4494
|
-
readonly type: "error";
|
|
4495
|
-
readonly inputs: readonly [{
|
|
4496
|
-
readonly name: "owner";
|
|
4497
|
-
readonly internalType: "address";
|
|
4498
|
-
readonly type: "address";
|
|
4499
|
-
}];
|
|
4500
|
-
readonly name: "OwnableInvalidOwner";
|
|
4501
|
-
}, {
|
|
4502
|
-
readonly type: "error";
|
|
4503
|
-
readonly inputs: readonly [{
|
|
4504
|
-
readonly name: "account";
|
|
4505
|
-
readonly internalType: "address";
|
|
4506
|
-
readonly type: "address";
|
|
4507
|
-
}];
|
|
4508
|
-
readonly name: "OwnableUnauthorizedAccount";
|
|
4509
|
-
}, {
|
|
4510
|
-
readonly type: "error";
|
|
4511
|
-
readonly inputs: readonly [];
|
|
4512
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
|
4513
|
-
}, {
|
|
4514
|
-
readonly type: "error";
|
|
4515
|
-
readonly inputs: readonly [{
|
|
4516
|
-
readonly name: "slot";
|
|
4517
|
-
readonly internalType: "bytes32";
|
|
4518
|
-
readonly type: "bytes32";
|
|
4519
|
-
}];
|
|
4520
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
4521
|
-
}, {
|
|
4522
|
-
readonly type: "error";
|
|
4523
|
-
readonly inputs: readonly [{
|
|
4524
|
-
readonly name: "currentName";
|
|
4525
|
-
readonly internalType: "string";
|
|
4526
|
-
readonly type: "string";
|
|
4527
|
-
}, {
|
|
4528
|
-
readonly name: "newName";
|
|
4529
|
-
readonly internalType: "string";
|
|
4530
|
-
readonly type: "string";
|
|
4531
|
-
}];
|
|
4532
|
-
readonly name: "UpgradeToMismatchedContractName";
|
|
4533
|
-
}];
|
|
4534
|
-
};
|
|
4535
3491
|
/**
|
|
4536
3492
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
4537
3493
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
@@ -34053,6 +33009,45 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
34053
33009
|
}];
|
|
34054
33010
|
}];
|
|
34055
33011
|
readonly stateMutability: "pure";
|
|
33012
|
+
}, {
|
|
33013
|
+
readonly type: "function";
|
|
33014
|
+
readonly inputs: readonly [{
|
|
33015
|
+
readonly name: "quantity";
|
|
33016
|
+
readonly internalType: "uint256";
|
|
33017
|
+
readonly type: "uint256";
|
|
33018
|
+
}];
|
|
33019
|
+
readonly name: "computeRewardsV2";
|
|
33020
|
+
readonly outputs: readonly [{
|
|
33021
|
+
readonly name: "";
|
|
33022
|
+
readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
|
|
33023
|
+
readonly type: "tuple";
|
|
33024
|
+
readonly components: readonly [{
|
|
33025
|
+
readonly name: "totalReward";
|
|
33026
|
+
readonly internalType: "uint256";
|
|
33027
|
+
readonly type: "uint256";
|
|
33028
|
+
}, {
|
|
33029
|
+
readonly name: "creatorReward";
|
|
33030
|
+
readonly internalType: "uint256";
|
|
33031
|
+
readonly type: "uint256";
|
|
33032
|
+
}, {
|
|
33033
|
+
readonly name: "createReferralReward";
|
|
33034
|
+
readonly internalType: "uint256";
|
|
33035
|
+
readonly type: "uint256";
|
|
33036
|
+
}, {
|
|
33037
|
+
readonly name: "mintReferralReward";
|
|
33038
|
+
readonly internalType: "uint256";
|
|
33039
|
+
readonly type: "uint256";
|
|
33040
|
+
}, {
|
|
33041
|
+
readonly name: "marketReward";
|
|
33042
|
+
readonly internalType: "uint256";
|
|
33043
|
+
readonly type: "uint256";
|
|
33044
|
+
}, {
|
|
33045
|
+
readonly name: "zoraReward";
|
|
33046
|
+
readonly internalType: "uint256";
|
|
33047
|
+
readonly type: "uint256";
|
|
33048
|
+
}];
|
|
33049
|
+
}];
|
|
33050
|
+
readonly stateMutability: "pure";
|
|
34056
33051
|
}, {
|
|
34057
33052
|
readonly type: "function";
|
|
34058
33053
|
readonly inputs: readonly [];
|
|
@@ -35144,6 +34139,45 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
35144
34139
|
}];
|
|
35145
34140
|
}];
|
|
35146
34141
|
readonly stateMutability: "pure";
|
|
34142
|
+
}, {
|
|
34143
|
+
readonly type: "function";
|
|
34144
|
+
readonly inputs: readonly [{
|
|
34145
|
+
readonly name: "quantity";
|
|
34146
|
+
readonly internalType: "uint256";
|
|
34147
|
+
readonly type: "uint256";
|
|
34148
|
+
}];
|
|
34149
|
+
readonly name: "computeRewardsV2";
|
|
34150
|
+
readonly outputs: readonly [{
|
|
34151
|
+
readonly name: "";
|
|
34152
|
+
readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
|
|
34153
|
+
readonly type: "tuple";
|
|
34154
|
+
readonly components: readonly [{
|
|
34155
|
+
readonly name: "totalReward";
|
|
34156
|
+
readonly internalType: "uint256";
|
|
34157
|
+
readonly type: "uint256";
|
|
34158
|
+
}, {
|
|
34159
|
+
readonly name: "creatorReward";
|
|
34160
|
+
readonly internalType: "uint256";
|
|
34161
|
+
readonly type: "uint256";
|
|
34162
|
+
}, {
|
|
34163
|
+
readonly name: "createReferralReward";
|
|
34164
|
+
readonly internalType: "uint256";
|
|
34165
|
+
readonly type: "uint256";
|
|
34166
|
+
}, {
|
|
34167
|
+
readonly name: "mintReferralReward";
|
|
34168
|
+
readonly internalType: "uint256";
|
|
34169
|
+
readonly type: "uint256";
|
|
34170
|
+
}, {
|
|
34171
|
+
readonly name: "marketReward";
|
|
34172
|
+
readonly internalType: "uint256";
|
|
34173
|
+
readonly type: "uint256";
|
|
34174
|
+
}, {
|
|
34175
|
+
readonly name: "zoraReward";
|
|
34176
|
+
readonly internalType: "uint256";
|
|
34177
|
+
readonly type: "uint256";
|
|
34178
|
+
}];
|
|
34179
|
+
}];
|
|
34180
|
+
readonly stateMutability: "pure";
|
|
35147
34181
|
}, {
|
|
35148
34182
|
readonly type: "function";
|
|
35149
34183
|
readonly inputs: readonly [];
|