DiceGame
Verified contract
Active on
Ethereum with 1,815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($387,186.23)
Native
Value
$387,186.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 116.728188 | $3,316.99 |
$387,186.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6487936 | 6 years ago | | | 0 | 0.000068355000 | |
| 6487121 | 6 years ago | | | 0 | 0.00038355200 | |
| 6487120 | 6 years ago | | | 0.02 | 0.00072728040 | |
| 6487108 | 6 years ago | | | 0 | 0.00038560000 | |
| 6487105 | 6 years ago | | | 0.01 | 0.00072771560 | |
| 6487099 | 6 years ago | | | 0 | 0.00033740000 | |
| 6487097 | 6 years ago | | | 0.01 | 0.00062069860 | |
| 6487090 | 6 years ago | | | 0 | 0.00047500500 | |
| 6487085 | 6 years ago | | | 0.01 | 0.00062097700 | |
| 6487082 | 6 years ago | | | 0 | 0.00033717600 |
ABI
ABI objects
Getter at block 21258873
maxNumber() view returns (uint256)
[unknown]
maxPendingPayouts() view returns (uint256)
[unknown]
maxProfit() view returns (uint256)
[unknown]
minBet() view returns (uint256)
[unknown]
minNumber() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
pID() view returns (uint256)
[unknown]
pendingWithdrawalsBalance() view returns (uint256)
[unknown]
signer() view returns (address)
[unknown]
Read-only
bets(bytes32) view returns (uint256 amount, uint40 placeBlockNumber, uint8 roll, bool lessThan, address player)
getPlayerAddr(uint256 _pid) view returns (address)
getPlayerId(address _addr) view returns (uint256)
State-modifying
Events clearStorage(bytes32[] cleanCommits)
createInviteID(address _addr) returns (bool)
houseWithdraw(uint256 amount)
ownerkill()
placeBet(uint8 roll, bool lessThan, uint256 affID, uint256 lastBlock, bytes32 commit, uint8 v, bytes32 r, bytes32 s) payable
playerWithdrawPendingTransactions() returns (bool)
refundBet(bytes32 commit)
setMaxProfit(uint256 _maxProfit)
setMinBet(uint256 _minBet)
setOwner(address _owner)
setSecretSigner(address _signer)
settleBet(bytes32 reveal)
LogBet(bytes32 indexed BetID, address indexed PlayerAddress, uint256 BetValue, uint256 PlayerNumber, bool LessThan, uint256 Timestamp)
LogHouseWithdraw(uint256 indexed amount)
LogRefund(bytes32 indexed BetID, address indexed PlayerAddress, uint256 indexed RefundValue)
LogResult(bytes32 indexed BetID, address indexed PlayerAddress, uint256 PlayerNumber, bool LessThan, uint256 DiceResult, uint256 BetValue, uint256 Value, int256 Status, uint256 Timestamp)
constructor()
fallback()
This contract contains no error objects.