timelock-sdk 0.0.160 → 0.0.161
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/{client-Dx6YoDji.d.ts → client-BKIKRCjR.d.ts} +619 -619
- package/dist/{client-DmXuKRhM.d.cts → client-CZoaAxx7.d.cts} +245 -245
- package/dist/client.cjs +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/{optionUtils-B-TKN7Ni.cjs → optionUtils-CaKlLWf2.cjs} +3 -3
- package/dist/{optionUtils-B-TKN7Ni.cjs.map → optionUtils-CaKlLWf2.cjs.map} +1 -1
- package/dist/{optionUtils-CL-MSoFS.js → optionUtils-Ci6C7FPN.js} +3 -3
- package/dist/{optionUtils-CL-MSoFS.js.map → optionUtils-Ci6C7FPN.js.map} +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-Ds8UmCMU.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as viem530 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import Big from "big.js";
|
|
5
5
|
import JSBI from "jsbi";
|
|
6
6
|
import React, { ReactNode } from "react";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
8
|
import * as wagmi0 from "wagmi";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
10
10
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
11
11
|
import "graphql";
|
|
12
12
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
@@ -248,7 +248,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
248
248
|
};
|
|
249
249
|
declare const getErc20: (address: Address, client: Client) => {
|
|
250
250
|
read: {
|
|
251
|
-
symbol: (options?:
|
|
251
|
+
symbol: (options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
252
252
|
readonly type: "constructor";
|
|
253
253
|
readonly inputs: readonly [{
|
|
254
254
|
readonly name: "name_";
|
|
@@ -427,7 +427,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
427
427
|
}];
|
|
428
428
|
readonly stateMutability: "nonpayable";
|
|
429
429
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
430
|
-
decimals: (options?:
|
|
430
|
+
decimals: (options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
431
431
|
readonly type: "constructor";
|
|
432
432
|
readonly inputs: readonly [{
|
|
433
433
|
readonly name: "name_";
|
|
@@ -606,7 +606,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
606
606
|
}];
|
|
607
607
|
readonly stateMutability: "nonpayable";
|
|
608
608
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
609
|
-
name: (options?:
|
|
609
|
+
name: (options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
610
610
|
readonly type: "constructor";
|
|
611
611
|
readonly inputs: readonly [{
|
|
612
612
|
readonly name: "name_";
|
|
@@ -785,7 +785,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
785
785
|
}];
|
|
786
786
|
readonly stateMutability: "nonpayable";
|
|
787
787
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
788
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
788
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
789
789
|
readonly type: "constructor";
|
|
790
790
|
readonly inputs: readonly [{
|
|
791
791
|
readonly name: "name_";
|
|
@@ -964,7 +964,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
964
964
|
}];
|
|
965
965
|
readonly stateMutability: "nonpayable";
|
|
966
966
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
967
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
967
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
968
968
|
readonly type: "constructor";
|
|
969
969
|
readonly inputs: readonly [{
|
|
970
970
|
readonly name: "name_";
|
|
@@ -1143,7 +1143,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1143
1143
|
}];
|
|
1144
1144
|
readonly stateMutability: "nonpayable";
|
|
1145
1145
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1146
|
-
totalSupply: (options?:
|
|
1146
|
+
totalSupply: (options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
1147
1147
|
readonly type: "constructor";
|
|
1148
1148
|
readonly inputs: readonly [{
|
|
1149
1149
|
readonly name: "name_";
|
|
@@ -1324,7 +1324,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1324
1324
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1325
1325
|
};
|
|
1326
1326
|
estimateGas: {
|
|
1327
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1327
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
1328
1328
|
readonly type: "constructor";
|
|
1329
1329
|
readonly inputs: readonly [{
|
|
1330
1330
|
readonly name: "name_";
|
|
@@ -1502,8 +1502,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1502
1502
|
readonly internalType: "bool";
|
|
1503
1503
|
}];
|
|
1504
1504
|
readonly stateMutability: "nonpayable";
|
|
1505
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1506
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1505
|
+
}], "approve", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
1506
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
1507
1507
|
readonly type: "constructor";
|
|
1508
1508
|
readonly inputs: readonly [{
|
|
1509
1509
|
readonly name: "name_";
|
|
@@ -1681,8 +1681,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1681
1681
|
readonly internalType: "bool";
|
|
1682
1682
|
}];
|
|
1683
1683
|
readonly stateMutability: "nonpayable";
|
|
1684
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1685
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1684
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
1685
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
1686
1686
|
readonly type: "constructor";
|
|
1687
1687
|
readonly inputs: readonly [{
|
|
1688
1688
|
readonly name: "name_";
|
|
@@ -1860,8 +1860,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1860
1860
|
readonly internalType: "bool";
|
|
1861
1861
|
}];
|
|
1862
1862
|
readonly stateMutability: "nonpayable";
|
|
1863
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1864
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
1863
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
1864
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
1865
1865
|
readonly type: "constructor";
|
|
1866
1866
|
readonly inputs: readonly [{
|
|
1867
1867
|
readonly name: "name_";
|
|
@@ -2039,8 +2039,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2039
2039
|
readonly internalType: "bool";
|
|
2040
2040
|
}];
|
|
2041
2041
|
readonly stateMutability: "nonpayable";
|
|
2042
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2043
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2042
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2043
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2044
2044
|
readonly type: "constructor";
|
|
2045
2045
|
readonly inputs: readonly [{
|
|
2046
2046
|
readonly name: "name_";
|
|
@@ -2218,9 +2218,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2218
2218
|
readonly internalType: "bool";
|
|
2219
2219
|
}];
|
|
2220
2220
|
readonly stateMutability: "nonpayable";
|
|
2221
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
2221
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2222
2222
|
} & {
|
|
2223
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2223
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2224
2224
|
readonly type: "constructor";
|
|
2225
2225
|
readonly inputs: readonly [{
|
|
2226
2226
|
readonly name: "name_";
|
|
@@ -2398,8 +2398,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2398
2398
|
readonly internalType: "bool";
|
|
2399
2399
|
}];
|
|
2400
2400
|
readonly stateMutability: "nonpayable";
|
|
2401
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2402
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2401
|
+
}], "approve", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2402
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2403
2403
|
readonly type: "constructor";
|
|
2404
2404
|
readonly inputs: readonly [{
|
|
2405
2405
|
readonly name: "name_";
|
|
@@ -2577,8 +2577,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2577
2577
|
readonly internalType: "bool";
|
|
2578
2578
|
}];
|
|
2579
2579
|
readonly stateMutability: "nonpayable";
|
|
2580
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2581
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2580
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2581
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2582
2582
|
readonly type: "constructor";
|
|
2583
2583
|
readonly inputs: readonly [{
|
|
2584
2584
|
readonly name: "name_";
|
|
@@ -2756,8 +2756,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2756
2756
|
readonly internalType: "bool";
|
|
2757
2757
|
}];
|
|
2758
2758
|
readonly stateMutability: "nonpayable";
|
|
2759
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2760
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
2759
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2760
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2761
2761
|
readonly type: "constructor";
|
|
2762
2762
|
readonly inputs: readonly [{
|
|
2763
2763
|
readonly name: "name_";
|
|
@@ -2935,8 +2935,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2935
2935
|
readonly internalType: "bool";
|
|
2936
2936
|
}];
|
|
2937
2937
|
readonly stateMutability: "nonpayable";
|
|
2938
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2939
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2938
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
2939
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem530.Prettify<viem530.UnionOmit<viem530.EstimateContractGasParameters<readonly [{
|
|
2940
2940
|
readonly type: "constructor";
|
|
2941
2941
|
readonly inputs: readonly [{
|
|
2942
2942
|
readonly name: "name_";
|
|
@@ -3114,10 +3114,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3114
3114
|
readonly internalType: "bool";
|
|
3115
3115
|
}];
|
|
3116
3116
|
readonly stateMutability: "nonpayable";
|
|
3117
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
3117
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem530.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem530.EstimateContractGasReturnType>;
|
|
3118
3118
|
};
|
|
3119
3119
|
simulate: {
|
|
3120
|
-
approve: <chainOverride extends
|
|
3120
|
+
approve: <chainOverride extends viem530.Chain | undefined = undefined, accountOverride extends viem530.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem530.SimulateContractParameters<readonly [{
|
|
3121
3121
|
readonly type: "constructor";
|
|
3122
3122
|
readonly inputs: readonly [{
|
|
3123
3123
|
readonly name: "name_";
|
|
@@ -3295,7 +3295,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3295
3295
|
readonly internalType: "bool";
|
|
3296
3296
|
}];
|
|
3297
3297
|
readonly stateMutability: "nonpayable";
|
|
3298
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3298
|
+
}], "approve", readonly [`0x${string}`, bigint], viem530.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem530.SimulateContractReturnType<readonly [{
|
|
3299
3299
|
readonly type: "constructor";
|
|
3300
3300
|
readonly inputs: readonly [{
|
|
3301
3301
|
readonly name: "name_";
|
|
@@ -3473,8 +3473,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3473
3473
|
readonly internalType: "bool";
|
|
3474
3474
|
}];
|
|
3475
3475
|
readonly stateMutability: "nonpayable";
|
|
3476
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3477
|
-
decreaseAllowance: <chainOverride extends
|
|
3476
|
+
}], "approve", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride, accountOverride>>;
|
|
3477
|
+
decreaseAllowance: <chainOverride extends viem530.Chain | undefined = undefined, accountOverride extends viem530.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem530.SimulateContractParameters<readonly [{
|
|
3478
3478
|
readonly type: "constructor";
|
|
3479
3479
|
readonly inputs: readonly [{
|
|
3480
3480
|
readonly name: "name_";
|
|
@@ -3652,7 +3652,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3652
3652
|
readonly internalType: "bool";
|
|
3653
3653
|
}];
|
|
3654
3654
|
readonly stateMutability: "nonpayable";
|
|
3655
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3655
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem530.SimulateContractReturnType<readonly [{
|
|
3656
3656
|
readonly type: "constructor";
|
|
3657
3657
|
readonly inputs: readonly [{
|
|
3658
3658
|
readonly name: "name_";
|
|
@@ -3830,8 +3830,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3830
3830
|
readonly internalType: "bool";
|
|
3831
3831
|
}];
|
|
3832
3832
|
readonly stateMutability: "nonpayable";
|
|
3833
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3834
|
-
increaseAllowance: <chainOverride extends
|
|
3833
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride, accountOverride>>;
|
|
3834
|
+
increaseAllowance: <chainOverride extends viem530.Chain | undefined = undefined, accountOverride extends viem530.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem530.SimulateContractParameters<readonly [{
|
|
3835
3835
|
readonly type: "constructor";
|
|
3836
3836
|
readonly inputs: readonly [{
|
|
3837
3837
|
readonly name: "name_";
|
|
@@ -4009,7 +4009,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4009
4009
|
readonly internalType: "bool";
|
|
4010
4010
|
}];
|
|
4011
4011
|
readonly stateMutability: "nonpayable";
|
|
4012
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4012
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem530.SimulateContractReturnType<readonly [{
|
|
4013
4013
|
readonly type: "constructor";
|
|
4014
4014
|
readonly inputs: readonly [{
|
|
4015
4015
|
readonly name: "name_";
|
|
@@ -4187,8 +4187,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4187
4187
|
readonly internalType: "bool";
|
|
4188
4188
|
}];
|
|
4189
4189
|
readonly stateMutability: "nonpayable";
|
|
4190
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4191
|
-
transfer: <chainOverride extends
|
|
4190
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride, accountOverride>>;
|
|
4191
|
+
transfer: <chainOverride extends viem530.Chain | undefined = undefined, accountOverride extends viem530.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem530.SimulateContractParameters<readonly [{
|
|
4192
4192
|
readonly type: "constructor";
|
|
4193
4193
|
readonly inputs: readonly [{
|
|
4194
4194
|
readonly name: "name_";
|
|
@@ -4366,7 +4366,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4366
4366
|
readonly internalType: "bool";
|
|
4367
4367
|
}];
|
|
4368
4368
|
readonly stateMutability: "nonpayable";
|
|
4369
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4369
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem530.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem530.SimulateContractReturnType<readonly [{
|
|
4370
4370
|
readonly type: "constructor";
|
|
4371
4371
|
readonly inputs: readonly [{
|
|
4372
4372
|
readonly name: "name_";
|
|
@@ -4544,8 +4544,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4544
4544
|
readonly internalType: "bool";
|
|
4545
4545
|
}];
|
|
4546
4546
|
readonly stateMutability: "nonpayable";
|
|
4547
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4548
|
-
transferFrom: <chainOverride extends
|
|
4547
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride, accountOverride>>;
|
|
4548
|
+
transferFrom: <chainOverride extends viem530.Chain | undefined = undefined, accountOverride extends viem530.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem530.SimulateContractParameters<readonly [{
|
|
4549
4549
|
readonly type: "constructor";
|
|
4550
4550
|
readonly inputs: readonly [{
|
|
4551
4551
|
readonly name: "name_";
|
|
@@ -4723,7 +4723,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4723
4723
|
readonly internalType: "bool";
|
|
4724
4724
|
}];
|
|
4725
4725
|
readonly stateMutability: "nonpayable";
|
|
4726
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4726
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem530.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem530.SimulateContractReturnType<readonly [{
|
|
4727
4727
|
readonly type: "constructor";
|
|
4728
4728
|
readonly inputs: readonly [{
|
|
4729
4729
|
readonly name: "name_";
|
|
@@ -4901,10 +4901,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4901
4901
|
readonly internalType: "bool";
|
|
4902
4902
|
}];
|
|
4903
4903
|
readonly stateMutability: "nonpayable";
|
|
4904
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4904
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride, accountOverride>>;
|
|
4905
4905
|
};
|
|
4906
4906
|
write: {
|
|
4907
|
-
approve: <chainOverride extends
|
|
4907
|
+
approve: <chainOverride extends viem530.Chain | undefined, options extends (viem530.UnionOmit<viem530.WriteContractParameters<readonly [{
|
|
4908
4908
|
readonly type: "constructor";
|
|
4909
4909
|
readonly inputs: readonly [{
|
|
4910
4910
|
readonly name: "name_";
|
|
@@ -5082,8 +5082,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5082
5082
|
readonly internalType: "bool";
|
|
5083
5083
|
}];
|
|
5084
5084
|
readonly stateMutability: "nonpayable";
|
|
5085
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5086
|
-
decreaseAllowance: <chainOverride extends
|
|
5085
|
+
}], "approve", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem530.WriteContractReturnType>;
|
|
5086
|
+
decreaseAllowance: <chainOverride extends viem530.Chain | undefined, options extends (viem530.UnionOmit<viem530.WriteContractParameters<readonly [{
|
|
5087
5087
|
readonly type: "constructor";
|
|
5088
5088
|
readonly inputs: readonly [{
|
|
5089
5089
|
readonly name: "name_";
|
|
@@ -5261,8 +5261,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5261
5261
|
readonly internalType: "bool";
|
|
5262
5262
|
}];
|
|
5263
5263
|
readonly stateMutability: "nonpayable";
|
|
5264
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5265
|
-
increaseAllowance: <chainOverride extends
|
|
5264
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem530.WriteContractReturnType>;
|
|
5265
|
+
increaseAllowance: <chainOverride extends viem530.Chain | undefined, options extends (viem530.UnionOmit<viem530.WriteContractParameters<readonly [{
|
|
5266
5266
|
readonly type: "constructor";
|
|
5267
5267
|
readonly inputs: readonly [{
|
|
5268
5268
|
readonly name: "name_";
|
|
@@ -5440,8 +5440,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5440
5440
|
readonly internalType: "bool";
|
|
5441
5441
|
}];
|
|
5442
5442
|
readonly stateMutability: "nonpayable";
|
|
5443
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5444
|
-
transfer: <chainOverride extends
|
|
5443
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem530.WriteContractReturnType>;
|
|
5444
|
+
transfer: <chainOverride extends viem530.Chain | undefined, options extends (viem530.UnionOmit<viem530.WriteContractParameters<readonly [{
|
|
5445
5445
|
readonly type: "constructor";
|
|
5446
5446
|
readonly inputs: readonly [{
|
|
5447
5447
|
readonly name: "name_";
|
|
@@ -5619,8 +5619,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5619
5619
|
readonly internalType: "bool";
|
|
5620
5620
|
}];
|
|
5621
5621
|
readonly stateMutability: "nonpayable";
|
|
5622
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5623
|
-
transferFrom: <chainOverride extends
|
|
5622
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem530.WriteContractReturnType>;
|
|
5623
|
+
transferFrom: <chainOverride extends viem530.Chain | undefined, options extends (viem530.UnionOmit<viem530.WriteContractParameters<readonly [{
|
|
5624
5624
|
readonly type: "constructor";
|
|
5625
5625
|
readonly inputs: readonly [{
|
|
5626
5626
|
readonly name: "name_";
|
|
@@ -5798,7 +5798,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5798
5798
|
readonly internalType: "bool";
|
|
5799
5799
|
}];
|
|
5800
5800
|
readonly stateMutability: "nonpayable";
|
|
5801
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5801
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem530.Chain | undefined, viem530.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem530.WriteContractReturnType>;
|
|
5802
5802
|
};
|
|
5803
5803
|
address: `0x${string}`;
|
|
5804
5804
|
abi: readonly [{
|
|
@@ -5984,7 +5984,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5984
5984
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5985
5985
|
declare const getStateView: (client: Client | PublicClient) => {
|
|
5986
5986
|
read: {
|
|
5987
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
5987
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
5988
5988
|
readonly type: "function";
|
|
5989
5989
|
readonly name: "getFeeGrowthGlobals";
|
|
5990
5990
|
readonly inputs: readonly [{
|
|
@@ -6831,7 +6831,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
6831
6831
|
fee: number;
|
|
6832
6832
|
tickSpacing: number;
|
|
6833
6833
|
hooks: `0x${string}`;
|
|
6834
|
-
}], options?:
|
|
6834
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
6835
6835
|
readonly type: "function";
|
|
6836
6836
|
readonly name: "getFeeGrowthGlobals";
|
|
6837
6837
|
readonly inputs: readonly [{
|
|
@@ -7673,7 +7673,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
7673
7673
|
tickSpacing: number;
|
|
7674
7674
|
hooks: `0x${string}`;
|
|
7675
7675
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
7676
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
7676
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
7677
7677
|
readonly type: "function";
|
|
7678
7678
|
readonly name: "getFeeGrowthGlobals";
|
|
7679
7679
|
readonly inputs: readonly [{
|
|
@@ -8520,7 +8520,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
8520
8520
|
fee: number;
|
|
8521
8521
|
tickSpacing: number;
|
|
8522
8522
|
hooks: `0x${string}`;
|
|
8523
|
-
}, number, number], options?:
|
|
8523
|
+
}, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
8524
8524
|
readonly type: "function";
|
|
8525
8525
|
readonly name: "getFeeGrowthGlobals";
|
|
8526
8526
|
readonly inputs: readonly [{
|
|
@@ -9362,7 +9362,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9362
9362
|
tickSpacing: number;
|
|
9363
9363
|
hooks: `0x${string}`;
|
|
9364
9364
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
9365
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
9365
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
9366
9366
|
readonly type: "function";
|
|
9367
9367
|
readonly name: "getFeeGrowthGlobals";
|
|
9368
9368
|
readonly inputs: readonly [{
|
|
@@ -10209,7 +10209,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
10209
10209
|
fee: number;
|
|
10210
10210
|
tickSpacing: number;
|
|
10211
10211
|
hooks: `0x${string}`;
|
|
10212
|
-
}], options?:
|
|
10212
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
10213
10213
|
readonly type: "function";
|
|
10214
10214
|
readonly name: "getFeeGrowthGlobals";
|
|
10215
10215
|
readonly inputs: readonly [{
|
|
@@ -11051,7 +11051,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11051
11051
|
tickSpacing: number;
|
|
11052
11052
|
hooks: `0x${string}`;
|
|
11053
11053
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
11054
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
11054
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
11055
11055
|
readonly type: "function";
|
|
11056
11056
|
readonly name: "getFeeGrowthGlobals";
|
|
11057
11057
|
readonly inputs: readonly [{
|
|
@@ -11898,7 +11898,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11898
11898
|
fee: number;
|
|
11899
11899
|
tickSpacing: number;
|
|
11900
11900
|
hooks: `0x${string}`;
|
|
11901
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
11901
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
11902
11902
|
readonly type: "function";
|
|
11903
11903
|
readonly name: "getFeeGrowthGlobals";
|
|
11904
11904
|
readonly inputs: readonly [{
|
|
@@ -12751,7 +12751,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
12751
12751
|
fee: number;
|
|
12752
12752
|
tickSpacing: number;
|
|
12753
12753
|
hooks: `0x${string}`;
|
|
12754
|
-
}, `0x${string}`], options?:
|
|
12754
|
+
}, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
12755
12755
|
readonly type: "function";
|
|
12756
12756
|
readonly name: "getFeeGrowthGlobals";
|
|
12757
12757
|
readonly inputs: readonly [{
|
|
@@ -13604,7 +13604,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
13604
13604
|
fee: number;
|
|
13605
13605
|
tickSpacing: number;
|
|
13606
13606
|
hooks: `0x${string}`;
|
|
13607
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
13607
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
13608
13608
|
readonly type: "function";
|
|
13609
13609
|
readonly name: "getFeeGrowthGlobals";
|
|
13610
13610
|
readonly inputs: readonly [{
|
|
@@ -14452,7 +14452,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14452
14452
|
tickSpacing: number;
|
|
14453
14453
|
hooks: `0x${string}`;
|
|
14454
14454
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
14455
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
14455
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
14456
14456
|
readonly type: "function";
|
|
14457
14457
|
readonly name: "getFeeGrowthGlobals";
|
|
14458
14458
|
readonly inputs: readonly [{
|
|
@@ -15299,7 +15299,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
15299
15299
|
fee: number;
|
|
15300
15300
|
tickSpacing: number;
|
|
15301
15301
|
hooks: `0x${string}`;
|
|
15302
|
-
}, `0x${string}`], options?:
|
|
15302
|
+
}, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
15303
15303
|
readonly type: "function";
|
|
15304
15304
|
readonly name: "getFeeGrowthGlobals";
|
|
15305
15305
|
readonly inputs: readonly [{
|
|
@@ -16141,7 +16141,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16141
16141
|
tickSpacing: number;
|
|
16142
16142
|
hooks: `0x${string}`;
|
|
16143
16143
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
16144
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
16144
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
16145
16145
|
readonly type: "function";
|
|
16146
16146
|
readonly name: "getFeeGrowthGlobals";
|
|
16147
16147
|
readonly inputs: readonly [{
|
|
@@ -16976,19 +16976,19 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16976
16976
|
readonly internalType: "int128";
|
|
16977
16977
|
}];
|
|
16978
16978
|
readonly stateMutability: "view";
|
|
16979
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
16979
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
16980
16980
|
currency0: `0x${string}`;
|
|
16981
16981
|
currency1: `0x${string}`;
|
|
16982
16982
|
fee: number;
|
|
16983
16983
|
tickSpacing: number;
|
|
16984
16984
|
hooks: `0x${string}`;
|
|
16985
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16985
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16986
16986
|
currency0: `0x${string}`;
|
|
16987
16987
|
currency1: `0x${string}`;
|
|
16988
16988
|
fee: number;
|
|
16989
16989
|
tickSpacing: number;
|
|
16990
16990
|
hooks: `0x${string}`;
|
|
16991
|
-
}], options?:
|
|
16991
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
16992
16992
|
readonly type: "function";
|
|
16993
16993
|
readonly name: "getFeeGrowthGlobals";
|
|
16994
16994
|
readonly inputs: readonly [{
|
|
@@ -17823,14 +17823,14 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17823
17823
|
readonly internalType: "int128";
|
|
17824
17824
|
}];
|
|
17825
17825
|
readonly stateMutability: "view";
|
|
17826
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
17826
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
17827
17827
|
currency0: `0x${string}`;
|
|
17828
17828
|
currency1: `0x${string}`;
|
|
17829
17829
|
fee: number;
|
|
17830
17830
|
tickSpacing: number;
|
|
17831
17831
|
hooks: `0x${string}`;
|
|
17832
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17833
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
17832
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17833
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
17834
17834
|
readonly type: "function";
|
|
17835
17835
|
readonly name: "getFeeGrowthGlobals";
|
|
17836
17836
|
readonly inputs: readonly [{
|
|
@@ -18677,7 +18677,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
18677
18677
|
fee: number;
|
|
18678
18678
|
tickSpacing: number;
|
|
18679
18679
|
hooks: `0x${string}`;
|
|
18680
|
-
}, number], options?:
|
|
18680
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
18681
18681
|
readonly type: "function";
|
|
18682
18682
|
readonly name: "getFeeGrowthGlobals";
|
|
18683
18683
|
readonly inputs: readonly [{
|
|
@@ -19519,7 +19519,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
19519
19519
|
tickSpacing: number;
|
|
19520
19520
|
hooks: `0x${string}`;
|
|
19521
19521
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
19522
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
19522
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
19523
19523
|
readonly type: "function";
|
|
19524
19524
|
readonly name: "getFeeGrowthGlobals";
|
|
19525
19525
|
readonly inputs: readonly [{
|
|
@@ -20366,7 +20366,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20366
20366
|
fee: number;
|
|
20367
20367
|
tickSpacing: number;
|
|
20368
20368
|
hooks: `0x${string}`;
|
|
20369
|
-
}, number], options?:
|
|
20369
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
20370
20370
|
readonly type: "function";
|
|
20371
20371
|
readonly name: "getFeeGrowthGlobals";
|
|
20372
20372
|
readonly inputs: readonly [{
|
|
@@ -21208,7 +21208,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
21208
21208
|
tickSpacing: number;
|
|
21209
21209
|
hooks: `0x${string}`;
|
|
21210
21210
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
21211
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
21211
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
21212
21212
|
readonly type: "function";
|
|
21213
21213
|
readonly name: "getFeeGrowthGlobals";
|
|
21214
21214
|
readonly inputs: readonly [{
|
|
@@ -22055,7 +22055,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22055
22055
|
fee: number;
|
|
22056
22056
|
tickSpacing: number;
|
|
22057
22057
|
hooks: `0x${string}`;
|
|
22058
|
-
}, number], options?:
|
|
22058
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
22059
22059
|
readonly type: "function";
|
|
22060
22060
|
readonly name: "getFeeGrowthGlobals";
|
|
22061
22061
|
readonly inputs: readonly [{
|
|
@@ -22897,7 +22897,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22897
22897
|
tickSpacing: number;
|
|
22898
22898
|
hooks: `0x${string}`;
|
|
22899
22899
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
22900
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
22900
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
22901
22901
|
readonly type: "function";
|
|
22902
22902
|
readonly name: "getFeeGrowthGlobals";
|
|
22903
22903
|
readonly inputs: readonly [{
|
|
@@ -23744,7 +23744,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
23744
23744
|
fee: number;
|
|
23745
23745
|
tickSpacing: number;
|
|
23746
23746
|
hooks: `0x${string}`;
|
|
23747
|
-
}, number], options?:
|
|
23747
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
23748
23748
|
readonly type: "function";
|
|
23749
23749
|
readonly name: "getFeeGrowthGlobals";
|
|
23750
23750
|
readonly inputs: readonly [{
|
|
@@ -25427,7 +25427,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
25427
25427
|
};
|
|
25428
25428
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
25429
25429
|
read: {
|
|
25430
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
25430
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
25431
25431
|
readonly type: "function";
|
|
25432
25432
|
readonly name: "batchGetRefTick";
|
|
25433
25433
|
readonly inputs: readonly [{
|
|
@@ -26348,7 +26348,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26348
26348
|
}];
|
|
26349
26349
|
readonly stateMutability: "view";
|
|
26350
26350
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
26351
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
26351
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
26352
26352
|
readonly type: "function";
|
|
26353
26353
|
readonly name: "batchGetRefTick";
|
|
26354
26354
|
readonly inputs: readonly [{
|
|
@@ -27281,7 +27281,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27281
27281
|
borrowedAmount0: bigint;
|
|
27282
27282
|
borrowedAmount1: bigint;
|
|
27283
27283
|
}[]>;
|
|
27284
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
27284
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
27285
27285
|
readonly type: "function";
|
|
27286
27286
|
readonly name: "batchGetRefTick";
|
|
27287
27287
|
readonly inputs: readonly [{
|
|
@@ -28212,7 +28212,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28212
28212
|
expiresAt: number;
|
|
28213
28213
|
liquidities: readonly bigint[];
|
|
28214
28214
|
}[]>;
|
|
28215
|
-
getFeeRates: (args: readonly [`0x${string}`], options?:
|
|
28215
|
+
getFeeRates: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
28216
28216
|
readonly type: "function";
|
|
28217
28217
|
readonly name: "batchGetRefTick";
|
|
28218
28218
|
readonly inputs: readonly [{
|
|
@@ -29139,7 +29139,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29139
29139
|
minBaseFee: bigint;
|
|
29140
29140
|
feeRecipient: `0x${string}`;
|
|
29141
29141
|
}>;
|
|
29142
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?:
|
|
29142
|
+
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
29143
29143
|
readonly type: "function";
|
|
29144
29144
|
readonly name: "batchGetRefTick";
|
|
29145
29145
|
readonly inputs: readonly [{
|
|
@@ -30076,7 +30076,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30076
30076
|
senderIsAdmin: boolean;
|
|
30077
30077
|
senderIsPauser: boolean;
|
|
30078
30078
|
}>;
|
|
30079
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
30079
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
30080
30080
|
readonly type: "function";
|
|
30081
30081
|
readonly name: "batchGetRefTick";
|
|
30082
30082
|
readonly inputs: readonly [{
|
|
@@ -30997,7 +30997,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30997
30997
|
}];
|
|
30998
30998
|
readonly stateMutability: "view";
|
|
30999
30999
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
31000
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
31000
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
31001
31001
|
readonly type: "function";
|
|
31002
31002
|
readonly name: "batchGetRefTick";
|
|
31003
31003
|
readonly inputs: readonly [{
|
|
@@ -31938,7 +31938,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31938
31938
|
optionAssetName: string;
|
|
31939
31939
|
payoutAssetName: string;
|
|
31940
31940
|
}>;
|
|
31941
|
-
getMarketState: (args: readonly [`0x${string}`], options?:
|
|
31941
|
+
getMarketState: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
31942
31942
|
readonly type: "function";
|
|
31943
31943
|
readonly name: "batchGetRefTick";
|
|
31944
31944
|
readonly inputs: readonly [{
|
|
@@ -32864,7 +32864,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32864
32864
|
feeStrategy: `0x${string}`;
|
|
32865
32865
|
owner: `0x${string}`;
|
|
32866
32866
|
}>;
|
|
32867
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
32867
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
32868
32868
|
readonly type: "function";
|
|
32869
32869
|
readonly name: "batchGetRefTick";
|
|
32870
32870
|
readonly inputs: readonly [{
|
|
@@ -33785,7 +33785,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33785
33785
|
}];
|
|
33786
33786
|
readonly stateMutability: "view";
|
|
33787
33787
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
33788
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
33788
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
33789
33789
|
readonly type: "function";
|
|
33790
33790
|
readonly name: "batchGetRefTick";
|
|
33791
33791
|
readonly inputs: readonly [{
|
|
@@ -34706,7 +34706,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34706
34706
|
}];
|
|
34707
34707
|
readonly stateMutability: "view";
|
|
34708
34708
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
34709
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
34709
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
34710
34710
|
readonly type: "function";
|
|
34711
34711
|
readonly name: "batchGetRefTick";
|
|
34712
34712
|
readonly inputs: readonly [{
|
|
@@ -35627,7 +35627,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35627
35627
|
}];
|
|
35628
35628
|
readonly stateMutability: "view";
|
|
35629
35629
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
35630
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
35630
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
35631
35631
|
readonly type: "function";
|
|
35632
35632
|
readonly name: "batchGetRefTick";
|
|
35633
35633
|
readonly inputs: readonly [{
|
|
@@ -36548,7 +36548,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36548
36548
|
}];
|
|
36549
36549
|
readonly stateMutability: "view";
|
|
36550
36550
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
36551
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
36551
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
36552
36552
|
readonly type: "function";
|
|
36553
36553
|
readonly name: "batchGetRefTick";
|
|
36554
36554
|
readonly inputs: readonly [{
|
|
@@ -37479,7 +37479,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37479
37479
|
expiresAt: number;
|
|
37480
37480
|
liquidities: readonly bigint[];
|
|
37481
37481
|
}>;
|
|
37482
|
-
getOptionPricingParams: (args: readonly [`0x${string}`], options?:
|
|
37482
|
+
getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
37483
37483
|
readonly type: "function";
|
|
37484
37484
|
readonly name: "batchGetRefTick";
|
|
37485
37485
|
readonly inputs: readonly [{
|
|
@@ -38406,7 +38406,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
38406
38406
|
minPremiumDailyRate: number;
|
|
38407
38407
|
minPremiumAmount: bigint;
|
|
38408
38408
|
}>;
|
|
38409
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
38409
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
38410
38410
|
readonly type: "function";
|
|
38411
38411
|
readonly name: "batchGetRefTick";
|
|
38412
38412
|
readonly inputs: readonly [{
|
|
@@ -39343,7 +39343,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
39343
39343
|
fee: number;
|
|
39344
39344
|
tickSpacing: number;
|
|
39345
39345
|
hooks: `0x${string}`;
|
|
39346
|
-
}], options?:
|
|
39346
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
39347
39347
|
readonly type: "function";
|
|
39348
39348
|
readonly name: "batchGetRefTick";
|
|
39349
39349
|
readonly inputs: readonly [{
|
|
@@ -40281,7 +40281,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
40281
40281
|
tickSpacing: number;
|
|
40282
40282
|
fee: number;
|
|
40283
40283
|
}>;
|
|
40284
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
40284
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
40285
40285
|
readonly type: "function";
|
|
40286
40286
|
readonly name: "batchGetRefTick";
|
|
40287
40287
|
readonly inputs: readonly [{
|
|
@@ -41202,7 +41202,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
41202
41202
|
}];
|
|
41203
41203
|
readonly stateMutability: "view";
|
|
41204
41204
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
41205
|
-
getStaticPricingParams: (args: readonly [`0x${string}`], options?:
|
|
41205
|
+
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
41206
41206
|
readonly type: "function";
|
|
41207
41207
|
readonly name: "batchGetRefTick";
|
|
41208
41208
|
readonly inputs: readonly [{
|
|
@@ -42126,7 +42126,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
42126
42126
|
dailyFundingRate: number;
|
|
42127
42127
|
minFundingAmount: bigint;
|
|
42128
42128
|
}>;
|
|
42129
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
42129
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
42130
42130
|
readonly type: "function";
|
|
42131
42131
|
readonly name: "batchGetRefTick";
|
|
42132
42132
|
readonly inputs: readonly [{
|
|
@@ -43051,7 +43051,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
43051
43051
|
symbol: string;
|
|
43052
43052
|
name: string;
|
|
43053
43053
|
}>;
|
|
43054
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
43054
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
43055
43055
|
readonly type: "function";
|
|
43056
43056
|
readonly name: "batchGetRefTick";
|
|
43057
43057
|
readonly inputs: readonly [{
|
|
@@ -43982,7 +43982,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
43982
43982
|
expiresAt: number;
|
|
43983
43983
|
liquidities: readonly bigint[];
|
|
43984
43984
|
}[], bigint, boolean]>;
|
|
43985
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
43985
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
43986
43986
|
readonly type: "function";
|
|
43987
43987
|
readonly name: "batchGetRefTick";
|
|
43988
43988
|
readonly inputs: readonly [{
|
|
@@ -44913,7 +44913,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
44913
44913
|
};
|
|
44914
44914
|
owner: `0x${string}`;
|
|
44915
44915
|
}>;
|
|
44916
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
44916
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
44917
44917
|
readonly type: "function";
|
|
44918
44918
|
readonly name: "batchGetRefTick";
|
|
44919
44919
|
readonly inputs: readonly [{
|
|
@@ -46860,7 +46860,7 @@ declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard
|
|
|
46860
46860
|
//#endregion
|
|
46861
46861
|
//#region src/hooks/options/useMarketState.d.ts
|
|
46862
46862
|
declare const useMarketState: (marketAddr?: Address) => {
|
|
46863
|
-
error:
|
|
46863
|
+
error: viem530.ReadContractErrorType;
|
|
46864
46864
|
isError: true;
|
|
46865
46865
|
isPending: false;
|
|
46866
46866
|
isLoading: false;
|
|
@@ -46872,7 +46872,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46872
46872
|
dataUpdatedAt: number;
|
|
46873
46873
|
errorUpdatedAt: number;
|
|
46874
46874
|
failureCount: number;
|
|
46875
|
-
failureReason:
|
|
46875
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
46876
46876
|
errorUpdateCount: number;
|
|
46877
46877
|
isFetched: boolean;
|
|
46878
46878
|
isFetchedAfterMount: boolean;
|
|
@@ -46887,7 +46887,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46887
46887
|
optionPricing: `0x${string}`;
|
|
46888
46888
|
feeStrategy: `0x${string}`;
|
|
46889
46889
|
owner: `0x${string}`;
|
|
46890
|
-
},
|
|
46890
|
+
}, viem530.ReadContractErrorType>>;
|
|
46891
46891
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
46892
46892
|
promise: Promise<{
|
|
46893
46893
|
optionsCount: bigint;
|
|
@@ -46915,7 +46915,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46915
46915
|
dataUpdatedAt: number;
|
|
46916
46916
|
errorUpdatedAt: number;
|
|
46917
46917
|
failureCount: number;
|
|
46918
|
-
failureReason:
|
|
46918
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
46919
46919
|
errorUpdateCount: number;
|
|
46920
46920
|
isFetched: boolean;
|
|
46921
46921
|
isFetchedAfterMount: boolean;
|
|
@@ -46930,7 +46930,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46930
46930
|
optionPricing: `0x${string}`;
|
|
46931
46931
|
feeStrategy: `0x${string}`;
|
|
46932
46932
|
owner: `0x${string}`;
|
|
46933
|
-
},
|
|
46933
|
+
}, viem530.ReadContractErrorType>>;
|
|
46934
46934
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
46935
46935
|
promise: Promise<{
|
|
46936
46936
|
optionsCount: bigint;
|
|
@@ -46946,7 +46946,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46946
46946
|
owner: `0x${string}`;
|
|
46947
46947
|
} | undefined>>;
|
|
46948
46948
|
} | {
|
|
46949
|
-
error:
|
|
46949
|
+
error: viem530.ReadContractErrorType;
|
|
46950
46950
|
isError: true;
|
|
46951
46951
|
isPending: false;
|
|
46952
46952
|
isLoading: false;
|
|
@@ -46958,7 +46958,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46958
46958
|
dataUpdatedAt: number;
|
|
46959
46959
|
errorUpdatedAt: number;
|
|
46960
46960
|
failureCount: number;
|
|
46961
|
-
failureReason:
|
|
46961
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
46962
46962
|
errorUpdateCount: number;
|
|
46963
46963
|
isFetched: boolean;
|
|
46964
46964
|
isFetchedAfterMount: boolean;
|
|
@@ -46973,7 +46973,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
46973
46973
|
optionPricing: `0x${string}`;
|
|
46974
46974
|
feeStrategy: `0x${string}`;
|
|
46975
46975
|
owner: `0x${string}`;
|
|
46976
|
-
},
|
|
46976
|
+
}, viem530.ReadContractErrorType>>;
|
|
46977
46977
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
46978
46978
|
promise: Promise<{
|
|
46979
46979
|
optionsCount: bigint;
|
|
@@ -47001,7 +47001,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47001
47001
|
dataUpdatedAt: number;
|
|
47002
47002
|
errorUpdatedAt: number;
|
|
47003
47003
|
failureCount: number;
|
|
47004
|
-
failureReason:
|
|
47004
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47005
47005
|
errorUpdateCount: number;
|
|
47006
47006
|
isFetched: boolean;
|
|
47007
47007
|
isFetchedAfterMount: boolean;
|
|
@@ -47016,7 +47016,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47016
47016
|
optionPricing: `0x${string}`;
|
|
47017
47017
|
feeStrategy: `0x${string}`;
|
|
47018
47018
|
owner: `0x${string}`;
|
|
47019
|
-
},
|
|
47019
|
+
}, viem530.ReadContractErrorType>>;
|
|
47020
47020
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47021
47021
|
promise: Promise<{
|
|
47022
47022
|
optionsCount: bigint;
|
|
@@ -47043,7 +47043,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47043
47043
|
dataUpdatedAt: number;
|
|
47044
47044
|
errorUpdatedAt: number;
|
|
47045
47045
|
failureCount: number;
|
|
47046
|
-
failureReason:
|
|
47046
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47047
47047
|
errorUpdateCount: number;
|
|
47048
47048
|
isFetched: boolean;
|
|
47049
47049
|
isFetchedAfterMount: boolean;
|
|
@@ -47059,7 +47059,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47059
47059
|
optionPricing: `0x${string}`;
|
|
47060
47060
|
feeStrategy: `0x${string}`;
|
|
47061
47061
|
owner: `0x${string}`;
|
|
47062
|
-
},
|
|
47062
|
+
}, viem530.ReadContractErrorType>>;
|
|
47063
47063
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47064
47064
|
promise: Promise<{
|
|
47065
47065
|
optionsCount: bigint;
|
|
@@ -47087,7 +47087,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47087
47087
|
dataUpdatedAt: number;
|
|
47088
47088
|
errorUpdatedAt: number;
|
|
47089
47089
|
failureCount: number;
|
|
47090
|
-
failureReason:
|
|
47090
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47091
47091
|
errorUpdateCount: number;
|
|
47092
47092
|
isFetched: boolean;
|
|
47093
47093
|
isFetchedAfterMount: boolean;
|
|
@@ -47102,7 +47102,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
47102
47102
|
optionPricing: `0x${string}`;
|
|
47103
47103
|
feeStrategy: `0x${string}`;
|
|
47104
47104
|
owner: `0x${string}`;
|
|
47105
|
-
},
|
|
47105
|
+
}, viem530.ReadContractErrorType>>;
|
|
47106
47106
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47107
47107
|
promise: Promise<{
|
|
47108
47108
|
optionsCount: bigint;
|
|
@@ -47434,7 +47434,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
47434
47434
|
//#endregion
|
|
47435
47435
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
47436
47436
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
|
|
47437
|
-
error:
|
|
47437
|
+
error: viem530.ReadContractErrorType;
|
|
47438
47438
|
isError: true;
|
|
47439
47439
|
isPending: false;
|
|
47440
47440
|
isLoading: false;
|
|
@@ -47446,7 +47446,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47446
47446
|
dataUpdatedAt: number;
|
|
47447
47447
|
errorUpdatedAt: number;
|
|
47448
47448
|
failureCount: number;
|
|
47449
|
-
failureReason:
|
|
47449
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47450
47450
|
errorUpdateCount: number;
|
|
47451
47451
|
isFetched: boolean;
|
|
47452
47452
|
isFetchedAfterMount: boolean;
|
|
@@ -47456,7 +47456,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47456
47456
|
isRefetching: boolean;
|
|
47457
47457
|
isStale: boolean;
|
|
47458
47458
|
isEnabled: boolean;
|
|
47459
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47459
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47460
47460
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47461
47461
|
promise: Promise<never>;
|
|
47462
47462
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -47475,7 +47475,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47475
47475
|
dataUpdatedAt: number;
|
|
47476
47476
|
errorUpdatedAt: number;
|
|
47477
47477
|
failureCount: number;
|
|
47478
|
-
failureReason:
|
|
47478
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47479
47479
|
errorUpdateCount: number;
|
|
47480
47480
|
isFetched: boolean;
|
|
47481
47481
|
isFetchedAfterMount: boolean;
|
|
@@ -47485,14 +47485,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47485
47485
|
isRefetching: boolean;
|
|
47486
47486
|
isStale: boolean;
|
|
47487
47487
|
isEnabled: boolean;
|
|
47488
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47488
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47489
47489
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47490
47490
|
promise: Promise<never>;
|
|
47491
47491
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
47492
47492
|
maxCallSize: Amount | undefined;
|
|
47493
47493
|
maxPutSize: Amount | undefined;
|
|
47494
47494
|
} | {
|
|
47495
|
-
error:
|
|
47495
|
+
error: viem530.ReadContractErrorType;
|
|
47496
47496
|
isError: true;
|
|
47497
47497
|
isPending: false;
|
|
47498
47498
|
isLoading: false;
|
|
@@ -47504,7 +47504,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47504
47504
|
dataUpdatedAt: number;
|
|
47505
47505
|
errorUpdatedAt: number;
|
|
47506
47506
|
failureCount: number;
|
|
47507
|
-
failureReason:
|
|
47507
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47508
47508
|
errorUpdateCount: number;
|
|
47509
47509
|
isFetched: boolean;
|
|
47510
47510
|
isFetchedAfterMount: boolean;
|
|
@@ -47514,7 +47514,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47514
47514
|
isRefetching: boolean;
|
|
47515
47515
|
isStale: boolean;
|
|
47516
47516
|
isEnabled: boolean;
|
|
47517
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47517
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47518
47518
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47519
47519
|
promise: Promise<never>;
|
|
47520
47520
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -47533,7 +47533,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47533
47533
|
dataUpdatedAt: number;
|
|
47534
47534
|
errorUpdatedAt: number;
|
|
47535
47535
|
failureCount: number;
|
|
47536
|
-
failureReason:
|
|
47536
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47537
47537
|
errorUpdateCount: number;
|
|
47538
47538
|
isFetched: boolean;
|
|
47539
47539
|
isFetchedAfterMount: boolean;
|
|
@@ -47543,7 +47543,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47543
47543
|
isRefetching: boolean;
|
|
47544
47544
|
isStale: boolean;
|
|
47545
47545
|
isEnabled: boolean;
|
|
47546
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47546
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47547
47547
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47548
47548
|
promise: Promise<never>;
|
|
47549
47549
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -47561,7 +47561,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47561
47561
|
dataUpdatedAt: number;
|
|
47562
47562
|
errorUpdatedAt: number;
|
|
47563
47563
|
failureCount: number;
|
|
47564
|
-
failureReason:
|
|
47564
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47565
47565
|
errorUpdateCount: number;
|
|
47566
47566
|
isFetched: boolean;
|
|
47567
47567
|
isFetchedAfterMount: boolean;
|
|
@@ -47572,7 +47572,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47572
47572
|
isRefetching: boolean;
|
|
47573
47573
|
isStale: boolean;
|
|
47574
47574
|
isEnabled: boolean;
|
|
47575
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47575
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47576
47576
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47577
47577
|
promise: Promise<never>;
|
|
47578
47578
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -47591,7 +47591,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47591
47591
|
dataUpdatedAt: number;
|
|
47592
47592
|
errorUpdatedAt: number;
|
|
47593
47593
|
failureCount: number;
|
|
47594
|
-
failureReason:
|
|
47594
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
47595
47595
|
errorUpdateCount: number;
|
|
47596
47596
|
isFetched: boolean;
|
|
47597
47597
|
isFetchedAfterMount: boolean;
|
|
@@ -47601,7 +47601,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47601
47601
|
isRefetching: boolean;
|
|
47602
47602
|
isStale: boolean;
|
|
47603
47603
|
isEnabled: boolean;
|
|
47604
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
47604
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem530.ReadContractErrorType>>;
|
|
47605
47605
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
47606
47606
|
promise: Promise<never>;
|
|
47607
47607
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -47610,7 +47610,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
47610
47610
|
};
|
|
47611
47611
|
//#endregion
|
|
47612
47612
|
//#region src/hooks/options/useMintOption.d.ts
|
|
47613
|
-
declare const useMintOption: (marketAddr?: Address) =>
|
|
47613
|
+
declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
47614
47614
|
optionType: "CALL" | "PUT";
|
|
47615
47615
|
amount: bigint;
|
|
47616
47616
|
duration: number;
|
|
@@ -49677,7 +49677,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49677
49677
|
};
|
|
49678
49678
|
//#endregion
|
|
49679
49679
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
49680
|
-
declare const useExerciseOption: (marketAddr?: Address) =>
|
|
49680
|
+
declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
49681
49681
|
option: OptionData;
|
|
49682
49682
|
liquidities: readonly bigint[];
|
|
49683
49683
|
}, unknown>;
|
|
@@ -49700,7 +49700,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
49700
49700
|
};
|
|
49701
49701
|
//#endregion
|
|
49702
49702
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
49703
|
-
declare const useExtendOption: (marketAddr?: Address) =>
|
|
49703
|
+
declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
49704
49704
|
option: OptionData;
|
|
49705
49705
|
duration: number;
|
|
49706
49706
|
}, unknown>;
|
|
@@ -50565,7 +50565,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
50565
50565
|
};
|
|
50566
50566
|
//#endregion
|
|
50567
50567
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
50568
|
-
declare const useMintPerp: (marketAddr?: Address) =>
|
|
50568
|
+
declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, {
|
|
50569
50569
|
optionType: "CALL" | "PUT";
|
|
50570
50570
|
amount: bigint;
|
|
50571
50571
|
duration: number;
|
|
@@ -50573,13 +50573,13 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query3.UseM
|
|
|
50573
50573
|
}, unknown>;
|
|
50574
50574
|
//#endregion
|
|
50575
50575
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
50576
|
-
declare const useClosePerp: () =>
|
|
50576
|
+
declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
50577
50577
|
//#endregion
|
|
50578
50578
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
50579
50579
|
declare const usePerpsOperator: () => {
|
|
50580
50580
|
operator: PerpsOperator | undefined;
|
|
50581
50581
|
address: `0x${string}` | undefined;
|
|
50582
|
-
signMessage:
|
|
50582
|
+
signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
|
|
50583
50583
|
};
|
|
50584
50584
|
//#endregion
|
|
50585
50585
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
@@ -51507,7 +51507,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
51507
51507
|
//#endregion
|
|
51508
51508
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
51509
51509
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
51510
|
-
error:
|
|
51510
|
+
error: viem530.ReadContractErrorType;
|
|
51511
51511
|
isError: true;
|
|
51512
51512
|
isPending: false;
|
|
51513
51513
|
isLoading: false;
|
|
@@ -51519,7 +51519,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51519
51519
|
dataUpdatedAt: number;
|
|
51520
51520
|
errorUpdatedAt: number;
|
|
51521
51521
|
failureCount: number;
|
|
51522
|
-
failureReason:
|
|
51522
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51523
51523
|
errorUpdateCount: number;
|
|
51524
51524
|
isFetched: boolean;
|
|
51525
51525
|
isFetchedAfterMount: boolean;
|
|
@@ -51529,7 +51529,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51529
51529
|
isRefetching: boolean;
|
|
51530
51530
|
isStale: boolean;
|
|
51531
51531
|
isEnabled: boolean;
|
|
51532
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51532
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51533
51533
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51534
51534
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51535
51535
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -51554,7 +51554,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51554
51554
|
dataUpdatedAt: number;
|
|
51555
51555
|
errorUpdatedAt: number;
|
|
51556
51556
|
failureCount: number;
|
|
51557
|
-
failureReason:
|
|
51557
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51558
51558
|
errorUpdateCount: number;
|
|
51559
51559
|
isFetched: boolean;
|
|
51560
51560
|
isFetchedAfterMount: boolean;
|
|
@@ -51564,7 +51564,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51564
51564
|
isRefetching: boolean;
|
|
51565
51565
|
isStale: boolean;
|
|
51566
51566
|
isEnabled: boolean;
|
|
51567
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51567
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51568
51568
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51569
51569
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51570
51570
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -51577,7 +51577,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51577
51577
|
effectiveApproval: bigint;
|
|
51578
51578
|
};
|
|
51579
51579
|
} | {
|
|
51580
|
-
error:
|
|
51580
|
+
error: viem530.ReadContractErrorType;
|
|
51581
51581
|
isError: true;
|
|
51582
51582
|
isPending: false;
|
|
51583
51583
|
isLoading: false;
|
|
@@ -51589,7 +51589,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51589
51589
|
dataUpdatedAt: number;
|
|
51590
51590
|
errorUpdatedAt: number;
|
|
51591
51591
|
failureCount: number;
|
|
51592
|
-
failureReason:
|
|
51592
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51593
51593
|
errorUpdateCount: number;
|
|
51594
51594
|
isFetched: boolean;
|
|
51595
51595
|
isFetchedAfterMount: boolean;
|
|
@@ -51599,7 +51599,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51599
51599
|
isRefetching: boolean;
|
|
51600
51600
|
isStale: boolean;
|
|
51601
51601
|
isEnabled: boolean;
|
|
51602
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51602
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51603
51603
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51604
51604
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51605
51605
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -51624,7 +51624,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51624
51624
|
dataUpdatedAt: number;
|
|
51625
51625
|
errorUpdatedAt: number;
|
|
51626
51626
|
failureCount: number;
|
|
51627
|
-
failureReason:
|
|
51627
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51628
51628
|
errorUpdateCount: number;
|
|
51629
51629
|
isFetched: boolean;
|
|
51630
51630
|
isFetchedAfterMount: boolean;
|
|
@@ -51634,7 +51634,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51634
51634
|
isRefetching: boolean;
|
|
51635
51635
|
isStale: boolean;
|
|
51636
51636
|
isEnabled: boolean;
|
|
51637
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51637
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51638
51638
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51639
51639
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51640
51640
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -51658,7 +51658,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51658
51658
|
dataUpdatedAt: number;
|
|
51659
51659
|
errorUpdatedAt: number;
|
|
51660
51660
|
failureCount: number;
|
|
51661
|
-
failureReason:
|
|
51661
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51662
51662
|
errorUpdateCount: number;
|
|
51663
51663
|
isFetched: boolean;
|
|
51664
51664
|
isFetchedAfterMount: boolean;
|
|
@@ -51669,7 +51669,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51669
51669
|
isRefetching: boolean;
|
|
51670
51670
|
isStale: boolean;
|
|
51671
51671
|
isEnabled: boolean;
|
|
51672
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51672
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51673
51673
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51674
51674
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51675
51675
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -51694,7 +51694,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51694
51694
|
dataUpdatedAt: number;
|
|
51695
51695
|
errorUpdatedAt: number;
|
|
51696
51696
|
failureCount: number;
|
|
51697
|
-
failureReason:
|
|
51697
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
51698
51698
|
errorUpdateCount: number;
|
|
51699
51699
|
isFetched: boolean;
|
|
51700
51700
|
isFetchedAfterMount: boolean;
|
|
@@ -51704,7 +51704,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
51704
51704
|
isRefetching: boolean;
|
|
51705
51705
|
isStale: boolean;
|
|
51706
51706
|
isEnabled: boolean;
|
|
51707
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
51707
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem530.ReadContractErrorType>>;
|
|
51708
51708
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
51709
51709
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
51710
51710
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52118,7 +52118,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
52118
52118
|
};
|
|
52119
52119
|
//#endregion
|
|
52120
52120
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
52121
|
-
declare const useSetOperatorPerms: (marketAddr?: Address) =>
|
|
52121
|
+
declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
52122
52122
|
operator: Address;
|
|
52123
52123
|
canExtend: boolean;
|
|
52124
52124
|
canExercise: boolean;
|
|
@@ -52197,7 +52197,7 @@ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52197
52197
|
//#endregion
|
|
52198
52198
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
52199
52199
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
52200
|
-
error:
|
|
52200
|
+
error: viem530.ReadContractErrorType;
|
|
52201
52201
|
isError: true;
|
|
52202
52202
|
isPending: false;
|
|
52203
52203
|
isLoading: false;
|
|
@@ -52209,7 +52209,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52209
52209
|
dataUpdatedAt: number;
|
|
52210
52210
|
errorUpdatedAt: number;
|
|
52211
52211
|
failureCount: number;
|
|
52212
|
-
failureReason:
|
|
52212
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52213
52213
|
errorUpdateCount: number;
|
|
52214
52214
|
isFetched: boolean;
|
|
52215
52215
|
isFetchedAfterMount: boolean;
|
|
@@ -52223,7 +52223,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52223
52223
|
exact: number;
|
|
52224
52224
|
rounded: number | undefined;
|
|
52225
52225
|
sqrtPriceX96: bigint;
|
|
52226
|
-
},
|
|
52226
|
+
}, viem530.ReadContractErrorType>>;
|
|
52227
52227
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52228
52228
|
promise: Promise<{
|
|
52229
52229
|
exact: number;
|
|
@@ -52247,7 +52247,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52247
52247
|
dataUpdatedAt: number;
|
|
52248
52248
|
errorUpdatedAt: number;
|
|
52249
52249
|
failureCount: number;
|
|
52250
|
-
failureReason:
|
|
52250
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52251
52251
|
errorUpdateCount: number;
|
|
52252
52252
|
isFetched: boolean;
|
|
52253
52253
|
isFetchedAfterMount: boolean;
|
|
@@ -52261,7 +52261,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52261
52261
|
exact: number;
|
|
52262
52262
|
rounded: number | undefined;
|
|
52263
52263
|
sqrtPriceX96: bigint;
|
|
52264
|
-
},
|
|
52264
|
+
}, viem530.ReadContractErrorType>>;
|
|
52265
52265
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52266
52266
|
promise: Promise<{
|
|
52267
52267
|
exact: number;
|
|
@@ -52273,7 +52273,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52273
52273
|
rounded: number | undefined;
|
|
52274
52274
|
sqrtPriceX96: bigint | undefined;
|
|
52275
52275
|
} | {
|
|
52276
|
-
error:
|
|
52276
|
+
error: viem530.ReadContractErrorType;
|
|
52277
52277
|
isError: true;
|
|
52278
52278
|
isPending: false;
|
|
52279
52279
|
isLoading: false;
|
|
@@ -52285,7 +52285,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52285
52285
|
dataUpdatedAt: number;
|
|
52286
52286
|
errorUpdatedAt: number;
|
|
52287
52287
|
failureCount: number;
|
|
52288
|
-
failureReason:
|
|
52288
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52289
52289
|
errorUpdateCount: number;
|
|
52290
52290
|
isFetched: boolean;
|
|
52291
52291
|
isFetchedAfterMount: boolean;
|
|
@@ -52299,7 +52299,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52299
52299
|
exact: number;
|
|
52300
52300
|
rounded: number | undefined;
|
|
52301
52301
|
sqrtPriceX96: bigint;
|
|
52302
|
-
},
|
|
52302
|
+
}, viem530.ReadContractErrorType>>;
|
|
52303
52303
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52304
52304
|
promise: Promise<{
|
|
52305
52305
|
exact: number;
|
|
@@ -52323,7 +52323,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52323
52323
|
dataUpdatedAt: number;
|
|
52324
52324
|
errorUpdatedAt: number;
|
|
52325
52325
|
failureCount: number;
|
|
52326
|
-
failureReason:
|
|
52326
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52327
52327
|
errorUpdateCount: number;
|
|
52328
52328
|
isFetched: boolean;
|
|
52329
52329
|
isFetchedAfterMount: boolean;
|
|
@@ -52337,7 +52337,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52337
52337
|
exact: number;
|
|
52338
52338
|
rounded: number | undefined;
|
|
52339
52339
|
sqrtPriceX96: bigint;
|
|
52340
|
-
},
|
|
52340
|
+
}, viem530.ReadContractErrorType>>;
|
|
52341
52341
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52342
52342
|
promise: Promise<{
|
|
52343
52343
|
exact: number;
|
|
@@ -52360,7 +52360,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52360
52360
|
dataUpdatedAt: number;
|
|
52361
52361
|
errorUpdatedAt: number;
|
|
52362
52362
|
failureCount: number;
|
|
52363
|
-
failureReason:
|
|
52363
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52364
52364
|
errorUpdateCount: number;
|
|
52365
52365
|
isFetched: boolean;
|
|
52366
52366
|
isFetchedAfterMount: boolean;
|
|
@@ -52375,7 +52375,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52375
52375
|
exact: number;
|
|
52376
52376
|
rounded: number | undefined;
|
|
52377
52377
|
sqrtPriceX96: bigint;
|
|
52378
|
-
},
|
|
52378
|
+
}, viem530.ReadContractErrorType>>;
|
|
52379
52379
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52380
52380
|
promise: Promise<{
|
|
52381
52381
|
exact: number;
|
|
@@ -52399,7 +52399,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52399
52399
|
dataUpdatedAt: number;
|
|
52400
52400
|
errorUpdatedAt: number;
|
|
52401
52401
|
failureCount: number;
|
|
52402
|
-
failureReason:
|
|
52402
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52403
52403
|
errorUpdateCount: number;
|
|
52404
52404
|
isFetched: boolean;
|
|
52405
52405
|
isFetchedAfterMount: boolean;
|
|
@@ -52413,7 +52413,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
52413
52413
|
exact: number;
|
|
52414
52414
|
rounded: number | undefined;
|
|
52415
52415
|
sqrtPriceX96: bigint;
|
|
52416
|
-
},
|
|
52416
|
+
}, viem530.ReadContractErrorType>>;
|
|
52417
52417
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52418
52418
|
promise: Promise<{
|
|
52419
52419
|
exact: number;
|
|
@@ -52431,8 +52431,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
52431
52431
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
52432
52432
|
//#endregion
|
|
52433
52433
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
52434
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
52435
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
52434
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
52435
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
52436
52436
|
//#endregion
|
|
52437
52437
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
52438
52438
|
interface BurnPosition {
|
|
@@ -52454,7 +52454,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
52454
52454
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
52455
52455
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
52456
52456
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
52457
|
-
error:
|
|
52457
|
+
error: viem530.ReadContractErrorType;
|
|
52458
52458
|
isError: true;
|
|
52459
52459
|
isPending: false;
|
|
52460
52460
|
isLoading: false;
|
|
@@ -52466,7 +52466,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52466
52466
|
dataUpdatedAt: number;
|
|
52467
52467
|
errorUpdatedAt: number;
|
|
52468
52468
|
failureCount: number;
|
|
52469
|
-
failureReason:
|
|
52469
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52470
52470
|
errorUpdateCount: number;
|
|
52471
52471
|
isFetched: boolean;
|
|
52472
52472
|
isFetchedAfterMount: boolean;
|
|
@@ -52488,7 +52488,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52488
52488
|
totalAmount1: bigint;
|
|
52489
52489
|
borrowedAmount0: bigint;
|
|
52490
52490
|
borrowedAmount1: bigint;
|
|
52491
|
-
}[],
|
|
52491
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52492
52492
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52493
52493
|
promise: Promise<readonly {
|
|
52494
52494
|
tickLower: number;
|
|
@@ -52530,7 +52530,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52530
52530
|
dataUpdatedAt: number;
|
|
52531
52531
|
errorUpdatedAt: number;
|
|
52532
52532
|
failureCount: number;
|
|
52533
|
-
failureReason:
|
|
52533
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52534
52534
|
errorUpdateCount: number;
|
|
52535
52535
|
isFetched: boolean;
|
|
52536
52536
|
isFetchedAfterMount: boolean;
|
|
@@ -52552,7 +52552,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52552
52552
|
totalAmount1: bigint;
|
|
52553
52553
|
borrowedAmount0: bigint;
|
|
52554
52554
|
borrowedAmount1: bigint;
|
|
52555
|
-
}[],
|
|
52555
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52556
52556
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52557
52557
|
promise: Promise<readonly {
|
|
52558
52558
|
tickLower: number;
|
|
@@ -52582,7 +52582,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52582
52582
|
borrowedAmount1: bigint;
|
|
52583
52583
|
}[];
|
|
52584
52584
|
} | {
|
|
52585
|
-
error:
|
|
52585
|
+
error: viem530.ReadContractErrorType;
|
|
52586
52586
|
isError: true;
|
|
52587
52587
|
isPending: false;
|
|
52588
52588
|
isLoading: false;
|
|
@@ -52594,7 +52594,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52594
52594
|
dataUpdatedAt: number;
|
|
52595
52595
|
errorUpdatedAt: number;
|
|
52596
52596
|
failureCount: number;
|
|
52597
|
-
failureReason:
|
|
52597
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52598
52598
|
errorUpdateCount: number;
|
|
52599
52599
|
isFetched: boolean;
|
|
52600
52600
|
isFetchedAfterMount: boolean;
|
|
@@ -52616,7 +52616,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52616
52616
|
totalAmount1: bigint;
|
|
52617
52617
|
borrowedAmount0: bigint;
|
|
52618
52618
|
borrowedAmount1: bigint;
|
|
52619
|
-
}[],
|
|
52619
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52620
52620
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52621
52621
|
promise: Promise<readonly {
|
|
52622
52622
|
tickLower: number;
|
|
@@ -52658,7 +52658,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52658
52658
|
dataUpdatedAt: number;
|
|
52659
52659
|
errorUpdatedAt: number;
|
|
52660
52660
|
failureCount: number;
|
|
52661
|
-
failureReason:
|
|
52661
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52662
52662
|
errorUpdateCount: number;
|
|
52663
52663
|
isFetched: boolean;
|
|
52664
52664
|
isFetchedAfterMount: boolean;
|
|
@@ -52680,7 +52680,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52680
52680
|
totalAmount1: bigint;
|
|
52681
52681
|
borrowedAmount0: bigint;
|
|
52682
52682
|
borrowedAmount1: bigint;
|
|
52683
|
-
}[],
|
|
52683
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52684
52684
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52685
52685
|
promise: Promise<readonly {
|
|
52686
52686
|
tickLower: number;
|
|
@@ -52721,7 +52721,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52721
52721
|
dataUpdatedAt: number;
|
|
52722
52722
|
errorUpdatedAt: number;
|
|
52723
52723
|
failureCount: number;
|
|
52724
|
-
failureReason:
|
|
52724
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52725
52725
|
errorUpdateCount: number;
|
|
52726
52726
|
isFetched: boolean;
|
|
52727
52727
|
isFetchedAfterMount: boolean;
|
|
@@ -52744,7 +52744,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52744
52744
|
totalAmount1: bigint;
|
|
52745
52745
|
borrowedAmount0: bigint;
|
|
52746
52746
|
borrowedAmount1: bigint;
|
|
52747
|
-
}[],
|
|
52747
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52748
52748
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52749
52749
|
promise: Promise<readonly {
|
|
52750
52750
|
tickLower: number;
|
|
@@ -52786,7 +52786,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52786
52786
|
dataUpdatedAt: number;
|
|
52787
52787
|
errorUpdatedAt: number;
|
|
52788
52788
|
failureCount: number;
|
|
52789
|
-
failureReason:
|
|
52789
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52790
52790
|
errorUpdateCount: number;
|
|
52791
52791
|
isFetched: boolean;
|
|
52792
52792
|
isFetchedAfterMount: boolean;
|
|
@@ -52808,7 +52808,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
52808
52808
|
totalAmount1: bigint;
|
|
52809
52809
|
borrowedAmount0: bigint;
|
|
52810
52810
|
borrowedAmount1: bigint;
|
|
52811
|
-
}[],
|
|
52811
|
+
}[], viem530.ReadContractErrorType>>;
|
|
52812
52812
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52813
52813
|
promise: Promise<readonly {
|
|
52814
52814
|
tickLower: number;
|
|
@@ -52851,7 +52851,7 @@ interface MintPositionParams {
|
|
|
52851
52851
|
tickUpper: number;
|
|
52852
52852
|
liquidity: bigint;
|
|
52853
52853
|
}
|
|
52854
|
-
declare const useMintLiquidity: (vaultAddr?: Address) =>
|
|
52854
|
+
declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
52855
52855
|
//#endregion
|
|
52856
52856
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
52857
52857
|
declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
@@ -52884,7 +52884,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
52884
52884
|
borrowed0: Amount;
|
|
52885
52885
|
borrowed1: Amount;
|
|
52886
52886
|
blocksCount: bigint;
|
|
52887
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
52887
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem530.ReadContractErrorType>>;
|
|
52888
52888
|
};
|
|
52889
52889
|
//#endregion
|
|
52890
52890
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -52897,7 +52897,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
52897
52897
|
//#endregion
|
|
52898
52898
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
52899
52899
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
52900
|
-
error:
|
|
52900
|
+
error: viem530.ReadContractErrorType;
|
|
52901
52901
|
isError: true;
|
|
52902
52902
|
isPending: false;
|
|
52903
52903
|
isLoading: false;
|
|
@@ -52909,7 +52909,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52909
52909
|
dataUpdatedAt: number;
|
|
52910
52910
|
errorUpdatedAt: number;
|
|
52911
52911
|
failureCount: number;
|
|
52912
|
-
failureReason:
|
|
52912
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52913
52913
|
errorUpdateCount: number;
|
|
52914
52914
|
isFetched: boolean;
|
|
52915
52915
|
isFetchedAfterMount: boolean;
|
|
@@ -52919,7 +52919,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52919
52919
|
isRefetching: boolean;
|
|
52920
52920
|
isStale: boolean;
|
|
52921
52921
|
isEnabled: boolean;
|
|
52922
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
52922
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
52923
52923
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52924
52924
|
promise: Promise<bigint>;
|
|
52925
52925
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52937,7 +52937,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52937
52937
|
dataUpdatedAt: number;
|
|
52938
52938
|
errorUpdatedAt: number;
|
|
52939
52939
|
failureCount: number;
|
|
52940
|
-
failureReason:
|
|
52940
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52941
52941
|
errorUpdateCount: number;
|
|
52942
52942
|
isFetched: boolean;
|
|
52943
52943
|
isFetchedAfterMount: boolean;
|
|
@@ -52947,13 +52947,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52947
52947
|
isRefetching: boolean;
|
|
52948
52948
|
isStale: boolean;
|
|
52949
52949
|
isEnabled: boolean;
|
|
52950
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
52950
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
52951
52951
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52952
52952
|
promise: Promise<bigint>;
|
|
52953
52953
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
52954
52954
|
data: Amount | undefined;
|
|
52955
52955
|
} | {
|
|
52956
|
-
error:
|
|
52956
|
+
error: viem530.ReadContractErrorType;
|
|
52957
52957
|
isError: true;
|
|
52958
52958
|
isPending: false;
|
|
52959
52959
|
isLoading: false;
|
|
@@ -52965,7 +52965,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52965
52965
|
dataUpdatedAt: number;
|
|
52966
52966
|
errorUpdatedAt: number;
|
|
52967
52967
|
failureCount: number;
|
|
52968
|
-
failureReason:
|
|
52968
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52969
52969
|
errorUpdateCount: number;
|
|
52970
52970
|
isFetched: boolean;
|
|
52971
52971
|
isFetchedAfterMount: boolean;
|
|
@@ -52975,7 +52975,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52975
52975
|
isRefetching: boolean;
|
|
52976
52976
|
isStale: boolean;
|
|
52977
52977
|
isEnabled: boolean;
|
|
52978
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
52978
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
52979
52979
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52980
52980
|
promise: Promise<bigint>;
|
|
52981
52981
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52993,7 +52993,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
52993
52993
|
dataUpdatedAt: number;
|
|
52994
52994
|
errorUpdatedAt: number;
|
|
52995
52995
|
failureCount: number;
|
|
52996
|
-
failureReason:
|
|
52996
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
52997
52997
|
errorUpdateCount: number;
|
|
52998
52998
|
isFetched: boolean;
|
|
52999
52999
|
isFetchedAfterMount: boolean;
|
|
@@ -53003,7 +53003,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
53003
53003
|
isRefetching: boolean;
|
|
53004
53004
|
isStale: boolean;
|
|
53005
53005
|
isEnabled: boolean;
|
|
53006
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
53006
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
53007
53007
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53008
53008
|
promise: Promise<bigint>;
|
|
53009
53009
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53020,7 +53020,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
53020
53020
|
dataUpdatedAt: number;
|
|
53021
53021
|
errorUpdatedAt: number;
|
|
53022
53022
|
failureCount: number;
|
|
53023
|
-
failureReason:
|
|
53023
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53024
53024
|
errorUpdateCount: number;
|
|
53025
53025
|
isFetched: boolean;
|
|
53026
53026
|
isFetchedAfterMount: boolean;
|
|
@@ -53031,7 +53031,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
53031
53031
|
isRefetching: boolean;
|
|
53032
53032
|
isStale: boolean;
|
|
53033
53033
|
isEnabled: boolean;
|
|
53034
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
53034
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
53035
53035
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53036
53036
|
promise: Promise<bigint>;
|
|
53037
53037
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53049,7 +53049,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
53049
53049
|
dataUpdatedAt: number;
|
|
53050
53050
|
errorUpdatedAt: number;
|
|
53051
53051
|
failureCount: number;
|
|
53052
|
-
failureReason:
|
|
53052
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53053
53053
|
errorUpdateCount: number;
|
|
53054
53054
|
isFetched: boolean;
|
|
53055
53055
|
isFetchedAfterMount: boolean;
|
|
@@ -53059,7 +53059,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
53059
53059
|
isRefetching: boolean;
|
|
53060
53060
|
isStale: boolean;
|
|
53061
53061
|
isEnabled: boolean;
|
|
53062
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
53062
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem530.ReadContractErrorType>>;
|
|
53063
53063
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53064
53064
|
promise: Promise<bigint>;
|
|
53065
53065
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53077,7 +53077,7 @@ declare const useApproval: () => {
|
|
|
53077
53077
|
//#endregion
|
|
53078
53078
|
//#region src/hooks/guardian/useGuardianGlobalState.d.ts
|
|
53079
53079
|
declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
53080
|
-
error:
|
|
53080
|
+
error: viem530.ReadContractErrorType;
|
|
53081
53081
|
isError: true;
|
|
53082
53082
|
isPending: false;
|
|
53083
53083
|
isLoading: false;
|
|
@@ -53089,7 +53089,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53089
53089
|
dataUpdatedAt: number;
|
|
53090
53090
|
errorUpdatedAt: number;
|
|
53091
53091
|
failureCount: number;
|
|
53092
|
-
failureReason:
|
|
53092
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53093
53093
|
errorUpdateCount: number;
|
|
53094
53094
|
isFetched: boolean;
|
|
53095
53095
|
isFetchedAfterMount: boolean;
|
|
@@ -53115,7 +53115,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53115
53115
|
minWithdrawalInterval: bigint;
|
|
53116
53116
|
senderIsAdmin: boolean;
|
|
53117
53117
|
senderIsPauser: boolean;
|
|
53118
|
-
},
|
|
53118
|
+
}, viem530.ReadContractErrorType>>;
|
|
53119
53119
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53120
53120
|
promise: Promise<{
|
|
53121
53121
|
globalMintPaused: {
|
|
@@ -53165,7 +53165,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53165
53165
|
dataUpdatedAt: number;
|
|
53166
53166
|
errorUpdatedAt: number;
|
|
53167
53167
|
failureCount: number;
|
|
53168
|
-
failureReason:
|
|
53168
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53169
53169
|
errorUpdateCount: number;
|
|
53170
53170
|
isFetched: boolean;
|
|
53171
53171
|
isFetchedAfterMount: boolean;
|
|
@@ -53191,7 +53191,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53191
53191
|
minWithdrawalInterval: bigint;
|
|
53192
53192
|
senderIsAdmin: boolean;
|
|
53193
53193
|
senderIsPauser: boolean;
|
|
53194
|
-
},
|
|
53194
|
+
}, viem530.ReadContractErrorType>>;
|
|
53195
53195
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53196
53196
|
promise: Promise<{
|
|
53197
53197
|
globalMintPaused: {
|
|
@@ -53229,7 +53229,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53229
53229
|
senderIsPauser: boolean;
|
|
53230
53230
|
} | undefined>>;
|
|
53231
53231
|
} | {
|
|
53232
|
-
error:
|
|
53232
|
+
error: viem530.ReadContractErrorType;
|
|
53233
53233
|
isError: true;
|
|
53234
53234
|
isPending: false;
|
|
53235
53235
|
isLoading: false;
|
|
@@ -53241,7 +53241,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53241
53241
|
dataUpdatedAt: number;
|
|
53242
53242
|
errorUpdatedAt: number;
|
|
53243
53243
|
failureCount: number;
|
|
53244
|
-
failureReason:
|
|
53244
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53245
53245
|
errorUpdateCount: number;
|
|
53246
53246
|
isFetched: boolean;
|
|
53247
53247
|
isFetchedAfterMount: boolean;
|
|
@@ -53267,7 +53267,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53267
53267
|
minWithdrawalInterval: bigint;
|
|
53268
53268
|
senderIsAdmin: boolean;
|
|
53269
53269
|
senderIsPauser: boolean;
|
|
53270
|
-
},
|
|
53270
|
+
}, viem530.ReadContractErrorType>>;
|
|
53271
53271
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53272
53272
|
promise: Promise<{
|
|
53273
53273
|
globalMintPaused: {
|
|
@@ -53317,7 +53317,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53317
53317
|
dataUpdatedAt: number;
|
|
53318
53318
|
errorUpdatedAt: number;
|
|
53319
53319
|
failureCount: number;
|
|
53320
|
-
failureReason:
|
|
53320
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53321
53321
|
errorUpdateCount: number;
|
|
53322
53322
|
isFetched: boolean;
|
|
53323
53323
|
isFetchedAfterMount: boolean;
|
|
@@ -53343,7 +53343,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53343
53343
|
minWithdrawalInterval: bigint;
|
|
53344
53344
|
senderIsAdmin: boolean;
|
|
53345
53345
|
senderIsPauser: boolean;
|
|
53346
|
-
},
|
|
53346
|
+
}, viem530.ReadContractErrorType>>;
|
|
53347
53347
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53348
53348
|
promise: Promise<{
|
|
53349
53349
|
globalMintPaused: {
|
|
@@ -53392,7 +53392,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53392
53392
|
dataUpdatedAt: number;
|
|
53393
53393
|
errorUpdatedAt: number;
|
|
53394
53394
|
failureCount: number;
|
|
53395
|
-
failureReason:
|
|
53395
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53396
53396
|
errorUpdateCount: number;
|
|
53397
53397
|
isFetched: boolean;
|
|
53398
53398
|
isFetchedAfterMount: boolean;
|
|
@@ -53419,7 +53419,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53419
53419
|
minWithdrawalInterval: bigint;
|
|
53420
53420
|
senderIsAdmin: boolean;
|
|
53421
53421
|
senderIsPauser: boolean;
|
|
53422
|
-
},
|
|
53422
|
+
}, viem530.ReadContractErrorType>>;
|
|
53423
53423
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53424
53424
|
promise: Promise<{
|
|
53425
53425
|
globalMintPaused: {
|
|
@@ -53469,7 +53469,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53469
53469
|
dataUpdatedAt: number;
|
|
53470
53470
|
errorUpdatedAt: number;
|
|
53471
53471
|
failureCount: number;
|
|
53472
|
-
failureReason:
|
|
53472
|
+
failureReason: viem530.ReadContractErrorType | null;
|
|
53473
53473
|
errorUpdateCount: number;
|
|
53474
53474
|
isFetched: boolean;
|
|
53475
53475
|
isFetchedAfterMount: boolean;
|
|
@@ -53495,7 +53495,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
53495
53495
|
minWithdrawalInterval: bigint;
|
|
53496
53496
|
senderIsAdmin: boolean;
|
|
53497
53497
|
senderIsPauser: boolean;
|
|
53498
|
-
},
|
|
53498
|
+
}, viem530.ReadContractErrorType>>;
|
|
53499
53499
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53500
53500
|
promise: Promise<{
|
|
53501
53501
|
globalMintPaused: {
|
|
@@ -53571,13 +53571,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53571
53571
|
functionName: string;
|
|
53572
53572
|
args?: readonly unknown[] | undefined;
|
|
53573
53573
|
address: Address;
|
|
53574
|
-
chain?:
|
|
53575
|
-
account?: `0x${string}` |
|
|
53574
|
+
chain?: viem530.Chain | null | undefined;
|
|
53575
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53576
53576
|
value?: bigint | undefined;
|
|
53577
53577
|
dataSuffix?: `0x${string}` | undefined;
|
|
53578
|
-
type?: "legacy" | undefined;
|
|
53579
53578
|
gas?: bigint | undefined;
|
|
53580
53579
|
nonce?: number | undefined;
|
|
53580
|
+
type?: "legacy" | undefined;
|
|
53581
53581
|
blobs?: undefined;
|
|
53582
53582
|
blobVersionedHashes?: undefined;
|
|
53583
53583
|
kzg?: undefined;
|
|
@@ -53595,13 +53595,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53595
53595
|
functionName: string;
|
|
53596
53596
|
args?: readonly unknown[] | undefined;
|
|
53597
53597
|
address: Address;
|
|
53598
|
-
chain?:
|
|
53599
|
-
account?: `0x${string}` |
|
|
53598
|
+
chain?: viem530.Chain | null | undefined;
|
|
53599
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53600
53600
|
value?: bigint | undefined;
|
|
53601
53601
|
dataSuffix?: `0x${string}` | undefined;
|
|
53602
|
-
type?: "eip2930" | undefined;
|
|
53603
53602
|
gas?: bigint | undefined;
|
|
53604
53603
|
nonce?: number | undefined;
|
|
53604
|
+
type?: "eip2930" | undefined;
|
|
53605
53605
|
blobs?: undefined;
|
|
53606
53606
|
blobVersionedHashes?: undefined;
|
|
53607
53607
|
kzg?: undefined;
|
|
@@ -53609,7 +53609,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53609
53609
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53610
53610
|
maxFeePerGas?: undefined | undefined;
|
|
53611
53611
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
53612
|
-
accessList?:
|
|
53612
|
+
accessList?: viem530.AccessList | undefined;
|
|
53613
53613
|
sidecars?: undefined;
|
|
53614
53614
|
authorizationList?: undefined;
|
|
53615
53615
|
chainId?: number | undefined;
|
|
@@ -53619,13 +53619,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53619
53619
|
functionName: string;
|
|
53620
53620
|
args?: readonly unknown[] | undefined;
|
|
53621
53621
|
address: Address;
|
|
53622
|
-
chain?:
|
|
53623
|
-
account?: `0x${string}` |
|
|
53622
|
+
chain?: viem530.Chain | null | undefined;
|
|
53623
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53624
53624
|
value?: bigint | undefined;
|
|
53625
53625
|
dataSuffix?: `0x${string}` | undefined;
|
|
53626
|
-
type?: "eip1559" | undefined;
|
|
53627
53626
|
gas?: bigint | undefined;
|
|
53628
53627
|
nonce?: number | undefined;
|
|
53628
|
+
type?: "eip1559" | undefined;
|
|
53629
53629
|
blobs?: undefined;
|
|
53630
53630
|
blobVersionedHashes?: undefined;
|
|
53631
53631
|
kzg?: undefined;
|
|
@@ -53633,7 +53633,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53633
53633
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53634
53634
|
maxFeePerGas?: bigint | undefined;
|
|
53635
53635
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53636
|
-
accessList?:
|
|
53636
|
+
accessList?: viem530.AccessList | undefined;
|
|
53637
53637
|
sidecars?: undefined;
|
|
53638
53638
|
authorizationList?: undefined;
|
|
53639
53639
|
chainId?: number | undefined;
|
|
@@ -53643,22 +53643,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53643
53643
|
functionName: string;
|
|
53644
53644
|
args?: readonly unknown[] | undefined;
|
|
53645
53645
|
address: Address;
|
|
53646
|
-
chain?:
|
|
53647
|
-
account?: `0x${string}` |
|
|
53646
|
+
chain?: viem530.Chain | null | undefined;
|
|
53647
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53648
53648
|
value?: bigint | undefined;
|
|
53649
53649
|
dataSuffix?: `0x${string}` | undefined;
|
|
53650
|
-
type?: "eip4844" | undefined;
|
|
53651
53650
|
gas?: bigint | undefined;
|
|
53652
53651
|
nonce?: number | undefined;
|
|
53653
|
-
|
|
53654
|
-
|
|
53652
|
+
type?: "eip4844" | undefined;
|
|
53653
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
53654
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
53655
53655
|
kzg?: undefined;
|
|
53656
53656
|
gasPrice?: undefined | undefined;
|
|
53657
53657
|
maxFeePerBlobGas?: bigint | undefined;
|
|
53658
53658
|
maxFeePerGas?: bigint | undefined;
|
|
53659
53659
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53660
|
-
accessList?:
|
|
53661
|
-
sidecars?: readonly
|
|
53660
|
+
accessList?: viem530.AccessList | undefined;
|
|
53661
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
53662
53662
|
authorizationList?: undefined;
|
|
53663
53663
|
chainId?: number | undefined;
|
|
53664
53664
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -53667,22 +53667,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53667
53667
|
functionName: string;
|
|
53668
53668
|
args?: readonly unknown[] | undefined;
|
|
53669
53669
|
address: Address;
|
|
53670
|
-
chain?:
|
|
53671
|
-
account?: `0x${string}` |
|
|
53670
|
+
chain?: viem530.Chain | null | undefined;
|
|
53671
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53672
53672
|
value?: bigint | undefined;
|
|
53673
53673
|
dataSuffix?: `0x${string}` | undefined;
|
|
53674
|
-
type?: "eip4844" | undefined;
|
|
53675
53674
|
gas?: bigint | undefined;
|
|
53676
53675
|
nonce?: number | undefined;
|
|
53677
|
-
|
|
53676
|
+
type?: "eip4844" | undefined;
|
|
53677
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
53678
53678
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53679
|
-
kzg?:
|
|
53679
|
+
kzg?: viem530.Kzg | undefined;
|
|
53680
53680
|
gasPrice?: undefined | undefined;
|
|
53681
53681
|
maxFeePerBlobGas?: bigint | undefined;
|
|
53682
53682
|
maxFeePerGas?: bigint | undefined;
|
|
53683
53683
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53684
|
-
accessList?:
|
|
53685
|
-
sidecars?: readonly
|
|
53684
|
+
accessList?: viem530.AccessList | undefined;
|
|
53685
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
53686
53686
|
authorizationList?: undefined;
|
|
53687
53687
|
chainId?: number | undefined;
|
|
53688
53688
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -53691,13 +53691,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53691
53691
|
functionName: string;
|
|
53692
53692
|
args?: readonly unknown[] | undefined;
|
|
53693
53693
|
address: Address;
|
|
53694
|
-
chain?:
|
|
53695
|
-
account?: `0x${string}` |
|
|
53694
|
+
chain?: viem530.Chain | null | undefined;
|
|
53695
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53696
53696
|
value?: bigint | undefined;
|
|
53697
53697
|
dataSuffix?: `0x${string}` | undefined;
|
|
53698
|
-
type?: "eip7702" | undefined;
|
|
53699
53698
|
gas?: bigint | undefined;
|
|
53700
53699
|
nonce?: number | undefined;
|
|
53700
|
+
type?: "eip7702" | undefined;
|
|
53701
53701
|
blobs?: undefined;
|
|
53702
53702
|
blobVersionedHashes?: undefined;
|
|
53703
53703
|
kzg?: undefined;
|
|
@@ -53705,9 +53705,9 @@ declare const usePauseGlobalTrading: ({
|
|
|
53705
53705
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53706
53706
|
maxFeePerGas?: bigint | undefined;
|
|
53707
53707
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53708
|
-
accessList?:
|
|
53708
|
+
accessList?: viem530.AccessList | undefined;
|
|
53709
53709
|
sidecars?: undefined;
|
|
53710
|
-
authorizationList?:
|
|
53710
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
53711
53711
|
chainId?: number | undefined;
|
|
53712
53712
|
connector?: wagmi0.Connector | undefined;
|
|
53713
53713
|
};
|
|
@@ -53732,13 +53732,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53732
53732
|
functionName: string;
|
|
53733
53733
|
args?: readonly unknown[] | undefined;
|
|
53734
53734
|
address: Address;
|
|
53735
|
-
chain?:
|
|
53736
|
-
account?: `0x${string}` |
|
|
53735
|
+
chain?: viem530.Chain | null | undefined;
|
|
53736
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53737
53737
|
value?: bigint | undefined;
|
|
53738
53738
|
dataSuffix?: `0x${string}` | undefined;
|
|
53739
|
-
type?: "legacy" | undefined;
|
|
53740
53739
|
gas?: bigint | undefined;
|
|
53741
53740
|
nonce?: number | undefined;
|
|
53741
|
+
type?: "legacy" | undefined;
|
|
53742
53742
|
blobs?: undefined;
|
|
53743
53743
|
blobVersionedHashes?: undefined;
|
|
53744
53744
|
kzg?: undefined;
|
|
@@ -53756,13 +53756,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53756
53756
|
functionName: string;
|
|
53757
53757
|
args?: readonly unknown[] | undefined;
|
|
53758
53758
|
address: Address;
|
|
53759
|
-
chain?:
|
|
53760
|
-
account?: `0x${string}` |
|
|
53759
|
+
chain?: viem530.Chain | null | undefined;
|
|
53760
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53761
53761
|
value?: bigint | undefined;
|
|
53762
53762
|
dataSuffix?: `0x${string}` | undefined;
|
|
53763
|
-
type?: "eip2930" | undefined;
|
|
53764
53763
|
gas?: bigint | undefined;
|
|
53765
53764
|
nonce?: number | undefined;
|
|
53765
|
+
type?: "eip2930" | undefined;
|
|
53766
53766
|
blobs?: undefined;
|
|
53767
53767
|
blobVersionedHashes?: undefined;
|
|
53768
53768
|
kzg?: undefined;
|
|
@@ -53770,7 +53770,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53770
53770
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53771
53771
|
maxFeePerGas?: undefined | undefined;
|
|
53772
53772
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
53773
|
-
accessList?:
|
|
53773
|
+
accessList?: viem530.AccessList | undefined;
|
|
53774
53774
|
sidecars?: undefined;
|
|
53775
53775
|
authorizationList?: undefined;
|
|
53776
53776
|
chainId?: number | undefined;
|
|
@@ -53780,13 +53780,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53780
53780
|
functionName: string;
|
|
53781
53781
|
args?: readonly unknown[] | undefined;
|
|
53782
53782
|
address: Address;
|
|
53783
|
-
chain?:
|
|
53784
|
-
account?: `0x${string}` |
|
|
53783
|
+
chain?: viem530.Chain | null | undefined;
|
|
53784
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53785
53785
|
value?: bigint | undefined;
|
|
53786
53786
|
dataSuffix?: `0x${string}` | undefined;
|
|
53787
|
-
type?: "eip1559" | undefined;
|
|
53788
53787
|
gas?: bigint | undefined;
|
|
53789
53788
|
nonce?: number | undefined;
|
|
53789
|
+
type?: "eip1559" | undefined;
|
|
53790
53790
|
blobs?: undefined;
|
|
53791
53791
|
blobVersionedHashes?: undefined;
|
|
53792
53792
|
kzg?: undefined;
|
|
@@ -53794,7 +53794,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53794
53794
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53795
53795
|
maxFeePerGas?: bigint | undefined;
|
|
53796
53796
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53797
|
-
accessList?:
|
|
53797
|
+
accessList?: viem530.AccessList | undefined;
|
|
53798
53798
|
sidecars?: undefined;
|
|
53799
53799
|
authorizationList?: undefined;
|
|
53800
53800
|
chainId?: number | undefined;
|
|
@@ -53804,22 +53804,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53804
53804
|
functionName: string;
|
|
53805
53805
|
args?: readonly unknown[] | undefined;
|
|
53806
53806
|
address: Address;
|
|
53807
|
-
chain?:
|
|
53808
|
-
account?: `0x${string}` |
|
|
53807
|
+
chain?: viem530.Chain | null | undefined;
|
|
53808
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53809
53809
|
value?: bigint | undefined;
|
|
53810
53810
|
dataSuffix?: `0x${string}` | undefined;
|
|
53811
|
-
type?: "eip4844" | undefined;
|
|
53812
53811
|
gas?: bigint | undefined;
|
|
53813
53812
|
nonce?: number | undefined;
|
|
53814
|
-
|
|
53815
|
-
|
|
53813
|
+
type?: "eip4844" | undefined;
|
|
53814
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
53815
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
53816
53816
|
kzg?: undefined;
|
|
53817
53817
|
gasPrice?: undefined | undefined;
|
|
53818
53818
|
maxFeePerBlobGas?: bigint | undefined;
|
|
53819
53819
|
maxFeePerGas?: bigint | undefined;
|
|
53820
53820
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53821
|
-
accessList?:
|
|
53822
|
-
sidecars?: readonly
|
|
53821
|
+
accessList?: viem530.AccessList | undefined;
|
|
53822
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
53823
53823
|
authorizationList?: undefined;
|
|
53824
53824
|
chainId?: number | undefined;
|
|
53825
53825
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -53828,22 +53828,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53828
53828
|
functionName: string;
|
|
53829
53829
|
args?: readonly unknown[] | undefined;
|
|
53830
53830
|
address: Address;
|
|
53831
|
-
chain?:
|
|
53832
|
-
account?: `0x${string}` |
|
|
53831
|
+
chain?: viem530.Chain | null | undefined;
|
|
53832
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53833
53833
|
value?: bigint | undefined;
|
|
53834
53834
|
dataSuffix?: `0x${string}` | undefined;
|
|
53835
|
-
type?: "eip4844" | undefined;
|
|
53836
53835
|
gas?: bigint | undefined;
|
|
53837
53836
|
nonce?: number | undefined;
|
|
53838
|
-
|
|
53837
|
+
type?: "eip4844" | undefined;
|
|
53838
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
53839
53839
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53840
|
-
kzg?:
|
|
53840
|
+
kzg?: viem530.Kzg | undefined;
|
|
53841
53841
|
gasPrice?: undefined | undefined;
|
|
53842
53842
|
maxFeePerBlobGas?: bigint | undefined;
|
|
53843
53843
|
maxFeePerGas?: bigint | undefined;
|
|
53844
53844
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53845
|
-
accessList?:
|
|
53846
|
-
sidecars?: readonly
|
|
53845
|
+
accessList?: viem530.AccessList | undefined;
|
|
53846
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
53847
53847
|
authorizationList?: undefined;
|
|
53848
53848
|
chainId?: number | undefined;
|
|
53849
53849
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -53852,13 +53852,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53852
53852
|
functionName: string;
|
|
53853
53853
|
args?: readonly unknown[] | undefined;
|
|
53854
53854
|
address: Address;
|
|
53855
|
-
chain?:
|
|
53856
|
-
account?: `0x${string}` |
|
|
53855
|
+
chain?: viem530.Chain | null | undefined;
|
|
53856
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53857
53857
|
value?: bigint | undefined;
|
|
53858
53858
|
dataSuffix?: `0x${string}` | undefined;
|
|
53859
|
-
type?: "eip7702" | undefined;
|
|
53860
53859
|
gas?: bigint | undefined;
|
|
53861
53860
|
nonce?: number | undefined;
|
|
53861
|
+
type?: "eip7702" | undefined;
|
|
53862
53862
|
blobs?: undefined;
|
|
53863
53863
|
blobVersionedHashes?: undefined;
|
|
53864
53864
|
kzg?: undefined;
|
|
@@ -53866,9 +53866,9 @@ declare const usePauseGlobalTrading: ({
|
|
|
53866
53866
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53867
53867
|
maxFeePerGas?: bigint | undefined;
|
|
53868
53868
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53869
|
-
accessList?:
|
|
53869
|
+
accessList?: viem530.AccessList | undefined;
|
|
53870
53870
|
sidecars?: undefined;
|
|
53871
|
-
authorizationList?:
|
|
53871
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
53872
53872
|
chainId?: number | undefined;
|
|
53873
53873
|
connector?: wagmi0.Connector | undefined;
|
|
53874
53874
|
};
|
|
@@ -53893,13 +53893,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53893
53893
|
functionName: string;
|
|
53894
53894
|
args?: readonly unknown[] | undefined;
|
|
53895
53895
|
address: Address;
|
|
53896
|
-
chain?:
|
|
53897
|
-
account?: `0x${string}` |
|
|
53896
|
+
chain?: viem530.Chain | null | undefined;
|
|
53897
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53898
53898
|
value?: bigint | undefined;
|
|
53899
53899
|
dataSuffix?: `0x${string}` | undefined;
|
|
53900
|
-
type?: "legacy" | undefined;
|
|
53901
53900
|
gas?: bigint | undefined;
|
|
53902
53901
|
nonce?: number | undefined;
|
|
53902
|
+
type?: "legacy" | undefined;
|
|
53903
53903
|
blobs?: undefined;
|
|
53904
53904
|
blobVersionedHashes?: undefined;
|
|
53905
53905
|
kzg?: undefined;
|
|
@@ -53917,13 +53917,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53917
53917
|
functionName: string;
|
|
53918
53918
|
args?: readonly unknown[] | undefined;
|
|
53919
53919
|
address: Address;
|
|
53920
|
-
chain?:
|
|
53921
|
-
account?: `0x${string}` |
|
|
53920
|
+
chain?: viem530.Chain | null | undefined;
|
|
53921
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53922
53922
|
value?: bigint | undefined;
|
|
53923
53923
|
dataSuffix?: `0x${string}` | undefined;
|
|
53924
|
-
type?: "eip2930" | undefined;
|
|
53925
53924
|
gas?: bigint | undefined;
|
|
53926
53925
|
nonce?: number | undefined;
|
|
53926
|
+
type?: "eip2930" | undefined;
|
|
53927
53927
|
blobs?: undefined;
|
|
53928
53928
|
blobVersionedHashes?: undefined;
|
|
53929
53929
|
kzg?: undefined;
|
|
@@ -53931,7 +53931,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53931
53931
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53932
53932
|
maxFeePerGas?: undefined | undefined;
|
|
53933
53933
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
53934
|
-
accessList?:
|
|
53934
|
+
accessList?: viem530.AccessList | undefined;
|
|
53935
53935
|
sidecars?: undefined;
|
|
53936
53936
|
authorizationList?: undefined;
|
|
53937
53937
|
chainId?: number | undefined;
|
|
@@ -53941,13 +53941,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
53941
53941
|
functionName: string;
|
|
53942
53942
|
args?: readonly unknown[] | undefined;
|
|
53943
53943
|
address: Address;
|
|
53944
|
-
chain?:
|
|
53945
|
-
account?: `0x${string}` |
|
|
53944
|
+
chain?: viem530.Chain | null | undefined;
|
|
53945
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53946
53946
|
value?: bigint | undefined;
|
|
53947
53947
|
dataSuffix?: `0x${string}` | undefined;
|
|
53948
|
-
type?: "eip1559" | undefined;
|
|
53949
53948
|
gas?: bigint | undefined;
|
|
53950
53949
|
nonce?: number | undefined;
|
|
53950
|
+
type?: "eip1559" | undefined;
|
|
53951
53951
|
blobs?: undefined;
|
|
53952
53952
|
blobVersionedHashes?: undefined;
|
|
53953
53953
|
kzg?: undefined;
|
|
@@ -53955,7 +53955,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
53955
53955
|
maxFeePerBlobGas?: undefined | undefined;
|
|
53956
53956
|
maxFeePerGas?: bigint | undefined;
|
|
53957
53957
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53958
|
-
accessList?:
|
|
53958
|
+
accessList?: viem530.AccessList | undefined;
|
|
53959
53959
|
sidecars?: undefined;
|
|
53960
53960
|
authorizationList?: undefined;
|
|
53961
53961
|
chainId?: number | undefined;
|
|
@@ -53965,22 +53965,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53965
53965
|
functionName: string;
|
|
53966
53966
|
args?: readonly unknown[] | undefined;
|
|
53967
53967
|
address: Address;
|
|
53968
|
-
chain?:
|
|
53969
|
-
account?: `0x${string}` |
|
|
53968
|
+
chain?: viem530.Chain | null | undefined;
|
|
53969
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53970
53970
|
value?: bigint | undefined;
|
|
53971
53971
|
dataSuffix?: `0x${string}` | undefined;
|
|
53972
|
-
type?: "eip4844" | undefined;
|
|
53973
53972
|
gas?: bigint | undefined;
|
|
53974
53973
|
nonce?: number | undefined;
|
|
53975
|
-
|
|
53976
|
-
|
|
53974
|
+
type?: "eip4844" | undefined;
|
|
53975
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
53976
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
53977
53977
|
kzg?: undefined;
|
|
53978
53978
|
gasPrice?: undefined | undefined;
|
|
53979
53979
|
maxFeePerBlobGas?: bigint | undefined;
|
|
53980
53980
|
maxFeePerGas?: bigint | undefined;
|
|
53981
53981
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
53982
|
-
accessList?:
|
|
53983
|
-
sidecars?: readonly
|
|
53982
|
+
accessList?: viem530.AccessList | undefined;
|
|
53983
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
53984
53984
|
authorizationList?: undefined;
|
|
53985
53985
|
chainId?: number | undefined;
|
|
53986
53986
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -53989,22 +53989,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
53989
53989
|
functionName: string;
|
|
53990
53990
|
args?: readonly unknown[] | undefined;
|
|
53991
53991
|
address: Address;
|
|
53992
|
-
chain?:
|
|
53993
|
-
account?: `0x${string}` |
|
|
53992
|
+
chain?: viem530.Chain | null | undefined;
|
|
53993
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
53994
53994
|
value?: bigint | undefined;
|
|
53995
53995
|
dataSuffix?: `0x${string}` | undefined;
|
|
53996
|
-
type?: "eip4844" | undefined;
|
|
53997
53996
|
gas?: bigint | undefined;
|
|
53998
53997
|
nonce?: number | undefined;
|
|
53999
|
-
|
|
53998
|
+
type?: "eip4844" | undefined;
|
|
53999
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54000
54000
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54001
|
-
kzg?:
|
|
54001
|
+
kzg?: viem530.Kzg | undefined;
|
|
54002
54002
|
gasPrice?: undefined | undefined;
|
|
54003
54003
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54004
54004
|
maxFeePerGas?: bigint | undefined;
|
|
54005
54005
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54006
|
-
accessList?:
|
|
54007
|
-
sidecars?: readonly
|
|
54006
|
+
accessList?: viem530.AccessList | undefined;
|
|
54007
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54008
54008
|
authorizationList?: undefined;
|
|
54009
54009
|
chainId?: number | undefined;
|
|
54010
54010
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54013,13 +54013,13 @@ declare const usePauseGlobalTrading: ({
|
|
|
54013
54013
|
functionName: string;
|
|
54014
54014
|
args?: readonly unknown[] | undefined;
|
|
54015
54015
|
address: Address;
|
|
54016
|
-
chain?:
|
|
54017
|
-
account?: `0x${string}` |
|
|
54016
|
+
chain?: viem530.Chain | null | undefined;
|
|
54017
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54018
54018
|
value?: bigint | undefined;
|
|
54019
54019
|
dataSuffix?: `0x${string}` | undefined;
|
|
54020
|
-
type?: "eip7702" | undefined;
|
|
54021
54020
|
gas?: bigint | undefined;
|
|
54022
54021
|
nonce?: number | undefined;
|
|
54022
|
+
type?: "eip7702" | undefined;
|
|
54023
54023
|
blobs?: undefined;
|
|
54024
54024
|
blobVersionedHashes?: undefined;
|
|
54025
54025
|
kzg?: undefined;
|
|
@@ -54027,9 +54027,9 @@ declare const usePauseGlobalTrading: ({
|
|
|
54027
54027
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54028
54028
|
maxFeePerGas?: bigint | undefined;
|
|
54029
54029
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54030
|
-
accessList?:
|
|
54030
|
+
accessList?: viem530.AccessList | undefined;
|
|
54031
54031
|
sidecars?: undefined;
|
|
54032
|
-
authorizationList?:
|
|
54032
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54033
54033
|
chainId?: number | undefined;
|
|
54034
54034
|
connector?: wagmi0.Connector | undefined;
|
|
54035
54035
|
};
|
|
@@ -54078,13 +54078,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54078
54078
|
functionName: string;
|
|
54079
54079
|
args?: readonly unknown[] | undefined;
|
|
54080
54080
|
address: Address;
|
|
54081
|
-
chain?:
|
|
54082
|
-
account?: `0x${string}` |
|
|
54081
|
+
chain?: viem530.Chain | null | undefined;
|
|
54082
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54083
54083
|
value?: bigint | undefined;
|
|
54084
54084
|
dataSuffix?: `0x${string}` | undefined;
|
|
54085
|
-
type?: "legacy" | undefined;
|
|
54086
54085
|
gas?: bigint | undefined;
|
|
54087
54086
|
nonce?: number | undefined;
|
|
54087
|
+
type?: "legacy" | undefined;
|
|
54088
54088
|
blobs?: undefined;
|
|
54089
54089
|
blobVersionedHashes?: undefined;
|
|
54090
54090
|
kzg?: undefined;
|
|
@@ -54102,13 +54102,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54102
54102
|
functionName: string;
|
|
54103
54103
|
args?: readonly unknown[] | undefined;
|
|
54104
54104
|
address: Address;
|
|
54105
|
-
chain?:
|
|
54106
|
-
account?: `0x${string}` |
|
|
54105
|
+
chain?: viem530.Chain | null | undefined;
|
|
54106
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54107
54107
|
value?: bigint | undefined;
|
|
54108
54108
|
dataSuffix?: `0x${string}` | undefined;
|
|
54109
|
-
type?: "eip2930" | undefined;
|
|
54110
54109
|
gas?: bigint | undefined;
|
|
54111
54110
|
nonce?: number | undefined;
|
|
54111
|
+
type?: "eip2930" | undefined;
|
|
54112
54112
|
blobs?: undefined;
|
|
54113
54113
|
blobVersionedHashes?: undefined;
|
|
54114
54114
|
kzg?: undefined;
|
|
@@ -54116,7 +54116,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54116
54116
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54117
54117
|
maxFeePerGas?: undefined | undefined;
|
|
54118
54118
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54119
|
-
accessList?:
|
|
54119
|
+
accessList?: viem530.AccessList | undefined;
|
|
54120
54120
|
sidecars?: undefined;
|
|
54121
54121
|
authorizationList?: undefined;
|
|
54122
54122
|
chainId?: number | undefined;
|
|
@@ -54126,13 +54126,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54126
54126
|
functionName: string;
|
|
54127
54127
|
args?: readonly unknown[] | undefined;
|
|
54128
54128
|
address: Address;
|
|
54129
|
-
chain?:
|
|
54130
|
-
account?: `0x${string}` |
|
|
54129
|
+
chain?: viem530.Chain | null | undefined;
|
|
54130
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54131
54131
|
value?: bigint | undefined;
|
|
54132
54132
|
dataSuffix?: `0x${string}` | undefined;
|
|
54133
|
-
type?: "eip1559" | undefined;
|
|
54134
54133
|
gas?: bigint | undefined;
|
|
54135
54134
|
nonce?: number | undefined;
|
|
54135
|
+
type?: "eip1559" | undefined;
|
|
54136
54136
|
blobs?: undefined;
|
|
54137
54137
|
blobVersionedHashes?: undefined;
|
|
54138
54138
|
kzg?: undefined;
|
|
@@ -54140,7 +54140,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54140
54140
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54141
54141
|
maxFeePerGas?: bigint | undefined;
|
|
54142
54142
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54143
|
-
accessList?:
|
|
54143
|
+
accessList?: viem530.AccessList | undefined;
|
|
54144
54144
|
sidecars?: undefined;
|
|
54145
54145
|
authorizationList?: undefined;
|
|
54146
54146
|
chainId?: number | undefined;
|
|
@@ -54150,22 +54150,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54150
54150
|
functionName: string;
|
|
54151
54151
|
args?: readonly unknown[] | undefined;
|
|
54152
54152
|
address: Address;
|
|
54153
|
-
chain?:
|
|
54154
|
-
account?: `0x${string}` |
|
|
54153
|
+
chain?: viem530.Chain | null | undefined;
|
|
54154
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54155
54155
|
value?: bigint | undefined;
|
|
54156
54156
|
dataSuffix?: `0x${string}` | undefined;
|
|
54157
|
-
type?: "eip4844" | undefined;
|
|
54158
54157
|
gas?: bigint | undefined;
|
|
54159
54158
|
nonce?: number | undefined;
|
|
54160
|
-
|
|
54161
|
-
|
|
54159
|
+
type?: "eip4844" | undefined;
|
|
54160
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
54161
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
54162
54162
|
kzg?: undefined;
|
|
54163
54163
|
gasPrice?: undefined | undefined;
|
|
54164
54164
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54165
54165
|
maxFeePerGas?: bigint | undefined;
|
|
54166
54166
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54167
|
-
accessList?:
|
|
54168
|
-
sidecars?: readonly
|
|
54167
|
+
accessList?: viem530.AccessList | undefined;
|
|
54168
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54169
54169
|
authorizationList?: undefined;
|
|
54170
54170
|
chainId?: number | undefined;
|
|
54171
54171
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54174,22 +54174,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54174
54174
|
functionName: string;
|
|
54175
54175
|
args?: readonly unknown[] | undefined;
|
|
54176
54176
|
address: Address;
|
|
54177
|
-
chain?:
|
|
54178
|
-
account?: `0x${string}` |
|
|
54177
|
+
chain?: viem530.Chain | null | undefined;
|
|
54178
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54179
54179
|
value?: bigint | undefined;
|
|
54180
54180
|
dataSuffix?: `0x${string}` | undefined;
|
|
54181
|
-
type?: "eip4844" | undefined;
|
|
54182
54181
|
gas?: bigint | undefined;
|
|
54183
54182
|
nonce?: number | undefined;
|
|
54184
|
-
|
|
54183
|
+
type?: "eip4844" | undefined;
|
|
54184
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54185
54185
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54186
|
-
kzg?:
|
|
54186
|
+
kzg?: viem530.Kzg | undefined;
|
|
54187
54187
|
gasPrice?: undefined | undefined;
|
|
54188
54188
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54189
54189
|
maxFeePerGas?: bigint | undefined;
|
|
54190
54190
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54191
|
-
accessList?:
|
|
54192
|
-
sidecars?: readonly
|
|
54191
|
+
accessList?: viem530.AccessList | undefined;
|
|
54192
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54193
54193
|
authorizationList?: undefined;
|
|
54194
54194
|
chainId?: number | undefined;
|
|
54195
54195
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54198,13 +54198,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54198
54198
|
functionName: string;
|
|
54199
54199
|
args?: readonly unknown[] | undefined;
|
|
54200
54200
|
address: Address;
|
|
54201
|
-
chain?:
|
|
54202
|
-
account?: `0x${string}` |
|
|
54201
|
+
chain?: viem530.Chain | null | undefined;
|
|
54202
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54203
54203
|
value?: bigint | undefined;
|
|
54204
54204
|
dataSuffix?: `0x${string}` | undefined;
|
|
54205
|
-
type?: "eip7702" | undefined;
|
|
54206
54205
|
gas?: bigint | undefined;
|
|
54207
54206
|
nonce?: number | undefined;
|
|
54207
|
+
type?: "eip7702" | undefined;
|
|
54208
54208
|
blobs?: undefined;
|
|
54209
54209
|
blobVersionedHashes?: undefined;
|
|
54210
54210
|
kzg?: undefined;
|
|
@@ -54212,9 +54212,9 @@ declare const usePauseMarketTrading: ({
|
|
|
54212
54212
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54213
54213
|
maxFeePerGas?: bigint | undefined;
|
|
54214
54214
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54215
|
-
accessList?:
|
|
54215
|
+
accessList?: viem530.AccessList | undefined;
|
|
54216
54216
|
sidecars?: undefined;
|
|
54217
|
-
authorizationList?:
|
|
54217
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54218
54218
|
chainId?: number | undefined;
|
|
54219
54219
|
connector?: wagmi0.Connector | undefined;
|
|
54220
54220
|
};
|
|
@@ -54239,13 +54239,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54239
54239
|
functionName: string;
|
|
54240
54240
|
args?: readonly unknown[] | undefined;
|
|
54241
54241
|
address: Address;
|
|
54242
|
-
chain?:
|
|
54243
|
-
account?: `0x${string}` |
|
|
54242
|
+
chain?: viem530.Chain | null | undefined;
|
|
54243
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54244
54244
|
value?: bigint | undefined;
|
|
54245
54245
|
dataSuffix?: `0x${string}` | undefined;
|
|
54246
|
-
type?: "legacy" | undefined;
|
|
54247
54246
|
gas?: bigint | undefined;
|
|
54248
54247
|
nonce?: number | undefined;
|
|
54248
|
+
type?: "legacy" | undefined;
|
|
54249
54249
|
blobs?: undefined;
|
|
54250
54250
|
blobVersionedHashes?: undefined;
|
|
54251
54251
|
kzg?: undefined;
|
|
@@ -54263,13 +54263,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54263
54263
|
functionName: string;
|
|
54264
54264
|
args?: readonly unknown[] | undefined;
|
|
54265
54265
|
address: Address;
|
|
54266
|
-
chain?:
|
|
54267
|
-
account?: `0x${string}` |
|
|
54266
|
+
chain?: viem530.Chain | null | undefined;
|
|
54267
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54268
54268
|
value?: bigint | undefined;
|
|
54269
54269
|
dataSuffix?: `0x${string}` | undefined;
|
|
54270
|
-
type?: "eip2930" | undefined;
|
|
54271
54270
|
gas?: bigint | undefined;
|
|
54272
54271
|
nonce?: number | undefined;
|
|
54272
|
+
type?: "eip2930" | undefined;
|
|
54273
54273
|
blobs?: undefined;
|
|
54274
54274
|
blobVersionedHashes?: undefined;
|
|
54275
54275
|
kzg?: undefined;
|
|
@@ -54277,7 +54277,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54277
54277
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54278
54278
|
maxFeePerGas?: undefined | undefined;
|
|
54279
54279
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54280
|
-
accessList?:
|
|
54280
|
+
accessList?: viem530.AccessList | undefined;
|
|
54281
54281
|
sidecars?: undefined;
|
|
54282
54282
|
authorizationList?: undefined;
|
|
54283
54283
|
chainId?: number | undefined;
|
|
@@ -54287,13 +54287,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54287
54287
|
functionName: string;
|
|
54288
54288
|
args?: readonly unknown[] | undefined;
|
|
54289
54289
|
address: Address;
|
|
54290
|
-
chain?:
|
|
54291
|
-
account?: `0x${string}` |
|
|
54290
|
+
chain?: viem530.Chain | null | undefined;
|
|
54291
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54292
54292
|
value?: bigint | undefined;
|
|
54293
54293
|
dataSuffix?: `0x${string}` | undefined;
|
|
54294
|
-
type?: "eip1559" | undefined;
|
|
54295
54294
|
gas?: bigint | undefined;
|
|
54296
54295
|
nonce?: number | undefined;
|
|
54296
|
+
type?: "eip1559" | undefined;
|
|
54297
54297
|
blobs?: undefined;
|
|
54298
54298
|
blobVersionedHashes?: undefined;
|
|
54299
54299
|
kzg?: undefined;
|
|
@@ -54301,7 +54301,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54301
54301
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54302
54302
|
maxFeePerGas?: bigint | undefined;
|
|
54303
54303
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54304
|
-
accessList?:
|
|
54304
|
+
accessList?: viem530.AccessList | undefined;
|
|
54305
54305
|
sidecars?: undefined;
|
|
54306
54306
|
authorizationList?: undefined;
|
|
54307
54307
|
chainId?: number | undefined;
|
|
@@ -54311,22 +54311,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54311
54311
|
functionName: string;
|
|
54312
54312
|
args?: readonly unknown[] | undefined;
|
|
54313
54313
|
address: Address;
|
|
54314
|
-
chain?:
|
|
54315
|
-
account?: `0x${string}` |
|
|
54314
|
+
chain?: viem530.Chain | null | undefined;
|
|
54315
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54316
54316
|
value?: bigint | undefined;
|
|
54317
54317
|
dataSuffix?: `0x${string}` | undefined;
|
|
54318
|
-
type?: "eip4844" | undefined;
|
|
54319
54318
|
gas?: bigint | undefined;
|
|
54320
54319
|
nonce?: number | undefined;
|
|
54321
|
-
|
|
54322
|
-
|
|
54320
|
+
type?: "eip4844" | undefined;
|
|
54321
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
54322
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
54323
54323
|
kzg?: undefined;
|
|
54324
54324
|
gasPrice?: undefined | undefined;
|
|
54325
54325
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54326
54326
|
maxFeePerGas?: bigint | undefined;
|
|
54327
54327
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54328
|
-
accessList?:
|
|
54329
|
-
sidecars?: readonly
|
|
54328
|
+
accessList?: viem530.AccessList | undefined;
|
|
54329
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54330
54330
|
authorizationList?: undefined;
|
|
54331
54331
|
chainId?: number | undefined;
|
|
54332
54332
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54335,22 +54335,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54335
54335
|
functionName: string;
|
|
54336
54336
|
args?: readonly unknown[] | undefined;
|
|
54337
54337
|
address: Address;
|
|
54338
|
-
chain?:
|
|
54339
|
-
account?: `0x${string}` |
|
|
54338
|
+
chain?: viem530.Chain | null | undefined;
|
|
54339
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54340
54340
|
value?: bigint | undefined;
|
|
54341
54341
|
dataSuffix?: `0x${string}` | undefined;
|
|
54342
|
-
type?: "eip4844" | undefined;
|
|
54343
54342
|
gas?: bigint | undefined;
|
|
54344
54343
|
nonce?: number | undefined;
|
|
54345
|
-
|
|
54344
|
+
type?: "eip4844" | undefined;
|
|
54345
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54346
54346
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54347
|
-
kzg?:
|
|
54347
|
+
kzg?: viem530.Kzg | undefined;
|
|
54348
54348
|
gasPrice?: undefined | undefined;
|
|
54349
54349
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54350
54350
|
maxFeePerGas?: bigint | undefined;
|
|
54351
54351
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54352
|
-
accessList?:
|
|
54353
|
-
sidecars?: readonly
|
|
54352
|
+
accessList?: viem530.AccessList | undefined;
|
|
54353
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54354
54354
|
authorizationList?: undefined;
|
|
54355
54355
|
chainId?: number | undefined;
|
|
54356
54356
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54359,13 +54359,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54359
54359
|
functionName: string;
|
|
54360
54360
|
args?: readonly unknown[] | undefined;
|
|
54361
54361
|
address: Address;
|
|
54362
|
-
chain?:
|
|
54363
|
-
account?: `0x${string}` |
|
|
54362
|
+
chain?: viem530.Chain | null | undefined;
|
|
54363
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54364
54364
|
value?: bigint | undefined;
|
|
54365
54365
|
dataSuffix?: `0x${string}` | undefined;
|
|
54366
|
-
type?: "eip7702" | undefined;
|
|
54367
54366
|
gas?: bigint | undefined;
|
|
54368
54367
|
nonce?: number | undefined;
|
|
54368
|
+
type?: "eip7702" | undefined;
|
|
54369
54369
|
blobs?: undefined;
|
|
54370
54370
|
blobVersionedHashes?: undefined;
|
|
54371
54371
|
kzg?: undefined;
|
|
@@ -54373,9 +54373,9 @@ declare const usePauseMarketTrading: ({
|
|
|
54373
54373
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54374
54374
|
maxFeePerGas?: bigint | undefined;
|
|
54375
54375
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54376
|
-
accessList?:
|
|
54376
|
+
accessList?: viem530.AccessList | undefined;
|
|
54377
54377
|
sidecars?: undefined;
|
|
54378
|
-
authorizationList?:
|
|
54378
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54379
54379
|
chainId?: number | undefined;
|
|
54380
54380
|
connector?: wagmi0.Connector | undefined;
|
|
54381
54381
|
};
|
|
@@ -54400,13 +54400,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54400
54400
|
functionName: string;
|
|
54401
54401
|
args?: readonly unknown[] | undefined;
|
|
54402
54402
|
address: Address;
|
|
54403
|
-
chain?:
|
|
54404
|
-
account?: `0x${string}` |
|
|
54403
|
+
chain?: viem530.Chain | null | undefined;
|
|
54404
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54405
54405
|
value?: bigint | undefined;
|
|
54406
54406
|
dataSuffix?: `0x${string}` | undefined;
|
|
54407
|
-
type?: "legacy" | undefined;
|
|
54408
54407
|
gas?: bigint | undefined;
|
|
54409
54408
|
nonce?: number | undefined;
|
|
54409
|
+
type?: "legacy" | undefined;
|
|
54410
54410
|
blobs?: undefined;
|
|
54411
54411
|
blobVersionedHashes?: undefined;
|
|
54412
54412
|
kzg?: undefined;
|
|
@@ -54424,13 +54424,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54424
54424
|
functionName: string;
|
|
54425
54425
|
args?: readonly unknown[] | undefined;
|
|
54426
54426
|
address: Address;
|
|
54427
|
-
chain?:
|
|
54428
|
-
account?: `0x${string}` |
|
|
54427
|
+
chain?: viem530.Chain | null | undefined;
|
|
54428
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54429
54429
|
value?: bigint | undefined;
|
|
54430
54430
|
dataSuffix?: `0x${string}` | undefined;
|
|
54431
|
-
type?: "eip2930" | undefined;
|
|
54432
54431
|
gas?: bigint | undefined;
|
|
54433
54432
|
nonce?: number | undefined;
|
|
54433
|
+
type?: "eip2930" | undefined;
|
|
54434
54434
|
blobs?: undefined;
|
|
54435
54435
|
blobVersionedHashes?: undefined;
|
|
54436
54436
|
kzg?: undefined;
|
|
@@ -54438,7 +54438,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54438
54438
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54439
54439
|
maxFeePerGas?: undefined | undefined;
|
|
54440
54440
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54441
|
-
accessList?:
|
|
54441
|
+
accessList?: viem530.AccessList | undefined;
|
|
54442
54442
|
sidecars?: undefined;
|
|
54443
54443
|
authorizationList?: undefined;
|
|
54444
54444
|
chainId?: number | undefined;
|
|
@@ -54448,13 +54448,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54448
54448
|
functionName: string;
|
|
54449
54449
|
args?: readonly unknown[] | undefined;
|
|
54450
54450
|
address: Address;
|
|
54451
|
-
chain?:
|
|
54452
|
-
account?: `0x${string}` |
|
|
54451
|
+
chain?: viem530.Chain | null | undefined;
|
|
54452
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54453
54453
|
value?: bigint | undefined;
|
|
54454
54454
|
dataSuffix?: `0x${string}` | undefined;
|
|
54455
|
-
type?: "eip1559" | undefined;
|
|
54456
54455
|
gas?: bigint | undefined;
|
|
54457
54456
|
nonce?: number | undefined;
|
|
54457
|
+
type?: "eip1559" | undefined;
|
|
54458
54458
|
blobs?: undefined;
|
|
54459
54459
|
blobVersionedHashes?: undefined;
|
|
54460
54460
|
kzg?: undefined;
|
|
@@ -54462,7 +54462,7 @@ declare const usePauseMarketTrading: ({
|
|
|
54462
54462
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54463
54463
|
maxFeePerGas?: bigint | undefined;
|
|
54464
54464
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54465
|
-
accessList?:
|
|
54465
|
+
accessList?: viem530.AccessList | undefined;
|
|
54466
54466
|
sidecars?: undefined;
|
|
54467
54467
|
authorizationList?: undefined;
|
|
54468
54468
|
chainId?: number | undefined;
|
|
@@ -54472,22 +54472,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54472
54472
|
functionName: string;
|
|
54473
54473
|
args?: readonly unknown[] | undefined;
|
|
54474
54474
|
address: Address;
|
|
54475
|
-
chain?:
|
|
54476
|
-
account?: `0x${string}` |
|
|
54475
|
+
chain?: viem530.Chain | null | undefined;
|
|
54476
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54477
54477
|
value?: bigint | undefined;
|
|
54478
54478
|
dataSuffix?: `0x${string}` | undefined;
|
|
54479
|
-
type?: "eip4844" | undefined;
|
|
54480
54479
|
gas?: bigint | undefined;
|
|
54481
54480
|
nonce?: number | undefined;
|
|
54482
|
-
|
|
54483
|
-
|
|
54481
|
+
type?: "eip4844" | undefined;
|
|
54482
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
54483
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
54484
54484
|
kzg?: undefined;
|
|
54485
54485
|
gasPrice?: undefined | undefined;
|
|
54486
54486
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54487
54487
|
maxFeePerGas?: bigint | undefined;
|
|
54488
54488
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54489
|
-
accessList?:
|
|
54490
|
-
sidecars?: readonly
|
|
54489
|
+
accessList?: viem530.AccessList | undefined;
|
|
54490
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54491
54491
|
authorizationList?: undefined;
|
|
54492
54492
|
chainId?: number | undefined;
|
|
54493
54493
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54496,22 +54496,22 @@ declare const usePauseMarketTrading: ({
|
|
|
54496
54496
|
functionName: string;
|
|
54497
54497
|
args?: readonly unknown[] | undefined;
|
|
54498
54498
|
address: Address;
|
|
54499
|
-
chain?:
|
|
54500
|
-
account?: `0x${string}` |
|
|
54499
|
+
chain?: viem530.Chain | null | undefined;
|
|
54500
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54501
54501
|
value?: bigint | undefined;
|
|
54502
54502
|
dataSuffix?: `0x${string}` | undefined;
|
|
54503
|
-
type?: "eip4844" | undefined;
|
|
54504
54503
|
gas?: bigint | undefined;
|
|
54505
54504
|
nonce?: number | undefined;
|
|
54506
|
-
|
|
54505
|
+
type?: "eip4844" | undefined;
|
|
54506
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54507
54507
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54508
|
-
kzg?:
|
|
54508
|
+
kzg?: viem530.Kzg | undefined;
|
|
54509
54509
|
gasPrice?: undefined | undefined;
|
|
54510
54510
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54511
54511
|
maxFeePerGas?: bigint | undefined;
|
|
54512
54512
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54513
|
-
accessList?:
|
|
54514
|
-
sidecars?: readonly
|
|
54513
|
+
accessList?: viem530.AccessList | undefined;
|
|
54514
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54515
54515
|
authorizationList?: undefined;
|
|
54516
54516
|
chainId?: number | undefined;
|
|
54517
54517
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54520,13 +54520,13 @@ declare const usePauseMarketTrading: ({
|
|
|
54520
54520
|
functionName: string;
|
|
54521
54521
|
args?: readonly unknown[] | undefined;
|
|
54522
54522
|
address: Address;
|
|
54523
|
-
chain?:
|
|
54524
|
-
account?: `0x${string}` |
|
|
54523
|
+
chain?: viem530.Chain | null | undefined;
|
|
54524
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54525
54525
|
value?: bigint | undefined;
|
|
54526
54526
|
dataSuffix?: `0x${string}` | undefined;
|
|
54527
|
-
type?: "eip7702" | undefined;
|
|
54528
54527
|
gas?: bigint | undefined;
|
|
54529
54528
|
nonce?: number | undefined;
|
|
54529
|
+
type?: "eip7702" | undefined;
|
|
54530
54530
|
blobs?: undefined;
|
|
54531
54531
|
blobVersionedHashes?: undefined;
|
|
54532
54532
|
kzg?: undefined;
|
|
@@ -54534,9 +54534,9 @@ declare const usePauseMarketTrading: ({
|
|
|
54534
54534
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54535
54535
|
maxFeePerGas?: bigint | undefined;
|
|
54536
54536
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54537
|
-
accessList?:
|
|
54537
|
+
accessList?: viem530.AccessList | undefined;
|
|
54538
54538
|
sidecars?: undefined;
|
|
54539
|
-
authorizationList?:
|
|
54539
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54540
54540
|
chainId?: number | undefined;
|
|
54541
54541
|
connector?: wagmi0.Connector | undefined;
|
|
54542
54542
|
};
|
|
@@ -54600,13 +54600,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54600
54600
|
functionName: string;
|
|
54601
54601
|
args?: readonly unknown[] | undefined;
|
|
54602
54602
|
address: Address;
|
|
54603
|
-
chain?:
|
|
54604
|
-
account?: `0x${string}` |
|
|
54603
|
+
chain?: viem530.Chain | null | undefined;
|
|
54604
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54605
54605
|
value?: bigint | undefined;
|
|
54606
54606
|
dataSuffix?: `0x${string}` | undefined;
|
|
54607
|
-
type?: "legacy" | undefined;
|
|
54608
54607
|
gas?: bigint | undefined;
|
|
54609
54608
|
nonce?: number | undefined;
|
|
54609
|
+
type?: "legacy" | undefined;
|
|
54610
54610
|
blobs?: undefined;
|
|
54611
54611
|
blobVersionedHashes?: undefined;
|
|
54612
54612
|
kzg?: undefined;
|
|
@@ -54624,13 +54624,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54624
54624
|
functionName: string;
|
|
54625
54625
|
args?: readonly unknown[] | undefined;
|
|
54626
54626
|
address: Address;
|
|
54627
|
-
chain?:
|
|
54628
|
-
account?: `0x${string}` |
|
|
54627
|
+
chain?: viem530.Chain | null | undefined;
|
|
54628
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54629
54629
|
value?: bigint | undefined;
|
|
54630
54630
|
dataSuffix?: `0x${string}` | undefined;
|
|
54631
|
-
type?: "eip2930" | undefined;
|
|
54632
54631
|
gas?: bigint | undefined;
|
|
54633
54632
|
nonce?: number | undefined;
|
|
54633
|
+
type?: "eip2930" | undefined;
|
|
54634
54634
|
blobs?: undefined;
|
|
54635
54635
|
blobVersionedHashes?: undefined;
|
|
54636
54636
|
kzg?: undefined;
|
|
@@ -54638,7 +54638,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54638
54638
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54639
54639
|
maxFeePerGas?: undefined | undefined;
|
|
54640
54640
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54641
|
-
accessList?:
|
|
54641
|
+
accessList?: viem530.AccessList | undefined;
|
|
54642
54642
|
sidecars?: undefined;
|
|
54643
54643
|
authorizationList?: undefined;
|
|
54644
54644
|
chainId?: number | undefined;
|
|
@@ -54648,13 +54648,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54648
54648
|
functionName: string;
|
|
54649
54649
|
args?: readonly unknown[] | undefined;
|
|
54650
54650
|
address: Address;
|
|
54651
|
-
chain?:
|
|
54652
|
-
account?: `0x${string}` |
|
|
54651
|
+
chain?: viem530.Chain | null | undefined;
|
|
54652
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54653
54653
|
value?: bigint | undefined;
|
|
54654
54654
|
dataSuffix?: `0x${string}` | undefined;
|
|
54655
|
-
type?: "eip1559" | undefined;
|
|
54656
54655
|
gas?: bigint | undefined;
|
|
54657
54656
|
nonce?: number | undefined;
|
|
54657
|
+
type?: "eip1559" | undefined;
|
|
54658
54658
|
blobs?: undefined;
|
|
54659
54659
|
blobVersionedHashes?: undefined;
|
|
54660
54660
|
kzg?: undefined;
|
|
@@ -54662,7 +54662,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54662
54662
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54663
54663
|
maxFeePerGas?: bigint | undefined;
|
|
54664
54664
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54665
|
-
accessList?:
|
|
54665
|
+
accessList?: viem530.AccessList | undefined;
|
|
54666
54666
|
sidecars?: undefined;
|
|
54667
54667
|
authorizationList?: undefined;
|
|
54668
54668
|
chainId?: number | undefined;
|
|
@@ -54672,22 +54672,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54672
54672
|
functionName: string;
|
|
54673
54673
|
args?: readonly unknown[] | undefined;
|
|
54674
54674
|
address: Address;
|
|
54675
|
-
chain?:
|
|
54676
|
-
account?: `0x${string}` |
|
|
54675
|
+
chain?: viem530.Chain | null | undefined;
|
|
54676
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54677
54677
|
value?: bigint | undefined;
|
|
54678
54678
|
dataSuffix?: `0x${string}` | undefined;
|
|
54679
|
-
type?: "eip4844" | undefined;
|
|
54680
54679
|
gas?: bigint | undefined;
|
|
54681
54680
|
nonce?: number | undefined;
|
|
54682
|
-
|
|
54683
|
-
|
|
54681
|
+
type?: "eip4844" | undefined;
|
|
54682
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
54683
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
54684
54684
|
kzg?: undefined;
|
|
54685
54685
|
gasPrice?: undefined | undefined;
|
|
54686
54686
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54687
54687
|
maxFeePerGas?: bigint | undefined;
|
|
54688
54688
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54689
|
-
accessList?:
|
|
54690
|
-
sidecars?: readonly
|
|
54689
|
+
accessList?: viem530.AccessList | undefined;
|
|
54690
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54691
54691
|
authorizationList?: undefined;
|
|
54692
54692
|
chainId?: number | undefined;
|
|
54693
54693
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54696,22 +54696,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54696
54696
|
functionName: string;
|
|
54697
54697
|
args?: readonly unknown[] | undefined;
|
|
54698
54698
|
address: Address;
|
|
54699
|
-
chain?:
|
|
54700
|
-
account?: `0x${string}` |
|
|
54699
|
+
chain?: viem530.Chain | null | undefined;
|
|
54700
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54701
54701
|
value?: bigint | undefined;
|
|
54702
54702
|
dataSuffix?: `0x${string}` | undefined;
|
|
54703
|
-
type?: "eip4844" | undefined;
|
|
54704
54703
|
gas?: bigint | undefined;
|
|
54705
54704
|
nonce?: number | undefined;
|
|
54706
|
-
|
|
54705
|
+
type?: "eip4844" | undefined;
|
|
54706
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54707
54707
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54708
|
-
kzg?:
|
|
54708
|
+
kzg?: viem530.Kzg | undefined;
|
|
54709
54709
|
gasPrice?: undefined | undefined;
|
|
54710
54710
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54711
54711
|
maxFeePerGas?: bigint | undefined;
|
|
54712
54712
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54713
|
-
accessList?:
|
|
54714
|
-
sidecars?: readonly
|
|
54713
|
+
accessList?: viem530.AccessList | undefined;
|
|
54714
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54715
54715
|
authorizationList?: undefined;
|
|
54716
54716
|
chainId?: number | undefined;
|
|
54717
54717
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54720,13 +54720,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54720
54720
|
functionName: string;
|
|
54721
54721
|
args?: readonly unknown[] | undefined;
|
|
54722
54722
|
address: Address;
|
|
54723
|
-
chain?:
|
|
54724
|
-
account?: `0x${string}` |
|
|
54723
|
+
chain?: viem530.Chain | null | undefined;
|
|
54724
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54725
54725
|
value?: bigint | undefined;
|
|
54726
54726
|
dataSuffix?: `0x${string}` | undefined;
|
|
54727
|
-
type?: "eip7702" | undefined;
|
|
54728
54727
|
gas?: bigint | undefined;
|
|
54729
54728
|
nonce?: number | undefined;
|
|
54729
|
+
type?: "eip7702" | undefined;
|
|
54730
54730
|
blobs?: undefined;
|
|
54731
54731
|
blobVersionedHashes?: undefined;
|
|
54732
54732
|
kzg?: undefined;
|
|
@@ -54734,9 +54734,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54734
54734
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54735
54735
|
maxFeePerGas?: bigint | undefined;
|
|
54736
54736
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54737
|
-
accessList?:
|
|
54737
|
+
accessList?: viem530.AccessList | undefined;
|
|
54738
54738
|
sidecars?: undefined;
|
|
54739
|
-
authorizationList?:
|
|
54739
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54740
54740
|
chainId?: number | undefined;
|
|
54741
54741
|
connector?: wagmi0.Connector | undefined;
|
|
54742
54742
|
};
|
|
@@ -54771,13 +54771,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54771
54771
|
functionName: string;
|
|
54772
54772
|
args?: readonly unknown[] | undefined;
|
|
54773
54773
|
address: Address;
|
|
54774
|
-
chain?:
|
|
54775
|
-
account?: `0x${string}` |
|
|
54774
|
+
chain?: viem530.Chain | null | undefined;
|
|
54775
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54776
54776
|
value?: bigint | undefined;
|
|
54777
54777
|
dataSuffix?: `0x${string}` | undefined;
|
|
54778
|
-
type?: "legacy" | undefined;
|
|
54779
54778
|
gas?: bigint | undefined;
|
|
54780
54779
|
nonce?: number | undefined;
|
|
54780
|
+
type?: "legacy" | undefined;
|
|
54781
54781
|
blobs?: undefined;
|
|
54782
54782
|
blobVersionedHashes?: undefined;
|
|
54783
54783
|
kzg?: undefined;
|
|
@@ -54795,13 +54795,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54795
54795
|
functionName: string;
|
|
54796
54796
|
args?: readonly unknown[] | undefined;
|
|
54797
54797
|
address: Address;
|
|
54798
|
-
chain?:
|
|
54799
|
-
account?: `0x${string}` |
|
|
54798
|
+
chain?: viem530.Chain | null | undefined;
|
|
54799
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54800
54800
|
value?: bigint | undefined;
|
|
54801
54801
|
dataSuffix?: `0x${string}` | undefined;
|
|
54802
|
-
type?: "eip2930" | undefined;
|
|
54803
54802
|
gas?: bigint | undefined;
|
|
54804
54803
|
nonce?: number | undefined;
|
|
54804
|
+
type?: "eip2930" | undefined;
|
|
54805
54805
|
blobs?: undefined;
|
|
54806
54806
|
blobVersionedHashes?: undefined;
|
|
54807
54807
|
kzg?: undefined;
|
|
@@ -54809,7 +54809,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54809
54809
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54810
54810
|
maxFeePerGas?: undefined | undefined;
|
|
54811
54811
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54812
|
-
accessList?:
|
|
54812
|
+
accessList?: viem530.AccessList | undefined;
|
|
54813
54813
|
sidecars?: undefined;
|
|
54814
54814
|
authorizationList?: undefined;
|
|
54815
54815
|
chainId?: number | undefined;
|
|
@@ -54819,13 +54819,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54819
54819
|
functionName: string;
|
|
54820
54820
|
args?: readonly unknown[] | undefined;
|
|
54821
54821
|
address: Address;
|
|
54822
|
-
chain?:
|
|
54823
|
-
account?: `0x${string}` |
|
|
54822
|
+
chain?: viem530.Chain | null | undefined;
|
|
54823
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54824
54824
|
value?: bigint | undefined;
|
|
54825
54825
|
dataSuffix?: `0x${string}` | undefined;
|
|
54826
|
-
type?: "eip1559" | undefined;
|
|
54827
54826
|
gas?: bigint | undefined;
|
|
54828
54827
|
nonce?: number | undefined;
|
|
54828
|
+
type?: "eip1559" | undefined;
|
|
54829
54829
|
blobs?: undefined;
|
|
54830
54830
|
blobVersionedHashes?: undefined;
|
|
54831
54831
|
kzg?: undefined;
|
|
@@ -54833,7 +54833,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54833
54833
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54834
54834
|
maxFeePerGas?: bigint | undefined;
|
|
54835
54835
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54836
|
-
accessList?:
|
|
54836
|
+
accessList?: viem530.AccessList | undefined;
|
|
54837
54837
|
sidecars?: undefined;
|
|
54838
54838
|
authorizationList?: undefined;
|
|
54839
54839
|
chainId?: number | undefined;
|
|
@@ -54843,22 +54843,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54843
54843
|
functionName: string;
|
|
54844
54844
|
args?: readonly unknown[] | undefined;
|
|
54845
54845
|
address: Address;
|
|
54846
|
-
chain?:
|
|
54847
|
-
account?: `0x${string}` |
|
|
54846
|
+
chain?: viem530.Chain | null | undefined;
|
|
54847
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54848
54848
|
value?: bigint | undefined;
|
|
54849
54849
|
dataSuffix?: `0x${string}` | undefined;
|
|
54850
|
-
type?: "eip4844" | undefined;
|
|
54851
54850
|
gas?: bigint | undefined;
|
|
54852
54851
|
nonce?: number | undefined;
|
|
54853
|
-
|
|
54854
|
-
|
|
54852
|
+
type?: "eip4844" | undefined;
|
|
54853
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
54854
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
54855
54855
|
kzg?: undefined;
|
|
54856
54856
|
gasPrice?: undefined | undefined;
|
|
54857
54857
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54858
54858
|
maxFeePerGas?: bigint | undefined;
|
|
54859
54859
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54860
|
-
accessList?:
|
|
54861
|
-
sidecars?: readonly
|
|
54860
|
+
accessList?: viem530.AccessList | undefined;
|
|
54861
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54862
54862
|
authorizationList?: undefined;
|
|
54863
54863
|
chainId?: number | undefined;
|
|
54864
54864
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54867,22 +54867,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54867
54867
|
functionName: string;
|
|
54868
54868
|
args?: readonly unknown[] | undefined;
|
|
54869
54869
|
address: Address;
|
|
54870
|
-
chain?:
|
|
54871
|
-
account?: `0x${string}` |
|
|
54870
|
+
chain?: viem530.Chain | null | undefined;
|
|
54871
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54872
54872
|
value?: bigint | undefined;
|
|
54873
54873
|
dataSuffix?: `0x${string}` | undefined;
|
|
54874
|
-
type?: "eip4844" | undefined;
|
|
54875
54874
|
gas?: bigint | undefined;
|
|
54876
54875
|
nonce?: number | undefined;
|
|
54877
|
-
|
|
54876
|
+
type?: "eip4844" | undefined;
|
|
54877
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
54878
54878
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54879
|
-
kzg?:
|
|
54879
|
+
kzg?: viem530.Kzg | undefined;
|
|
54880
54880
|
gasPrice?: undefined | undefined;
|
|
54881
54881
|
maxFeePerBlobGas?: bigint | undefined;
|
|
54882
54882
|
maxFeePerGas?: bigint | undefined;
|
|
54883
54883
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54884
|
-
accessList?:
|
|
54885
|
-
sidecars?: readonly
|
|
54884
|
+
accessList?: viem530.AccessList | undefined;
|
|
54885
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
54886
54886
|
authorizationList?: undefined;
|
|
54887
54887
|
chainId?: number | undefined;
|
|
54888
54888
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -54891,13 +54891,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54891
54891
|
functionName: string;
|
|
54892
54892
|
args?: readonly unknown[] | undefined;
|
|
54893
54893
|
address: Address;
|
|
54894
|
-
chain?:
|
|
54895
|
-
account?: `0x${string}` |
|
|
54894
|
+
chain?: viem530.Chain | null | undefined;
|
|
54895
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54896
54896
|
value?: bigint | undefined;
|
|
54897
54897
|
dataSuffix?: `0x${string}` | undefined;
|
|
54898
|
-
type?: "eip7702" | undefined;
|
|
54899
54898
|
gas?: bigint | undefined;
|
|
54900
54899
|
nonce?: number | undefined;
|
|
54900
|
+
type?: "eip7702" | undefined;
|
|
54901
54901
|
blobs?: undefined;
|
|
54902
54902
|
blobVersionedHashes?: undefined;
|
|
54903
54903
|
kzg?: undefined;
|
|
@@ -54905,9 +54905,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54905
54905
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54906
54906
|
maxFeePerGas?: bigint | undefined;
|
|
54907
54907
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54908
|
-
accessList?:
|
|
54908
|
+
accessList?: viem530.AccessList | undefined;
|
|
54909
54909
|
sidecars?: undefined;
|
|
54910
|
-
authorizationList?:
|
|
54910
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
54911
54911
|
chainId?: number | undefined;
|
|
54912
54912
|
connector?: wagmi0.Connector | undefined;
|
|
54913
54913
|
};
|
|
@@ -54942,13 +54942,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54942
54942
|
functionName: string;
|
|
54943
54943
|
args?: readonly unknown[] | undefined;
|
|
54944
54944
|
address: Address;
|
|
54945
|
-
chain?:
|
|
54946
|
-
account?: `0x${string}` |
|
|
54945
|
+
chain?: viem530.Chain | null | undefined;
|
|
54946
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54947
54947
|
value?: bigint | undefined;
|
|
54948
54948
|
dataSuffix?: `0x${string}` | undefined;
|
|
54949
|
-
type?: "legacy" | undefined;
|
|
54950
54949
|
gas?: bigint | undefined;
|
|
54951
54950
|
nonce?: number | undefined;
|
|
54951
|
+
type?: "legacy" | undefined;
|
|
54952
54952
|
blobs?: undefined;
|
|
54953
54953
|
blobVersionedHashes?: undefined;
|
|
54954
54954
|
kzg?: undefined;
|
|
@@ -54966,13 +54966,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54966
54966
|
functionName: string;
|
|
54967
54967
|
args?: readonly unknown[] | undefined;
|
|
54968
54968
|
address: Address;
|
|
54969
|
-
chain?:
|
|
54970
|
-
account?: `0x${string}` |
|
|
54969
|
+
chain?: viem530.Chain | null | undefined;
|
|
54970
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54971
54971
|
value?: bigint | undefined;
|
|
54972
54972
|
dataSuffix?: `0x${string}` | undefined;
|
|
54973
|
-
type?: "eip2930" | undefined;
|
|
54974
54973
|
gas?: bigint | undefined;
|
|
54975
54974
|
nonce?: number | undefined;
|
|
54975
|
+
type?: "eip2930" | undefined;
|
|
54976
54976
|
blobs?: undefined;
|
|
54977
54977
|
blobVersionedHashes?: undefined;
|
|
54978
54978
|
kzg?: undefined;
|
|
@@ -54980,7 +54980,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54980
54980
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54981
54981
|
maxFeePerGas?: undefined | undefined;
|
|
54982
54982
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54983
|
-
accessList?:
|
|
54983
|
+
accessList?: viem530.AccessList | undefined;
|
|
54984
54984
|
sidecars?: undefined;
|
|
54985
54985
|
authorizationList?: undefined;
|
|
54986
54986
|
chainId?: number | undefined;
|
|
@@ -54990,13 +54990,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54990
54990
|
functionName: string;
|
|
54991
54991
|
args?: readonly unknown[] | undefined;
|
|
54992
54992
|
address: Address;
|
|
54993
|
-
chain?:
|
|
54994
|
-
account?: `0x${string}` |
|
|
54993
|
+
chain?: viem530.Chain | null | undefined;
|
|
54994
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
54995
54995
|
value?: bigint | undefined;
|
|
54996
54996
|
dataSuffix?: `0x${string}` | undefined;
|
|
54997
|
-
type?: "eip1559" | undefined;
|
|
54998
54997
|
gas?: bigint | undefined;
|
|
54999
54998
|
nonce?: number | undefined;
|
|
54999
|
+
type?: "eip1559" | undefined;
|
|
55000
55000
|
blobs?: undefined;
|
|
55001
55001
|
blobVersionedHashes?: undefined;
|
|
55002
55002
|
kzg?: undefined;
|
|
@@ -55004,7 +55004,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55004
55004
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55005
55005
|
maxFeePerGas?: bigint | undefined;
|
|
55006
55006
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55007
|
-
accessList?:
|
|
55007
|
+
accessList?: viem530.AccessList | undefined;
|
|
55008
55008
|
sidecars?: undefined;
|
|
55009
55009
|
authorizationList?: undefined;
|
|
55010
55010
|
chainId?: number | undefined;
|
|
@@ -55014,22 +55014,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55014
55014
|
functionName: string;
|
|
55015
55015
|
args?: readonly unknown[] | undefined;
|
|
55016
55016
|
address: Address;
|
|
55017
|
-
chain?:
|
|
55018
|
-
account?: `0x${string}` |
|
|
55017
|
+
chain?: viem530.Chain | null | undefined;
|
|
55018
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55019
55019
|
value?: bigint | undefined;
|
|
55020
55020
|
dataSuffix?: `0x${string}` | undefined;
|
|
55021
|
-
type?: "eip4844" | undefined;
|
|
55022
55021
|
gas?: bigint | undefined;
|
|
55023
55022
|
nonce?: number | undefined;
|
|
55024
|
-
|
|
55025
|
-
|
|
55023
|
+
type?: "eip4844" | undefined;
|
|
55024
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
55025
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
55026
55026
|
kzg?: undefined;
|
|
55027
55027
|
gasPrice?: undefined | undefined;
|
|
55028
55028
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55029
55029
|
maxFeePerGas?: bigint | undefined;
|
|
55030
55030
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55031
|
-
accessList?:
|
|
55032
|
-
sidecars?: readonly
|
|
55031
|
+
accessList?: viem530.AccessList | undefined;
|
|
55032
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55033
55033
|
authorizationList?: undefined;
|
|
55034
55034
|
chainId?: number | undefined;
|
|
55035
55035
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55038,22 +55038,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55038
55038
|
functionName: string;
|
|
55039
55039
|
args?: readonly unknown[] | undefined;
|
|
55040
55040
|
address: Address;
|
|
55041
|
-
chain?:
|
|
55042
|
-
account?: `0x${string}` |
|
|
55041
|
+
chain?: viem530.Chain | null | undefined;
|
|
55042
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55043
55043
|
value?: bigint | undefined;
|
|
55044
55044
|
dataSuffix?: `0x${string}` | undefined;
|
|
55045
|
-
type?: "eip4844" | undefined;
|
|
55046
55045
|
gas?: bigint | undefined;
|
|
55047
55046
|
nonce?: number | undefined;
|
|
55048
|
-
|
|
55047
|
+
type?: "eip4844" | undefined;
|
|
55048
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
55049
55049
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55050
|
-
kzg?:
|
|
55050
|
+
kzg?: viem530.Kzg | undefined;
|
|
55051
55051
|
gasPrice?: undefined | undefined;
|
|
55052
55052
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55053
55053
|
maxFeePerGas?: bigint | undefined;
|
|
55054
55054
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55055
|
-
accessList?:
|
|
55056
|
-
sidecars?: readonly
|
|
55055
|
+
accessList?: viem530.AccessList | undefined;
|
|
55056
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55057
55057
|
authorizationList?: undefined;
|
|
55058
55058
|
chainId?: number | undefined;
|
|
55059
55059
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55062,13 +55062,13 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55062
55062
|
functionName: string;
|
|
55063
55063
|
args?: readonly unknown[] | undefined;
|
|
55064
55064
|
address: Address;
|
|
55065
|
-
chain?:
|
|
55066
|
-
account?: `0x${string}` |
|
|
55065
|
+
chain?: viem530.Chain | null | undefined;
|
|
55066
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55067
55067
|
value?: bigint | undefined;
|
|
55068
55068
|
dataSuffix?: `0x${string}` | undefined;
|
|
55069
|
-
type?: "eip7702" | undefined;
|
|
55070
55069
|
gas?: bigint | undefined;
|
|
55071
55070
|
nonce?: number | undefined;
|
|
55071
|
+
type?: "eip7702" | undefined;
|
|
55072
55072
|
blobs?: undefined;
|
|
55073
55073
|
blobVersionedHashes?: undefined;
|
|
55074
55074
|
kzg?: undefined;
|
|
@@ -55076,9 +55076,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55076
55076
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55077
55077
|
maxFeePerGas?: bigint | undefined;
|
|
55078
55078
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55079
|
-
accessList?:
|
|
55079
|
+
accessList?: viem530.AccessList | undefined;
|
|
55080
55080
|
sidecars?: undefined;
|
|
55081
|
-
authorizationList?:
|
|
55081
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
55082
55082
|
chainId?: number | undefined;
|
|
55083
55083
|
connector?: wagmi0.Connector | undefined;
|
|
55084
55084
|
};
|
|
@@ -55182,13 +55182,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55182
55182
|
functionName: string;
|
|
55183
55183
|
args?: readonly unknown[] | undefined;
|
|
55184
55184
|
address: Address;
|
|
55185
|
-
chain?:
|
|
55186
|
-
account?: `0x${string}` |
|
|
55185
|
+
chain?: viem530.Chain | null | undefined;
|
|
55186
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55187
55187
|
value?: bigint | undefined;
|
|
55188
55188
|
dataSuffix?: `0x${string}` | undefined;
|
|
55189
|
-
type?: "legacy" | undefined;
|
|
55190
55189
|
gas?: bigint | undefined;
|
|
55191
55190
|
nonce?: number | undefined;
|
|
55191
|
+
type?: "legacy" | undefined;
|
|
55192
55192
|
blobs?: undefined;
|
|
55193
55193
|
blobVersionedHashes?: undefined;
|
|
55194
55194
|
kzg?: undefined;
|
|
@@ -55206,13 +55206,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55206
55206
|
functionName: string;
|
|
55207
55207
|
args?: readonly unknown[] | undefined;
|
|
55208
55208
|
address: Address;
|
|
55209
|
-
chain?:
|
|
55210
|
-
account?: `0x${string}` |
|
|
55209
|
+
chain?: viem530.Chain | null | undefined;
|
|
55210
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55211
55211
|
value?: bigint | undefined;
|
|
55212
55212
|
dataSuffix?: `0x${string}` | undefined;
|
|
55213
|
-
type?: "eip2930" | undefined;
|
|
55214
55213
|
gas?: bigint | undefined;
|
|
55215
55214
|
nonce?: number | undefined;
|
|
55215
|
+
type?: "eip2930" | undefined;
|
|
55216
55216
|
blobs?: undefined;
|
|
55217
55217
|
blobVersionedHashes?: undefined;
|
|
55218
55218
|
kzg?: undefined;
|
|
@@ -55220,7 +55220,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55220
55220
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55221
55221
|
maxFeePerGas?: undefined | undefined;
|
|
55222
55222
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55223
|
-
accessList?:
|
|
55223
|
+
accessList?: viem530.AccessList | undefined;
|
|
55224
55224
|
sidecars?: undefined;
|
|
55225
55225
|
authorizationList?: undefined;
|
|
55226
55226
|
chainId?: number | undefined;
|
|
@@ -55230,13 +55230,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55230
55230
|
functionName: string;
|
|
55231
55231
|
args?: readonly unknown[] | undefined;
|
|
55232
55232
|
address: Address;
|
|
55233
|
-
chain?:
|
|
55234
|
-
account?: `0x${string}` |
|
|
55233
|
+
chain?: viem530.Chain | null | undefined;
|
|
55234
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55235
55235
|
value?: bigint | undefined;
|
|
55236
55236
|
dataSuffix?: `0x${string}` | undefined;
|
|
55237
|
-
type?: "eip1559" | undefined;
|
|
55238
55237
|
gas?: bigint | undefined;
|
|
55239
55238
|
nonce?: number | undefined;
|
|
55239
|
+
type?: "eip1559" | undefined;
|
|
55240
55240
|
blobs?: undefined;
|
|
55241
55241
|
blobVersionedHashes?: undefined;
|
|
55242
55242
|
kzg?: undefined;
|
|
@@ -55244,7 +55244,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55244
55244
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55245
55245
|
maxFeePerGas?: bigint | undefined;
|
|
55246
55246
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55247
|
-
accessList?:
|
|
55247
|
+
accessList?: viem530.AccessList | undefined;
|
|
55248
55248
|
sidecars?: undefined;
|
|
55249
55249
|
authorizationList?: undefined;
|
|
55250
55250
|
chainId?: number | undefined;
|
|
@@ -55254,22 +55254,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55254
55254
|
functionName: string;
|
|
55255
55255
|
args?: readonly unknown[] | undefined;
|
|
55256
55256
|
address: Address;
|
|
55257
|
-
chain?:
|
|
55258
|
-
account?: `0x${string}` |
|
|
55257
|
+
chain?: viem530.Chain | null | undefined;
|
|
55258
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55259
55259
|
value?: bigint | undefined;
|
|
55260
55260
|
dataSuffix?: `0x${string}` | undefined;
|
|
55261
|
-
type?: "eip4844" | undefined;
|
|
55262
55261
|
gas?: bigint | undefined;
|
|
55263
55262
|
nonce?: number | undefined;
|
|
55264
|
-
|
|
55265
|
-
|
|
55263
|
+
type?: "eip4844" | undefined;
|
|
55264
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
55265
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
55266
55266
|
kzg?: undefined;
|
|
55267
55267
|
gasPrice?: undefined | undefined;
|
|
55268
55268
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55269
55269
|
maxFeePerGas?: bigint | undefined;
|
|
55270
55270
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55271
|
-
accessList?:
|
|
55272
|
-
sidecars?: readonly
|
|
55271
|
+
accessList?: viem530.AccessList | undefined;
|
|
55272
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55273
55273
|
authorizationList?: undefined;
|
|
55274
55274
|
chainId?: number | undefined;
|
|
55275
55275
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55278,22 +55278,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55278
55278
|
functionName: string;
|
|
55279
55279
|
args?: readonly unknown[] | undefined;
|
|
55280
55280
|
address: Address;
|
|
55281
|
-
chain?:
|
|
55282
|
-
account?: `0x${string}` |
|
|
55281
|
+
chain?: viem530.Chain | null | undefined;
|
|
55282
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55283
55283
|
value?: bigint | undefined;
|
|
55284
55284
|
dataSuffix?: `0x${string}` | undefined;
|
|
55285
|
-
type?: "eip4844" | undefined;
|
|
55286
55285
|
gas?: bigint | undefined;
|
|
55287
55286
|
nonce?: number | undefined;
|
|
55288
|
-
|
|
55287
|
+
type?: "eip4844" | undefined;
|
|
55288
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
55289
55289
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55290
|
-
kzg?:
|
|
55290
|
+
kzg?: viem530.Kzg | undefined;
|
|
55291
55291
|
gasPrice?: undefined | undefined;
|
|
55292
55292
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55293
55293
|
maxFeePerGas?: bigint | undefined;
|
|
55294
55294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55295
|
-
accessList?:
|
|
55296
|
-
sidecars?: readonly
|
|
55295
|
+
accessList?: viem530.AccessList | undefined;
|
|
55296
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55297
55297
|
authorizationList?: undefined;
|
|
55298
55298
|
chainId?: number | undefined;
|
|
55299
55299
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55302,13 +55302,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55302
55302
|
functionName: string;
|
|
55303
55303
|
args?: readonly unknown[] | undefined;
|
|
55304
55304
|
address: Address;
|
|
55305
|
-
chain?:
|
|
55306
|
-
account?: `0x${string}` |
|
|
55305
|
+
chain?: viem530.Chain | null | undefined;
|
|
55306
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55307
55307
|
value?: bigint | undefined;
|
|
55308
55308
|
dataSuffix?: `0x${string}` | undefined;
|
|
55309
|
-
type?: "eip7702" | undefined;
|
|
55310
55309
|
gas?: bigint | undefined;
|
|
55311
55310
|
nonce?: number | undefined;
|
|
55311
|
+
type?: "eip7702" | undefined;
|
|
55312
55312
|
blobs?: undefined;
|
|
55313
55313
|
blobVersionedHashes?: undefined;
|
|
55314
55314
|
kzg?: undefined;
|
|
@@ -55316,9 +55316,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55316
55316
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55317
55317
|
maxFeePerGas?: bigint | undefined;
|
|
55318
55318
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55319
|
-
accessList?:
|
|
55319
|
+
accessList?: viem530.AccessList | undefined;
|
|
55320
55320
|
sidecars?: undefined;
|
|
55321
|
-
authorizationList?:
|
|
55321
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
55322
55322
|
chainId?: number | undefined;
|
|
55323
55323
|
connector?: wagmi0.Connector | undefined;
|
|
55324
55324
|
};
|
|
@@ -55351,13 +55351,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55351
55351
|
functionName: string;
|
|
55352
55352
|
args?: readonly unknown[] | undefined;
|
|
55353
55353
|
address: Address;
|
|
55354
|
-
chain?:
|
|
55355
|
-
account?: `0x${string}` |
|
|
55354
|
+
chain?: viem530.Chain | null | undefined;
|
|
55355
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55356
55356
|
value?: bigint | undefined;
|
|
55357
55357
|
dataSuffix?: `0x${string}` | undefined;
|
|
55358
|
-
type?: "legacy" | undefined;
|
|
55359
55358
|
gas?: bigint | undefined;
|
|
55360
55359
|
nonce?: number | undefined;
|
|
55360
|
+
type?: "legacy" | undefined;
|
|
55361
55361
|
blobs?: undefined;
|
|
55362
55362
|
blobVersionedHashes?: undefined;
|
|
55363
55363
|
kzg?: undefined;
|
|
@@ -55375,13 +55375,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55375
55375
|
functionName: string;
|
|
55376
55376
|
args?: readonly unknown[] | undefined;
|
|
55377
55377
|
address: Address;
|
|
55378
|
-
chain?:
|
|
55379
|
-
account?: `0x${string}` |
|
|
55378
|
+
chain?: viem530.Chain | null | undefined;
|
|
55379
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55380
55380
|
value?: bigint | undefined;
|
|
55381
55381
|
dataSuffix?: `0x${string}` | undefined;
|
|
55382
|
-
type?: "eip2930" | undefined;
|
|
55383
55382
|
gas?: bigint | undefined;
|
|
55384
55383
|
nonce?: number | undefined;
|
|
55384
|
+
type?: "eip2930" | undefined;
|
|
55385
55385
|
blobs?: undefined;
|
|
55386
55386
|
blobVersionedHashes?: undefined;
|
|
55387
55387
|
kzg?: undefined;
|
|
@@ -55389,7 +55389,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55389
55389
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55390
55390
|
maxFeePerGas?: undefined | undefined;
|
|
55391
55391
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55392
|
-
accessList?:
|
|
55392
|
+
accessList?: viem530.AccessList | undefined;
|
|
55393
55393
|
sidecars?: undefined;
|
|
55394
55394
|
authorizationList?: undefined;
|
|
55395
55395
|
chainId?: number | undefined;
|
|
@@ -55399,13 +55399,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55399
55399
|
functionName: string;
|
|
55400
55400
|
args?: readonly unknown[] | undefined;
|
|
55401
55401
|
address: Address;
|
|
55402
|
-
chain?:
|
|
55403
|
-
account?: `0x${string}` |
|
|
55402
|
+
chain?: viem530.Chain | null | undefined;
|
|
55403
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55404
55404
|
value?: bigint | undefined;
|
|
55405
55405
|
dataSuffix?: `0x${string}` | undefined;
|
|
55406
|
-
type?: "eip1559" | undefined;
|
|
55407
55406
|
gas?: bigint | undefined;
|
|
55408
55407
|
nonce?: number | undefined;
|
|
55408
|
+
type?: "eip1559" | undefined;
|
|
55409
55409
|
blobs?: undefined;
|
|
55410
55410
|
blobVersionedHashes?: undefined;
|
|
55411
55411
|
kzg?: undefined;
|
|
@@ -55413,7 +55413,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55413
55413
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55414
55414
|
maxFeePerGas?: bigint | undefined;
|
|
55415
55415
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55416
|
-
accessList?:
|
|
55416
|
+
accessList?: viem530.AccessList | undefined;
|
|
55417
55417
|
sidecars?: undefined;
|
|
55418
55418
|
authorizationList?: undefined;
|
|
55419
55419
|
chainId?: number | undefined;
|
|
@@ -55423,22 +55423,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55423
55423
|
functionName: string;
|
|
55424
55424
|
args?: readonly unknown[] | undefined;
|
|
55425
55425
|
address: Address;
|
|
55426
|
-
chain?:
|
|
55427
|
-
account?: `0x${string}` |
|
|
55426
|
+
chain?: viem530.Chain | null | undefined;
|
|
55427
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55428
55428
|
value?: bigint | undefined;
|
|
55429
55429
|
dataSuffix?: `0x${string}` | undefined;
|
|
55430
|
-
type?: "eip4844" | undefined;
|
|
55431
55430
|
gas?: bigint | undefined;
|
|
55432
55431
|
nonce?: number | undefined;
|
|
55433
|
-
|
|
55434
|
-
|
|
55432
|
+
type?: "eip4844" | undefined;
|
|
55433
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
55434
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
55435
55435
|
kzg?: undefined;
|
|
55436
55436
|
gasPrice?: undefined | undefined;
|
|
55437
55437
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55438
55438
|
maxFeePerGas?: bigint | undefined;
|
|
55439
55439
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55440
|
-
accessList?:
|
|
55441
|
-
sidecars?: readonly
|
|
55440
|
+
accessList?: viem530.AccessList | undefined;
|
|
55441
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55442
55442
|
authorizationList?: undefined;
|
|
55443
55443
|
chainId?: number | undefined;
|
|
55444
55444
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55447,22 +55447,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55447
55447
|
functionName: string;
|
|
55448
55448
|
args?: readonly unknown[] | undefined;
|
|
55449
55449
|
address: Address;
|
|
55450
|
-
chain?:
|
|
55451
|
-
account?: `0x${string}` |
|
|
55450
|
+
chain?: viem530.Chain | null | undefined;
|
|
55451
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55452
55452
|
value?: bigint | undefined;
|
|
55453
55453
|
dataSuffix?: `0x${string}` | undefined;
|
|
55454
|
-
type?: "eip4844" | undefined;
|
|
55455
55454
|
gas?: bigint | undefined;
|
|
55456
55455
|
nonce?: number | undefined;
|
|
55457
|
-
|
|
55456
|
+
type?: "eip4844" | undefined;
|
|
55457
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
55458
55458
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55459
|
-
kzg?:
|
|
55459
|
+
kzg?: viem530.Kzg | undefined;
|
|
55460
55460
|
gasPrice?: undefined | undefined;
|
|
55461
55461
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55462
55462
|
maxFeePerGas?: bigint | undefined;
|
|
55463
55463
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55464
|
-
accessList?:
|
|
55465
|
-
sidecars?: readonly
|
|
55464
|
+
accessList?: viem530.AccessList | undefined;
|
|
55465
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55466
55466
|
authorizationList?: undefined;
|
|
55467
55467
|
chainId?: number | undefined;
|
|
55468
55468
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55471,13 +55471,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55471
55471
|
functionName: string;
|
|
55472
55472
|
args?: readonly unknown[] | undefined;
|
|
55473
55473
|
address: Address;
|
|
55474
|
-
chain?:
|
|
55475
|
-
account?: `0x${string}` |
|
|
55474
|
+
chain?: viem530.Chain | null | undefined;
|
|
55475
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55476
55476
|
value?: bigint | undefined;
|
|
55477
55477
|
dataSuffix?: `0x${string}` | undefined;
|
|
55478
|
-
type?: "eip7702" | undefined;
|
|
55479
55478
|
gas?: bigint | undefined;
|
|
55480
55479
|
nonce?: number | undefined;
|
|
55480
|
+
type?: "eip7702" | undefined;
|
|
55481
55481
|
blobs?: undefined;
|
|
55482
55482
|
blobVersionedHashes?: undefined;
|
|
55483
55483
|
kzg?: undefined;
|
|
@@ -55485,9 +55485,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55485
55485
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55486
55486
|
maxFeePerGas?: bigint | undefined;
|
|
55487
55487
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55488
|
-
accessList?:
|
|
55488
|
+
accessList?: viem530.AccessList | undefined;
|
|
55489
55489
|
sidecars?: undefined;
|
|
55490
|
-
authorizationList?:
|
|
55490
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
55491
55491
|
chainId?: number | undefined;
|
|
55492
55492
|
connector?: wagmi0.Connector | undefined;
|
|
55493
55493
|
};
|
|
@@ -55520,13 +55520,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55520
55520
|
functionName: string;
|
|
55521
55521
|
args?: readonly unknown[] | undefined;
|
|
55522
55522
|
address: Address;
|
|
55523
|
-
chain?:
|
|
55524
|
-
account?: `0x${string}` |
|
|
55523
|
+
chain?: viem530.Chain | null | undefined;
|
|
55524
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55525
55525
|
value?: bigint | undefined;
|
|
55526
55526
|
dataSuffix?: `0x${string}` | undefined;
|
|
55527
|
-
type?: "legacy" | undefined;
|
|
55528
55527
|
gas?: bigint | undefined;
|
|
55529
55528
|
nonce?: number | undefined;
|
|
55529
|
+
type?: "legacy" | undefined;
|
|
55530
55530
|
blobs?: undefined;
|
|
55531
55531
|
blobVersionedHashes?: undefined;
|
|
55532
55532
|
kzg?: undefined;
|
|
@@ -55544,13 +55544,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55544
55544
|
functionName: string;
|
|
55545
55545
|
args?: readonly unknown[] | undefined;
|
|
55546
55546
|
address: Address;
|
|
55547
|
-
chain?:
|
|
55548
|
-
account?: `0x${string}` |
|
|
55547
|
+
chain?: viem530.Chain | null | undefined;
|
|
55548
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55549
55549
|
value?: bigint | undefined;
|
|
55550
55550
|
dataSuffix?: `0x${string}` | undefined;
|
|
55551
|
-
type?: "eip2930" | undefined;
|
|
55552
55551
|
gas?: bigint | undefined;
|
|
55553
55552
|
nonce?: number | undefined;
|
|
55553
|
+
type?: "eip2930" | undefined;
|
|
55554
55554
|
blobs?: undefined;
|
|
55555
55555
|
blobVersionedHashes?: undefined;
|
|
55556
55556
|
kzg?: undefined;
|
|
@@ -55558,7 +55558,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55558
55558
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55559
55559
|
maxFeePerGas?: undefined | undefined;
|
|
55560
55560
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55561
|
-
accessList?:
|
|
55561
|
+
accessList?: viem530.AccessList | undefined;
|
|
55562
55562
|
sidecars?: undefined;
|
|
55563
55563
|
authorizationList?: undefined;
|
|
55564
55564
|
chainId?: number | undefined;
|
|
@@ -55568,13 +55568,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55568
55568
|
functionName: string;
|
|
55569
55569
|
args?: readonly unknown[] | undefined;
|
|
55570
55570
|
address: Address;
|
|
55571
|
-
chain?:
|
|
55572
|
-
account?: `0x${string}` |
|
|
55571
|
+
chain?: viem530.Chain | null | undefined;
|
|
55572
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55573
55573
|
value?: bigint | undefined;
|
|
55574
55574
|
dataSuffix?: `0x${string}` | undefined;
|
|
55575
|
-
type?: "eip1559" | undefined;
|
|
55576
55575
|
gas?: bigint | undefined;
|
|
55577
55576
|
nonce?: number | undefined;
|
|
55577
|
+
type?: "eip1559" | undefined;
|
|
55578
55578
|
blobs?: undefined;
|
|
55579
55579
|
blobVersionedHashes?: undefined;
|
|
55580
55580
|
kzg?: undefined;
|
|
@@ -55582,7 +55582,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55582
55582
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55583
55583
|
maxFeePerGas?: bigint | undefined;
|
|
55584
55584
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55585
|
-
accessList?:
|
|
55585
|
+
accessList?: viem530.AccessList | undefined;
|
|
55586
55586
|
sidecars?: undefined;
|
|
55587
55587
|
authorizationList?: undefined;
|
|
55588
55588
|
chainId?: number | undefined;
|
|
@@ -55592,22 +55592,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55592
55592
|
functionName: string;
|
|
55593
55593
|
args?: readonly unknown[] | undefined;
|
|
55594
55594
|
address: Address;
|
|
55595
|
-
chain?:
|
|
55596
|
-
account?: `0x${string}` |
|
|
55595
|
+
chain?: viem530.Chain | null | undefined;
|
|
55596
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55597
55597
|
value?: bigint | undefined;
|
|
55598
55598
|
dataSuffix?: `0x${string}` | undefined;
|
|
55599
|
-
type?: "eip4844" | undefined;
|
|
55600
55599
|
gas?: bigint | undefined;
|
|
55601
55600
|
nonce?: number | undefined;
|
|
55602
|
-
|
|
55603
|
-
|
|
55601
|
+
type?: "eip4844" | undefined;
|
|
55602
|
+
blobs?: readonly `0x${string}`[] | readonly viem530.ByteArray[] | undefined;
|
|
55603
|
+
blobVersionedHashes: readonly viem530.Hex[];
|
|
55604
55604
|
kzg?: undefined;
|
|
55605
55605
|
gasPrice?: undefined | undefined;
|
|
55606
55606
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55607
55607
|
maxFeePerGas?: bigint | undefined;
|
|
55608
55608
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55609
|
-
accessList?:
|
|
55610
|
-
sidecars?: readonly
|
|
55609
|
+
accessList?: viem530.AccessList | undefined;
|
|
55610
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55611
55611
|
authorizationList?: undefined;
|
|
55612
55612
|
chainId?: number | undefined;
|
|
55613
55613
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55616,22 +55616,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55616
55616
|
functionName: string;
|
|
55617
55617
|
args?: readonly unknown[] | undefined;
|
|
55618
55618
|
address: Address;
|
|
55619
|
-
chain?:
|
|
55620
|
-
account?: `0x${string}` |
|
|
55619
|
+
chain?: viem530.Chain | null | undefined;
|
|
55620
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55621
55621
|
value?: bigint | undefined;
|
|
55622
55622
|
dataSuffix?: `0x${string}` | undefined;
|
|
55623
|
-
type?: "eip4844" | undefined;
|
|
55624
55623
|
gas?: bigint | undefined;
|
|
55625
55624
|
nonce?: number | undefined;
|
|
55626
|
-
|
|
55625
|
+
type?: "eip4844" | undefined;
|
|
55626
|
+
blobs: readonly viem530.Hex[] | readonly viem530.ByteArray[];
|
|
55627
55627
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55628
|
-
kzg?:
|
|
55628
|
+
kzg?: viem530.Kzg | undefined;
|
|
55629
55629
|
gasPrice?: undefined | undefined;
|
|
55630
55630
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55631
55631
|
maxFeePerGas?: bigint | undefined;
|
|
55632
55632
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55633
|
-
accessList?:
|
|
55634
|
-
sidecars?: readonly
|
|
55633
|
+
accessList?: viem530.AccessList | undefined;
|
|
55634
|
+
sidecars?: readonly viem530.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55635
55635
|
authorizationList?: undefined;
|
|
55636
55636
|
chainId?: number | undefined;
|
|
55637
55637
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -55640,13 +55640,13 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55640
55640
|
functionName: string;
|
|
55641
55641
|
args?: readonly unknown[] | undefined;
|
|
55642
55642
|
address: Address;
|
|
55643
|
-
chain?:
|
|
55644
|
-
account?: `0x${string}` |
|
|
55643
|
+
chain?: viem530.Chain | null | undefined;
|
|
55644
|
+
account?: `0x${string}` | viem530.Account | null | undefined;
|
|
55645
55645
|
value?: bigint | undefined;
|
|
55646
55646
|
dataSuffix?: `0x${string}` | undefined;
|
|
55647
|
-
type?: "eip7702" | undefined;
|
|
55648
55647
|
gas?: bigint | undefined;
|
|
55649
55648
|
nonce?: number | undefined;
|
|
55649
|
+
type?: "eip7702" | undefined;
|
|
55650
55650
|
blobs?: undefined;
|
|
55651
55651
|
blobVersionedHashes?: undefined;
|
|
55652
55652
|
kzg?: undefined;
|
|
@@ -55654,9 +55654,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55654
55654
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55655
55655
|
maxFeePerGas?: bigint | undefined;
|
|
55656
55656
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55657
|
-
accessList?:
|
|
55657
|
+
accessList?: viem530.AccessList | undefined;
|
|
55658
55658
|
sidecars?: undefined;
|
|
55659
|
-
authorizationList?:
|
|
55659
|
+
authorizationList?: viem530.AuthorizationList<number, boolean> | undefined;
|
|
55660
55660
|
chainId?: number | undefined;
|
|
55661
55661
|
connector?: wagmi0.Connector | undefined;
|
|
55662
55662
|
};
|
|
@@ -55680,7 +55680,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
55680
55680
|
declare const useLens: () => {
|
|
55681
55681
|
timelockLens: {
|
|
55682
55682
|
read: {
|
|
55683
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
55683
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
55684
55684
|
readonly type: "function";
|
|
55685
55685
|
readonly name: "batchGetRefTick";
|
|
55686
55686
|
readonly inputs: readonly [{
|
|
@@ -56601,7 +56601,7 @@ declare const useLens: () => {
|
|
|
56601
56601
|
}];
|
|
56602
56602
|
readonly stateMutability: "view";
|
|
56603
56603
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
56604
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
56604
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
56605
56605
|
readonly type: "function";
|
|
56606
56606
|
readonly name: "batchGetRefTick";
|
|
56607
56607
|
readonly inputs: readonly [{
|
|
@@ -57534,7 +57534,7 @@ declare const useLens: () => {
|
|
|
57534
57534
|
borrowedAmount0: bigint;
|
|
57535
57535
|
borrowedAmount1: bigint;
|
|
57536
57536
|
}[]>;
|
|
57537
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
57537
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
57538
57538
|
readonly type: "function";
|
|
57539
57539
|
readonly name: "batchGetRefTick";
|
|
57540
57540
|
readonly inputs: readonly [{
|
|
@@ -58465,7 +58465,7 @@ declare const useLens: () => {
|
|
|
58465
58465
|
expiresAt: number;
|
|
58466
58466
|
liquidities: readonly bigint[];
|
|
58467
58467
|
}[]>;
|
|
58468
|
-
getFeeRates: (args: readonly [`0x${string}`], options?:
|
|
58468
|
+
getFeeRates: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
58469
58469
|
readonly type: "function";
|
|
58470
58470
|
readonly name: "batchGetRefTick";
|
|
58471
58471
|
readonly inputs: readonly [{
|
|
@@ -59392,7 +59392,7 @@ declare const useLens: () => {
|
|
|
59392
59392
|
minBaseFee: bigint;
|
|
59393
59393
|
feeRecipient: `0x${string}`;
|
|
59394
59394
|
}>;
|
|
59395
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?:
|
|
59395
|
+
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
59396
59396
|
readonly type: "function";
|
|
59397
59397
|
readonly name: "batchGetRefTick";
|
|
59398
59398
|
readonly inputs: readonly [{
|
|
@@ -60329,7 +60329,7 @@ declare const useLens: () => {
|
|
|
60329
60329
|
senderIsAdmin: boolean;
|
|
60330
60330
|
senderIsPauser: boolean;
|
|
60331
60331
|
}>;
|
|
60332
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
60332
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
60333
60333
|
readonly type: "function";
|
|
60334
60334
|
readonly name: "batchGetRefTick";
|
|
60335
60335
|
readonly inputs: readonly [{
|
|
@@ -61250,7 +61250,7 @@ declare const useLens: () => {
|
|
|
61250
61250
|
}];
|
|
61251
61251
|
readonly stateMutability: "view";
|
|
61252
61252
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
61253
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
61253
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
61254
61254
|
readonly type: "function";
|
|
61255
61255
|
readonly name: "batchGetRefTick";
|
|
61256
61256
|
readonly inputs: readonly [{
|
|
@@ -62191,7 +62191,7 @@ declare const useLens: () => {
|
|
|
62191
62191
|
optionAssetName: string;
|
|
62192
62192
|
payoutAssetName: string;
|
|
62193
62193
|
}>;
|
|
62194
|
-
getMarketState: (args: readonly [`0x${string}`], options?:
|
|
62194
|
+
getMarketState: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
62195
62195
|
readonly type: "function";
|
|
62196
62196
|
readonly name: "batchGetRefTick";
|
|
62197
62197
|
readonly inputs: readonly [{
|
|
@@ -63117,7 +63117,7 @@ declare const useLens: () => {
|
|
|
63117
63117
|
feeStrategy: `0x${string}`;
|
|
63118
63118
|
owner: `0x${string}`;
|
|
63119
63119
|
}>;
|
|
63120
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
63120
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
63121
63121
|
readonly type: "function";
|
|
63122
63122
|
readonly name: "batchGetRefTick";
|
|
63123
63123
|
readonly inputs: readonly [{
|
|
@@ -64038,7 +64038,7 @@ declare const useLens: () => {
|
|
|
64038
64038
|
}];
|
|
64039
64039
|
readonly stateMutability: "view";
|
|
64040
64040
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
64041
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
64041
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
64042
64042
|
readonly type: "function";
|
|
64043
64043
|
readonly name: "batchGetRefTick";
|
|
64044
64044
|
readonly inputs: readonly [{
|
|
@@ -64959,7 +64959,7 @@ declare const useLens: () => {
|
|
|
64959
64959
|
}];
|
|
64960
64960
|
readonly stateMutability: "view";
|
|
64961
64961
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
64962
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
64962
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
64963
64963
|
readonly type: "function";
|
|
64964
64964
|
readonly name: "batchGetRefTick";
|
|
64965
64965
|
readonly inputs: readonly [{
|
|
@@ -65880,7 +65880,7 @@ declare const useLens: () => {
|
|
|
65880
65880
|
}];
|
|
65881
65881
|
readonly stateMutability: "view";
|
|
65882
65882
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
65883
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
65883
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
65884
65884
|
readonly type: "function";
|
|
65885
65885
|
readonly name: "batchGetRefTick";
|
|
65886
65886
|
readonly inputs: readonly [{
|
|
@@ -66801,7 +66801,7 @@ declare const useLens: () => {
|
|
|
66801
66801
|
}];
|
|
66802
66802
|
readonly stateMutability: "view";
|
|
66803
66803
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
66804
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
66804
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
66805
66805
|
readonly type: "function";
|
|
66806
66806
|
readonly name: "batchGetRefTick";
|
|
66807
66807
|
readonly inputs: readonly [{
|
|
@@ -67732,7 +67732,7 @@ declare const useLens: () => {
|
|
|
67732
67732
|
expiresAt: number;
|
|
67733
67733
|
liquidities: readonly bigint[];
|
|
67734
67734
|
}>;
|
|
67735
|
-
getOptionPricingParams: (args: readonly [`0x${string}`], options?:
|
|
67735
|
+
getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
67736
67736
|
readonly type: "function";
|
|
67737
67737
|
readonly name: "batchGetRefTick";
|
|
67738
67738
|
readonly inputs: readonly [{
|
|
@@ -68659,7 +68659,7 @@ declare const useLens: () => {
|
|
|
68659
68659
|
minPremiumDailyRate: number;
|
|
68660
68660
|
minPremiumAmount: bigint;
|
|
68661
68661
|
}>;
|
|
68662
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
68662
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
68663
68663
|
readonly type: "function";
|
|
68664
68664
|
readonly name: "batchGetRefTick";
|
|
68665
68665
|
readonly inputs: readonly [{
|
|
@@ -69596,7 +69596,7 @@ declare const useLens: () => {
|
|
|
69596
69596
|
fee: number;
|
|
69597
69597
|
tickSpacing: number;
|
|
69598
69598
|
hooks: `0x${string}`;
|
|
69599
|
-
}], options?:
|
|
69599
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
69600
69600
|
readonly type: "function";
|
|
69601
69601
|
readonly name: "batchGetRefTick";
|
|
69602
69602
|
readonly inputs: readonly [{
|
|
@@ -70534,7 +70534,7 @@ declare const useLens: () => {
|
|
|
70534
70534
|
tickSpacing: number;
|
|
70535
70535
|
fee: number;
|
|
70536
70536
|
}>;
|
|
70537
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
70537
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
70538
70538
|
readonly type: "function";
|
|
70539
70539
|
readonly name: "batchGetRefTick";
|
|
70540
70540
|
readonly inputs: readonly [{
|
|
@@ -71455,7 +71455,7 @@ declare const useLens: () => {
|
|
|
71455
71455
|
}];
|
|
71456
71456
|
readonly stateMutability: "view";
|
|
71457
71457
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
71458
|
-
getStaticPricingParams: (args: readonly [`0x${string}`], options?:
|
|
71458
|
+
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
71459
71459
|
readonly type: "function";
|
|
71460
71460
|
readonly name: "batchGetRefTick";
|
|
71461
71461
|
readonly inputs: readonly [{
|
|
@@ -72379,7 +72379,7 @@ declare const useLens: () => {
|
|
|
72379
72379
|
dailyFundingRate: number;
|
|
72380
72380
|
minFundingAmount: bigint;
|
|
72381
72381
|
}>;
|
|
72382
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
72382
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
72383
72383
|
readonly type: "function";
|
|
72384
72384
|
readonly name: "batchGetRefTick";
|
|
72385
72385
|
readonly inputs: readonly [{
|
|
@@ -73304,7 +73304,7 @@ declare const useLens: () => {
|
|
|
73304
73304
|
symbol: string;
|
|
73305
73305
|
name: string;
|
|
73306
73306
|
}>;
|
|
73307
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
73307
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
73308
73308
|
readonly type: "function";
|
|
73309
73309
|
readonly name: "batchGetRefTick";
|
|
73310
73310
|
readonly inputs: readonly [{
|
|
@@ -74235,7 +74235,7 @@ declare const useLens: () => {
|
|
|
74235
74235
|
expiresAt: number;
|
|
74236
74236
|
liquidities: readonly bigint[];
|
|
74237
74237
|
}[], bigint, boolean]>;
|
|
74238
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
74238
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
74239
74239
|
readonly type: "function";
|
|
74240
74240
|
readonly name: "batchGetRefTick";
|
|
74241
74241
|
readonly inputs: readonly [{
|
|
@@ -75166,7 +75166,7 @@ declare const useLens: () => {
|
|
|
75166
75166
|
};
|
|
75167
75167
|
owner: `0x${string}`;
|
|
75168
75168
|
}>;
|
|
75169
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
75169
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
75170
75170
|
readonly type: "function";
|
|
75171
75171
|
readonly name: "batchGetRefTick";
|
|
75172
75172
|
readonly inputs: readonly [{
|
|
@@ -77013,7 +77013,7 @@ declare const useLens: () => {
|
|
|
77013
77013
|
} | undefined;
|
|
77014
77014
|
stateView: {
|
|
77015
77015
|
read: {
|
|
77016
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
77016
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
77017
77017
|
readonly type: "function";
|
|
77018
77018
|
readonly name: "getFeeGrowthGlobals";
|
|
77019
77019
|
readonly inputs: readonly [{
|
|
@@ -77860,7 +77860,7 @@ declare const useLens: () => {
|
|
|
77860
77860
|
fee: number;
|
|
77861
77861
|
tickSpacing: number;
|
|
77862
77862
|
hooks: `0x${string}`;
|
|
77863
|
-
}], options?:
|
|
77863
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
77864
77864
|
readonly type: "function";
|
|
77865
77865
|
readonly name: "getFeeGrowthGlobals";
|
|
77866
77866
|
readonly inputs: readonly [{
|
|
@@ -78702,7 +78702,7 @@ declare const useLens: () => {
|
|
|
78702
78702
|
tickSpacing: number;
|
|
78703
78703
|
hooks: `0x${string}`;
|
|
78704
78704
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
78705
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
78705
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
78706
78706
|
readonly type: "function";
|
|
78707
78707
|
readonly name: "getFeeGrowthGlobals";
|
|
78708
78708
|
readonly inputs: readonly [{
|
|
@@ -79549,7 +79549,7 @@ declare const useLens: () => {
|
|
|
79549
79549
|
fee: number;
|
|
79550
79550
|
tickSpacing: number;
|
|
79551
79551
|
hooks: `0x${string}`;
|
|
79552
|
-
}, number, number], options?:
|
|
79552
|
+
}, number, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
79553
79553
|
readonly type: "function";
|
|
79554
79554
|
readonly name: "getFeeGrowthGlobals";
|
|
79555
79555
|
readonly inputs: readonly [{
|
|
@@ -80391,7 +80391,7 @@ declare const useLens: () => {
|
|
|
80391
80391
|
tickSpacing: number;
|
|
80392
80392
|
hooks: `0x${string}`;
|
|
80393
80393
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
80394
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
80394
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
80395
80395
|
readonly type: "function";
|
|
80396
80396
|
readonly name: "getFeeGrowthGlobals";
|
|
80397
80397
|
readonly inputs: readonly [{
|
|
@@ -81238,7 +81238,7 @@ declare const useLens: () => {
|
|
|
81238
81238
|
fee: number;
|
|
81239
81239
|
tickSpacing: number;
|
|
81240
81240
|
hooks: `0x${string}`;
|
|
81241
|
-
}], options?:
|
|
81241
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
81242
81242
|
readonly type: "function";
|
|
81243
81243
|
readonly name: "getFeeGrowthGlobals";
|
|
81244
81244
|
readonly inputs: readonly [{
|
|
@@ -82080,7 +82080,7 @@ declare const useLens: () => {
|
|
|
82080
82080
|
tickSpacing: number;
|
|
82081
82081
|
hooks: `0x${string}`;
|
|
82082
82082
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
82083
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
82083
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
82084
82084
|
readonly type: "function";
|
|
82085
82085
|
readonly name: "getFeeGrowthGlobals";
|
|
82086
82086
|
readonly inputs: readonly [{
|
|
@@ -82927,7 +82927,7 @@ declare const useLens: () => {
|
|
|
82927
82927
|
fee: number;
|
|
82928
82928
|
tickSpacing: number;
|
|
82929
82929
|
hooks: `0x${string}`;
|
|
82930
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
82930
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
82931
82931
|
readonly type: "function";
|
|
82932
82932
|
readonly name: "getFeeGrowthGlobals";
|
|
82933
82933
|
readonly inputs: readonly [{
|
|
@@ -83780,7 +83780,7 @@ declare const useLens: () => {
|
|
|
83780
83780
|
fee: number;
|
|
83781
83781
|
tickSpacing: number;
|
|
83782
83782
|
hooks: `0x${string}`;
|
|
83783
|
-
}, `0x${string}`], options?:
|
|
83783
|
+
}, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
83784
83784
|
readonly type: "function";
|
|
83785
83785
|
readonly name: "getFeeGrowthGlobals";
|
|
83786
83786
|
readonly inputs: readonly [{
|
|
@@ -84633,7 +84633,7 @@ declare const useLens: () => {
|
|
|
84633
84633
|
fee: number;
|
|
84634
84634
|
tickSpacing: number;
|
|
84635
84635
|
hooks: `0x${string}`;
|
|
84636
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
84636
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
84637
84637
|
readonly type: "function";
|
|
84638
84638
|
readonly name: "getFeeGrowthGlobals";
|
|
84639
84639
|
readonly inputs: readonly [{
|
|
@@ -85481,7 +85481,7 @@ declare const useLens: () => {
|
|
|
85481
85481
|
tickSpacing: number;
|
|
85482
85482
|
hooks: `0x${string}`;
|
|
85483
85483
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
85484
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
85484
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
85485
85485
|
readonly type: "function";
|
|
85486
85486
|
readonly name: "getFeeGrowthGlobals";
|
|
85487
85487
|
readonly inputs: readonly [{
|
|
@@ -86328,7 +86328,7 @@ declare const useLens: () => {
|
|
|
86328
86328
|
fee: number;
|
|
86329
86329
|
tickSpacing: number;
|
|
86330
86330
|
hooks: `0x${string}`;
|
|
86331
|
-
}, `0x${string}`], options?:
|
|
86331
|
+
}, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
86332
86332
|
readonly type: "function";
|
|
86333
86333
|
readonly name: "getFeeGrowthGlobals";
|
|
86334
86334
|
readonly inputs: readonly [{
|
|
@@ -87170,7 +87170,7 @@ declare const useLens: () => {
|
|
|
87170
87170
|
tickSpacing: number;
|
|
87171
87171
|
hooks: `0x${string}`;
|
|
87172
87172
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
87173
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
87173
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
87174
87174
|
readonly type: "function";
|
|
87175
87175
|
readonly name: "getFeeGrowthGlobals";
|
|
87176
87176
|
readonly inputs: readonly [{
|
|
@@ -88005,19 +88005,19 @@ declare const useLens: () => {
|
|
|
88005
88005
|
readonly internalType: "int128";
|
|
88006
88006
|
}];
|
|
88007
88007
|
readonly stateMutability: "view";
|
|
88008
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
88008
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
88009
88009
|
currency0: `0x${string}`;
|
|
88010
88010
|
currency1: `0x${string}`;
|
|
88011
88011
|
fee: number;
|
|
88012
88012
|
tickSpacing: number;
|
|
88013
88013
|
hooks: `0x${string}`;
|
|
88014
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
88014
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
88015
88015
|
currency0: `0x${string}`;
|
|
88016
88016
|
currency1: `0x${string}`;
|
|
88017
88017
|
fee: number;
|
|
88018
88018
|
tickSpacing: number;
|
|
88019
88019
|
hooks: `0x${string}`;
|
|
88020
|
-
}], options?:
|
|
88020
|
+
}], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
88021
88021
|
readonly type: "function";
|
|
88022
88022
|
readonly name: "getFeeGrowthGlobals";
|
|
88023
88023
|
readonly inputs: readonly [{
|
|
@@ -88852,14 +88852,14 @@ declare const useLens: () => {
|
|
|
88852
88852
|
readonly internalType: "int128";
|
|
88853
88853
|
}];
|
|
88854
88854
|
readonly stateMutability: "view";
|
|
88855
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
88855
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
88856
88856
|
currency0: `0x${string}`;
|
|
88857
88857
|
currency1: `0x${string}`;
|
|
88858
88858
|
fee: number;
|
|
88859
88859
|
tickSpacing: number;
|
|
88860
88860
|
hooks: `0x${string}`;
|
|
88861
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
88862
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
88861
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
88862
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
88863
88863
|
readonly type: "function";
|
|
88864
88864
|
readonly name: "getFeeGrowthGlobals";
|
|
88865
88865
|
readonly inputs: readonly [{
|
|
@@ -89706,7 +89706,7 @@ declare const useLens: () => {
|
|
|
89706
89706
|
fee: number;
|
|
89707
89707
|
tickSpacing: number;
|
|
89708
89708
|
hooks: `0x${string}`;
|
|
89709
|
-
}, number], options?:
|
|
89709
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
89710
89710
|
readonly type: "function";
|
|
89711
89711
|
readonly name: "getFeeGrowthGlobals";
|
|
89712
89712
|
readonly inputs: readonly [{
|
|
@@ -90548,7 +90548,7 @@ declare const useLens: () => {
|
|
|
90548
90548
|
tickSpacing: number;
|
|
90549
90549
|
hooks: `0x${string}`;
|
|
90550
90550
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
90551
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
90551
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
90552
90552
|
readonly type: "function";
|
|
90553
90553
|
readonly name: "getFeeGrowthGlobals";
|
|
90554
90554
|
readonly inputs: readonly [{
|
|
@@ -91395,7 +91395,7 @@ declare const useLens: () => {
|
|
|
91395
91395
|
fee: number;
|
|
91396
91396
|
tickSpacing: number;
|
|
91397
91397
|
hooks: `0x${string}`;
|
|
91398
|
-
}, number], options?:
|
|
91398
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
91399
91399
|
readonly type: "function";
|
|
91400
91400
|
readonly name: "getFeeGrowthGlobals";
|
|
91401
91401
|
readonly inputs: readonly [{
|
|
@@ -92237,7 +92237,7 @@ declare const useLens: () => {
|
|
|
92237
92237
|
tickSpacing: number;
|
|
92238
92238
|
hooks: `0x${string}`;
|
|
92239
92239
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
92240
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
92240
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
92241
92241
|
readonly type: "function";
|
|
92242
92242
|
readonly name: "getFeeGrowthGlobals";
|
|
92243
92243
|
readonly inputs: readonly [{
|
|
@@ -93084,7 +93084,7 @@ declare const useLens: () => {
|
|
|
93084
93084
|
fee: number;
|
|
93085
93085
|
tickSpacing: number;
|
|
93086
93086
|
hooks: `0x${string}`;
|
|
93087
|
-
}, number], options?:
|
|
93087
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
93088
93088
|
readonly type: "function";
|
|
93089
93089
|
readonly name: "getFeeGrowthGlobals";
|
|
93090
93090
|
readonly inputs: readonly [{
|
|
@@ -93926,7 +93926,7 @@ declare const useLens: () => {
|
|
|
93926
93926
|
tickSpacing: number;
|
|
93927
93927
|
hooks: `0x${string}`;
|
|
93928
93928
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
93929
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
93929
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
93930
93930
|
readonly type: "function";
|
|
93931
93931
|
readonly name: "getFeeGrowthGlobals";
|
|
93932
93932
|
readonly inputs: readonly [{
|
|
@@ -94773,7 +94773,7 @@ declare const useLens: () => {
|
|
|
94773
94773
|
fee: number;
|
|
94774
94774
|
tickSpacing: number;
|
|
94775
94775
|
hooks: `0x${string}`;
|
|
94776
|
-
}, number], options?:
|
|
94776
|
+
}, number], options?: viem530.Prettify<viem530.UnionOmit<viem530.ReadContractParameters<readonly [{
|
|
94777
94777
|
readonly type: "function";
|
|
94778
94778
|
readonly name: "getFeeGrowthGlobals";
|
|
94779
94779
|
readonly inputs: readonly [{
|
|
@@ -96457,4 +96457,4 @@ declare const useLens: () => {
|
|
|
96457
96457
|
};
|
|
96458
96458
|
//#endregion
|
|
96459
96459
|
export { PriceResolution as $, getTimelockMarket as $t, useCurrentPrice as A, formatVagueAmount as At, getPriceAtTick as B, useMarketVolume as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatAmount as Dt, usePriceHistory as E, EMPTY_ARRAY as Et, getPayoutAtTick as F, wrapAmount as Ft, liquiditiesToAmounts as G, useTimelockConfig as Gt, getTickAtPrice as H, useMarketData as Ht, PRICE_PRECISION as I, wrapAmountUnscaled as It, token0ToToken1AtTick as J, TimelockMarketData as Jt, roundTick as K, TimelockLens as Kt, getAmountsFromLiquidity as L, wrapPrice as Lt, UniswapPoolData as M, scalePrice as Mt, usePoolData as N, unscaleAmount as Nt, usePriceAtTick as O, formatCondensed as Ot, getPayoutAtPrice as P, unscalePrice as Pt, PriceDataPoint as Q, getTimelockLens as Qt, getNearestValidStrikeTick as R, wrapPriceUnscaled as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockProvider as Ut, getSqrtPriceX96AtPrice as V, useMarketState as Vt, liquiditiesToAmount1 as W, useCurrentMarket as Wt, token1ToToken0AtTick as X, getErc20 as Xt, token1ToToken0 as Y, UniswapMathLens as Yt, PriceData as Z, getStateView as Zt, useTokenData as _, useOptionPremium as _t, MarketPricingData as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, useMarketPricing as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, stateViews as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, timelockLenses as in, useOperatorPerms as it, PoolKey as j, scaleAmount as jt, useCurrentTick as k, formatUSD as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, swappers as nn, useSetOperatorPerms as nt, OptionPricingData as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarket as qt, useStaticPricingParams as r, timelockFactories as rn, useUserOperators as rt, StaticPricingData as s, useUserPerps as st, useLens as t, swapRouters as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, zero as zt };
|
|
96460
|
-
//# sourceMappingURL=client-
|
|
96460
|
+
//# sourceMappingURL=client-BKIKRCjR.d.ts.map
|