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
0xfdbc…5ce0
Balances ($36,060.63)
Native
Value
$36,060.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.001422 | $3,605.55 |
$36,060.63 | |
LINO | ERC-20 | 20 | -- | -- | |
EBK | ERC-20 | 10.001422 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19282058 | 9 months ago | | | 0 | 0.00077854107 | |
| 19281948 | 9 months ago | | | 0.0000001 | 0.0042033448 | |
| 11379174 | 4 years ago | | | 0.008 | 0.0052500000 | |
| 9945295 | 5 years ago | | | 0.001 | 0.00075000000 | |
| 9945295 | 5 years ago | | | 0.001 | 0.00075000000 | |
| 9193702 | 5 years ago | | | 0.001 | 0.00025000000 | |
| 9144630 | 5 years ago | | | 0.001 | 0.0015000000 | |
| 9144628 | 5 years ago | | | 0.001 | 0.0015000000 | |
| 7784222 | 6 years ago | | | 0 | 0.0018128200 | |
| 7784220 | 6 years ago | | | 0.007 | 0.0024755936 |
ABI
ABI objects
Getter at block 21283709 searchSmallestInvestor() view returns (uint256)
getBankroll() view returns (uint256)
10000000100000000000
getMinInvestment() view returns (uint256)
0
houseAddress() view returns (address)
0x51ffc1b089392a5bb65bf24eaf04d07d0e6f88b5
invested() view returns (uint256)
10000000100000000000
investorsLosses() view returns (uint256)
0
investorsProfit() view returns (uint256)
0
isStopped() view returns (bool)
false
numInvestors() view returns (uint256)
2
owner() view returns (address)
0xd19e13d40188a0123da1561c8f063ce5cadecd56
proposedWithdrawal() view returns (address toAddress, uint256 atTime)
(toAddress=0x0000000000000000000000000000000000000000, atTime=0)
totalAmountWagered() view returns (uint256)
210221427391383250
Read-only
getBalance(address currentInvestor) view returns (uint256)
getLossesShare(address currentInvestor) view returns (uint256)
getMaxAmountToWager(uint256 _nSpins) view returns (uint256)
getMinAmountToWager(uint256 _nSpins) view returns (uint256)
getProfitShare(address currentInvestor) view returns (uint256)
getSpinsContainer(bytes32 myid) view returns (address, uint256)
investorIDs(address) view returns (uint256)
investors(uint256) view returns (address investorAddress, uint256 amountInvested, bool votedForEmergencyWithdrawal)
multipliers(uint256) view returns (uint256)
probabilities(uint256) view 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_ProofFailure(bytes32 myid, address playerAddress)
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.