simGasReturns the amount of gas assigned to this (internal) transactionSolidityfunction simGas() internal returns (uint64 gas_) Return Values NameTypeDescriptiongas_uint64the amount of gas given to this Ethereum transaction/call/create Notes Scoped to the deepest currently executing internal transaction.