Fetcher
Last updated
Was this helpful?
Last updated
Was this helpful?
The data fetching logic is split from the rest of the code for better tree-shaking, i.e. so that it does not get packaged into your code unless it is used. The SDK is otherwise unconcerned with how you get data from the blockchain.
This class contains static methods for constructing instances of pairs and tokens from on-chain data. It cannot be constructed.
Initializes a class instance from a chainId and token address, if the decimals of the token are unknown and cannot be fetched externally. Decimals are fetched via an v5 provider. If not passed in, a default provider is used.
Initializes a class instance from two Tokens, if the pair’s balances of these tokens are unknown and cannot be fetched externally. Pair reserves are fetched via an v5 provider. If not passed in, a default provider is used.