simCallDepthReturns the call depth of the currently executing (internal) transactionSolidityfunction simCallDepth() internal returns (uint64 depth) Return Values NameTypeDescriptiondepthuint64the call depth of this Ethereum transaction/call/create; 0 means the start of the Ethereum transaction Notes Scoped to the deepest currently executing internal transaction.