Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dc0…7474
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TVND | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7265020 | 6 years ago | | | 0 | 0.00028530000 | |
| 7264795 | 6 years ago | | | 0 | 0.00028530000 | |
| 7264598 | 6 years ago | | | 0 | 0.00028530000 | |
| 7264421 | 6 years ago | | | 0 | 0.00028530000 | |
| 7264249 | 6 years ago | | | 0 | 0.00028530000 | |
| 7264049 | 6 years ago | | | 0 | 0.00028530000 | |
| 7263874 | 6 years ago | | | 0 | 0.00028530000 | |
| 7263694 | 6 years ago | | | 0 | 0.00028530000 | |
| 7263547 | 6 years ago | | | 0 | 0.00028530000 | |
| 7263340 | 6 years ago | | | 0 | 0.00028530000 |
ABI
ABI objects
Getter at block 21211218
allTimeJackpot() view returns (uint256)
0
allTimePlayers() view returns (uint256)
0
fee() view returns (uint256)
20
fundsDistributor() view returns (address)
0x5b8c9e6444fc36a4f3a57b55e213ea360f1edf09
game() view returns (uint256)
7133651
getPlayedGameJackpot() view returns (uint256)
8000000000000000000
getPlayedGamePlayers() view returns (uint256)
1
isActive() view returns (bool)
true
owner() view returns (address)
0x5b8c9e6444fc36a4f3a57b55e213ea360f1edf09
ticketPrice() view returns (uint256)
450000000000000000
toogleStatus() view returns (bool)
false
winPrice() view returns (uint256)
0
Read-only
games(uint256) view returns (uint256)
getGameJackpot(uint256 playedGame) view returns (uint256)
getPlayersInGame(uint256 playedGame) view returns (uint256)
State-modifying
Events __callback(bytes32 _myid, string _result)
__callback(bytes32 myid, string result, bytes proof)
addPlayer(address ref)
buyTicket(uint256 betPrice, uint256 _value)
changeOwner(address _newOwnerAddr)
changeTicketPrice(uint256 price)
getBTCPrice() payable
pickTheWinner()
start()
toogleActive()
ChangeFee(uint256 _fee)
ChangePrice(uint256 _price)
Game(uint256 _game, uint256 indexed _time)
LogPrice(uint256 priceBTC)
Lose(uint256 _price, uint256 _currentJackpot)
Ticket(address indexed _address, uint256 indexed _game, uint256 _number, uint256 _time, uint256 _price, uint256 _value)
Winner(address _winnerAddress, uint256 _price, uint256 _jackpot)
constructor(address distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.