Skip to content
OD Crypto Journal

Crypto flows, networks and market structure

Network Activity

A Digital Collectible’s Owner Lives in Contract State

A collectible’s owner is recorded in blockchain contract state; its image, metadata and legal rights may live elsewhere and carry different risks.

Crypto Journal Editorial 3 min read
A Digital Collectible’s Owner Lives in Contract State

A digital collectible’s ownership record lives in the state of its token contract on the blockchain, not in the wallet app or image file. At every finalized block, the decisive on-chain count for a valid ERC-721 token is one current owner address, read from the contract’s state under the ERC-721 standard. The distinction came into focus on June 12, 2026, when NBA Top Shot said 100% of its catalog minted through that date had moved to IPFS. That figure measures media storage, not ownership: Top Shot said the direct link from each Flow Edition record to its IPFS content identifier, or CID, was still being added.

What does the blockchain actually record for an NFT?

The chain records a token identifier, the contract that issued it and the address currently recognized as owner. Under Ethereum’s ERC-721 standard, the globally meaningful identity is the pair of contract address and 256-bit token ID; the contract’s ownerOf function returns the current owner. Past Transfer events provide provenance, while current contract state settles the live answer.

A wallet holds the private key that can authorize a transfer. The wallet interface, marketplace page and indexer merely read and present chain data. Lose access to the interface and the record remains. Lose the private key and the record remains too, but control may be unrecoverable.

Where do the artwork and metadata live?

The artwork and descriptive metadata can live somewhere entirely different from the ownership record. A token contract commonly returns a URI pointing to a JSON file, which then points to an image, video or animation. Those locations create distinct failure modes:

  • On-chain: data is stored or generated by the contract, with high permanence and higher execution or storage costs.
  • IPFS or Arweave: content is addressed outside the token chain; persistence still depends on pinning or storage commitments.
  • Centralized server: files are cheap to update but can disappear, change or be blocked by the operator.
  • Marketplace cache: a convenient copy, not the authoritative ownership record.

The same distinction between a ledger claim and its referenced asset underlies this balance-sheet analysis of Manta’s bridge: connected representations are not necessarily the same object.

Does an on-chain owner also own the copyright?

No. The token record establishes control of the token under contract rules; copyright, commercial use and redemption rights come from a separate license or legal agreement. A creator can transfer the token without transferring copyright, while a platform can attach benefits that vanish even though the token remains transferable.

Who pays depends on the layer. Minters and transferrers pay network fees, validators or sequencers receive them, and issuers or collectors pay to keep off-chain media available. Compared with a centralized database row, public contract state costs more but gives independent verification and portability.

What does transfer activity prove about demand?

Transfer counts prove movement, not organic buying. Sales, gifts, self-transfers, marketplace escrow, bridge wrapping and incentive farming can produce the same on-chain event; rising token prices can inflate dollar volume without adding users. Internal transfers must be filtered before activity becomes a demand signal.

Top Shot’s IPFS migration therefore improves collectible utility by reducing media dependence on one server, but it does not alter the ownership ledger or protocol economics. Nor does the company’s 100% claim alone establish durable availability: at least one node must keep serving each file. The next confirming number is the share of Editions whose Flow metadata directly embeds a matching CID. Until that reaches 100% and remains retrievable, storage has improved more than ownership has changed.

Filed under

  • Network Activity
  • Market Structure