Call
Last updated
Last updated
All EVM call instructions are handled similarly.
The call type is encoded on the assembly level, so we will describe the common handling workflow, mentioning distinctions if there are any.
For more information, see the .
Original instruction.
is common for Yul and EVMLA representations.
The code checks if the call is non-static and the Ether value is non-zero. If so, the call is redirected to the .
Original instruction.
is common for Yul and EVMLA representations.
Original instruction.
is common for Yul and EVMLA representations.