Returns the calldata the (internal) transaction

function simValue() internal returns (uint256 value)

Return Values

NameTypeDescription
valueuint256the value sent with the Ethereum transaction/call/create

Notes

  1. Scoped to the deepest currently executing internal transaction.