Returns the gas remaining after an (internal) transaction

function simGasLeft() internal returns (uint64 gas_)

Return Values

NameTypeDescription
gas_uint64the gas remaining of the Ethereum transaction/call/create

Notes

  1. Can only be called in a transaction stop hook.