Properties
Readonly
[internal]
[internal]: any
describePricingPath
describePricingPath: TypedContractMethod<[token: AddressLike], [[bigint, string[][], bigint[]] & {
adapterType: bigint;
decimals: bigint[];
path: string[][];
}], "view">
Readonly
fallback
fallback: null | WrappedFallback
getPrice
getPrice: TypedContractMethod<[tokenIn: AddressLike, tokenOut: AddressLike], [bigint], "view">
getPriceAt
getPriceAt: TypedContractMethod<[tokenIn: AddressLike, tokenOut: AddressLike, target: BigNumberish], [bigint], "view">
interface
interface: IOracleAdapterInterface
isPairSupported
isPairSupported: TypedContractMethod<[tokenA: AddressLike, tokenB: AddressLike], [[boolean, boolean] & {
hasPath: boolean;
isCached: boolean;
}], "view">
Readonly
runner
runner: null | ContractRunner
Readonly
target
target: string | Addressable
upsertPair
upsertPair: TypedContractMethod<[tokenA: AddressLike, tokenB: AddressLike], [void], "nonpayable">