# README
Ownership Information
Taken and modified from https://github.com/daoleno/uniswap-sdk-core
# Functions
No description provided by the author
*
* Construct a currency amount with a denominator that is not equal to 1
* @param currency the currency
* @param numerator the numerator of the fractional token amount
* @param denominator the denominator of the fractional token amount
*/.
*
* Returns a new currency amount instance from the unitless amount of token, i.e.
NewFraction creates a new fraction.
No description provided by the author
NewPercent creates a new Percent.
Construct a price, either with the base and quote currency amount, or the args.
NewToken creates a new token with the given currency and address.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Known USDC implementation addresses.
Known USDT implementation addresses.
Known WETH9 implementation addresses, used in our implementation of Ether#wrapped.
# Structs
BaseCurrency is an abstract struct, do not use it directly.
No description provided by the author
Ether is the main usage of a 'native' currency, i.e.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Token represents an ERC20 token with a unique address and some metadata.
# Interfaces
Currency is any fungible financial instrument, including Ether, all ERC20 tokens, and other chain-native currencies.