Zethroll
Verified contract
Active on
Ethereum with 5,613 txns
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) |
---|---|---|---|---|---|---|---|
| 6350490 | 6 years ago | | | 0 | 0.00038383800 | |
| 6350326 | 6 years ago | | | 0 | 0.00044052500 | |
| 6350190 | 6 years ago | | | 0 | 0.00047508120 | |
| 6349544 | 6 years ago | | | 0 | 0.00054394500 | |
| 6348805 | 6 years ago | | | 0 | 0.00045814600 | |
| 6348552 | 6 years ago | | | 0 | 0.00044052500 | |
| 6348541 | 6 years ago | | | 0 | 0.00054365500 | |
| 6348530 | 6 years ago | | | 0 | 0.00014274500 | |
| 6348442 | 6 years ago | | | 0 | 0.00043989000 | |
| 6347411 | 6 years ago | | | 0 | 0.00048918600 |
ABI
ABI objects
Getter at block 21281770
gamePaused() view returns (bool)
true
houseEdge() view returns (uint256)
990
houseEdgeDivisor() view returns (uint256)
1000
maxNumber() view returns (uint256)
100
maxProfitAsPercentOfHouse() view returns (uint256)
50000
maxProfitDivisor() view returns (uint256)
1000000
minBet() view returns (uint256)
1000000000000000000
minNumber() view returns (uint256)
2
owner() view returns (address)
0x11e52c75998fe2e7928b191bfc5b25937ca16741
totalBets() view returns (uint256)
49996
totalZTHWagered() view returns (uint256)
5823351088219922601819200
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)
ownerSetMaxProfitAsPercentOfHouse(uint256 newMaxProfitAsPercent)
ownerSetMinBet(uint256 newMinimumBet)
ownerUpdateContractBalance(uint256 newContractBalance, uint256 divRate)
ownerkill()
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.