What is the most common and standardized method for 'burning' an ERC-721 NFT, effectively removing it from circulation?
-
A
Deleting the token's data from the contract's storage.
-
B
Transferring the token to the zero address (0x000...000).
-
C
Sending the token to a verifiably un-spendable 'burner' contract.
-
D
Overwriting the token's metadata URI to make it invalid.