Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Stack Overflow for Teams is moving to its own domain! When the migration is complete, you will access your Teams at , and they will no longer appear in the left sidebar on .

Check your email for updates.

Etherscan — очень удобный обозреватель блоков. Понимание проводников блоков и их правильное использование может дать вам огромное преимущество. Etherscan содержит кучу полезной информации и статистики о блокчейне Ethereum.

Сразу скажу, что в нашем телеграмм канале «NFT БРИХАСПАТИ» Вы сможете найти перспективные NFT проекты, раздачи от бирж, а также много другой полезной информации.. На любые Ваши вопросы отвечаем в телеграмм!

Так же занимаемся продвижением NFT коллекцией, написанием смарт-контрактов и их аудитом

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Here’s all the information you need to know about Etherscan

With the current NFT wave, interest has risen amongst creators, celebrities, and companies in transacting NFTs. With this interest, multiple platforms have popped up that creators can mint NFTs on such as OpenSea and Solana.

We discussed the process of minting NFTs on Metamask in the last article and listed a simple, detailed guide on the steps to minting NFTs using your Metamask wallet. This process is quite straightforward and easy to execute.

However, while NFTs can be minted from a plethora of minting sites, the process can be frustrating at times, particularly in the case that the site frequently crashes due to excess traffic. Because of this, you should seriously consider the Etherscan contract method of minting NFTs.

A total of 178,453 ERC-721 Token Contracts found(Showing the last 100k records)

Обозреватель блокчейнов Ethereum и аналитическая платформа Etherscan включила отслеживание NFT как часть своего набора инструментов для отслеживания транзакций.

Вчера в Твиттере Etherscan сообщил, что теперь пользователи смогут «отслеживать большую часть активности NFT в Ethereum», которая включает в себя невзаимозаменяемые токены на основе как ERC721, так и ERC1155.

Новая функция поможет обеспечить большую прозрачность на значительном проценте рынка NFT и может помочь новым инвесторам определить ценность NFT, поскольку теперь они могут просматривать всю его историю цен, даты транзакций и дату чеканки.

Пользователи Etherscan могут использовать раздел «Передача невзаимозаменяемых токенов» для поиска событий чеканки, распределения, передачи и записи NFT популярных невзаимозаменяемых проектов, таких как CryptoPunks, Bored Ape Yacht Club и Sorare.

Трекер Etherscan NFT показывает, что, в частности, у Sorare было скользящее среднее значение за семь дней, составившее 26 138 переводов NFT, со следующим лучшим семидневным объемом переводов от Bonsai на уровне 9 557.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Незаменимый трекер токенов на Etherscan.io

Возможность отслеживать NFT также будет означать, что транзакции на популярных торговых площадках NFT, таких как Nifty Gateway, Rarible и OpenSea, будут более прозрачными, с отслеживанием NFT, показывающим рынок, на котором была проведена торговля, а также адрес получателя сделки.

Etherscan был создан и запущен в 2015 году и ориентирован на предоставление сетевой аналитики Ethereum в реальном времени, такой как запись и обновление статуса транзакций и адресов в сети.

21 мая поставщик решений для масштабирования второго уровня Ethereum Optimism объявил о партнерстве с Etherscan. Optimism интегрировал Etherscan, чтобы пользователи могли отслеживать депозиты, снятие средств и просматривать, когда транзакции второго уровня предварительно подтверждены, а также когда они были опубликованы и завершены партиями на первом уровне.

January 25, 2022

2 min read

In this tutorial, we’ll demonstrate how to mint an NFT from an existing smart contract on Etherscan.

We’ll explore a recent collection project, Expansion Punk, using Etherscan to search and locate the smart contract. Using the Etherscan interfaces provided to interact with the smart contract’s public functions, we’ll use the mint function to mint NFTs directly from Etherscan.

Before you start minting, keep in mind that minting a particular collection of NFTs will only work if the project isn’t yet sold out.

Find smart contract address

We can find the smart contract address of an ERC-721 project by opening the Details section of the minted assets on OpenSea. Or, we can check the project’s Discord server or website for the smart contract address.

Once we have the address, we can visit Etherscan.io to search for the smart contract:

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Search Etherscan using the smart contract address

Once you’re on Etherscan’s website, copy and paste the address into the search component of the website, as shown above.

For this tutorial, we’ll use the Expansion Punk smart contract address, 0x0d0167a823c6619d430b1a96ad85b888bcf97c37, to search Etherscan for the smart contract.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

This is the homepage of the smart contract address on Etherscan. It shows details regarding the balance, transactions, and more. We’re mostly interested in the Contract tab because this is where we’ll find the functions required to mint NFTs.

Navigate to the Contract tab by clicking the Contract link on the smart contract homepage. We’ll find within this section a button labeled Write Contract:

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Clicking the Write Contract button will open up several options, including the various interfaces available within the smart contract that can be executed.

But before we start implementing any of the functions, we need to first connect to our MetaMask account using the Connect to Web3 button. This will prompt your MetaMask extension to open in your browser. If you have multiple accounts, do well to choose and connect your preferred account.

Про NFT:  Как запустить nft арт

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Mint the NFT from the smart contract

Once we’ve connected our MetaMask account, we can start interacting with the smart contract interface.

In most smart contracts, the function we should look for to mint NFTs would be the mint function or the claim function. This name is unique to the project; you can distinguish the minting function with any preferred function name.

This project uses the mint function name to implement its minting function. Locate the mint function for the smart contract (it’s the fourth function). Expand it as shown below:

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Expanding the mint section will expose the input field to provide the options you want to mint. The first input field provides us with the option of inserting the minting price (0.42 ETH, in this case) and the number (7) you would like to mint in the second input. Do check the minting options of the project to provide the desired information to the inputs.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Conclusion

The above steps comprise the process for minting non-fungible tokens with a smart contract on Etherscan. But remember, the steps are not the same for every smart contract. You need to know the smart contract address before using it to mint NFTs because every smart contract is different.

Join organizations like Bitso and Coinsquare who use LogRocket to proactively monitor their Web3 apps
Modernize how you debug web and mobile apps — Start monitoring for free.

What is Etherscan?

Understanding smart contracts is necessary for determining a project’s popularity, ownership rights, security audits, and more. You can also see how many smart contracts a particular wallet has approved. This is useful in unveiling the identity of a new project created by an anonymous developer who might be involved in a rug pull.

The gas tracker is another vital feature of Etherscan which allows you to keep track of transactional gas prices measured in gwei.

How to read smart contracts of NFTs on Etherscan

As a result, before investing, NFT collectors must carefully examine the smart contract of a project. Etherscan can assist you here. You can also mint NFTs directly from the smart contract.

Where to get a smart contract

You may ask, where does one get a smart contract? The contract address for several NFT projects can be found on their official website. Paste this into Etherscan’s smart contract data search bar. If you don’t know where to find the smart contract address, go to OpenSea or other marketplaces and search for the NFT you’re looking for.

Then go to the ‘Details’ tab and look for ‘Contract Address.’ This will open the related smart contract page on Etherscan when you click on it. If accessible, you can also discover the token address on CoinMarketCap.

Minting NFTs with Etherscan

Ordinarily, NFTs are minted by collectors on the official main project website. However, if it’s a well-publicized launch, it is possible that the website may slow down due to increased flow of traffic to the project website. If this happens, minting NFTs directly from the project’s smart contract on Etherscan is better. Although, this will only work for new projects that are yet to be sold out.

Below are the steps to mint NFTs on Etherscan:

Want more? Connect with NFT Plazas

*All investment/financial opinions expressed by NFT Plazas are from the personal research and experience of our site moderators and are intended as educational material only. Individuals are required to fully research any product prior to making any kind of investment.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

In some cases when minting NFTs, you may see unusually high gas prices ($50 to $500). If you notice unusually high gas prices, do not continue with the transaction. Instead, start over and maybe even wait until gas prices have dropped (generally early in the morning or late at night).You can always check Gas prices on Etherscan.io in the upper left-hand corner. Gas fees ranging from 100 Gwei to 500+ Gwei will result in extremely high gas fees. Unless you think it’s worth paying for, I would wait for the gas fees to drop in this case.Final thoughtsMinting an NFT using Etherscan is very simple. Of course, every NFT project will be different in terms of minting price, gas fees, and the smart contract address. So, make sure you are aware of each before you try minting an NFT using Etherscan.

Using the Etherscan button is not the only option. The second thing you need to do is search for the address of the smart contract on the Etherscan platform so that you can authenticate the address and then start the minting process.

Find Current Ethereum Gas Prices

Etherscan’s gas tracker shows Ethereum gas prices in real-time. Simultaneously, it helps you gauge the network activity at a given period.

Gas fees are basically you must pay to get your Ethereum transaction approved. They can fluctuate massively on Ethereum due to high network traffic. In order to avoid paying exorbitant sums as transaction fees, you must check the real-time gas price and calculate the gas fees accordingly.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Ethereum Gas Tracker tracks gas prices in real-time. Credits: Etherscan.io

Luckily, Etherscan displays the current gas price in Gwei and USD on their homepage. Then, clicking on the price will take you to the Ethereum Gas Tracker page. You can also find it under the ‘More’ drop-down menu on the top right to see the different gas prices at different times.

To access the Contract tab, click the link labeled “Contract” which is located on the homepage of the smart contract. Within this area, you will see a button that is marked “Write Contract.” When you click the button labeled “Write Contract,” multiple choices will pop up, including the many different interfaces that are included inside the smart contract and that may be used to carry out certain actions. First, however, you have to connect to your MetaMask account by:

Про NFT:  Понимание текущих цен на сырую нефть

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

What is Etherscan used for?

GameStop dumped IMX tokens worth around $42 million, which it had received from Immutable X as part of a $100 million grant. It was Etherscan data that brought the incident to light. Similarly, tracking NFT projects’ transactions can help you detect any potential rug pulls or

How To Read A Smart Contract With Etherscan

Plus, you can interact with the contract under ‘Write contract’. Though, for that, you will have to connect your wallet.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

Using the write contract feature on Etherscan.

С помощью Etherscan вы можете искать транзакции.

Скопируйте адрес общедоступного кошелька и вставьте его в строку поиска. Etherscan покажет вам все активы в кошельке, общую стоимость, количество транзакций и многое другое. Если хотите, это можно даже изобразить на красивой диаграмме. (Прочитайте статью про .eth, это упрощает поиск на Etherscan)

В дополнение к этому вы можете получить кучу информации о каждой отдельной транзакции. Это имеет несколько применений. Вы можете очень легко просматривать свои собственные транзакции. Вы можете просматривать общедоступные кошельки других людей и получать информацию

Помните, очень важно, чтобы вы не просто копировали торговлю. Используйте эти инструменты как часть информации при проведении исследований.

How To View your NFTs On Etherscan

Originally, Etherscan had no feature to display NFTs on the platform. But recently, it launched an NFT display UI, albeit quietly. With the built-in feature, you can now view your NFTs on the website, along with its properties and descriptions, in what is quite similar to OpenSea’s UI.

So, how exactly can you view the NFTs in a collection?

In addition, there’s a properties tab. By expanding this, you can see all the different traits of the NFT, along with its rarity percentage. Next under the description tab, you can find out all about the project.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

NFT owned by influencer richerd.eth. Credits: Etherscan

Mint the NFT from the Etherscan Contract

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

The platform offers a range of useful tools.

Монетные дворы и транзакции NFT

Etherscan позволяет отслеживать транзакции и монетные дворы NFT. Подобно разбивке токенов, Etherscan предоставляет вам множество очень полезных деталей для анализа NFT. Вы можете получить информацию о держателях, договоре и многом другом.

Это разбивка коллекции NFT, которая только начинает чеканиться. Это мощный инструмент — вы можете посмотреть держатели, переводы и многое другое. Они могут сказать вам, насколько хорошо NFT работает или будет работать. Большинство не смотрит на эти данные, а использует их — это может дать вам большое преимущество.

Вы можете сделать то же самое для Dexs и торговых пар. Etherscan — очень мощный инструмент. Блокчейны прозрачны и открыты, просмотр данных и их анализ очень важны. Есть причина, по которой все ведущие исследователи и аналитики тратят часы и часы на данные.

В Etherscan есть многое, пусть это вас не пугает. Многие из них на самом деле довольно просты, и это может дать вам большое преимущество. Просто погрузитесь, поиграйте с ним, вы научитесь по ходу дела. Относитесь к Etherscan как к одному из инструментов в вашем исследовательском арсенале.

На любые Ваши вопросы отвечаем в телеграмм, помимо этого у нас проходит войс чат, в котором обсуждаем насущные вопросы по перспективам развития в криптовалютном мире

Исследование альтернативных монет

Вы можете использовать Etherscan для исследования альтернативных монет ERC-20. Etherscan извлекает ключевые данные, включая рыночную капитализацию, объем и количество держателей.

Это разбивка USDT. Вы можете получить кучу информации, включая разбивку и имена держателей, аналитику и информацию о контрактах. Это действительно полезно.

Следование умным деньгам и определение того, кто чем владеет и в каком количестве, является одним из лучших способов получить представление о достоинствах проекта. Если вы видите популярные личности, владеющих определенным токеном, это обычно означает, что этот проект заслуживает внимания.

Вы также можете увидеть, сколько денег поступает, сколько уходит и меняется в активах. Это может многое рассказать вам о росте монеты, о том, сбрасывают ли ее крупные инвесторы или покупают больше. Это дает вам один из лучших обзоров экосистемы ETH.

How To Create Smart Contract Nicknames To Help Protect Your NFTs

With all the phishing scam recently, we’re sick of the long, illegible contract names making it harder to recognise a transaction you didn’t approve. Well, Etherscan can help you nickname them.

Here’s how to rename contracts to something more memorable:

1: Find the smart contract of the project you want (in this example, BAYC) on Etherscan.

2: Use the ‘Write Contract’ tab (as explained in the previous section) and click  ‘Connect to Web3’.

3:  Pick any of the functions listed under the ‘connected’ option.

4: Fill in the fields (if any), and click ‘write’.

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

This is the message you’ll see in Metamask

5: Click this message and it will open up a dialogue box with an ‘Add a nickname’ option.

6: Select this option and add a simple, suitable name (for example ‘BAYC’). Then, click Save.

7: Lastly, make sure to click ‘Reject’ to cancel the transaction. This is very important!!

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

What this does is show you when you are interacting with that certain smart contract. So, if you didn’t plan to sell or transfer your BAYC NFT, seeing the name BAYC instead of a long string of numbers in MetaMask will make it easier to see it’s a scam and stop immediately.

How To View Transactions on Etherscan

For example, say you want information on a particular transaction. Here are the steps to do that:

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

You can find the details of any Ethereum network transactions here.

Calculate Gas Price To Mint An NFT

Incredibly, the site also tells you the estimated cost of transactions, the average transaction confirmation time, and the contracts/accounts that consume the highest gas. In addition, it has data on historical gas prices. Using all this information, you can time your transactions to pay the least gas fees possible.

Про NFT:  NFT Trading 101: начало работы и изучение его потенциала

Вы можете найти смарт-контракты на Ethereum.

Это займет много полезной информации о транзакциях, балансе эфира и многом другом. Если вы подключите свой кошелек, вы даже сможете прочитать код контракта, что позволит вам быстро определить легитимность адреса.

Locate the Smart Contract Address

You may get the address either by viewing the details section of an NFT asset from the project on OpenSea or by clicking the Etherscan button beneath your project of choice on OpenSea.

Locate smart contract on Etherscan

You may quickly access the smart contract hosted on Etherscan by clicking the Etherscan button that is shown in the image above. There are a few factors to consider with minting on Etherscan.

Token Standards

NFTs are built on many different token standards, and different platforms are compatible with varying token types, the most popular of which  is ERC-721. The first ever NFs were founded on this token standard, and each token found on it is entirely one of a kind, ensuring that whoever owns one owns an asset that cannot be duplicated. The Etherscan platform hosts ERC-721 tokens.

The ERC-721 token standard is what NFTs are minted by and to effectively mint an NFT, the contract must support ERC-721.

Wallet Compatibility

The fee may often skyrocket to an extremely high level, especially in the case that the project is a prominent one. The cost can sometimes reach the hundreds. Minting via an Etherscan contract does not totally eradicate competitive transactions that lead to an increased gas charge; however, it does appear to significantly slow down a rush of bidders as individuals take their time to correctly mint via the contract.

Отслеживание газа

Одной из самых популярных функций является газовый трекер. Газ ETH очень дорог. Etherscan может помочь вам выбрать самую низкую/лучшую цену на газ.

Вы можете посмотреть на текущие цены на газ и оценить, какая минимальная будет для транзакции. Когда ваша транзакция не зависит от времени, полезно посмотреть историю цен на газ и сделать на ее основе оценки.

Просмотрите 7-дневную историю газа. Когда вы наводите курсор на это, вы получаете информацию о самых низких ценах на газ за неделю. На этой неделе самые низкие цены на газ за последние три дня были 28, 25 и 22. Сейчас цена в районе 1.7$

Основываясь на последних нескольких днях, я могу примерно оценить, как низко будет идти газ при самом низком уровне. Транзакция может занять пару часов или даже день или два, но когда у вас есть время, вы можете значительно сэкономить на газе. Совет: Газ обычно дешевле всего в выходные и с 1:00 до 3:00 по всемирному координированному времени.

Straight From The Smart Contract

If there’s a hyped launch, chances are high for the website to slow down or crash due to increased traffic. In such cases, a better alternative is to mint the NFTs directly from the project’s smart contract.  Some projects like Loot (for Adventurers) were exclusively minted from the contract! Even so, it is important to know how to mint new NFT Collections straight from the smart contract on Etherscan.

How to mint on Etherscan:

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

An example of minting directly from the smart contract

A Step-By-Step Guide

Now that you know most of the uses of Etherscan, how exactly do you use it? We’ll take you through all of the great uses for etherscan from how to find current gas prices to how to mint straight from a smart contract.

What Is Etherscan and How does it work?

Basically, Etherscan.io tracks transactions on the Ethereum network, indexes this information, and makes it available on its website.

Use Etherscan Chat To Send Messages To Wallet Owners

Right now, only wallets with a previous transaction can send messages. However, until Etherscan introduced this, we sent NFTs instead!

While the features listed above are the most important use cases of Etherscan, it offers plenty more. Take for example its application programming interfaces (API) services. Developers can sign up on the platform to use its APIs for free to create dApps. Then, it has a dedicated NFT tracker page that tracks all the NFT transactions on Ethereum.

On top of that, if you are looking for token analytics, then there’s an option for that as well! As Ethereum supports both the ERC-20 and ERC-721 standards, you can find the top tokens under each on Etherscan. There is also a Verified Contracts section featuring all Ethereum smart contracts with a verified source code. If you want an overview of the Ethereum market, then you can explore the Ethereum Charts & Statistics section. There is a slew of other features as well.

Ultimately, how you use Etherscan will depend on your need and interests. Whether you are a novice or a veteran; whether you want to know how to mint or just view NFTs, Etherscan will certainly come in handy.

Join Our New «To The Moon» daily Newsletter

Get our free, 5 minutes daily newsletter. Join 25,000+ NFT enthusiasts & stay on top 👊🌚

Non-Fungible (ERC-721) Tokens (NFT) Token Tracker

All investment/financial opinions expressed by NFTevening.com are not recommendations.

This article is educational material.

As always, make your own research prior to making any kind of investment.

The method of minting non-fungible tokens using a smart contract on Etherscan is outlined in the stages that are listed above. However, you should be aware that the actions involved in minting via each smart contract are not all the same. Because of the unique nature of each smart contract, you are required to have the address of the smart contract before you can use it to mint NFTs.

Hopefully, this tutorial has helped you bypass minting traffic and competition. We will be providing more information to help you navigate Web3 and make the most of virtual assets. You can check out our guide on the introduction to Web 3.0!

Оцените статью
NFT Эксперт