Because the standard says so.

https://eips.ethereum.org/EIPS/eip-721

/// @dev This emits when ownership of any NFT changes by any mechanism.
///  This event emits when NFTs are created (`from` == 0) and destroyed
///  (`to` == 0). Exception: during contract creation, any number of NFTs
///  may be created and assigned without emitting Transfer. At the time of
///  any transfer, the approved address for that NFT (if any) is reset to none.
event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId);
Answer from William Entriken on Stack Exchange
🌐
OpenSea
opensea.io › NullAddress
NullAddress - Profile | OpenSea
May 31, 2022 - Check out NullAddress's NFTs on OpenSea, the largest marketplace for crypto collectibles.
🌐
OpenSea
opensea.io › item › ethereum › 0x3eb9ee21d5d7f37d53de0213cb7058fb27eabde9 › 2
Post-Death or The Null Address #2 - Olive Allen - 1:1 Artworks | OpenSea
‘Post-Death or The Null Address' is depicting the NFT afterworld — 0x0000000000000000000000000000000000000000 address or the burn address. In theory, burning an NFT effectively destroys the token and removes it entirely from the Ethereum ...
🌐
OpenSea
opensea.io › Null-Address
Opensea
Status · Chains · Collections · Collection · Recently received · Aggregating · Networks · Terms of Service · $4,482.41 · Support
🌐
MetaMask
community.metamask.io › support › sending and receiving tokens
Transferring a token to the NULL address - Sending and Receiving Tokens - MetaMask
July 7, 2021 - Rarible and OpenSea have blocked transferring a token to the NULL address and they refuse to talk about it or answer any questions… If i transfer a token from within the MetaMask app to the NULL address is it equal to bu…
🌐
GitHub
github.com › ProjectOpenSea › opensea-js › issues › 543
OpenSea-sdk always return nullAddress owner · Issue #543 · ProjectOpenSea/opensea-js
{ "user": { "username": "NullAddress" }, "profile_img_url": "https://storage.googleapis.com/opensea-static/opensea-profile/1.png", "address": "0x0000000000000000000000000000000000000000", "config": "" } No one assigned ·
Author   ProjectOpenSea
Find elsewhere
🌐
OpenSea
opensea.io › learn › nft › what-is-nft-burning
What Is NFT Burning? How and Why NFTs Are Burned
June 25, 2023 - For NFTs on the Ethereum blockchain, ...0000000dEaD (referred to as the Burn Address). No one can access the wallet, so once an NFT is sent to this address, it can never be retrieved. It’s like the burned NFT is locked away in a ...
🌐
Stack Overflow
stackoverflow.com › questions › 71397588 › opensea-api-returning-null-when-i-want-to-fetch-my-data
ethereum - OpenSea API returning null when i want to fetch my data - Stack Overflow
when i go to this link https://api.opensea.io/api/v1/assets?asset_contract_address=0x892848074ddea461a15f337250da3ce55580ca85 It returns me some data i can use. But when i tried to fetch MY assets ...
🌐
Decrypt
decrypt.co › 80474 › 100000-worth-of-ethereum-nfts-destroyed-by-opensea-bug-eth-dev
$100,000 Worth of Ethereum NFTs Destroyed by OpenSea Bug: ETH Dev - Decrypt
September 9, 2021 - Johnson told Decrypt that he hasn’t heard anything from OpenSea yet regarding potential compensation for NFTs lost due to the bug. Late Wednesday evening, the company issued a statement via Twitter, which appears to be its only public comment on the matter thus far. "We've reached out to the small number of users who were affected by the issue yesterday where sending an NFT to an ENS name sent it to the encoded version of the literal text (e.g. "OS.eth") instead of the associated address," the company tweeted.
🌐
OpenSea
opensea.io › null_addresses
null_addresses - Profile | OpenSea
Check out null_addresses's NFTs on OpenSea, the largest marketplace for crypto collectibles.
🌐
Twitter
twitter.com › nassredean › status › 1362610043905073152
Twitter
JavaScript is not available · We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center · Help Center · Terms of Service Privacy Policy ...
🌐
Education Ecosystem
educationecosystem.com › home › what is the null address in crypto?
What is the Null Address in Crypto? Null Address in Crypto
January 3, 2022 - Standard addresses are just a string ... On the other hand, a null address is an address created specifically to receive tokens that are being intentionally removed out of circulation....
🌐
Nolt
opensea.nolt.io › 1174
Sign in
Sorry, we don't support your browser. Install a modern browser · Sign in · Continue with email · Or use social login: · By continuing, you are indicating that you agree to the Nolt Terms of Service and Privacy Policy
🌐
Stack Overflow
stackoverflow.com › questions › 68838631 › trying-to-print-all-owners-of-an-nft-collection-on-opensea-using-api-and-python
ethereum - Trying to print all owners of an NFT collection on OpenSea using API and Python 3 - Stack Overflow
import requests url = "https://api.opensea.io/api/v1/assets" api_key = "api key" col = 'reapers' def print_owners(race, offset): querystring = {'order_by': 'name', 'order_direction': 'asc', 'offset': offset, 'limit': '50', 'collection': col, 'X-API-KEY': api_key} response = requests.get(url, params=querystring) data = response.json() i = 0 for each_asset in data['assets']: try: if race in data['assets'][0]['name']: if data["assets"][i]["last_sale"] is None: print(data["assets"][i]["name"] + ': ' + data["assets"][i]["sell_orders"][0]["maker"]["address"]) else: print(data["assets"][i]["name"] +
🌐
CryptoPotato
cryptopotato.com › home › guides › how to mint your first nft on opensea? a step-by-step guide
How to Mint Your First NFT on OpenSea? A Step-by-Step Guide
September 11, 2025 - Below you’ll find different properties to fill in, starting with the URL of your collection on OpenSea, the description, category, and links to your website and social networks. You will be asked to insert your payout wallet address. Go to the wallet icon and click on your address.
🌐
Crypto for Innovation
cryptoforinnovation.org › home › explainers › what is nft burning?
What is NFT Burning?
March 6, 2026 - For NFTs on the Ethereum blockchain, ...0000000dEaD (referred to as the Burn Address). No one can access the wallet, so once an NFT is sent to this address, it can never be retrieved. It’s like the burned NFT is locked away in a ...
🌐
npm
npmjs.com › package › opensea-js-darwin
opensea-js-darwin - npm
July 4, 2019 - ... The parameters bundleDescription, ... address of the ERC-20 token to accept in return. If it's undefined or null, the amount is assumed to be in Ether....
      » npm install opensea-js-darwin
    
Published   Jul 04, 2019
Version   0.5.0-rc7
Author   OpenSea Developers