WorldCupBroker
Verified contract
Active on
Ethereum with 302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 31 additional slots
Balances ($1,696.84)
Native
Value
$1,696.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.497608 | $3,410.00 |
$1,696.84 | |
YOO | ERC-20 | 15K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6150801 | 6 years ago | | | 0 | 0.00027168000 | |
| 5971730 | 6 years ago | | | 0 | 0.00034455300 | |
| 5970375 | 6 years ago | | | 0 | 0.0051024000 | |
| 5970359 | 6 years ago | | | 0 | 0.016164000 | |
| 5970147 | 6 years ago | | | 0 | 0.019836000 | |
| 5968511 | 6 years ago | | | 0 | 0.0062646000 | |
| 5967048 | 6 years ago | | | 0.14 | 0.0056168664 | |
| 5966793 | 6 years ago | | | 0.2 | 0.0046943500 | |
| 5966773 | 6 years ago | | | 0 | 0.0031291000 | |
| 5963923 | 6 years ago | | | 0 | 0.0051024000 |
ABI
ABI objects
Getter at block 21263584
MAX_NUM_PAYOUT_ATTEMPTS() view returns (uint256)
[unknown]
PAYOUT_ATTEMPT_INTERVAL() view returns (uint256)
[unknown]
commission_rate() view returns (uint256)
[unknown]
getNumMatches() view returns (uint256)
[unknown]
minimum_bet() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
primaryGasLimit() view returns (uint256)
[unknown]
secondaryGasLimit() view returns (uint256)
[unknown]
Read-only
TEAMS(uint256) view returns (string)
getBet(uint8 _matchId, uint256 _betId) view returns (address, uint256, uint256, bool, bool)
getMatch(uint8 _matchId) view returns (string, string, string, bool, uint8, uint8, uint8, uint256, bool, bool)
getMatchBettingDetails(uint8 _matchId) view returns (uint256, uint256, uint256, uint256, uint256, uint8)
State-modifying
Events __callback(bytes32 _myid, string _result)
__callback(bytes32 myid, string result, bytes proof)
addMatch(string _name, string _fixture, string _secondary, bool _invert, uint8 _teamA, uint8 _teamB, uint256 _start) returns (uint8)
cancelBet(uint8 _matchId, uint256 _betId)
cancelMatch(uint8 _matchId) returns (bool)
changeFees(uint8 _newCommission)
changeMiniumBet(uint256 _newMin)
claimBet(uint8 _matchId, uint8 _betId)
placeBet(uint8 _matchId, uint8 _outcome) payable returns (uint256)
setGasPrice(uint256 _price)
transferOwnership(address newOwner)
withdrawBalance()
withdrawCommissions(uint256 _amount)
BetCancelled(uint8 matchId, uint256 betId)
BetClaimed(uint8 matchId, uint256 betId)
BetPlaced(uint8 matchId, uint8 outcome, uint256 betId, uint256 amount, address better)
MatchCreated(uint8 arg0)
MatchFailedPayoutRelease(uint8 arg0)
MatchUpdated(uint8 arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.