FunctionClaimModal({ isOpen, onClose, title, tag1, value1, tag2, value2, claimType, mxClaimsContract }: any)
src/components/ClaimModal/ClaimModalMultiversX.tsx:24
FunctionConfirmationDialog({
dialogData: { title, proceedBtnTxt, cancelBtnText, proceedBtnColorScheme },
bodyContent,
isOpen,
on
src/components/UtilComps/ConfirmationDialog.tsx:13
FunctionDataNftCollectionCard({
index,
nftImageLoading,
imageUrl,
title,
description,
listed,
supply,
floorPrice,
openNft
src/pages/DataNFT/DataNftCollection.tsx:24
FunctionExploreAppButton({
collection,
nonce,
w,
size,
fontSize,
}: {
collection: string;
nonce: number;
w?: object;
src/components/UtilComps/ExploreAppButton.tsx:6
FunctionIconButton({
disabled,
icon,
l1,
l2,
selected,
onclickFunc,
}: {
disabled: any;
icon: any;
l1: any;
src/components/UtilComps/IconButton.tsx:4
FunctionListDataNFTModal({ isOpen, onClose, sellerFee, nftData, offer, marketContract, amount, setAmount, maxPerAddress }: ListModalPr
src/components/ListDataNFTModal.tsx:45