Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
0x31c6…174a
1 additional
variable
Balances ($6.03)
Native
Value
$6.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001864 | $3,236.02 |
$6.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7359937 | 6 years ago | | | 0 | 0.00018002400 | |
| 7357425 | 6 years ago | | | 0 | 0.000055128000 | |
| 7357412 | 6 years ago | | | 0 | 0.00046587000 | |
| 7357409 | 6 years ago | | | 0 | 0.00062691600 | |
| 7357404 | 6 years ago | | | 0 | 0.00070293800 | |
| 7357397 | 6 years ago | | | 0 | 0.00074241400 | |
| 7357391 | 6 years ago | | | 0 | 0.00077901600 | |
| 7357388 | 6 years ago | | | 0 | 0.00064593000 | |
| 7357349 | 6 years ago | | | 0 | 0.000055128000 | |
| 7357318 | 6 years ago | | | 0 | 0.00020529000 |
ABI
ABI objects
Getter at block 21165410 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)
0x81c83721d1e95b10adfd373ab241d995871f4eed
beneficiarFund() view returns (uint256)
176935039999999999715
callbackGas() view returns (uint256)
300000
isOwner() view returns (bool)
false
lastLotteryTime() view returns (uint256)
1552435244
lastSendBonusTokensTime() view returns (uint256)
1552307054
lotteryQueryId() view returns (bytes32)
0xd01760a332f5b7d808c0ff597dc42c3f79102f239f3f93ba29c9926cf5144718
lotteryRound() view returns (uint256)
3
lotterySize() view returns (uint256)
0
lotteryStage() view returns (uint256)
0
owner() view returns (address)
0x81c83721d1e95b10adfd373ab241d995871f4eed
token() view returns (address)
0x31c643c416368c988f2b8894684e419e260b174a
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.