Returns the call depth of the currently executing (internal) transaction

function simCallDepth() internal returns (uint64 depth)

Return Values

NameTypeDescription
depthuint64the call depth of this Ethereum transaction/call/create; 0 means the start of the Ethereum transaction

Notes

  1. Scoped to the deepest currently executing internal transaction.