RecurringLottery
contract RecurringLottery
Reference
Functions
RecurringLottery
function RecurringLottery(uint _duration) public- Parameters:
_duration- uint
buy
function buy() public payabledeleteRound
function deleteRound(uint _round) public- Parameters:
_round- uint
drawWinner
function drawWinner(uint roundNumber) public- Parameters:
roundNumber- uint
fallback
function () public payablewithdraw
function withdraw() public
