24 | Gasless Transactions with
25 |
26 |
31 | Smart & Embedded Wallets.
32 |
33 |
34 |
35 |
36 | Please log in with your Google account or email
60 | )} 61 | {address && isLoading ?Loading Owned NFTs...
: null} 62 | {address && !isLoading && data && data.length === 0 ? ( 63 |64 | {isClaiming 65 | ? "Deploying your account and claiming..." 66 | : "No NFTs, claim one now!"} 67 |
68 | ) : null} 69 | {data && 70 | data?.map((nft) => ( 71 |74 | You own {nft.quantityOwned} {nft.metadata.name} 75 |
76 |