mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 20:28:21 +00:00
Automatically merged updates to draft EIP(s) 3102 (#3185)
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
56c80ba5ee
commit
c74e0af70c
@ -71,7 +71,7 @@ Nodes with `empty_hash` as both children are called _leaf nodes_, and the remain
|
||||
|
||||
Assuming an account `A ≡ (A_b, A_n, A_c, A_s)` at address `A_a`, the following elements can be found at the following addresses:
|
||||
|
||||
* The account balance `A_b` can be found at key `hash(A_a)[0..253] ++ 0b00` and is of type `uint32`;
|
||||
* The account balance `A_b` can be found at key `hash(A_a)[0..253] ++ 0b00` and is of type `uint256`;
|
||||
* The account nonce `A_n` can be found at key `hash(A_a)[0..253] ++ 0b01` and is of type `uint64`;
|
||||
* The code `A_c` is an arbitrary-length byte sequence that can be found at key `hash(A_a)[0..253] ++ 0b10`;
|
||||
* The root of the storage trie `A_s` can be found at key `hash(A_a)[0..253] ++ 0b11`
|
||||
|
Loading…
x
Reference in New Issue
Block a user