Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf459…8a37
0xb86d…46ef
0xcd25…e351
Balances ($753.57)
Native
Value
$753.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.311001 | $2,423.06 |
$753.57 | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21692617 | 7 days ago | | | 0.01 | 0.0000012934201 | |
| 21692594 | 7 days ago | | | 0.005 | 0.0000012914349 | |
| 21692584 | 7 days ago | | | 0.002 | 0.0000012871677 | |
| 21692574 | 7 days ago | | | 0.001 | 0.0000012948817 | |
| 21692546 | 7 days ago | | | 0.002 | 0.0000012970072 | |
| 21692521 | 7 days ago | | | 0.005 | 0.0000012651082 | |
| 21692507 | 7 days ago | | | 0.0075 | 0.0000012765845 | |
| 21692497 | 7 days ago | | | 0.003 | 0.0000012765845 | |
| 21692440 | 7 days ago | | | 0.001 | 0.0000012964362 | |
| 21692402 | 7 days ago | | | 0.01 | 0.0000012388764 |
ABI
ABI objects
Getter at block 21977419
globalId() view returns (uint256)
759
house() view returns (uint256)
311000783876099923
maximumBetAmount() view returns (uint256)
10000000000000000
minimumBetAmount() view returns (uint256)
1000000000000000
owner() view returns (address)
0xda9e7a23a3c10e758979e5e690d2fbb40c8cf52e
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalAmountActiveBets() view returns (uint256)
0
totalNumberActiveBets() view returns (uint256)
0
Read-only
bets(uint256 id) view returns (address user, uint8 flipSide, uint256 nonce, uint256 probability, uint256 betAmount, uint256 totalPayout, bool revealed, bool recovered, bool jackpot, uint256 timeout)
getBetForUser(address user, uint256 idx) view returns (uint256, struct FlipBet)
getBetIdForUser(address user, uint256 idx) view returns (uint256)
users(address user) view returns (uint256 numberOfBets, uint256 totalBetAmount, uint256 totalPayout)
State-modifying
Events acceptOwnership()
pause()
placeBet(uint8 flipSide, string referrerId) payable returns (uint256)
randomizerCallback(uint256 nonce, bytes32 randomValue)
recoverBet(uint256 id)
renounceOwnership()
resetHouse(uint256 target)
setLimits(uint256 minimumBetAmount_, uint256 maximumBetAmount_)
topUpHouse() payable
transferOwnership(address newOwner)
withdrawHouse()
withdrawRandomizer()
BetPlaced(address indexed user, uint8 indexed flipSide, uint256 nonce, uint256 id, uint256 amount)
BetRecovered(address indexed user, uint256 indexed id, uint256 indexed totalPayout)
BetRevealed(address indexed user, uint256 indexed id, uint256 indexed totalPayout, bool won, bool wonJackpot)
JackpotHit(address indexed user, uint256 indexed id, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address randomizer, address referral, address jackpot, uint256 minimumBetAmount_, uint256 maximumBetAmount_)
This contract contains no fallback and receive objects.
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()