Play0x_LottoBall
Verified contract
Active on
Ethereum with 8,336 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001965 |
$0 | |
0xC | ERC-20 | 893.05 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10358759 | 4 years ago | | | 0.01 | 0.0028676736 | |
| 8461399 | 5 years ago | | | 0 | 0.000061947648 | |
| 8461324 | 5 years ago | | | 0 | 0.000034612800 | |
| 8461262 | 5 years ago | | | 0 | 0.000087964800 | |
| 8461252 | 5 years ago | | | 0 | 0.000058643200 | |
| 8461207 | 5 years ago | | | 0 | 0.00013185024 | |
| 8461204 | 5 years ago | | | 0.01 | 0.00021874432 | |
| 8461116 | 5 years ago | | | 0.3 | 0.00027595786 | |
| 8461114 | 5 years ago | | | 0 | 0.00010748339 | |
| 8461003 | 5 years ago | | | 0.3 | 0.00013681760 |
ABI
ABI objects
Getter at block 21392067
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
currencyType() view returns (uint8)
0
getContractAddress() view returns (address _owner, address _ERC20ContractAddres, address _secretSigner, address _refunder)
(_owner=0x3ca2a42568fa0391a72da0042d5887ce0d2dbbe2, _ERC20ContractAddres=0x60d8234a662651e586173c17eb45ca9833a7aa6c, _secretSigner=0xf5b8007c1d68e19835f5af11ba1db210d946b14d, _refunder=0xe15bd3b3a3c828b8ed724866ff369852ab1e53d0)
getContractInformation() view returns (uint256 _jackpotSize, uint256 _MIN_BET, uint256 _MAX_BET, uint256 _MAX_AMOUNT, uint8 _platformFeePercentage, uint8 _jackpotFeePercentage, uint256 _maxProfit, uint256 _lockedInBets)
(_jackpotSize=0, _MIN_BET=10000000000000000, _MAX_BET=300000000000000000, _MAX_AMOUNT=3000000000000000000000, _platformFeePercentage=15, _jackpotFeePercentage=5, _maxProfit=4500000000000000000, _lockedInBets=0)
jackpotFeePercentage() view returns (uint8)
5
jackpotSize() view returns (uint256)
0
lockedInBets() view returns (uint256)
0
maxProfit() view returns (uint256)
4500000000000000000
owner() view returns (address)
0x3ca2a42568fa0391a72da0042d5887ce0d2dbbe2
platformFeePercentage() view returns (uint8)
15
refunder() view returns (address)
0xe15bd3b3a3c828b8ed724866ff369852ab1e53d0
secretSigner() view returns (address)
0xf5b8007c1d68e19835f5af11ba1db210d946b14d
Read-only
bets(uint256) view returns (uint256 amount, uint40 placeBlockNumber, address gambler, uint8 machineMode, uint8 rotateTime)
getPossibleWinAmount(uint256 bonusPercentage, uint256 senderValue) view returns (uint256 platformFee, uint256 jackpotFee, uint256 possibleWinAmount)
getPossibleWinPrize(uint256 bonusPercentage, uint256 senderValue) pure returns (uint256 possibleWinAmount)
settleBetVerifi(bytes32 luckySeed, uint256 reveal, bytes32 blockHash) view returns (uint256 totalAmount, uint256 totalTokenAmount, bytes32 _entropy, bool isGetJackpot)
signerList(address) view returns (bool)
withdrawalMode(uint8) view returns (uint32)
State-modifying
Events acceptNextOwner()
approveNextOwner(address _nextOwner)
clearStorage(uint256[] cleanCommits)
initialParameter(address _secretSigner, address _erc20tokenAddress, address _refunder, uint256 _MIN_BET, uint256 _MAX_BET, uint256 _maxProfit, uint256 _MAX_AMOUNT, uint8 _platformFeePercentage, uint8 _jackpotFeePercentage, uint8 _ERC20rewardMultiple, uint8 _currencyType, address[] _signerList, uint32[] _withdrawalMode)
kill()
placeBet(uint8 _rotateTime, uint8 _machineMode, uint256 _commitLastBlock, uint256 _commit, bytes32 r, bytes32 s) payable
placeTokenBet(uint8 _rotateTime, uint8 _machineMode, uint256 _commitLastBlock, uint256 _commit, bytes32 r, bytes32 s, uint256 _amount, address _playerAddress)
refundBet(uint256 commit)
refundTokenBet(uint256 commit)
sendFundsToOwner(address beneficiary, uint256 amount)
setMaxProfit(uint256 _maxProfit)
setRefunder(address _refunder)
setSecretSigner(address _secretSigner)
setSigner(address signer, bool isActive)
setTokenAddress(address _tokenAddress)
settleBet(bytes32 luckySeed, uint256 reveal, bytes32 blockHash)
updateCurrencyType(uint8 _currencyType)
updateERC20rewardMultiple(uint8 _ERC20rewardMultiple)
updateJackpot(uint256 newSize)
updateJackpotFeePercentage(uint8 _jackpotFeePercentage)
updateMAX_AMOUNT(uint256 _uintNumber)
updateMAX_BET(uint256 _uintNumber)
updateMIN_BET(uint256 _uintNumber)
updatePlatformFeePercentage(uint8 _platformFeePercentage)
updateWithdrawalMode(uint8 _mode, uint32 _modeValue)
withdrawAllFunds(address beneficiary)
withdrawAlltokenFunds(address beneficiary)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
withdrawToken(address beneficiary, uint256 withdrawAmount)
AllFundsPayment(address indexed beneficiary, uint256 amount)
AllTokenPayment(address indexed beneficiary, uint256 amount)
BetRelatedData(address indexed player, uint256 playerBetAmount, uint256 playerGetAmount, bytes32 entropy, 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, uint256 commit)
RefundLog(address indexed player, uint256 commit, uint256 amount)
ToManagerFailedPayment(address indexed beneficiary, uint256 amount)
ToManagerPayment(address indexed beneficiary, uint256 amount)
ToOwnerFailedPayment(address indexed beneficiary, uint256 amount)
ToOwnerPayment(address indexed beneficiary, uint256 amount)
TokenPayment(address indexed beneficiary, uint256 amount)
constructor()
fallback()
This contract contains no error objects.