Play0x_LottoBall
Verified contract
Active on
Ethereum with 26,283 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 |
---|---|---|---|---|---|
ETWT | ERC-20 | 181 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7890175 | 5 years ago | | | 0 | 0.00020308320 | |
| 7890170 | 5 years ago | | | 0 | 0.00014348640 | |
| 7887293 | 5 years ago | | | 0 | 0.00029999200 | |
| 7774893 | 5 years ago | | | 0 | 0.00032966400 | |
| 7774885 | 5 years ago | | | 0.05 | 0.00046700086 | |
| 7774775 | 5 years ago | | | 0 | 0.00033048320 | |
| 7774772 | 5 years ago | | | 0.1 | 0.00046597952 | |
| 7774680 | 5 years ago | | | 0 | 0.00036118880 | |
| 7774677 | 5 years ago | | | 0.01 | 0.00046528320 | |
| 7774662 | 5 years ago | | | 0 | 0.00036194496 |
ABI
ABI objects
Getter at block 21167662 getContractInformation() view returns (uint256 _jackpotSize, uint256 _tokenJackpotSize, uint256 _MIN_BET, uint256 _MAX_BET, uint256 _MAX_AMOUNT, uint8 _platformFeePercentage, uint8 _jackpotFeePercentage, uint256 _maxProfit, uint256 _maxTokenProfit, uint256 _lockedInBets, uint256 _lockedTokenInBets, uint32[] _withdrawalMode)
ERC20ContractAddres() view returns (address)
0x60d8234a662651e586173c17eb45ca9833a7aa6c
ERC20rewardMultiple() view returns (uint8)
5
MAX_AMOUNT() view returns (uint256)
3000000000000000000000
MAX_BET() view returns (uint256)
300000000000000000
MIN_BET() view returns (uint256)
10000000000000000
getContractAddress() view returns (address _owner, address _manager, address[] _secretSignerList, address _ERC20ContractAddres)
(_owner=0x8bda3a914908cf9d93451370fb0471cf6aa98cc7, _manager=0x12348b8d77b8e8ee4dc3ac839e6c500c75976d6b, _secretSignerList=[0x11111111ffef90405918cA712D6c40FAAf5A38c9, 0x222222228413dCABfD2E0B2a3a2f1B5DE1B07B31, 0x33333333039a03aAA0f80e5420Aa9fab157b0B01, 0x555555552FdB7c66C2ce2211bF59Ac05b8d0d33D, 0x666666660B74591ba883ff2204964AE14FA1E2fa, 0x7777777758048b8201190Fa88965864ce8C0Cc4B], _ERC20ContractAddres=0x60d8234a662651e586173c17eb45ca9833a7aa6c)
jackpotFeePercentage() view returns (uint8)
5
jackpotSize() view returns (uint256)
3553915000000000000
lockedInBets() view returns (uint256)
10500000000000000
lockedTokenInBets() view returns (uint256)
0
manager() view returns (address)
0x12348b8d77b8e8ee4dc3ac839e6c500c75976d6b
maxProfit() view returns (uint256)
4500000000000000000
maxTokenProfit() view returns (uint256)
150000000000000000000000
owner() view returns (address)
0x8bda3a914908cf9d93451370fb0471cf6aa98cc7
platformFeePercentage() view returns (uint8)
15
tokenJackpotSize() view returns (uint256)
0
Read-only
bets(uint256) view returns (uint256 amount, uint40 placeBlockNumber, address gambler)
getBonusPercentageByMachineMode(uint8 machineMode) view returns (uint256 upperLimit, uint256 maxWithdrawalPercentage)
getPossibleWinAmount(uint256 bonusPercentage, uint256 senderValue) view returns (uint256 platformFee, uint256 jackpotFee, uint256 possibleWinAmount)
secretSignerList(uint256) view returns (address)
settleBetVerifi(uint256[] combinationParameter, bytes32 blockHash) view returns (uint256 totalAmount, uint256 totalTokenAmount, uint256 totalJackpotWin, bytes32 _entropy, bytes32 _entropy2)
withdrawalMode(uint256) view returns (uint32)
State-modifying
Events acceptNextManager()
acceptNextOwner()
approveNextManager(address _nextManager)
approveNextOwner(address _nextOwner)
clearStorage(uint256[] cleanCommits)
initialParameter(address _manager, address[] _secretSignerList, address _erc20tokenAddress, uint256 _MIN_BET, uint256 _MAX_BET, uint256 _maxProfit, uint256 _maxTokenProfit, uint256 _MAX_AMOUNT, uint8 _platformFeePercentage, uint8 _jackpotFeePercentage, uint8 _ERC20rewardMultiple, uint32[] _withdrawalMode)
kill()
placeBet(uint256[] placParameter, bytes32 _signatureHash, uint256 _commitLastBlock, uint256 _commit, bytes32 r, bytes32 s, uint8 v) payable
placeTokenBet(uint256[] placParameter, bytes32 _signatureHash, uint256 _commitLastBlock, uint256 _commit, bytes32 r, bytes32 s, uint8 v, uint256 _amount, address _playerAddress)
refundBet(uint256 commit, uint8 machineMode)
refundTokenBet(uint256 commit, uint8 machineMode)
sendFundsToManager(uint256 amount)
sendFundsToOwner(address beneficiary, uint256 amount)
sendTokenFundsToManager(uint256 amount)
setMaxProfit(uint256 _maxProfit)
setSecretSignerByIndex(address newSecretSigner, uint256 newSecretSignerIndex)
setSecretSignerList(address[] newSecretSignerList)
setTokenAddress(address _tokenAddress)
settleBet(uint256[] combinationParameter, bytes32 blockHash)
updateBitComparisonMask(bytes32 _newBitComparisonMask)
updateERC20rewardMultiple(uint8 _ERC20rewardMultiple)
updateJackpotFeePercentage(uint8 _jackpotFeePercentage)
updateMAX_AMOUNT(uint256 _uintNumber)
updateMAX_BET(uint256 _uintNumber)
updateMIN_BET(uint256 _uintNumber)
updatePlatformFeePercentage(uint8 _platformFeePercentage)
updateWithdrawalMode(uint32[] _withdrawalMode)
updateWithdrawalModeByIndex(uint8 _index, uint32 _value)
withdrawAllFunds(address beneficiary)
withdrawAlltokenFunds(address beneficiary)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
withdrawToken(address beneficiary, uint256 withdrawAmount)
BetRelatedData(address indexed player, uint256 playerBetAmount, uint256 playerGetAmount, bytes32 entropy, bytes32 entropy2, uint8 Uplimit, uint8 rotateTime)
FailedPayment(address indexed beneficiary, uint256 amount)
JackpotBouns(address indexed beneficiary, uint256 amount)
Payment(address indexed beneficiary, uint256 amount)
PlaceBetLog(address indexed player, uint256 amount, uint8 rotateTime)
ToManagerFailedPayment(address indexed beneficiary, uint256 amount)
ToManagerPayment(address indexed beneficiary, uint256 amount)
ToOwnerFailedPayment(address indexed beneficiary, uint256 amount)
ToOwnerPayment(address indexed beneficiary, uint256 amount)
TokenJackpotBouns(address indexed beneficiary, uint256 amount)
TokenPayment(address indexed beneficiary, uint256 amount)
constructor()
fallback()
This contract contains no error objects.