Module utils/web3/checkTxs
Functions
Const checkTx
- checkTx(tx: TransactionResponse, whaleData: any, isV2: boolean, isV3: boolean, isV2Sushi: boolean): IContractSharkTx
-
Parameters
-
tx: TransactionResponse
-
whaleData: any
-
isV2: boolean
-
isV3: boolean
-
isV2Sushi: boolean
Const getPrice
- getPrice(price: Price<Currency, Currency>): { label: string; labelInverted: string; priceFrom: string; priceFromInverted: string; priceTo: string; priceToInverted: string }
-
Parameters
-
price: Price<Currency, Currency>
Returns { label: string; labelInverted: string; priceFrom: string; priceFromInverted: string; priceTo: string; priceToInverted: string }
-
label: string
-
labelInverted: string
-
priceFrom: string
-
priceFromInverted: string
-
priceTo: string
-
priceToInverted: string