Lotthereum
Verified contract
Active on
Ethereum with 153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,916.03)
Native
Value
$4,916.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.351 | $3,638.80 |
$4,916.02 | |
XDATA | ERC-20 | 0.142911 | $0.048743 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4362445 | 7 years ago | | | 0 | 0.00032527200 | |
| 4303008 | 7 years ago | | | 0.001 | 0.00059303200 | |
| 4268699 | 7 years ago | | | 0.001 | 0.0032616760 | |
| 4234443 | 7 years ago | | | 0.001 | 0.00014825800 | |
| 4232121 | 7 years ago | | | 0.001 | 0.00059303200 | |
| 4205516 | 7 years ago | | | 0.001 | 0.0031134180 | |
| 4205516 | 7 years ago | | | 0.001 | 0.0010500000 | |
| 4197340 | 7 years ago | | | 0.01 | 0.0031134180 | |
| 4172556 | 7 years ago | | | 0 | 0.00010471000 | |
| 4172485 | 7 years ago | | | 0.001 | 0.00039958200 |
ABI
ABI objects
Getter at block 21294134
getBalance() pure returns (uint256)
[unknown]
getGames() pure returns (uint256[] ids)
[unknown]
numberOfClosedGames() pure returns (uint256 numberOfClosedGames)
[unknown]
Read-only
getBlockHash(uint256 i) pure returns (bytes32 blockHash)
getGameCurrentRoundId(uint256 gameId) pure returns (uint256)
getGameMaxNumberOfBets(uint256 gameId) pure returns (uint256)
getGameMinAmountByBet(uint256 gameId) pure returns (uint256)
getGamePrize(uint256 gameId) pure returns (uint256)
getGameRoundOpen(uint256 gameId, uint256 roundId) pure returns (bool)
getNumber(bytes32 _a) pure returns (uint8)
getPointer(uint256 gameId) pure returns (uint256)
getRoundBetAmount(uint256 gameId, uint256 roundId, uint256 betId) pure returns (uint256)
getRoundBetNumber(uint256 gameId, uint256 roundId, uint256 betId) pure returns (uint256)
getRoundBetOrigin(uint256 gameId, uint256 roundId, uint256 betId) pure returns (address)
getRoundNumber(uint256 gameId, uint256 roundId) pure returns (uint8)
getRoundNumberOfBets(uint256 gameId, uint256 roundId) pure returns (uint256)
getRoundPointer(uint256 gameId, uint256 roundId) pure returns (uint256)
State-modifying
Events closeGame(uint256 gameId) returns (bool)
createGame(uint256 pointer, uint256 maxNumberOfBets, uint256 minAmountByBet, uint256 prize) returns (uint256 id)
kill()
openGame(uint256 gameId) returns (bool)
placeBet(uint256 gameId, uint8 bet) payable returns (bool)
withdraw() returns (uint256)
BetPlaced(uint256 indexed gameId, uint256 indexed roundId, address indexed origin, uint256 betId)
GameClosed(uint256 indexed gameId)
GameOpened(uint256 indexed gameId)
MaxNumberOfBetsChanged(uint256 maxNumberOfBets)
MinAmountByBetChanged(uint256 minAmountByBet)
RoundClose(uint256 indexed gameId, uint256 indexed roundId, uint8 number)
RoundOpen(uint256 indexed gameId, uint256 indexed roundId)
RoundWinner(uint256 indexed gameId, uint256 indexed roundId, address indexed winnerAddress, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.