Add function for contracts to return the amount of remaining gas on the current transaction execution ```lua local remaining_gas = contract.gasLeft() ```
Add function for contracts to return the amount of remaining gas on the current transaction execution