Returns the from address of the (internal) transaction

function simFrom() internal returns (address from)

Return Values

NameTypeDescription
fromaddressthe address that triggered the Ethereum transaction/call/create

Notes

  1. Scoped to the deepest currently executing internal transaction.