Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
-
variable spans 4 additional slots
Native
Value
$1,501.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.422 | $3,557.19 |
$1,501.13 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7928707 | 5 years ago | | | 0 | 0.000025200000 | |
| 7916670 | 5 years ago | | | 0 | 0.000025200000 | |
| 7905692 | 5 years ago | | | 0 | 0.00011592800 | |
| 7905437 | 5 years ago | | | 0 | 0.00033259200 | |
| 7905436 | 5 years ago | | | 0 | 0.00033259200 | |
| 7905435 | 5 years ago | | | 0 | 0.00033259200 | |
| 7905434 | 5 years ago | | | 0 | 0.00033259200 | |
| 7905418 | 5 years ago | | | 0 | 0.00033208000 | |
| 7905416 | 5 years ago | | | 0 | 0.00033259200 | |
| 7905414 | 5 years ago | | | 0 | 0.00033259200 |
ABI
ABI objects
Getter at block 21287085
extraJackpot() view returns (uint256)
[unknown]
freeFunds() view returns (uint256)
[unknown]
jackpot() view returns (uint256)
[unknown]
jackpotMagic() view returns (uint256)
[unknown]
lockedInBets() view returns (uint256)
[unknown]
roll() view returns (address secretSigner, uint128 lockedInBets, uint128 jackpot, uint256 maxBetAmount, uint256 minBetAmount)
[unknown]
slot() view returns (address secretSigner, uint128 lockedInBets, uint128 jackpot, uint256 maxBetAmount, uint256 minBetAmount)
[unknown]
Read-only
admins(address) view returns (uint8)
rollBet(bytes32 hostSeedHash) view returns (uint8 t, uint256 amount, uint256 mask, uint256 rollUnder, uint256 blockNumber, address gambler, bool exist)
slotBet(bytes32 hostSeedHash) view returns (uint256 amount, uint256 blockNumber, address gambler, bool exist)
slotPayLine(uint256 n) view returns (bytes symbols, uint256 num, uint256 den)
slotReels(uint256 n) view returns (bytes)
slotSpecialPayLine(uint256 n) view returns (bytes1 symbol, uint256 num, uint256 den, uint256[] indexes)
State-modifying
Events handleBet(uint8 game, bytes32 hostSeed, bytes32 clientSeed)
handleBetWithProof(uint8 game, bytes32 hostSeed, uint256 canonicalBlockNumber, bytes uncleProof, bytes chainProof)
increaseJackpot(uint256 amount)
kill(address beneficiary)
provideAccess(address addr, uint8 rank)
refundBet(uint8 game, bytes32 hostSeedHash)
rollPlaceBet(uint8 t, uint16 mask, uint8 rollUnder, address referrer, uint256 sigExpirationBlock, bytes32 hostSeedHash, uint8 v, bytes32 r, bytes32 s) payable
setJackpotMagic(uint256 magic)
setMinMaxBetAmount(uint8 game, uint256 min, uint256 max)
setSecretSigner(uint8 game, address secretSigner)
slotPlaceBet(address referrer, uint256 sigExpirationBlock, bytes32 hostSeedHash, uint8 v, bytes32 r, bytes32 s) payable
slotSetPayLine(uint256 n, bytes symbols, uint256 num, uint256 den)
slotSetReels(uint256 n, bytes symbols)
slotSetSpecialPayLine(uint256 n, bytes1 symbol, uint256 num, uint256 den, uint256[] indexes)
withdraw(address beneficiary, uint256 amount)
LogFailedPayment(address indexed beneficiary, uint256 amount, bytes32 indexed message)
LogIncreaseJackpot(address indexed addr, uint256 amount)
LogJackpotMagicChanged(address indexed addr, uint256 newJackpotMagic)
LogJactpot(address indexed beneficiary, uint256 amount, bytes32 hostSeed, bytes32 clientSeed, uint256 jackpotMagic)
LogPayment(address indexed beneficiary, uint256 amount, bytes32 indexed message)
LogProvideAccess(address indexed whom, uint256 when, uint8 rank)
LogRollHandleBet(bytes32 indexed hostSeedHash, uint8 t, address indexed gambler, bytes32 hostSeed, bytes32 clientSeed, uint256 roll, uint256 multiplierNum, uint256 multiplierDen, uint256 amount, uint256 winnings)
LogRollNewBet(bytes32 indexed hostSeedHash, uint8 t, address indexed gambler, uint256 amount, uint256 mask, uint256 rollUnder, address indexed referrer)
LogRollRefundBet(bytes32 indexed hostSeedHash, uint8 t, address indexed gambler, uint256 amount)
LogSlotHandleBet(bytes32 indexed hostSeedHash, address indexed gambler, bytes32 hostSeed, bytes32 clientSeed, bytes symbols, uint256 multiplierNum, uint256 multiplierDen, uint256 amount, uint256 winnings)
LogSlotNewBet(bytes32 indexed hostSeedHash, address indexed gambler, uint256 amount, address indexed referrer)
LogSlotRefundBet(bytes32 indexed hostSeedHash, address indexed gambler, uint256 amount)
constructor()
fallback()
This contract contains no error objects.