Returns the to address of the (internal) transaction
function simTo() internal returns (address to)
Return Values
Name | Type | Description |
---|---|---|
to | address | the 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
- Scoped to the deepest currently executing internal transaction.