This contract is being backfilled. You may encounter incomplete storage history.

Lotthereum

Verified contract

Active on Ethereum with 153 txns
Deployed by via 0x7c8cb2ec at 4063433
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3,545.62
ERC-20
Value $0.01
0x6a313b89ec33eba61ab8c225968c999dfd61d7f4f941101f6145aefde6d260ae
0x4ec6e9d36a8d50d3b837fb4d444ccc9e74daa17e3512561d3dba7f6a300fa495
0x8bec9943b7b2a7b9075144e041939f8afdd7fbf4c50a815c05102710018f6061
0x884c240543d4f19c5e8afefccfee8f1902f7a174838913a7d3c4baac8af5a508
0x4587a6ebe03d8aa7fdae26fa0d2fae01bfc71e577a85767d4ab9225ab04b3a6c
0x0a9293553893dbb017cddbd121a11ef7e086ff508349983f3616e3c9b15bb44f
0xe483d868242d85efcc845ee73aa42d511fe5471c8a272022391a7506216f9a2e
0xac6dccc305162016e89642e244411eb0b07c9ee45666a3f87387b667b1960d75
0x1457b25a52968a51ecc86206d67860f10207d58ff685da91c2f1035cf183699f
0xb26ae89b4a1d2e1b772e55378109cbe2bd016c8e719f51c70ac30a6b8c140581

Functions
Getter at block 20826446
getBalance(pure returns (uint256)
[unknown]
getGames(pure returns (uint256[] ids)
[unknown]
numberOfClosedGames(pure returns (uint256 numberOfClosedGames)
[unknown]
Read-only
getBlockHash(uint256 ipure returns (bytes32 blockHash)
getGameCurrentRoundId(uint256 gameIdpure returns (uint256)
getGameMaxNumberOfBets(uint256 gameIdpure returns (uint256)
getGameMinAmountByBet(uint256 gameIdpure returns (uint256)
getGamePrize(uint256 gameIdpure returns (uint256)
getGameRoundOpen(uint256 gameIduint256 roundIdpure returns (bool)
getNumber(bytes32 _apure returns (uint8)
getPointer(uint256 gameIdpure returns (uint256)
getRoundBetAmount(uint256 gameIduint256 roundIduint256 betIdpure returns (uint256)
getRoundBetNumber(uint256 gameIduint256 roundIduint256 betIdpure returns (uint256)
getRoundBetOrigin(uint256 gameIduint256 roundIduint256 betIdpure returns (address)
getRoundNumber(uint256 gameIduint256 roundIdpure returns (uint8)
getRoundNumberOfBets(uint256 gameIduint256 roundIdpure returns (uint256)
getRoundPointer(uint256 gameIduint256 roundIdpure returns (uint256)
State-modifying
closeGame(uint256 gameIdreturns (bool)
createGame(uint256 pointeruint256 maxNumberOfBetsuint256 minAmountByBetuint256 prizereturns (uint256 id)
kill(
openGame(uint256 gameIdreturns (bool)
placeBet(uint256 gameIduint8 betpayable returns (bool)
withdraw(returns (uint256)
Events
BetPlaced(uint256 indexed gameIduint256 indexed roundIdaddress indexed originuint256 betId
GameClosed(uint256 indexed gameId
GameOpened(uint256 indexed gameId
MaxNumberOfBetsChanged(uint256 maxNumberOfBets
MinAmountByBetChanged(uint256 minAmountByBet
RoundClose(uint256 indexed gameIduint256 indexed roundIduint8 number
RoundOpen(uint256 indexed gameIduint256 indexed roundId
RoundWinner(uint256 indexed gameIduint256 indexed roundIdaddress indexed winnerAddressuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.