CryptoBetOn
Verified contract
Active on
Ethereum with 91 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.14)
Native
Value
$131.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04102 | $3,197.00 |
$131.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4415747 | 7 years ago | | | 0 | 0.00066184800 | |
| 4415007 | 7 years ago | | | 0 | 0.00016743600 | |
| 4410577 | 7 years ago | | | 0.01 | 0.0030946200 | |
| 4404886 | 7 years ago | | | 0 | 0.00011030800 | |
| 4404696 | 7 years ago | | | 0 | 0.00011030800 | |
| 4404601 | 7 years ago | | | 0 | 0.000027906000 | |
| 4404339 | 7 years ago | | | 0 | 0.000055812000 | |
| 4403643 | 7 years ago | | | 0 | 0.00044123200 | |
| 4403255 | 7 years ago | | | 0 | 0.00014650650 | |
| 4402044 | 7 years ago | | | 0.01 | 0.0030946200 |
ABI
ABI objects
Getter at block 21182107
getBalance() view returns (uint256)
41020010000000002
getHouseEdge() view returns (uint8)
3
getJackpotAmount() view returns (uint256)
1020010000000000
getMatchCount() view returns (uint16)
0
getOwner() view returns (address)
0x8d3363c97a6f7704b1836297a03c546a3df01154
Read-only
This contract contains no read-only function objects.
State-modifying
Events abortMatch(uint256 _matchId)
acceptBet(uint256 _matchId, uint8 _betState) payable
betsOff(uint256 _matchId) returns (bool)
eraseMatch(uint256 _matchId)
getMatch(uint256 _matchId)
killContract()
payoutMatch(uint256 _matchId, uint8 _winner, bool _jackpot)
saveCash(address _receiver, uint256 _amount)
setHouseEdge(uint8 _houseEdge)
BetAccepted(uint256 _matchId, uint8 _betState, address _wallet, uint256 _amount, uint256 _blockNumber)
CashSaved(uint256 _amount)
JackpotPayoff(uint256 _matchId, uint256 _amount, address _wallet)
MatchAborted(uint256 _matchId)
MatchAdded(uint256 _matchId, uint8 _houseEdge, uint16 _matchCount)
MatchGetted(uint256 _matchId, bool _bets, uint256 _number, uint256 _winPotA, uint256 _winPotB)
MatchPayoff(uint256 _matchId, uint256 _winPot, uint256 _collectedFees, uint256 _jackpotAmount)
TxMessage(uint256 _matchId, uint8 _code, uint256 _value)
constructor()
fallback()
This contract contains no error objects.