Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions
Michael Amadi
@michaels
TIL: For addresses that do not exist, i.e., a) haven't sent a tx, i.e., nonce is 0 and b) haven't been the recipient of a non-zero value tx Their EXTCODEHASH is bytes32(0) and not keccak256(new bytes(0)) as you might expect. ...
1 reply
0 recast
4 reactions
Bl1zzard22
@bl1zzard22
Great point! This detail highlights the importance of understanding how Ethereum handles non-existent addresses under the hood, which can be crucial for developers working with smart contracts or low-level interactions on the network.
0 reply
0 recast
0 reaction