CoinFlip
Verified contract
Active on
Ethereum with 1,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCN | ERC-20 | 2 | $0.000038 |
$0 | |
EBK | ERC-20 | 2.190568 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11922475 | 4 years ago | | | 0 | 0.0040671540 | |
| 9844320 | 5 years ago | | | 0 | 0.00026765500 | |
| 9844317 | 5 years ago | | | 0.01 | 0.00054927450 | |
| 9807950 | 5 years ago | | | 0 | 0.00018576500 | |
| 9807949 | 5 years ago | | | 0.0051 | 0.00021970980 | |
| 9807012 | 5 years ago | | | 0 | 0.00026765500 | |
| 9807010 | 5 years ago | | | 0.0051 | 0.00034177080 | |
| 9707193 | 5 years ago | | | 0 | 0.00024665500 | |
| 9707192 | 5 years ago | | | 0.01 | 0.0016113260 | |
| 9664640 | 5 years ago | | | 0 | 0.00026765500 |
ABI
ABI objects
Getter at block 21168077
_result() view returns (string)
7
adminAddress() view returns (address)
0x6608c789c9f2d2a48f6ce8aa22df80e1b1dd7c83
adminFee() view returns (uint256)
99
contractBalance() view returns (uint256)
0
getGameVars() view returns (uint256 _maxProfit, uint256 _minBet, uint256 _totalPlay, uint256 _totalLose, uint256 _totalWon, uint256 _maxProfitPercentage, uint256 _contractbalance, uint256 _totalWeiWon, uint256 _totalWeiLose)
(_maxProfit=0, _minBet=5000000000000000, _totalPlay=700, _totalLose=338, _totalWon=362, _maxProfitPercentage=1, _contractbalance=0, _totalWeiWon=7454724000000000010, _totalWeiLose=8042500000000000036)
maxProfit() view returns (uint256)
0
maxProfitPercentage() view returns (uint256)
1
minBet() view returns (uint256)
5000000000000000
oraclizeFee() view returns (uint256)
1200000000000000
oraclizeGasLimit() view returns (uint256)
235000
totalLose() view returns (uint256)
338
totalPlay() view returns (uint256)
700
totalWeiLose() view returns (uint256)
8042500000000000036
totalWeiWon() view returns (uint256)
7454724000000000010
totalWon() view returns (uint256)
362
Read-only
This contract contains no read-only function objects.
State-modifying
Events Bet(uint256 _number) payable returns (bytes32)
__callback(bytes32 myid, string result, bytes proof)
__callback(bytes32 queryId, string result)
setGame(uint256 _adminFee, uint256 _minBet, uint256 _oraclizeGasLimit, uint256 _maxProfitPercentage, uint256 _oraclizeFee, uint256 newGas)
updateBalance() payable
withdraw(uint256 _amount, address _addr)
newBet(string _str)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.