Flip

Verified contract

Active on Base with 759 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 $753.57
ERC-20
--
0x24663a04dba615023d5fddab093ecfed54b027702cd342bc94bf5ce0b5568036
0xd809dc2cf59d9c6f540109dc26c7c81394f15049ec3ef0496b55005a2fecdca9
0x74927c22805535b8e1ac451a94407f14f347ea79f6b4724c8afc7482241610cb
0x5395eabfe505e615415cc75717e100e3ddb354bd10ba24e9bc43f1775ece8818
0xa44bff618f341e40f9f396840027b75f9867ac617ec7658e790c728cdaeefac4
0xd042569723b21eeae1f9803176209c31f7a8e6e0020135675ecb868c2a293448
0x9ac31fa682107f7865784e926bc84c74da7c919b44e617f0e45c6bab0ffed362
0xed572624ae47474637d6d600760e3cef242ee69c26a18585191c0082dc6cc3b0
0x39199919b734d2ca85ccd2ac2ad912597b724dcbe90386a1970695d1b98cd6ca
0x2cc411b9f82042464171b8e4f3c4e8895ce2fc376289947aaa88e24a3ab8da70

Functions
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 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(