utils APIs
- calculateSlippageAmount
- calculateGasMargin
- getRouterContract
- getBscScanLink
- isAddress
- shortenAddress
- getEtherscanLink
- basisPointsToPercent
- getTokenAddress
- copyToClipboard
- deepMergeByKey
- decrypt
- encrypt
- emailErrorMsg
- reqErrorMsg
- debouncePromise
- callbackify
- isValidURL
- hasUserApiEditAccess
- loadThirdPartyScript
- getCurrentWindow
- hashVote
- toEthSignedMessageHash
- MAINNET_ID
- usePrevious
- bnum
- normalizeBalance
- isWalletScheme
- WalletSchemeProposalState
- VotingMachineProposalState
- calculateStakes
- formatBalance
- denormalizeBalance
- PendingAction
- isVoteNo
- isVoteYes
- parseSignedVoteMessage
- toPercentage
- verifySignedVote
- NETWORK_ASSET_SYMBOL
- ZERO_ADDRESS
- enumKeys
- DEFAULT_CHAIN_ID
- useInterval
- getBlockchainLink
- getERC20Token
- getDxVoteContract
- toAddressStub
- getNetworkById
- formatNumberValue
- encodeDxdVestingCreate
- encodeErc20Approval
- encodeErc20Transfer
- encodeRepMint
- TXEvents
- BigNumber
- ZERO_HASH
- ANY_ADDRESS
- ERC20_APPROVE_SIGNATURE
- ERC20_TRANSFER_SIGNATURE
- QUEUED_PRIORITY_THRESHOLD
- NETWORKS
- toCamelCaseString
- ALCHEMY_NETWORK_URLS
- DEFAULT_RPC_URLS
- appendEthAPIKey
- NETWORK_APIS
- INFURA_NETWORK_NAMES
- POKT_NETWORK_URLS
- constants
- session
- displayFromWei
- getBigNumber
- getSupplyCap
- getAllowance
- approve
- fromWei
- getFullDisplayBalance
- getLibrary
- maxAmountSpend
- addMaticToMetamask
- returnTokenFromKey
- isSupportedNetwork
- formatTokenAmount
- formatCompact
- formatNumber
- isTokensOnList
- getAPYWithFee
- getRewardRate
- getStakedAmountStakingInfo
- getTVLStaking
- getEarnedUSDLPFarm
- getEarnedUSDDualFarm
- formatAPY
- getUSDString
- formatMulDivTokenAmount
- getExactTokenAmount
- escapeRegExp
- currencyId
- getOneYearFee
- returnStakingInfo
- getAllTokensOnUniswap
- getAllPairsOnUniswap
- getSecondsOneDay
- getValueTokenDecimals
- getPartialTokenAmount
- confirmPriceImpactWithoutFee
- halfAmountSpend
- getTokenInfo
- getEthPrice
- getIntervalTokenData
- getTokenAPRSyrup
- getEarnedUSDSyrup
- getFormattedPrice
- getPriceColor
- getTopTokens
- shortenTx
- getContract
- isZero
- getChartData
- getChartDates
- getChartStartTime
- getLimitedData
- getTopPairs
- getGlobalData
- getBulkPairData
- formatDateFromTimeStamp
- getPairChartData
- getYAXISValuesAnalytics
- getPairTransactions
- getTokenChartData
- getTokenPairs2
- useLairDQUICKAPY
- getPageItemsToLoad
- returnFullWidthMobile
- returnDualStakingInfo
- getDaysCurrentYear
- getTokenPairs
- getBlockFromTimestamp
- getFarmLPToken
- getSyrupLPToken
- initTokenAmountFromCallResult
- returnSyrupInfo
- getCallStateResult
- notEmpty
- DEFAULT_TO_CHAIN_ID
- CHAINS
- UnsupportedChainIdError
- switchChain
- showMigrationBanner
- isValidAddress
- ChainId
- COLORS
- QUERIES
- onboard
- disableSendForm
- max
- parseUnits
- formatUnits
- ParsingError
- TOKENS_LIST
- Token
- blockLiquidity
- migrationPoolV2Warning
- formatEtherRaw
- numberFormatter
- estimateGasForAddEthLiquidity
- DEFAULT_ADD_LIQUIDITY_ETH_GAS_ESTIMATE
- UPDATE_GAS_INTERVAL_MS
- toWeiSafe
- addEtherscan
- receiveAmount
- getEstimatedDepositTime
- DEFAULT_FROM_CHAIN_ID
- formatEther
- PROVIDERS
- getRelayFees
- getLpFee
- isSupportedChainId
- getAddress
- getDepositBox
- TransactionError
- MAX_APPROVAL_AMOUNT
- optimismErc20Pairs
- bobaErc20Pairs
- tagAddress
- validateContractAndChain
- multicallTwoAddress
- IChainSelection
- CHAINS_SELECTION
- onboardBaseConfig
- getConfirmationDepositTime
- shortenAddressLong
- timeAgo
- textareaAutoResize
- initOAuthWindow
- parseURL
- scrollToBottom
- isUrl
- get_url_extension
- wait
- b64_to_utf8
- utf8_to_b64
- callDelayer
- useKeyboardDidShow
- capitalizedCase
- getCoinSymbol
- getCountryName
- getTransactionStatusColor
- useAlert
- scaleSpacing
- getActiveCase
- changeBodyTheme
- getPercentage
- metaGenerator
- useFetch
- visualize
- worldLegends
- dateFormat
- getPerDayStats
- API_BASEURL
- API_INDONESIA
- indonesiaLegends
- getActiveCaseID
- isWsAddress
- constructApiDescriptionObject
- encodeURI
- NOOP
- isLoggedIn
- getBalance
- getAccount
- isTokenOnList
- formatAddressShort
- requiresTypeSlug
- getNextOffchainPollEndingTime
- slugify
- slugifyPreserveDashes
- setupSwagger
- isBlindMode
- getExplorerLink
- isCountdown
- showVvsPrice
- getCookies
- iconFromMIME
- makeRangeArray
- exitIfMaintenance
- sanitizeHtmlString
- parseDate
- retryWrapper
- batchPromises
- arrayPartitions
- sleep
- checkKeyboardTrigger
- clampValue
- debounce
- normalize
- strToInt
- getFromLocalStorage
- saveToLocalStorage
- generateTagColors
- formatNumberWithCommas
- memoize
- calculateTotalInvestment
- throttle
- urlParametersState
- mmddyyyy2ddmmyyy
- sortStringDates
- gtag
- compactNumberFormatter
- getNumberSign
- getLastArrayElement
- fillArrayUntil
- capitalizeFirstLetter
- buildUrl
- XmlWrapper
- XmlTemplate
- setCookie
Other Related APIs
utils#addEtherscan TypeScript Examples
The following examples show how to use
utils#addEtherscan.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: RemoveLiquidityForm.tsx From frontend-v1 with GNU Affero General Public License v3.0 | 4 votes |
RemoveLiqudityForm: FC<Props> = ({
removeAmount,
setRemoveAmount,
bridgeAddress,
lpTokens,
decimals,
symbol,
setShowSuccess,
setDepositUrl,
position,
feesEarned,
wrongNetwork,
totalPosition,
}) => {
const { init } = onboard;
const { isConnected, provider, signer, notify, account } = useConnection();
const [txSubmitted, setTxSubmitted] = useState(false);
const [updateEthBalance] = api.endpoints.ethBalance.useLazyQuery();
function buttonMessage() {
if (!isConnected) return "Connect wallet";
if (wrongNetwork) return "Switch to Ethereum Mainnet";
return "Remove liquidity";
}
const [errorMessage, setErrorMessage] = useState("");
useEffect(() => {
setErrorMessage("");
}, [removeAmount]);
const handleButtonClick = async () => {
if (!provider) {
init();
}
if (isConnected && removeAmount > 0 && signer) {
setErrorMessage("");
const scaler = toBN("10").pow(decimals);
const removeAmountToWei = toWeiSafe(
(removeAmount / 100).toString(),
decimals
);
const weiAmount = lpTokens.mul(removeAmountToWei).div(scaler);
try {
let txId;
if (symbol === "ETH") {
txId = await poolClient.removeEthliquidity(
signer,
bridgeAddress,
weiAmount
);
} else {
txId = await poolClient.removeTokenLiquidity(
signer,
bridgeAddress,
weiAmount
);
}
const transaction = poolClient.getTx(txId);
if (transaction.hash) {
setTxSubmitted(true);
const { emitter } = notify.hash(transaction.hash);
emitter.on("all", addEtherscan);
emitter.on("txConfirmed", (tx) => {
if (transaction.hash) notify.unsubscribe(transaction.hash);
const url = `https://etherscan.io/tx/${transaction.hash}`;
setShowSuccess("withdraw");
setDepositUrl(url);
setTxSubmitted(false);
if (account)
setTimeout(
() => updateEthBalance({ chainId: 1, account }),
15000
);
});
emitter.on("txFailed", () => {
if (transaction.hash) notify.unsubscribe(transaction.hash);
setTxSubmitted(false);
});
}
return transaction;
} catch (err: any) {
setErrorMessage(err.message);
console.error("err in RemoveLiquidity call", err);
}
}
};
const preview = isConnected
? previewRemoval(
{
totalDeposited: position,
feesEarned: max(feesEarned, 0),
positionValue: totalPosition,
},
removeAmount / 100
)
: null;
return (
<>
<RemoveAmount>
Amount: <span>{removeAmount}%</span>
</RemoveAmount>
<PoolFormSlider value={removeAmount} setValue={setRemoveAmount} />
<RemovePercentButtonsWrapper>
<RemovePercentButton onClick={() => setRemoveAmount(25)}>
25%
</RemovePercentButton>
<RemovePercentButton onClick={() => setRemoveAmount(50)}>
50%
</RemovePercentButton>
<RemovePercentButton onClick={() => setRemoveAmount(75)}>
75%
</RemovePercentButton>
<RemovePercentButton onClick={() => setRemoveAmount(100)}>
MAX
</RemovePercentButton>
</RemovePercentButtonsWrapper>
{isConnected && (
<>
<FeesBlockWrapper>
<FeesBlock>
<FeesBoldInfo>
Remove amount <FeesPercent>({removeAmount}%)</FeesPercent>
</FeesBoldInfo>
<FeesInfo>Left in pool</FeesInfo>
</FeesBlock>
<FeesBlock>
<FeesValues>
{preview && formatUnits(preview.position.recieve, decimals)}{" "}
{symbol}
</FeesValues>
<FeesValues>
{preview && formatUnits(preview.position.remain, decimals)}{" "}
{symbol}
</FeesValues>
</FeesBlock>
</FeesBlockWrapper>
<FeesBlockWrapper>
<FeesBlock>
<FeesBoldInfo>Fees claimed</FeesBoldInfo>
<FeesInfo>Left in pool</FeesInfo>
</FeesBlock>
<FeesBlock>
<FeesValues>
{preview && formatUnits(preview.fees.recieve, decimals)}{" "}
{symbol}
</FeesValues>
<FeesValues>
{preview && formatUnits(preview.fees.remain, decimals)} {symbol}
</FeesValues>
</FeesBlock>
</FeesBlockWrapper>
<FeesBlockWrapper>
<FeesBlock>
<FeesBoldInfo>You will receive</FeesBoldInfo>
</FeesBlock>
<FeesBlock>
<FeesValues>
{preview && formatUnits(preview.total.recieve, decimals)}{" "}
{symbol}
</FeesValues>
</FeesBlock>
</FeesBlockWrapper>
</>
)}
<RemoveFormButtonWrapper>
{errorMessage && (
<RemoveFormErrorBox>
<div>{errorMessage}</div>
</RemoveFormErrorBox>
)}
{wrongNetwork && provider ? (
<RemoveFormButton
onClick={() => switchChain(provider, DEFAULT_TO_CHAIN_ID)}
>
Switch to {CHAINS[DEFAULT_TO_CHAIN_ID].name}
</RemoveFormButton>
) : (
<RemoveFormButton
onClick={handleButtonClick}
disabled={wrongNetwork && !provider}
>
{buttonMessage()}
{txSubmitted ? <BouncingDotsLoader /> : null}
</RemoveFormButton>
)}
</RemoveFormButtonWrapper>
</>
);
}