CryptoChallengeN
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d3b…06ed
Balances ($2,534.55)
Native
Value
$2,534.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.829251 | $3,056.43 |
$2,534.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11082363 | 4 years ago | | | 0 | 0.0066098550 | |
| 11082113 | 4 years ago | | | 0 | 0.0024764600 | |
| 11080657 | 4 years ago | | | 0 | 0.0083345920 | |
| 11080627 | 4 years ago | | | 0 | 0.010418240 | |
| 11080371 | 4 years ago | | | 0 | 0.0075245600 | |
| 11080369 | 4 years ago | | | 0 | 0.0060196480 | |
| 11075934 | 4 years ago | | | 0.0215 | 0.0021626028 | |
| 11075614 | 4 years ago | | | 0.07525 | 0.0021626028 | |
| 11075560 | 4 years ago | | | 0.0392 | 0.013015800 | |
| 11075513 | 4 years ago | | | 0.01764 | 0.014889680 |
ABI
ABI objects
Getter at block 21189309
current_race() view returns (uint256)
34
house() view returns (uint256)
59250000000000000
owner() view returns (address)
0x8cef884a0458d92cca1942d2df3c272022c6a69a
paused() view returns (bool)
false
query_string_part1() view returns (string)
[URL] json(https://min-api.cryptocompare.com/data/pricemultifull?fsyms=
query_string_part2() view returns (string)
&tsyms=USD&sign=true).[RAW].[
query_string_part3() view returns (string)
].[USD].[PRICE,LASTUPDATE]
Read-only
claimed(uint256, address) view returns (bool)
config(bytes32) view returns (uint256)
getBetWithEdge(uint256 amount) view returns (uint256)
getRaceBet(uint256 race_id) view returns (uint256 length, uint256[10] array)
getRaceCoinPrices(uint256 race_id, bytes32 coin) view returns (uint256 start, uint256 end)
getRaceCoinWon(uint256 race_id) view returns (uint256 length, bool[10] array)
getRaceCoins(uint256 race_id) view returns (uint256 length, bytes32[10] array, uint256[10] pools)
races(uint256) view returns (bytes32 query_price_start, bytes32 query_price_end, uint256 total_pool, uint256 race_duration, uint256 min_bet, uint256 start_time, uint256 betting_duration, uint256 bet_matching_pool, uint256 paid, address creator, uint8 state)
races_result(uint256) view returns (uint256 winners_total)
whitelisted_coin(bytes32) view returns (bool)
State-modifying
Events __callback(bytes32 _myid, string _result)
__callback(bytes32 _queryId, string _result, bytes)
claim(uint256 race_id)
newRace(uint256 race_duration, uint256 betting_duration, uint256 min_bet, uint256 bet_matching_pool, bytes32 start_msg, bytes32[] coins, uint256 custom_gas_price) payable
placeBet(uint256 race_id, uint256[] coin_bet) payable
renounceOwnership()
setConfigValue(bytes32 name, uint256 new_value)
setWhiteListed(bytes32 symbol, bool is_whitelisted)
transferOwnership(address newOwner)
withdrawHouse(uint256 amount)
BetClaimed(uint256 race_id, address indexed player, uint256 amount)
BetPlaced(uint256 race_id, address indexed bettor)
CoinStatusChanged(bytes32 symbol, bool is_whitelisted)
ConfigChanged(bytes32 name, uint256 new_value)
NewRace(uint256 race_id, uint256 race_end, bytes32 message, address indexed creator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RaceEnded(uint256 race_id)
RaceRefunded(uint256 race_id, string reason)
TimestampsValidationFailed()
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.