Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.53)
Native
Value
$24.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006779 | $3,618.68 |
$24.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7548804 | 6 years ago | | | 0 | 0.000047414000 | |
| 7548799 | 6 years ago | | | 0 | 0.000051822000 | |
| 7548799 | 6 years ago | | | 0 | 0.000051822000 | |
| 7548791 | 6 years ago | | | 0 | 0.000068564000 | |
| 5574988 | 7 years ago | | | 0 | 0.0019554000 | |
| 5574985 | 7 years ago | | | 0.025 | 0.00016775900 | |
| 5549418 | 7 years ago | | | 0.1 | 0.00018015600 | |
| 5521548 | 7 years ago | | | 0 | 0.000063486000 | |
| 5498979 | 7 years ago | | | 0 | 0.0017553400 | |
| 5498977 | 7 years ago | | | 0.0375 | 0.00018453490 |
ABI
ABI objects
Getter at block 21285036
amountBets() pure returns (uint256)
[unknown]
amountWon() pure returns (uint256)
[unknown]
getBankroll() pure returns (uint256)
[unknown]
investorsLosses() pure returns (uint256)
[unknown]
investorsProfit() pure returns (uint256)
[unknown]
isStopped() pure returns (bool)
[unknown]
numBets() pure returns (uint256)
[unknown]
owner() pure returns (address)
[unknown]
totalWon() pure returns (uint256)
[unknown]
Read-only
bets(bytes32) pure returns (address playerAddress, uint256 amountBet, uint256 numberRolled, uint256 pwin)
betsKeys(uint256) pure returns (bytes32)
getBet(uint256 id) pure returns (address, uint256, uint256)
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes proof)
bet(uint256 pwin) payable
changeGasLimitOfSafeSend(uint256 newGasLimit)
changeOwnerAddress(address newOwner)
divest(uint256 value)
getProfits()
invest() payable
kill()
LOG_BetLost(address playerAddress, uint256 numberRolled, uint256 amountLost, bytes32 id)
LOG_BetWon(address playerAddress, uint256 numberRolled, uint256 amountWon, bytes32 id)
LOG_FailedSend(address receiver, uint256 amount)
LOG_GasLimitChanged(uint256 oldGasLimit, uint256 newGasLimit)
LOG_IncreaseInvestment(uint256 amount)
LOG_NewBet(address playerAddress, uint256 amount, uint256 pwin, bytes32 id)
LOG_OwnerAddressChanged(address oldowner, address newowner)
LOG_Payout(address addr, uint256 amount)
LOG_SuccessfulSend(address addr, uint256 amount)
LOG_ValueIsTooBig()
LOG_ZeroSend()
Log(uint256 text)
constructor()
fallback()
This contract contains no error objects.