DiceEscrow
Verified contract
Active on
Ethereum with 2,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9916…8733
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$DICE | ERC-20 | 8.006K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17952386 | a year ago | | | 0 | 0.0013963535 | |
| 17952381 | a year ago | | | 0 | 0.0028089697 | |
| 17952217 | a year ago | | | 0 | 0.0013737734 | |
| 17952215 | a year ago | | | 0 | 0.0025404555 | |
| 17951635 | a year ago | | | 0 | 0.0013032375 | |
| 17951634 | a year ago | | | 0 | 0.0025722731 | |
| 17950729 | a year ago | | | 0 | 0.0013661010 | |
| 17950727 | a year ago | | | 0 | 0.0026698958 | |
| 17950345 | a year ago | | | 0 | 0.0016487710 | |
| 17950343 | a year ago | | | 0 | 0.0033902956 |
ABI
ABI objects
Getter at block 21313860
burnFee() view returns (uint256)
2
owner() view returns (address)
0x6d01feb0be3b2bf21cdc4d705ef5d83ec812240d
taxAddress() view returns (address)
0x6d01feb0be3b2bf21cdc4d705ef5d83ec812240d
taxFee() view returns (uint256)
3
token() view returns (address)
0x99169ac24a24570cfd4f8efba5fe6416407a8733
Read-only
games(uint256) view returns (bool inProgress, uint256 totalBet)
isGameInProgress(uint256 _tgChatId) view returns (bool)
players(uint256) view returns (address)
State-modifying
Events changeTokenAddress(address _tokenAddress)
payWinner(uint256 _gameId, address _winner)
renounceOwnership()
setTaxAddress(address _taxAddress)
setTaxFee(uint256 _taxFee)
submitBets(uint256 gameId, address[] _players, uint256[] bets) returns (bool)
transferOwnership(address newOwner)
withDrawEth()
withDrawToken(address _tokenAddress)
BetSubmitted(uint256 indexed gameId, address[] indexed playersAddress, uint256 totalBet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WinnerPaid(uint256 indexed gameId, address indexed winner, uint256 winningAmount)
constructor(address _tokenAddress, address _taxAddress, uint256 _taxFee, uint256 _burnFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.