Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($543.78)
Native
Value
$543.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.16 | $3,398.65 |
$543.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7133748 | 6 years ago | | | 0 | 0.000056842000 | |
| 7133547 | 6 years ago | | | 0 | 0.000056842000 | |
| 7133341 | 6 years ago | | | 0 | 0.000056842000 | |
| 7133141 | 6 years ago | | | 0 | 0.000085263000 | |
| 7132937 | 6 years ago | | | 0 | 0.000056842000 | |
| 7132749 | 6 years ago | | | 0 | 0.000056714000 | |
| 7132537 | 6 years ago | | | 0 | 0.000056714000 | |
| 7132330 | 6 years ago | | | 0 | 0.000056714000 | |
| 7132120 | 6 years ago | | | 0 | 0.000036790406 | |
| 7131902 | 6 years ago | | | 0 | 0.000056714000 |
ABI
ABI objects
Getter at block 21442205
allTimeJackpot() view returns (uint256)
1056000000000000000
allTimePlayers() view returns (uint256)
13
fee() view returns (uint256)
20
fundsDistributor() view returns (address)
0x484f8abaea1b7d7d25961a193da2d2ef3c611de6
game() view returns (uint256)
6734615
getPlayedGameJackpot() view returns (uint256)
160000000000000000
getPlayedGamePlayers() view returns (uint256)
5
isActive() view returns (bool)
true
owner() view returns (address)
0xb7cc6c9fcb6e272e2959101571e3ed005ddc68c6
ticketPrice() view returns (uint256)
120000000000000000
toogleStatus() view returns (bool)
false
Read-only
games(uint256) view returns (uint256)
getGameJackpot(uint256 playedGame) view returns (uint256)
getPlayersInGame(uint256 playedGame) view returns (uint256)
State-modifying
Events buyTicket(uint256 betPrice) payable
changeFee(uint256 _fee)
changeOwner(address _newOwnerAddr)
changeTicketPrice(uint256 price)
start(uint256 winPrice)
toogleActive()
ChangeFee(uint256 _fee)
ChangePrice(uint256 _price)
Game(uint256 _game, uint256 indexed _time)
Lose(uint256 _price, uint256 _currentJackpot)
Ticket(address indexed _address, uint256 indexed _game, uint256 _number, uint256 _time, uint256 _price)
Winner(address _winnerAddress, uint256 _price, uint256 _jackpot)
constructor(address distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.