Returns the amount of gas assigned to this (internal) transaction

function simGas() internal returns (uint64 gas_)

Return Values

NameTypeDescription
gas_uint64the amount of gas given to this Ethereum transaction/call/create

Notes

  1. Scoped to the deepest currently executing internal transaction.