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