Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
-
variable spans 1 additional slot
0xaa87…6623
Balances ($387.17)
Native
Value
$387.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.106377 | $3,639.45 |
$387.15 | |
XDATA | ERC-20 | 0.215425 | $0.049933 |
$0.01 | |
GNX | ERC-20 | 8.3 | $0.00047 |
$0 | |
GSE | ERC-20 | 12 | $0.000028 |
$0 | |
VIU | ERC-20 | 40.518115 | -- | -- | |
EMO | ERC-20 | 11.957459 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11719091 | 4 years ago | | | 0 | 0.0040636840 | |
| 5767970 | 6 years ago | | | 0 | 0.0016403800 | |
| 5767968 | 6 years ago | | | 0.006 | 0.0016149980 | |
| 5755881 | 6 years ago | | | 0 | 0.0036379400 | |
| 5755875 | 6 years ago | | | 0 | 0.0037654800 | |
| 5755863 | 6 years ago | | | 0 | 0.0048792000 | |
| 5755848 | 6 years ago | | | 0 | 0.0048900600 | |
| 5755839 | 6 years ago | | | 0 | 0.0048250200 | |
| 5755838 | 6 years ago | | | 0.008 | 0.0020302832 | |
| 5755838 | 6 years ago | | | 0.008 | 0.0018457120 |
ABI
ABI objects
Getter at block 21318516
getBankroll() pure returns (uint256)
0
getMinInvestment() pure returns (uint256)
0
houseAddress() pure returns (address)
0x51ffc1b089392a5bb65bf24eaf04d07d0e6f88b5
invested() pure returns (uint256)
0
investorsLosses() pure returns (uint256)
0
investorsProfit() pure returns (uint256)
0
isStopped() pure returns (bool)
false
numInvestors() pure returns (uint256)
0
owner() pure returns (address)
0xd19e13d40188a0123da1561c8f063ce5cadecd56
proposedWithdrawal() pure returns (address toAddress, uint256 atTime)
(toAddress=0x0000000000000000000000000000000000000000, atTime=0)
searchSmallestInvestor() pure returns (uint256)
1
totalAmountWagered() pure returns (uint256)
2278593128469290900
Read-only
getBalance(address currentInvestor) pure returns (uint256)
getLossesShare(address currentInvestor) pure returns (uint256)
getMaxAmountToWager(uint256 _nSpins) pure returns (uint256)
getMinAmountToWager(uint256 _nSpins) pure returns (uint256)
getProfitShare(address currentInvestor) pure returns (uint256)
getSpinsContainer(bytes32 myid) pure returns (address, uint256)
investorIDs(address) pure returns (uint256)
investors(uint256) pure returns (address investorAddress, uint256 amountInvested, bool votedForEmergencyWithdrawal)
multipliers(uint256) pure returns (uint256)
probabilities(uint256) pure returns (uint256)
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes _proof)
acceptOwnership()
buySpins(uint256 _nSpins) payable
changeHouse(address _newHouse)
changeOwner(address _newOwner)
divest()
executeEmergencyWithdrawal()
forceDivestOfAllInvestors()
forceDivestOfOneInvestor(address currentInvestor)
increaseInvestment() payable
newInvestor() payable
proposeEmergencyWithdrawal(address withdrawalAddress)
setConfiguration(uint256[] _probabilities, uint256[] _multipliers)
setMinBet(uint256 _minBet)
setSafeGas(uint256 _gas)
stop_or_resume_Contract(bool _isStopped)
voteEmergencyWithdrawal(bool vote)
LOG_ContractResumed()
LOG_ContractStopped()
LOG_EmergencyAutoStop()
LOG_EmergencyWithdrawalFailed(address indexed withdrawalAddress)
LOG_EmergencyWithdrawalProposed()
LOG_EmergencyWithdrawalSucceeded(address indexed withdrawalAddress, uint256 amountWithdrawn)
LOG_EmergencyWithdrawalVote(address indexed investor, bool vote)
LOG_FailedSend(address addr, uint256 value)
LOG_HouseAddressChanged(address oldAddr, address newHouseAddress)
LOG_InvestorCapitalUpdate(address indexed investor, int256 amount)
LOG_InvestorEntrance(address indexed investor, uint256 amount)
LOG_InvestorExit(address indexed investor, uint256 amount)
LOG_OwnerAddressChanged(address oldAddr, address newOwnerAddress)
LOG_SpinExecuted(bytes32 myid, address playerAddress, uint256 spinIndex, uint256 numberDrawn, uint256 grossPayoutForSpin)
LOG_SpinsContainerInfo(bytes32 myid, address playerAddress, uint256 netPayout)
LOG_SuccessfulSend(address addr, uint256 value)
LOG_ValueIsTooBig()
LOG_ZeroSend()
LOG_newGasLimit(uint256 _gasLimit)
LOG_newSpinsContainer(bytes32 myid, address playerAddress, uint256 amountWagered, uint256 nSpins)
constructor(address _verifierAddr)
fallback()
This contract contains no error objects.