From bf26f83ec21788d9fb591879fdd6af2ddfacb050 Mon Sep 17 00:00:00 2001 From: sudo rm -rf --no-preserve-root / Date: Wed, 27 Dec 2023 17:24:47 +0100 Subject: [PATCH] docs: `address.codehash` for empty account (#3711) --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types.rst b/docs/types.rst index 0ad13967e9..a8be721b1a 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -299,7 +299,7 @@ Members Member Type Description =============== =========== ========================================================================== ``balance`` ``uint256`` Balance of an address -``codehash`` ``bytes32`` Keccak of code at an address, ``EMPTY_BYTES32`` if no contract is deployed +``codehash`` ``bytes32`` Keccak of code at an address, ``0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470`` if no contract is deployed (see `EIP-1052 `_) ``codesize`` ``uint256`` Size of code deployed at an address, in bytes ``is_contract`` ``bool`` Boolean indicating if a contract is deployed at an address ``code`` ``Bytes`` Contract bytecode