CoinFlipSimple
Verified contract
Active on
Base with 50,325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,293.81 |
$0 | |
USA | ERC-20 | 1 | $0.000767 |
$0 | |
NOB | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981431 | a month ago | | | 0 | 3.3195020e-7 | |
| 20931132 | a month ago | | | 0 | 2.1163101e-7 | |
| 20931130 | a month ago | | | 0.05 | 3.2298031e-7 | |
| 20931106 | a month ago | | | 0 | 2.5794155e-7 | |
| 20931104 | a month ago | | | 0.05 | 3.2294245e-7 | |
| 20929623 | a month ago | | | 0 | 2.4005731e-7 | |
| 20929621 | a month ago | | | 0.05 | 3.9760552e-7 | |
| 20929614 | a month ago | | | 0 | 2.4142352e-7 | |
| 20929612 | a month ago | | | 0.05 | 3.9760552e-7 | |
| 20929609 | a month ago | | | 0 | 2.9283975e-7 |
ABI
ABI objects
Getter at block 22748968
frozenAmount() view returns (uint256)
87500762000000000
maxAmount() view returns (uint256)
7
owner() view returns (address)
0xa23297c6866dfc0e145fb62c52d24786bb2f72ed
Read-only
flips(uint256) view returns (address user, address referral, uint256 amount, uint64 blockNumber, bool isHeads, uint8 result)
State-modifying
Events doFlip(bool isHeads, address referral) payable
fulfillRandom(uint256 flipId, uint256 random)
renounceOwnership()
transferOwnership(address newOwner)
withdrawFees(address to, uint256 amount)
Flip(uint256 indexed flipId, address indexed user, uint256 indexed amount, bool isHeads, bool isWon)
FlipRequest(uint256 flipId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
AddressInsufficientBalance(address account)
AlreadyFulfilled(uint256 flipId)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
WrongFlipAmount()