SimpleDice
Verified contract
Active on
Ethereum with 550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8888…e759
0xd765…6ae9
Balances ($5,238.64)
Native
Value
$5,238.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.56568 | $3,345.92 |
$5,238.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7513400 | 6 years ago | | | 0 | 0.0032020200 | |
| 7513376 | 6 years ago | | | 0.05 | 0.0028462400 | |
| 7511796 | 6 years ago | | | 0.2 | 0.0027415200 | |
| 7500393 | 6 years ago | | | 0 | 0.0032020200 | |
| 7500363 | 6 years ago | | | 0.05 | 0.0028462400 | |
| 7499613 | 6 years ago | | | 0.1 | 0.0027415200 | |
| 7488045 | 6 years ago | | | 0 | 0.0032020200 | |
| 7488015 | 6 years ago | | | 0.05 | 0.0028483200 | |
| 7488001 | 6 years ago | | | 0.05 | 0.0027402400 | |
| 7487823 | 6 years ago | | | 0 | 0.0032020200 |
ABI
ABI objects
Getter at block 21169528
BLOCK_TIME() view returns (uint256)
15
DURATION() view returns (uint256)
300
F2M_PERCENT() view returns (uint256)
10
GAS_COST() view returns (uint256)
2000000000000000
MAX_BLOCK_DISTANCE() view returns (uint256)
254
MAX_CASHOUT_PER_BLOCK() view returns (uint256)
100
MAX_ROUND() view returns (uint256)
888888888
MIN_BET() view returns (uint256)
50000000000000000
TAXED_PERCENT() view returns (uint256)
95
ZOOM() view returns (uint256)
1000000000
citizenContract() view returns (address)
0xd7657bdf782f43ba7f5f5e8456b481616e636ae9
curRoundId() view returns (uint256)
169
devTeam() view returns (address)
0xac72cb0564eb7b915c8f85252ec5c1c05d546981
f2mContract() view returns (address)
0x8888887c5ede327afbeb15019598aaa3b4fae759
fund() view returns (uint256)
1565680001208400000
getBlockDist() view returns (uint256)
888888888
getCurRoundResult() view returns (uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(0, 0, 0, 0, 21169528, 888888888, false, false)
isDistributed() view returns (bool)
true
isLocked() view returns (bool)
false
Read-only
getKeyBlockNr(uint256 _estKeyBlockNr) view returns (uint256)
getMin(uint256 a, uint256 b) pure returns (uint256)
getPRoundBetSum(address _player, uint256 _rId) view returns (string, uint256[2])
getRef(address _address) view returns (address)
getRoundBetById(uint256 _rId, bool _team, uint256 _id) view returns (address, string, uint256)
getRoundResult(uint256 _rId) view returns (uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
getSeed(uint256 _keyBlockNr) view returns (uint256)
getUsername(address _address) view returns (string)
getWinTeam(uint256 _seed, uint256 _trueAmount, uint256 _falseAmount) pure returns (bool)
getWinningPerWei(uint256 _winTeam, uint256 _lostTeam) pure returns (uint256)
rounds(uint256) view returns (uint256 keyBlock, bool finalized, bool winTeam, uint256 cashoutFrom, uint256 winningPerWei)
State-modifying
Events bet(bool _team) payable
devTeamWithdraw()
distributeSetting(uint256 _limit)
endRound()
setF2mContract(address _address)
Payment(address indexed _winner, uint256 _amount, bool _success)
constructor(address _devTeam, address _citizen)
This contract contains no fallback and receive objects.
This contract contains no error objects.