How many NFTs does a smart contract have?

rksh1997

I am not understanding, does the smart contract have 1 NFT or many NFTs.

Or is it that I deploy one smart contract for each type of my NFTs like dogs, cats... ? or it doesn't matter ?

And when I own a NFT, is it that I own a mapping in the contract token id => my eth wallet adress?

Petr Hejda

does the smart contract have 1 NFT or many NFTs

The ERC-721 standard defines a smart contract as a collection of multiple NFTs.

one smart contract for each type of my NFTs like dogs, cats... ? or it doesn't matter ?

It depends on your use case. There's no "best" or "correct" way.

And when I own an NFT, is it that I own a mapping

Technically, nobody owns the mapping. But in most cases, your address is the value for the token ID key in the mapping.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to get all the NFTs of particular smart contract

From Dev

How to deploy a smart contract with on-chain NFTs and complex/long svgs?

From Dev

How much nfts can be transferd on 1 smart contract?

From Dev

ERC-721 Smart contract is minting 2 NFTs at a time

From Dev

In Ethereum blockchain does smart contract can have token balance

From Dev

How to create a staking smart contract?

From Dev

How to execute a factory pattern when the child contract does not have a constructor?

From Dev

How to get data regarding random smart contract addresses. Such as creation date, chain, holders (how many wallets are holding)

From Dev

How to get smart contract balance on Archway?

From Dev

How to get the correct balance using a smart contract?

From Dev

How is smart contract synchronized over blockchain?

From Dev

How can I solve the error of Smart Contract?

From Dev

How to check for negative numbers sent to smart contract?

From Dev

How to write a burn function in smart contract for NFT?

From Dev

How to reset a variable in rust smart contract?

From Dev

How to divide complex smart contract into pieces

From Dev

How to "keep" USDT tokens inside a smart contract?

From Dev

How can I add a created at for smart contract?

From Dev

How can get json interface of the smart contract

From Dev

How to get Smart Contract Result data?

From Dev

How to transfer a NFT to another smart contract?

From Dev

How can catch exception on Smart Contract?

From Dev

How many ports does a mobile OS have?

From Dev

How many cores does my Mac have?

From Java

How many bytes does a string have

From Dev

How many accounts does a user have?-StackExchange

From Dev

How many distinct values does the type have?

From Dev

How many address does a computer have to identify?

From Dev

How many methods does this class have?

Related Related

  1. 1

    How to get all the NFTs of particular smart contract

  2. 2

    How to deploy a smart contract with on-chain NFTs and complex/long svgs?

  3. 3

    How much nfts can be transferd on 1 smart contract?

  4. 4

    ERC-721 Smart contract is minting 2 NFTs at a time

  5. 5

    In Ethereum blockchain does smart contract can have token balance

  6. 6

    How to create a staking smart contract?

  7. 7

    How to execute a factory pattern when the child contract does not have a constructor?

  8. 8

    How to get data regarding random smart contract addresses. Such as creation date, chain, holders (how many wallets are holding)

  9. 9

    How to get smart contract balance on Archway?

  10. 10

    How to get the correct balance using a smart contract?

  11. 11

    How is smart contract synchronized over blockchain?

  12. 12

    How can I solve the error of Smart Contract?

  13. 13

    How to check for negative numbers sent to smart contract?

  14. 14

    How to write a burn function in smart contract for NFT?

  15. 15

    How to reset a variable in rust smart contract?

  16. 16

    How to divide complex smart contract into pieces

  17. 17

    How to "keep" USDT tokens inside a smart contract?

  18. 18

    How can I add a created at for smart contract?

  19. 19

    How can get json interface of the smart contract

  20. 20

    How to get Smart Contract Result data?

  21. 21

    How to transfer a NFT to another smart contract?

  22. 22

    How can catch exception on Smart Contract?

  23. 23

    How many ports does a mobile OS have?

  24. 24

    How many cores does my Mac have?

  25. 25

    How many bytes does a string have

  26. 26

    How many accounts does a user have?-StackExchange

  27. 27

    How many distinct values does the type have?

  28. 28

    How many address does a computer have to identify?

  29. 29

    How many methods does this class have?

HotTag

Archive