We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddc349 commit 0a5844fCopy full SHA for 0a5844f
1 file changed
kevm-pyk/src/kevm_pyk/kproj/evm-semantics/abi.md
@@ -641,7 +641,7 @@ where `1003892871367861763272476045097431689001461395759728643661426852242313133
641
### Function selectors
642
643
```k
644
- syntax Bytes ::= selector ( String ) [alias, symbol(abi_selector), function, no-evaluators]
+ syntax Bytes ::= selector ( String ) [alias, symbol(abi_selector), function, total]
645
// -----------------------------------------------------------------------------------------
646
647
rule ( selector ( SIGNATURE ) ) => #parseByteStack(substrString(Keccak256(String2Bytes(SIGNATURE)), 0, 8))
0 commit comments