We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07578e9 commit 983a41aCopy full SHA for 983a41a
kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
@@ -817,11 +817,11 @@ These are just used by the other operators for shuffling local execution state a
817
<acctID> ACCT </acctID>
818
<code> CODE </code>
819
<nonce> 0 </nonce>
820
- <storage> STORAGE </storage>
+ <storage> .Map </storage>
821
<origStorage> _ => .Map </origStorage>
822
...
823
</account>
824
- requires lengthBytes(CODE) ==Int 0 andBool STORAGE ==K .Map
+ requires lengthBytes(CODE) ==Int 0
825
```
826
827
- `#transferFunds` moves money from one account into another, creating the destination account if it doesn't exist.
0 commit comments