MobiusRandom
Verified contract
Active on
Ethereum with 2,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($88,264.30)
Native
Value
$88,264.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 27.663163 | $3,190.68 |
$88,264.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7669817 | 6 years ago | | | 0 | 0.00020838000 | |
| 7669776 | 6 years ago | | | 0 | 0.00047428500 | |
| 7669661 | 6 years ago | | | 0 | 0.00042720600 | |
| 7669603 | 6 years ago | | | 0 | 0.0010143360 | |
| 7656495 | 6 years ago | | | 0 | 0.0013822560 | |
| 7656493 | 6 years ago | | | 0.01 | 0.00072104160 | |
| 7656487 | 6 years ago | | | 0 | 0.0012914520 | |
| 7656484 | 6 years ago | | | 0.01 | 0.0011266275 | |
| 7634123 | 6 years ago | | | 0 | 0.0012964440 | |
| 7634119 | 6 years ago | | | 0.03 | 0.0011736300 |
ABI
ABI objects
Getter at block 21160184
BET_EXPIRY() view returns (uint256)
[unknown]
HOUSE_EDGE_DIVISOR() view returns (uint256)
[unknown]
HOUSE_EDGE_DIVISOR_CLASSIC() view returns (uint256)
[unknown]
MAX_UNDER2() view returns (uint16)
[unknown]
SECONDARY_JACKPOT_DIVISOR() view returns (uint256)
[unknown]
SECONDAY_MODULO() view returns (uint24)
[unknown]
TOKEN() view returns (address)
[unknown]
UNLUCK_RATE() view returns (uint256)
[unknown]
a() view returns (address)
[unknown]
dividendsPaid() view returns (uint256)
[unknown]
getContractProps() view returns (uint256 secondaryPot_, uint256 minHouseEdge, uint256 minHouseEdgeClassic, uint256 maxProfit_, uint256 luckPrice_)
[unknown]
luckPrice() view returns (uint256)
[unknown]
maxProfit() view returns (uint256)
[unknown]
minHouse() view returns (uint256)
[unknown]
minHouseClassic() view returns (uint256)
[unknown]
minSecondaryAmount() view returns (uint256)
[unknown]
oraclizeCallbackGas() view returns (uint256)
[unknown]
oraclizeGasPrice() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
pendingBets() view returns (uint256)
[unknown]
secondaryPot() view returns (uint256)
[unknown]
Read-only
bets(bytes32) view returns (uint256 props, address player)
decodeProps(uint256 props) pure returns (uint128 amount, uint64 time, uint16 modulo, uint16 rollUnder, uint16 rollUnder2, bool classicMode)
getBetProps(bytes32 queryId) view returns (uint128 amount, uint64 time, uint16 modulo, uint16 rollUnder, uint16 rollUnder2, bool classicMode)
getLuck(address player) view returns (uint256)
getLuckProps(address player) view returns (uint128 lastLevel, uint64 lastToppedUp)
luck(address) view returns (uint256)
State-modifying
Events __callback(bytes32 _queryId, string _result, bytes _proof)
__callback(bytes32 myid, string result)
destroy()
disburseDividends(uint256 amount)
feedSecondaryPot(uint256 amount)
initOraclize()
placeBet(uint16 modulo, uint16 rollUnder, bool classic) payable
refundExpiredBet(bytes32 queryId)
setLuckPrice(uint256 newValue)
setMaxProfit(uint256 newValue)
setMinHouse(uint256 newValue)
setMinHouseClassic(uint256 newValue)
setMinSecondaryAmount(uint256 newValue)
setOraclizeGasLimit(uint256 _newLimit)
setOraclizeGasPrice(uint256 _newGasPrice)
setOrcl(address a_)
setOwner(address owner_)
topUpLuck(uint256 level)
withdraw(uint256 amount)
withdrawTokens(address to, uint256 amount)
BetFinalized(bytes32 queryId, address indexed player, uint256 props, uint256 amountToSend)
BetPlaced(bytes32 queryId, address indexed player, uint256 props)
FailedPayment(bytes32 queryId, uint256 amount)
LogSetOrcl(address indexed authority)
LogSetOwner(address indexed owner)
RandomFailed(bytes32 queryId)
RefundAttempt(bytes32 queryId)
SecondaryJackpotWon(bytes32 queryId, address indexed player, uint256 amount)
constructor()
fallback()
This contract contains no error objects.