DSG_CoinFlipper
Verified contract
Active on
Ethereum with 84 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
No balances found for "DSG_CoinFlipper"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7939092 | 6 years ago | | | 0 | 0.00021049000 | |
| 7939074 | 6 years ago | | | 0 | 0.00042347000 | |
| 7683222 | 6 years ago | | | 0 | 0.00067365000 | |
| 7669300 | 6 years ago | | | 0 | 0.00025795000 | |
| 7669296 | 6 years ago | | | 0.06 | 0.00097016000 | |
| 7669289 | 6 years ago | | | 0 | 0.00026279000 | |
| 7669285 | 6 years ago | | | 0.08 | 0.00097016000 | |
| 7669279 | 6 years ago | | | 0 | 0.00025332000 | |
| 7669277 | 6 years ago | | | 0.04 | 0.00097016000 | |
| 7669273 | 6 years ago | | | 0 | 0.00024874000 |
ABI
ABI objects
Getter at block 21391282
DSG_ADDRESS() view returns (address)
0x696826c18a6bc9be4bbfe3c3a6bb9f5a69388687
getContractBalance() view returns (uint256)
0
jackpotBalance() view returns (uint256)
0
maxBet() view returns (uint256)
100000000000000000
minBet() view returns (uint256)
10000000000000000
minBetForJackpot() view returns (uint256)
50000000000000000
minContractBalance() view returns (uint256)
1990000000000000000
nextPayout() view returns (uint256)
1557425808
ownerDeposit() view returns (uint256)
0
paused() view returns (bool)
true
totalDividends() view returns (uint256)
154000000000000000
totalPlayed() view returns (uint256)
37
totalTurnover() view returns (uint256)
610000000000000000
totalWinnings() view returns (uint256)
466000000000000000
Read-only
candidates(uint256) view returns (address)
getWinningRate(uint256 eth) view returns (uint8)
owners(uint256) view returns (address)
State-modifying
Events confirmOwner(uint8 k)
deposit() payable
pauseGame(bool option)
play(uint8 coin) payable
result()
sendDividends()
sendOwnerDeposit(address recipient)
setMaxBet(uint256 eth)
setMinBet(uint256 eth)
setMinBetForJackpot(uint256 eth)
setMinContractBalance(uint256 eth)
transferOwnership(address newOwnerAddress, uint8 k)
Dividends(uint256 balance, uint256 dividends, uint256 timestamp)
Jackpot(address indexed player, uint256 jackpot, uint256 timestamp)
PlaceBet(address indexed player, uint256 bet, uint256 coin, uint256 timestamp)
Result(address indexed player, uint256 indexed coin, uint256 indexed random, uint256 totalWinAmount, uint256 jackpotBalance, uint256 winRate, uint256 bet)
constructor(address secondOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.