Documentation ¶
Index ¶
- func CallF(p *program.Program, i uint16)
- func CreateAndCall(p *program.Program, code []byte, isCreate2 bool, callOp vm.OpCode)
- func RJump(p *program.Program, relOffset uint16)
- func RJumpI(p *program.Program, relOffset uint16, condition interface{})
- func RJumpV(p *program.Program, relOffsets []uint16)
- func RetF(p *program.Program)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAndCall ¶
CreateAndCall calls create/create2 with the given bytecode and then checks if the returnvalue is non-zero. If so, it calls into the newly created contract with all available gas
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.