package
0.0.0-20250310125834-1ede654ac752
Repository: https://github.com/holiman/goevmlab.git
Documentation: pkg.go.dev
# Functions
CallF implements CALLF (0xb0) - call a function.
CreateAndCall calls create/create2 with the given bytecode and then checks if the returnvalue is non-zero.
RetF implements RETF (0xb1) - return from a function.
RJump implements RJUMP (0x5c) - relative jump.
RJumpI implements RJUMPI (0x5d) - conditional relative jump.
RJumpV implements RJUMPV (0x5e) - relative jump via jump table.