simGasLeftReturns the gas remaining after an (internal) transactionSolidityfunction simGasLeft() internal returns (uint64 gas_) Return Values NameTypeDescriptiongas_uint64the gas remaining of the Ethereum transaction/call/create Notes Can only be called in a transaction stop hook.