Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49.00)
Native
Value
$49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01552 | $3,157.15 |
$49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10618518 | 4 years ago | | | 0 | 0.0017254140 | |
| 10188632 | 4 years ago | | | 0 | 0.00062028000 | |
| 10188608 | 4 years ago | | | 0 | 0.00075824000 | |
| 10188587 | 4 years ago | | | 0 | 0.00067400000 | |
| 10188587 | 4 years ago | | | 0 | 0.00075824000 | |
| 10188461 | 4 years ago | | | 0 | 0.00067400000 | |
| 10188461 | 4 years ago | | | 0 | 0.00075824000 | |
| 10188193 | 4 years ago | | | 0 | 0.00075824000 | |
| 10188163 | 4 years ago | | | 0 | 0.00067400000 | |
| 10188163 | 4 years ago | | | 0 | 0.00067400000 |
ABI
ABI objects
Getter at block 21203057
CATEGORIES_COUNT() view returns (uint8)
8
CONTRACT_FEE_PERCENT() view returns (uint8)
1
HISTORY_SIZE() view returns (uint8)
15
MAX_DESCRIPTION_LENGTH() view returns (uint16)
96
MAX_OUTCOMES_COUNT() view returns (uint8)
5
MAX_PLAYERS() view returns (uint8)
50
MAX_TITLE_LENGTH() view returns (uint16)
96
MIN_STAKE() view returns (uint256)
5000000000000000
MIN_SUCCESS_COUNT() view returns (uint8)
9
ORACLE_FEE_PERCENT() view returns (uint8)
9
POOL_SIZE() view returns (uint8)
15
contractFee() view returns (uint256)
2400000000000000
getPoolsHistory() view returns (uint32[15])
[7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
jackpot() view returns (uint256)
13120000000000000
newJackpot() view returns (uint256)
9000000000000000
oracle() view returns (address)
0xa10a9e489ef31c5bcd8f915ec04d7b128737bfc4
owner() view returns (address)
0xf489c8632a97a3ce981a5cdb26f7486ea165d005
Read-only
getPlayerHistory(address player) view returns (uint32[15])
getPool(uint32 poolId) view returns (struct EzerPool)
getTicket(uint32 poolId, address player) view returns (struct EzerTicket)
State-modifying
Events cancelPool(uint32 poolId)
changeContractFeePercent(uint8 contractFeePercent)
changeMinStake(uint256 minStake)
changeOracleFeePercent(uint8 oracleFeePercent)
closeEvent(uint32 poolId, uint8 eventIdx, int8 result)
closePool(uint32 poolId)
createOracle(address _oracle)
createPool(string[15] titles, string[15] descriptions, uint64[15] expiries, uint8 outcomes)
increaseJackpot() payable
kill()
placeTicket(uint32 poolId, bytes15 outcomes) payable
withdrawContractFee(address to, uint256 amount)
withdrawJackpot(address to, uint256 amount)
logFailedPayment(address indexed _player, uint32 indexed _poolId, uint256 _winning, bool indexed _isJackpot)
logNewPool(uint32 _id, string _firstEvent)
logPayment(address indexed _player, uint32 indexed _poolId, uint256 _winning, bool indexed _isJackpot)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.