Help! Transaction Hash not found on Ethereum

I am trying to mint a nft edition with 70 copies. I have done this many times in this collection:

This time though, it is stuck on “Mint Token” final screen and below the “Deploy contract and add mint extension” it is spinning likt it is thinking. However, the transaction it takes me to is here:

Deploy contract and add mint extension

I cannot seem to find a way to go back or re-try the transaction.

  1. Hey @jcardshark — I dug into this on-chain and have good news: your mint already succeeded! Here’s what happened: Successful transaction (52 min before the one you linked): https://etherscan.io/tx/0x31ef2a9af7bd670648bc61dc00d612dc25be0c333c7fe857b2fcc899cb88fbb0
  • Block 24652037 (Mar 14, 00:08 UTC)
  • Minted 69 editions of token #26 to 44 recipients
  • All 44 transfers confirmed on-chain The transaction you linked (0xe5e4f02c... ) was a duplicate submission ~52 minutes later. It reverted with InvalidInput() because the token was already fully minted by the first tx.
  • Why Studio got stuck: The first transaction went through successfully, but Studio’s UI didn’t pick up the confirmation and kept showing the spinner. We are pushing out a fix so this does not happen again.
  1. Your NFTs are all there — 69 editions, 44 recipients, fully delivered. You can verify by checking the successful tx on Etherscan. If Studio still looks stuck, try refreshing the page or navigating back to your contract dashboard — everything should show up correctly.