HotBlock
Verified contract
Active on
Ethereum with 2,121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBK | ERC-20 | 50.034 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8745273 | 5 years ago | | | 0 | 0.00024083000 | |
| 8715752 | 5 years ago | | | 0 | 0.00020002400 | |
| 8689859 | 5 years ago | | | 0 | 0.00028789600 | |
| 8689837 | 5 years ago | | | 0 | 0.00022666000 | |
| 8689798 | 5 years ago | | | 0 | 0.00077740000 | |
| 8689791 | 5 years ago | | | 0.2 | 0.00092929600 | |
| 8689779 | 5 years ago | | | 0 | 0.00072385280 | |
| 8689762 | 5 years ago | | | 0.2 | 0.00092929600 | |
| 8689735 | 5 years ago | | | 0 | 0.00065804800 | |
| 8689708 | 5 years ago | | | 0.2 | 0.0010222256 |
ABI
ABI objects
Getter at block 21294748
COMMISSION_MULTIPLIER() view returns (uint256)
1000
MIN_COMMISSION() view returns (uint256)
300000000000000
betMax() view returns (uint256)
0
betMin() view returns (uint256)
0
commission() view returns (uint256)
10
commissionFunds() view returns (uint256)
40000000000000000
lockedFunds() view returns (uint256)
40000000000000000
maxBetsPerBlock() view returns (uint256)
20
minCommission() view returns (uint256)
0
nextOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ea19e2f0f7446ab4bab8eca80f19c9a34408f23
revealer() view returns (address)
0xb72512921ea462e45881af1a1af96d0f96816bf3
Read-only
blockBets(uint256, uint256) view returns (address addr, uint256 amount, uint256 commission)
blockSignatures(uint256) view returns (bytes)
getCommissionAmount(uint256 winAmount) view returns (uint256)
getWinAmount(uint256 _betAmount) pure returns (uint256)
State-modifying
Events acceptOwnership()
close()
placeBet(uint256[] _blocks, uint256[] _bets) payable
refundBlock(uint256 _blockNumber, uint256 limit)
revealBlock(uint256 _blockNumber, bytes signature, uint256 limit)
setBetRange(uint256 _min, uint256 _max)
setCommission(uint256 _commission)
setMaxBetsPerBlock(uint256 _max)
setRevealer(address _revealer)
transferOwnership(address _nextOwner)
withdrawCommission(uint256 amount)
BetPlaced(address indexed _addr, uint256[] _blocks, uint256[] _commissions)
BlockRevealed(uint256 indexed _block, bool _lucky, uint256 _length, uint256 _remaining)
PaymentFailure(address indexed _addr, uint256 _amount)
PaymentSuccess(address indexed _addr, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.