Skip to content

Instantly share code, notes, and snippets.

contract RaiseGas {
uint currentLimit;
uint lastPayout;
function RaiseGas(){
currentLimit = block.gaslimit;
lastPayout = block.number;
}
function(){