Returns the call kind of the (internal) transaction

function simCallKind() internal returns (enum SimCallKind kind)

Return Values

NameTypeDescription
kindenum SimCallKindthe call instruction: call, staticcall, delegatecall, callcode, create or create2. Ethereum transactions will be either call or create.

Notes

  1. Scoped to the deepest currently executing internal transaction.