In general, yeah you can choose any arbitrary address that you want for null address.
The reason you can do that is because it is almost impossible for you to choose a random address that somebody already has a private key for it. Let's do some math to prove it, an address is 256 which mean it can go up to 2^256. The earth population at this time (12/2021) is about 7.9 billion but i will make it 8 billion for ease in calculation. Assume every person in the planet has 100 private key corresponding to the address they have. Then the possiblity that you can choose an address that they already choosen is about 10^-66 (https://www.wolframalpha.com/input/?i=800%2C000%2C000%2C000+%2F+2%5E256).
The possiblity that you win a Powerball is one in 292.2 million, roughly 10^-9 (https://www.thebalance.com/what-are-the-odds-of-winning-the-lottery-3306232). So you will have to win Powerball roughly 7 times in a row to even get a chance in picking a random address that somebody already has the private key given that everybody on the earth have 100 private keys
Answer from KishouYusa on Stack ExchangeHey! I am trying find out who is holding the game specific nfts on etherscan. While searching, I saw null address that holds nfts. Then, I searched online and it happens to be that somebody accidentally sent to wrong address. However, when I looked at the inventory of null address, I saw these are newly minted nfts and there is no other transaction. On the transactions it says nft is transferred to some other addresses however I can't find the tokens on those addresses as well. I feel lost now, any explanation is highly appreciated. Thanks in advance!
Inventory of null address
Example transaction
I'm trying to find out the amount of tokens that have been burned (sent to the Null Address) for a particular token on PolygonScan. However, the balance is 0: https://polygonscan.com/token/0x2721d859ee8d03599f628522d30f14d516502944?a=0x0000000000000000000000000000000000000000
Is it because tokens minted by the Null Address effectively count against the burned ones (reduce the balance)? If so, how can I find out how many tokens were burned?