Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
3 additional
variables
Balances ($49.91)
Native
Value
$49.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01568 | $3,183.07 |
$49.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7434338 | 6 years ago | | | 0 | 0.000052561000 | |
| 7434324 | 6 years ago | | | 0 | 0.000028071250 | |
| 7380034 | 6 years ago | | | 0 | 0.000067371000 | |
| 7377098 | 6 years ago | | | 0 | 0.00016938880 | |
| 7349438 | 6 years ago | | | 0 | 0.000045170000 | |
| 7343336 | 6 years ago | | | 0 | 0.00013552000 | |
| 7343335 | 6 years ago | | | 0 | 0.00016811800 | |
| 7343333 | 6 years ago | | | 0 | 0.00019811800 | |
| 7343332 | 6 years ago | | | 0 | 0.00019811800 | |
| 7343331 | 6 years ago | | | 0 | 0.00039128800 |
ABI
ABI objects
Getter at block 21185811 houseData() view returns (bool managed, string name, string creatorName, string countryISO, address oracleAddress, address oldOracleAddress, bool newBetsPaused, uint256 housePercentage, uint256 oraclePercentage, uint256 version, string shortMessage)
_newHouseAddress() view returns (address)
0xb71e82daaa71b772c97d10c59093c10bd7f98218
houseTotalFees() view returns (uint256)
56690314218871462
isHouse() pure returns (bool response)
true
owner() view returns (address)
0xd316413c82bc4a23c2b52d43504f91c15f906208
totalAmountOnBets() view returns (uint256)
2907481112139568487
totalBets() view returns (uint256)
144
Read-only
balance(address) view returns (uint256)
betForcastTotalAmount(uint256, uint256) view returns (uint256)
betRefutedAmount(uint256) view returns (uint256)
betTotalAmount(uint256) view returns (uint256)
betTotalBets(uint256) view returns (uint256)
bets(uint256) view returns (uint256 id, address oracleAddress, uint256 eventId, uint256 outputId, uint256 outcome, bool isOutcomeSet, uint256 closeDateTime, uint256 freezeDateTime, bool isCancelled, uint256 minimumWager, uint256 maximumWager, uint256 payoutRate, address createdBy, uint8 betType)
calculateBetOutcome(uint256 betId, bool isCancelled, uint256 forecast) view returns (uint256 betOutcome)
houseEdgeAmountForBet(uint256) view returns (uint256)
housePaid(uint256) view returns (bool)
isPlayer(address playerAddress) view returns (bool)
oracleEdgeAmountForBet(uint256) view returns (uint256)
oracleTotalFees(address) view returns (uint256)
ownerPerc(address) view returns (uint256)
owners(uint256) view returns (address)
playerBetForecastWager(address, uint256, uint256) view returns (uint256)
playerBetRefuted(address, uint256) view returns (bool)
playerBetSettled(address, uint256) view returns (bool)
playerBetTotalAmount(address, uint256) view returns (uint256)
playerBetTotalBets(address, uint256) view returns (uint256)
playerOutputFromBet(address, uint256) view returns (uint256)
totalPlayerBets(address) view returns (uint256)
totalPlayerBetsAmount(address) view returns (uint256)
State-modifying
Events callBet(uint256 betId, uint256 forecast, uint256 wager, string createdBy)
cancelBet(uint256 betId)
changeHouseEdge(uint256 housePercentage)
changeHouseOracle(address oracleAddress, uint256 oraclePercentage)
increaseWager(uint256 betId, uint256 forecast, uint256 additionalWager, string createdBy)
linkToNewHouse(address newHouseAddress)
placeBet(uint256 eventId, uint8 betType, uint256 outputId, uint256 forecast, uint256 wager, uint256 closingDateTime, uint256 minimumWager, uint256 maximumWager, uint256 payoutRate, string createdBy)
refuteBet(uint256 betId, string createdBy)
removeBet(uint256 betId, string createdBy)
settleBet(uint256 betId, string createdBy)
startNewBets(string shortMessage)
stopNewBets(string shortMessage)
transferOwnership(address newOwner)
unLinkNewHouse()
updateHouseProperties(string houseName, string houseCreatorName, string houseCountryISO)
updateShortMessage(string shortMessage)
withdraw(uint256 amount)
withdrawToAddress(address destinationAddress, uint256 amount)
BetPlacedOrModified(uint256 id, address sender, uint8 betEvent, uint256 amount, uint256 forecast, string createdBy, uint256 closeDateTime)
HouseCreated()
HousePropertiesUpdated()
transfer(address indexed wallet, uint256 amount, bool inbound)
constructor(bool managed, string houseName, string houseCreatorName, string houseCountryISO, address oracleAddress, address[] ownerAddress, uint256[] ownerPercentage, uint256 housePercentage, uint256 oraclePercentage, uint256 version)
fallback()
This contract contains no error objects.