ClashHash
Verified contract
Active on
Ethereum with 6,223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd0b…4067
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7317052 | 6 years ago | | | 0 | 0.00050246000 | |
| 7315624 | 6 years ago | | | 0.001 | 0.00023794400 | |
| 7315340 | 6 years ago | | | 0.001 | 0.00029794400 | |
| 7315340 | 6 years ago | | | 0.001 | 0.00035794400 | |
| 7315147 | 6 years ago | | | 0.001 | 0.0023965140 | |
| 7315141 | 6 years ago | | | 0 | 0.00016820700 | |
| 7251058 | 6 years ago | | | 0 | 0.00060794400 | |
| 7250877 | 6 years ago | | | 0.001 | 0.00023794400 | |
| 7250877 | 6 years ago | | | 0.001 | 0.00023794400 | |
| 7250682 | 6 years ago | | | 0.001 | 0.00023794400 |
ABI
ABI objects
Getter at block 21443105
MAX_BLOCKS_AFTER_ROUND() view returns (uint256)
256
MIN_BLOCKS_AFTER_ROUND() view returns (uint256)
10
MIN_BLOCKS_BEFORE_ROUND() view returns (uint256)
10
_blockStorage() view returns (address)
0xcd0ba5c1a81782ed5c01e9959e6bfdb7e9344067
adminFee() view returns (uint256)
5
isOwner() view returns (bool)
false
minBet() view returns (uint256)
1000000000000000
owner() view returns (address)
0xcde89bbe47b9995b4aaa35f73bee5777d92b75d3
referrerFee() view returns (uint256)
50
Read-only
referrers(address) view returns (address)
rounds(uint256) view returns (address records, uint256 betsCount, uint256 totalReward, address winner)
State-modifying
Events addBet(uint256 blockNumber, address option) payable
addBetWithReferrer(uint256 blockNumber, address option, address referrer) payable
addBlockData(uint256 blockNumber, bytes blockData)
addReferral(address referrer)
claimRewardForUser(uint256 blockNumber, address user)
claimRewardWithBlockData(uint256 blockNumber, bytes blockData)
renounceOwnership()
setAdminFee(uint256 newFee)
setMinBet(uint256 newMinBet)
setReferrerFee(uint256 newFee)
transferOwnership(address newOwner)
AdminFeeUpdate(uint256 oldFee, uint256 newFee)
MinBetUpdate(uint256 oldMinBet, uint256 newMinBet)
NewReferral(address indexed user, address indexed referrer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralReward(address indexed user, address indexed referrer, uint256 value)
ReferrerFeeUpdate(uint256 oldFee, uint256 newFee)
RewardClaimed(uint256 indexed blockNumber, address indexed user, address indexed winner, uint256 reward)
RoundBetAdded(uint256 indexed blockNumber, address indexed user, address indexed option, uint256 value)
RoundCreated(uint256 indexed blockNumber, address contractAddress)
RoundFinalized(uint256 indexed blockNumber, address indexed option)
constructor(address blockStorage)
This contract contains no fallback and receive objects.
This contract contains no error objects.