Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vyperlang/vyper into refa…
Browse files Browse the repository at this point in the history
…ctor/no_folding
  • Loading branch information
tserg committed Dec 28, 2023
2 parents 14d1e09 + bf26f83 commit 85de1de
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 85de1de

Please sign in to comment.