Flip

Verified contract

Active on Base with 787 txns
Deployed by via 0xe883a375 at 13845548
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $827.31
ERC-20
--
0xfa79c1e9701a7782279fc5e0d88e615e702ac3e07c3ad8453045ae0099d82dae
0xc5d7d1dcc8a41351c13c4a0192ce500bf0c619e41497a2d69a16eb874f4bda37
0x4e032cbdb5f9a27827e743c8793fddd1386518ffc96014529a529c82029e403f
0x80b1419a9b421b2c139927b7589bd5c4ddc5aa5d30ef1648e767cfdc4d3744ca
0x0b809b5bce04a60d916d59bbaacbff6a4461ccc02ced07d71ce593051215fdb5
0x794fa6e250879953d35186a3f564f9bc9f7cc30bc524c8f7c0bfd6beead2178c
0x80bd86b442ae929535aa5735b22d9636a52d5eb24c6d0bb759123c952a43a0d6
0x20b70d18c6185817818a4e234e26c04fe8482ecb8b08d6e6d11a545c44cce3b8
0x6bd8d075df96362fa9fe2122e409e0a6fcdf54e8370ca2560b8c82cbb7c14f14
0xac9705f9fa53d01bbab96527c0ef53efc8648d8e3ea611b9fbe6fb767c042e91

Functions
Getter at block 22780625
globalId(view returns (uint256)
787
house(view returns (uint256)
245191326323162863
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 idview returns (address useruint8 flipSideuint256 nonceuint256 probabilityuint256 betAmountuint256 totalPayoutbool revealedbool recoveredbool jackpotuint256 timeout)
getBetForUser(address useruint256 idxview returns (uint256struct FlipBet)
getBetIdForUser(address useruint256 idxview returns (uint256)
users(address userview returns (uint256 numberOfBetsuint256 totalBetAmountuint256 totalPayout)
State-modifying
acceptOwnership(
pause(
placeBet(uint8 flipSidestring referrerIdpayable returns (uint256)
randomizerCallback(uint256 noncebytes32 randomValue
recoverBet(uint256 id
renounceOwnership(
resetHouse(uint256 target
setLimits(uint256 minimumBetAmount_uint256 maximumBetAmount_
topUpHouse(payable 
transferOwnership(address newOwner
withdrawHouse(
withdrawRandomizer(
Events
BetPlaced(address indexed useruint8 indexed flipSideuint256 nonceuint256 iduint256 amount
BetRecovered(address indexed useruint256 indexed iduint256 indexed totalPayout
BetRevealed(address indexed useruint256 indexed iduint256 indexed totalPayoutbool wonbool wonJackpot
JackpotHit(address indexed useruint256 indexed iduint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address randomizeraddress referraladdress jackpotuint256 minimumBetAmount_uint256 maximumBetAmount_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(