Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Zethroll"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6476534 | 6 years ago | | | 0 | 0.00011024000 | |
| 6474078 | 6 years ago | | | 0 | 0.00024252800 | |
| 6474074 | 6 years ago | | | 0 | 0.00026457600 | |
| 6446460 | 6 years ago | | | 0 | 0.00017638400 | |
| 6446375 | 6 years ago | | | 0 | 0.00017638400 | |
| 6446290 | 6 years ago | | | 0 | 0.00033072000 | |
| 6446256 | 6 years ago | | | 0 | 0.00015433600 | |
| 6446101 | 6 years ago | | | 0 | 0.00017638400 | |
| 6446097 | 6 years ago | | | 0 | 0.00017638400 | |
| 6445988 | 6 years ago | | | 0 | 0.00027560000 |
ABI
ABI objects
Getter at block 21182662
canMining() view returns (bool)
false
gamePaused() view returns (bool)
true
houseEdge() view returns (uint256)
990
houseEdgeDivisor() view returns (uint256)
1000
maxNumber() view returns (uint256)
90
maxProfitAsPercentOfHouse() view returns (uint256)
200000
maxProfitDivisor() view returns (uint256)
1000000
minBet() view returns (uint256)
1000000000000000000
minBetMining() view returns (uint256)
1000000000000000000
minNumber() view returns (uint256)
10
miningProfit() view returns (uint256)
100
owner() view returns (address)
0x7847ad4bb2f61ba8702c0ad43bde2762c0021715
totalBets() view returns (uint256)
1561
totalZTHWagered() view returns (uint256)
508073689999999998990000
Read-only
contractBalance(uint256) view returns (uint256)
getMaxProfit(uint256 divRate) view returns (uint256)
maxProfit(uint256) view returns (uint256)
maxRandom(uint256 blockn, address entropy) view returns (uint256 randomNumber)
playerRolls(address) view returns (uint192 tokenValue, uint48 blockn, uint8 rollUnder, uint8 divRate)
random(uint256 upper, uint256 blockn, address entropy) view returns (uint256 randomNumber)
State-modifying
Events WithdrawAndTransferToBankroll()
WithdrawToBankroll()
bankrollExternalUpdateTokens(uint256 divRate, uint256 newBalance)
execute(address _from, uint256 _value, uint256 userDivRate, bytes _data) returns (bool)
finishBet() returns (uint256)
ownerChangeOwner(address newOwner)
ownerPauseGame(bool newStatus)
ownerSetCanMining(bool newStatus)
ownerSetMaxProfitAsPercentOfHouse(uint256 newMaxProfitAsPercent)
ownerSetMinBet(uint256 newMinimumBet)
ownerSetMinBetMining(uint256 newMinBetMining)
ownerSetMiningProfit(uint256 newProfit)
ownerUpdateContractBalance(uint256 newContractBalance, uint256 divRate)
ownerUpdateMinMaxNumber(uint256 newMinNumber, uint256 newMaxNumber)
ownerkill()
updateContractBalance(uint256 newContractBalance)
CurrentContractBalance(uint256 _tokens)
LogBet(address sender, uint256 value, uint256 rollUnder)
LogOwnerTransfer(address indexed SentToAddress, uint256 indexed AmountTransferred)
LogResult(address player, uint256 result, uint256 rollUnder, uint256 profit, uint256 tokensBetted, bool won)
MaxProfitChanged(uint256 _oldMaxProfit, uint256 _newMaxProfit)
constructor(address ZethrMainBankrollAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.