What is address(0) in Solidity
Within an Ethereum transaction, the zero-account is just a special case used to indicate that a new contract is being deployed. It is literally ‘0x0’ set to the to field in the raw transaction. Every Ethereum transaction, whether it’s a transfer between two external accounts, a request to execute contract code, or a request to … Read more