Expand description
Contract operations (CALL, CREATE, DELEGATECALL, etc.).
Functionsยง
- calc_
call_ gas - Calculates gas cost and limit for call instructions.
- call
- Implements the CALL instruction.
- call_
code - Implements the CALLCODE instruction.
- create
- Implements the CREATE/CREATE2 instruction.
- delegate_
call - Implements the DELEGATECALL instruction.
- get_
memory_ input_ and_ out_ ranges - Gets memory input and output ranges for call instructions.
- resize_
memory - Resize memory and return range of memory.
If
len
is 0 dont touch memory and returnusize::MAX
as offset and 0 as length. - static_
call - Implements the STATICCALL instruction.