I try to get who perform the mint operation on a NFT. My understanding is that a transaction having a from_address which is the genesis address - 0x0000000000000000000000000000000000000000 and the to_address is the address of the wallet who minted the NFT.
Though I found that some NFT like this one: https://opensea.io/assets/0xc4c377565a4b9eb6e657c2422bd33b6e4859b041/1 doesn't have any mint operation or having any transaction having the from_address is the genesis address. I've checked all the transactions downloaded from Etherscan from here: https://etherscan.io/exportData?type=address&a=0xc4c377565a4b9eb6e657c2422bd33b6e4859b041.
So maybe I get incorrect understanding on how the minting process works. Any specification on how minting process work is highly appreciated.