@zoralabs/protocol-deployments 0.3.11-DEV.3 → 0.3.11-DEV.6
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 +1 -1
- package/dist/generated/wagmi.d.ts +661 -13
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +327 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +323 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +376 -13
- 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
|
@@ -3513,6 +3513,46 @@ export declare const cointagABI: readonly [{
|
|
|
3513
3513
|
readonly type: "uint256";
|
|
3514
3514
|
}];
|
|
3515
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";
|
|
3516
3556
|
}, {
|
|
3517
3557
|
readonly type: "function";
|
|
3518
3558
|
readonly inputs: readonly [];
|
|
@@ -3523,6 +3563,12 @@ export declare const cointagABI: readonly [{
|
|
|
3523
3563
|
readonly type: "address";
|
|
3524
3564
|
}];
|
|
3525
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";
|
|
3526
3572
|
}, {
|
|
3527
3573
|
readonly type: "function";
|
|
3528
3574
|
readonly inputs: readonly [];
|
|
@@ -3533,6 +3579,20 @@ export declare const cointagABI: readonly [{
|
|
|
3533
3579
|
readonly type: "address";
|
|
3534
3580
|
}];
|
|
3535
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";
|
|
3536
3596
|
}, {
|
|
3537
3597
|
readonly type: "function";
|
|
3538
3598
|
readonly inputs: readonly [{
|
|
@@ -3581,6 +3641,12 @@ export declare const cointagABI: readonly [{
|
|
|
3581
3641
|
readonly type: "address";
|
|
3582
3642
|
}];
|
|
3583
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";
|
|
3584
3650
|
}, {
|
|
3585
3651
|
readonly type: "function";
|
|
3586
3652
|
readonly inputs: readonly [{
|
|
@@ -3609,12 +3675,6 @@ export declare const cointagABI: readonly [{
|
|
|
3609
3675
|
readonly type: "address";
|
|
3610
3676
|
}];
|
|
3611
3677
|
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
3678
|
}, {
|
|
3619
3679
|
readonly type: "event";
|
|
3620
3680
|
readonly anonymous: false;
|
|
@@ -3706,6 +3766,18 @@ export declare const cointagABI: readonly [{
|
|
|
3706
3766
|
readonly type: "address";
|
|
3707
3767
|
}];
|
|
3708
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";
|
|
3709
3781
|
}, {
|
|
3710
3782
|
readonly type: "error";
|
|
3711
3783
|
readonly inputs: readonly [];
|
|
@@ -3714,6 +3786,18 @@ export declare const cointagABI: readonly [{
|
|
|
3714
3786
|
readonly type: "error";
|
|
3715
3787
|
readonly inputs: readonly [];
|
|
3716
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";
|
|
3717
3801
|
}, {
|
|
3718
3802
|
readonly type: "error";
|
|
3719
3803
|
readonly inputs: readonly [];
|
|
@@ -3721,11 +3805,11 @@ export declare const cointagABI: readonly [{
|
|
|
3721
3805
|
}, {
|
|
3722
3806
|
readonly type: "error";
|
|
3723
3807
|
readonly inputs: readonly [];
|
|
3724
|
-
readonly name: "
|
|
3808
|
+
readonly name: "OnlyPool";
|
|
3725
3809
|
}, {
|
|
3726
3810
|
readonly type: "error";
|
|
3727
3811
|
readonly inputs: readonly [];
|
|
3728
|
-
readonly name: "
|
|
3812
|
+
readonly name: "OnlyProtocolRewardsOrWeth";
|
|
3729
3813
|
}, {
|
|
3730
3814
|
readonly type: "error";
|
|
3731
3815
|
readonly inputs: readonly [{
|
|
@@ -3736,7 +3820,8 @@ export declare const cointagABI: readonly [{
|
|
|
3736
3820
|
readonly name: "SafeERC20FailedOperation";
|
|
3737
3821
|
}];
|
|
3738
3822
|
/**
|
|
3739
|
-
* [__View Contract on Base
|
|
3823
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
3824
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
3740
3825
|
*/
|
|
3741
3826
|
export declare const cointagFactoryABI: readonly [{
|
|
3742
3827
|
readonly type: "constructor";
|
|
@@ -3829,12 +3914,38 @@ export declare const cointagFactoryABI: readonly [{
|
|
|
3829
3914
|
readonly internalType: "bytes";
|
|
3830
3915
|
readonly type: "bytes";
|
|
3831
3916
|
}];
|
|
3832
|
-
readonly name: "
|
|
3917
|
+
readonly name: "getCointagAddress";
|
|
3833
3918
|
readonly outputs: readonly [{
|
|
3834
3919
|
readonly name: "";
|
|
3835
3920
|
readonly internalType: "address";
|
|
3836
3921
|
readonly type: "address";
|
|
3837
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
|
+
}];
|
|
3838
3949
|
readonly stateMutability: "nonpayable";
|
|
3839
3950
|
}, {
|
|
3840
3951
|
readonly type: "function";
|
|
@@ -4103,16 +4214,20 @@ export declare const cointagFactoryABI: readonly [{
|
|
|
4103
4214
|
readonly name: "UpgradeToMismatchedContractName";
|
|
4104
4215
|
}];
|
|
4105
4216
|
/**
|
|
4106
|
-
* [__View Contract on Base
|
|
4217
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4218
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4107
4219
|
*/
|
|
4108
4220
|
export declare const cointagFactoryAddress: {
|
|
4221
|
+
readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4109
4222
|
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4110
4223
|
};
|
|
4111
4224
|
/**
|
|
4112
|
-
* [__View Contract on Base
|
|
4225
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4226
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
|
|
4113
4227
|
*/
|
|
4114
4228
|
export declare const cointagFactoryConfig: {
|
|
4115
4229
|
readonly address: {
|
|
4230
|
+
readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4116
4231
|
readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
|
|
4117
4232
|
};
|
|
4118
4233
|
readonly abi: readonly [{
|
|
@@ -4206,12 +4321,38 @@ export declare const cointagFactoryConfig: {
|
|
|
4206
4321
|
readonly internalType: "bytes";
|
|
4207
4322
|
readonly type: "bytes";
|
|
4208
4323
|
}];
|
|
4209
|
-
readonly name: "
|
|
4324
|
+
readonly name: "getCointagAddress";
|
|
4210
4325
|
readonly outputs: readonly [{
|
|
4211
4326
|
readonly name: "";
|
|
4212
4327
|
readonly internalType: "address";
|
|
4213
4328
|
readonly type: "address";
|
|
4214
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
|
+
}];
|
|
4215
4356
|
readonly stateMutability: "nonpayable";
|
|
4216
4357
|
}, {
|
|
4217
4358
|
readonly type: "function";
|
|
@@ -10993,6 +11134,158 @@ export declare const iSponsoredSparksSpenderActionABI: readonly [{
|
|
|
10993
11134
|
readonly outputs: readonly [];
|
|
10994
11135
|
readonly stateMutability: "nonpayable";
|
|
10995
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";
|
|
11211
|
+
}, {
|
|
11212
|
+
readonly name: "observationIndex";
|
|
11213
|
+
readonly internalType: "uint16";
|
|
11214
|
+
readonly type: "uint16";
|
|
11215
|
+
}, {
|
|
11216
|
+
readonly name: "observationCardinality";
|
|
11217
|
+
readonly internalType: "uint16";
|
|
11218
|
+
readonly type: "uint16";
|
|
11219
|
+
}, {
|
|
11220
|
+
readonly name: "observationCardinalityNext";
|
|
11221
|
+
readonly internalType: "uint16";
|
|
11222
|
+
readonly type: "uint16";
|
|
11223
|
+
}, {
|
|
11224
|
+
readonly name: "feeProtocol";
|
|
11225
|
+
readonly internalType: "uint8";
|
|
11226
|
+
readonly type: "uint8";
|
|
11227
|
+
}, {
|
|
11228
|
+
readonly name: "unlocked";
|
|
11229
|
+
readonly internalType: "bool";
|
|
11230
|
+
readonly type: "bool";
|
|
11231
|
+
}];
|
|
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
|
+
}, {
|
|
11253
|
+
readonly name: "data";
|
|
11254
|
+
readonly internalType: "bytes";
|
|
11255
|
+
readonly type: "bytes";
|
|
11256
|
+
}];
|
|
11257
|
+
readonly name: "swap";
|
|
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
|
+
}];
|
|
11267
|
+
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
|
+
}];
|
|
10996
11289
|
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
10997
11290
|
readonly type: "function";
|
|
10998
11291
|
readonly inputs: readonly [{
|
|
@@ -14297,6 +14590,283 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
14297
14590
|
readonly name: "WithdrawFailed";
|
|
14298
14591
|
}];
|
|
14299
14592
|
};
|
|
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
|
+
};
|
|
14300
14870
|
/**
|
|
14301
14871
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
14302
14872
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
@@ -34001,6 +34571,45 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
34001
34571
|
}];
|
|
34002
34572
|
}];
|
|
34003
34573
|
readonly stateMutability: "pure";
|
|
34574
|
+
}, {
|
|
34575
|
+
readonly type: "function";
|
|
34576
|
+
readonly inputs: readonly [{
|
|
34577
|
+
readonly name: "quantity";
|
|
34578
|
+
readonly internalType: "uint256";
|
|
34579
|
+
readonly type: "uint256";
|
|
34580
|
+
}];
|
|
34581
|
+
readonly name: "computeRewardsV2";
|
|
34582
|
+
readonly outputs: readonly [{
|
|
34583
|
+
readonly name: "";
|
|
34584
|
+
readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
|
|
34585
|
+
readonly type: "tuple";
|
|
34586
|
+
readonly components: readonly [{
|
|
34587
|
+
readonly name: "totalReward";
|
|
34588
|
+
readonly internalType: "uint256";
|
|
34589
|
+
readonly type: "uint256";
|
|
34590
|
+
}, {
|
|
34591
|
+
readonly name: "creatorReward";
|
|
34592
|
+
readonly internalType: "uint256";
|
|
34593
|
+
readonly type: "uint256";
|
|
34594
|
+
}, {
|
|
34595
|
+
readonly name: "createReferralReward";
|
|
34596
|
+
readonly internalType: "uint256";
|
|
34597
|
+
readonly type: "uint256";
|
|
34598
|
+
}, {
|
|
34599
|
+
readonly name: "mintReferralReward";
|
|
34600
|
+
readonly internalType: "uint256";
|
|
34601
|
+
readonly type: "uint256";
|
|
34602
|
+
}, {
|
|
34603
|
+
readonly name: "marketReward";
|
|
34604
|
+
readonly internalType: "uint256";
|
|
34605
|
+
readonly type: "uint256";
|
|
34606
|
+
}, {
|
|
34607
|
+
readonly name: "zoraReward";
|
|
34608
|
+
readonly internalType: "uint256";
|
|
34609
|
+
readonly type: "uint256";
|
|
34610
|
+
}];
|
|
34611
|
+
}];
|
|
34612
|
+
readonly stateMutability: "pure";
|
|
34004
34613
|
}, {
|
|
34005
34614
|
readonly type: "function";
|
|
34006
34615
|
readonly inputs: readonly [];
|
|
@@ -35092,6 +35701,45 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
35092
35701
|
}];
|
|
35093
35702
|
}];
|
|
35094
35703
|
readonly stateMutability: "pure";
|
|
35704
|
+
}, {
|
|
35705
|
+
readonly type: "function";
|
|
35706
|
+
readonly inputs: readonly [{
|
|
35707
|
+
readonly name: "quantity";
|
|
35708
|
+
readonly internalType: "uint256";
|
|
35709
|
+
readonly type: "uint256";
|
|
35710
|
+
}];
|
|
35711
|
+
readonly name: "computeRewardsV2";
|
|
35712
|
+
readonly outputs: readonly [{
|
|
35713
|
+
readonly name: "";
|
|
35714
|
+
readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
|
|
35715
|
+
readonly type: "tuple";
|
|
35716
|
+
readonly components: readonly [{
|
|
35717
|
+
readonly name: "totalReward";
|
|
35718
|
+
readonly internalType: "uint256";
|
|
35719
|
+
readonly type: "uint256";
|
|
35720
|
+
}, {
|
|
35721
|
+
readonly name: "creatorReward";
|
|
35722
|
+
readonly internalType: "uint256";
|
|
35723
|
+
readonly type: "uint256";
|
|
35724
|
+
}, {
|
|
35725
|
+
readonly name: "createReferralReward";
|
|
35726
|
+
readonly internalType: "uint256";
|
|
35727
|
+
readonly type: "uint256";
|
|
35728
|
+
}, {
|
|
35729
|
+
readonly name: "mintReferralReward";
|
|
35730
|
+
readonly internalType: "uint256";
|
|
35731
|
+
readonly type: "uint256";
|
|
35732
|
+
}, {
|
|
35733
|
+
readonly name: "marketReward";
|
|
35734
|
+
readonly internalType: "uint256";
|
|
35735
|
+
readonly type: "uint256";
|
|
35736
|
+
}, {
|
|
35737
|
+
readonly name: "zoraReward";
|
|
35738
|
+
readonly internalType: "uint256";
|
|
35739
|
+
readonly type: "uint256";
|
|
35740
|
+
}];
|
|
35741
|
+
}];
|
|
35742
|
+
readonly stateMutability: "pure";
|
|
35095
35743
|
}, {
|
|
35096
35744
|
readonly type: "function";
|
|
35097
35745
|
readonly inputs: readonly [];
|