Returns the to address of the (internal) transaction

function simTo() internal returns (address to)

Return Values

NameTypeDescription
toaddressthe address that receives the Ethereum transaction/call/create; note that for creates the account has already been created, and thus this returns a valid address in that case too

Notes

  1. Scoped to the deepest currently executing internal transaction.