Returns the code address of the (internal) transaction

function simCodeAddress() internal returns (address code)

Return Values

NameTypeDescription
codeaddressthe address of the code that will be executed. In a delegate call for example, it will return the address of the delegate. This is different from simTo that will return the contract itself.

Notes

  1. Scoped to the deepest currently executing internal transaction.