Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf43…ddb7
0x5943…7b78
Balances ($379.19)
Native
Value
$379.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.116576 | $3,252.72 |
$379.19 | |
LBT | ERC-20 | 120 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7770054 | 5 years ago | | | 0.1 | 0.018120642 | |
| 7770022 | 5 years ago | | | 0.005 | 0.020652544 | |
| 7758436 | 5 years ago | | | 0.1 | 0.0095371800 | |
| 7751766 | 5 years ago | | | 0 | 0.00059198850 | |
| 7675172 | 6 years ago | | | 0.1 | 0.0010996120 | |
| 7636827 | 6 years ago | | | 0 | 0.0011057400 | |
| 7636743 | 6 years ago | | | 0 | 0.00050114000 | |
| 7636741 | 6 years ago | | | 0 | 0.00050114000 | |
| 7636740 | 6 years ago | | | 0 | 0.00050114000 | |
| 7636731 | 6 years ago | | | 0 | 0.00050114000 |
ABI
ABI objects
Getter at block 21165570
BET_PRICE() view returns (uint256)
3881836885214083
DAILY_GAME_SHARE() view returns (uint256)
10
GAME_ORGANISER_SHARE() view returns (uint256)
20
HOURLY_GAME_SHARE() view returns (uint256)
30
JACKPOT_GAME_SHARE() view returns (uint256)
10
MONTHLY_GAME_SHARE() view returns (uint256)
5
NUMBER_OF_WINNERS() view returns (uint256)
10
ORACLIZE_TIMEOUT() view returns (uint256)
86400
ORGANISER_PERCENT() view returns (uint256)
20
ROUND_FUND_PERCENT() view returns (uint256)
80
SHARE_DENOMINATOR() view returns (uint256)
100
SUPER_JACKPOT_GAME_SHARE() view returns (uint256)
15
WEEKLY_GAME_SHARE() view returns (uint256)
5
YEARLY_GAME_SHARE() view returns (uint256)
5
checker() view returns (address)
0x5943a67e4375b556df0856fdf08f972d02677b78
currentRound() view returns (uint256)
2
dailyGame() view returns (address)
0x89f3cb45248484282c2827fbde89813af41b9582
getCurrentRound() view returns (uint256)
2
getCurrentTime() view returns (uint256)
1731341711
getPeriod() view returns (uint256)
3600
getTicketPrice() view returns (uint256)
3000000000000000
hourlyGame() view returns (address)
0xce75d0a0ed04d6eda036aa55d79a045d6abfb4d6
jackPot() view returns (address)
0x7528c1e72b2ccd0660a3f70d700f8880a44e7963
management() view returns (address)
0x529e8bd351b8d7064985da4828e9c93e716bfa30
monthlyGame() view returns (address)
0xb83ab74561657505823460ec365f172567c37d83
organiser() view returns (address)
0x974655285b84a7042513b99714e3907991ab7aab
owner() view returns (address)
0x974655285b84a7042513b99714e3907991ab7aab
paused() view returns (bool)
false
period() view returns (uint256)
3600
rng() view returns (address)
0xbf43a3f0777bf04f9820380b6e4df6e692f7ddb7
serviceMinBalance() view returns (uint256)
1000000000000000000
superJackPot() view returns (address)
0xbe2d9c289038d32c3d82bd99f464b48bf4696e52
ticketPrice() view returns (uint256)
3000000000000000
weeklyGame() view returns (address)
0x339a8a6af716f1d4808036d7e5d283a6e0a0b5e1
yearlyGame() view returns (address)
0xde44f7ce2f0042d1d7cf34c89a87dc27f2fe86a1
Read-only
_findWinTickets(uint256 _random, uint256 _ticketsNum) pure returns (uint256[10])
getInfo(address _manager) view returns (bool)
getParticipantFunds(uint256 _round, address _participant) view returns (uint256)
getRoundFunds(uint256 _round) view returns (uint256)
getRoundParticipants(uint256 _round) view returns (address[])
getRoundStartTime(uint256 _round) view returns (uint256)
getRoundWinners(uint256 _round) view returns (address[])
getRoundWinningTickets(uint256 _round) view returns (uint256[])
getTicketsCount(uint256 _round) view returns (uint256)
getWinningFunds(uint256 _round, address _winner) view returns (uint256)
listOfManagers(address) view returns (bool)
rounds(uint256) view returns (uint8 state, uint256 ticketsCount, uint256 participantCount, uint256 random, uint256 nonce, uint256 startRoundTime, uint256 roundFunds)
shareOfWinners(uint256) view returns (uint256)
State-modifying
Events addManager(address _manager) returns (bool success)
buyBonusTickets(address _participant, uint256 _hourlyTicketsCount, uint256 _dailyTicketsCount, uint256 _weeklyTicketsCount, uint256 _monthlyTicketsCount, uint256 _yearlyTicketsCount, uint256 _jackPotTicketsCount, uint256 _superJackPotTicketsCount) payable
buyBonusTickets(address _participant, uint256 _ticketsCount) payable
buyTickets(address _participant) payable
checkRoundState(uint256 _round) returns (uint8)
findWinTickets(uint256 _round)
getGain(uint256 _fromRound, uint256 _toRound)
getRandomNumber(uint256 _round, uint256 _nonce) payable
pause(bool _paused)
processRound(uint256 _round, uint256 _randomNumber) payable returns (bool)
refund(uint256 _round)
removeManager(address _manager) returns (bool success)
restartGame() payable
sendGain(address _participant, uint256 _fromRound, uint256 _toRound)
setChecker(address _checker)
setContracts(address _rng, address _hourlyGame, address _management)
setMinBalance(uint256 _minBalance)
setOrganiser(address _organiser)
setTicketPrice(uint256 _ticketPrice)
startGame(uint256 _startPeriod) payable
transferOwnership(address newOwner)
GameStarted(uint256 start)
ParticipantAdded(uint256 round, address participant, uint256 ticketsCount, uint256 funds)
RefundIsFailed(uint256 round, address participant)
RefundIsSuccess(uint256 round, address participant, uint256 funds)
RoundProcecced(uint256 round, address[] winners, uint256[] winningTickets, uint256 roundFunds)
RoundStateChanged(uint256 currentRound, uint8 state)
TicketPriceChanged(uint256 price)
TransferFunds(address to, uint256 funds)
Withdraw(address participant, uint256 funds, uint256 fromRound, uint256 toRound)
constructor(address _rng, uint256 _period, address _dailyGame, address _weeklyGame, address _monthlyGame, address _yearlyGame, address _jackPot, address _superJackPot)
fallback()
This contract contains no error objects.