Skip to content

Commit

Permalink
docs: address.codehash for empty account (vyperlang#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Dec 27, 2023
1 parent 2df916c commit bf26f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://eips.ethereum.org/EIPS/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
Expand Down

0 comments on commit bf26f83

Please sign in to comment.