Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
0xc6d6…4289
1 additional
variable
Balances ($4.32)
Native
Value
$4.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001165 | $3,709.14 |
$4.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7302627 | 6 years ago | | | 0 | 0.00015034000 | |
| 7254698 | 6 years ago | | | 0 | 0.00053769500 | |
| 7254696 | 6 years ago | | | 0.1 | 0.00027522500 | |
| 7249508 | 6 years ago | | | 0 | 0.00051600000 | |
| 7249215 | 6 years ago | | | 0 | 0.00042095200 | |
| 7249186 | 6 years ago | | | 0 | 0.00052963500 | |
| 7249186 | 6 years ago | | | 0 | 0.00055982500 | |
| 7249137 | 6 years ago | | | 0 | 0.00055883000 | |
| 7249132 | 6 years ago | | | 0 | 0.00058216000 | |
| 7249124 | 6 years ago | | | 0 | 0.00058089500 |
ABI
ABI objects
Getter at block 21306625 getPlayers() view returns (address[])
BENEFICIAR_FEE_PERCENT() view returns (uint256)
2
GAME_COIN_FlIP() view returns (uint256)
0
GAME_DICE() view returns (uint256)
1
GAME_ETHEROLL() view returns (uint256)
3
GAME_TWO_DICE() view returns (uint256)
2
LOTTERY_FEE() view returns (uint256)
2000000000000000
MIN_BET() view returns (uint256)
10000000000000000
beneficiar() view returns (address)
0x435eb95f11bc6f8c27bd9e21a8d50ee5a085643b
beneficiarFund() view returns (uint256)
70725719999999999995
callbackGas() view returns (uint256)
500000
isOwner() view returns (bool)
false
lastLotteryTime() view returns (uint256)
0
lastSendBonusTokensTime() view returns (uint256)
1550234883
lotteryQueryId() view returns (bytes32)
0x649809500f67924a011149fbb9bd0e8459191b5808c42e2e19e515f38931150f
lotteryRound() view returns (uint256)
1
lotterySize() view returns (uint256)
3746000000000000000
lotteryStage() view returns (uint256)
4
owner() view returns (address)
0x435eb95f11bc6f8c27bd9e21a8d50ee5a085643b
token() view returns (address)
0xc6d63303fa5613c4db63836bed55f8e52d264289
Read-only
betsBalances(address) view returns (uint256)
isBet(address) view returns (bool)
maxRanges(address) view returns (uint256)
minRanges(address) view returns (uint256)
players(uint256) view returns (address)
queries(bytes32) view returns (uint256 amount, address gamer, uint256 prize, uint256 range, uint256 game, uint256 time, bool ended)
tokensHolders(uint256) view returns (address)
waitingPrizes(address) view returns (uint256)
State-modifying
Events __callback(bytes32 myId, string result, bytes proof)
__callback(bytes32 myid, string result)
getBeneficiarFund()
getFund(uint256 weiAmount)
lottery()
placeBet(uint256 game, uint256[] values) payable
refund()
refundBet(bytes32 queryId)
renounceOwnership()
sendBonusTokens(uint256 playersIterations)
setBeneficiarAddress(address newBeneficiar)
setOraclizeGasLimit(uint256 gasLimit)
setOraclizeGasPrice(uint256 gasPrice)
setTokenAddress(address tokenAddress)
transferOwnership(address newOwner)
Bet(address indexed gamer, uint256 indexed game, uint256 amount, uint256 result, uint256[] winResult, uint256 prize, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlaceBet(address indexed gamer, bytes32 queryId)
WinLottery(address indexed gamer, uint256 prize, uint256 ticketsAmount, uint256 indexed round)
constructor(address startBeneficiar)
This contract contains no fallback and receive objects.
This contract contains no error objects.