-
Can the lecturer please give some use cases for the advanced section on encoding, opcodes, and calling functions directly (timestamp 22:18 to 23:00)? When do we want to use these direct calls as opposed to importing the human-readable ABI? |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Aug 7, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@PCWCFA Go through this, this will help you understand the Opcodes (which is basically used by the EVM) part: #1219 "calling functions directly" Do you mean encoded function calls here? Please clarify. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrickAlphaC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PCWCFA Go through this, this will help you understand the Opcodes (which is basically used by the EVM) part: #1219
"calling functions directly" Do you mean encoded function calls here? Please clarify.