Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,883.04)
Native
Value
$1,883.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.51 | $3,692.23 |
$1,883.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6494042 | 6 years ago | | | 0 | 0.000040533000 | |
| 6485893 | 6 years ago | | | 0 | 0.0022573980 | |
| 6485870 | 6 years ago | | | 0 | 0.0025323320 | |
| 6485854 | 6 years ago | | | 0 | 0.0061682500 | |
| 6485660 | 6 years ago | | | 0 | 0.0014456860 | |
| 6479786 | 6 years ago | | | 0 | 0.0022575080 | |
| 6479760 | 6 years ago | | | 0 | 0.0028721880 | |
| 6479734 | 6 years ago | | | 0 | 0.0061682500 | |
| 6479515 | 6 years ago | | | 0 | 0.0014456860 | |
| 6476788 | 6 years ago | | | 0.01 | 0.0076792320 |
ABI
ABI objects
Getter at block 21304396
activated() view returns (bool)
[unknown]
getKeys() view returns (uint256)
[unknown]
goldKeyCounter() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
price() view returns (uint256)
[unknown]
rId() view returns (uint256)
[unknown]
unIssuedGoldKeys() view returns (uint256)
[unknown]
Read-only
calcWinNumbers(string blockHash) pure returns (uint256[])
getRoundByRId(uint256 _rId) view returns (uint256[] res)
goldKeyRepo(address) view returns (uint256)
rounds(uint256) view returns (uint256 rId, uint256 stime, uint256 etime, uint8 state, uint256 ethIn, uint256 prizePool, uint256 bonusPool, uint256 teamFee, uint256 btcBlockNoWhenLock, uint256 btcBlockNo, string btcBlockHash, uint256 bonusAvg, uint256 jackpot, uint256 genGoldKeys)
tickets(uint256, uint256) view returns (uint256 rId, address player, uint256 btime, bool joinBonus, bool useGoldKey)
State-modifying
Events activate()
deactivate()
drawRound(uint256 btcBlockNo, string btcBlockHash)
dumpPrize() payable
endRound(uint256 jackpot, uint256 bonusAvg, address[] jackpotWinners, address[] goldKeyWinners, bool autoStartNext)
lockRound(uint256 btcBlockNo)
newRound()
selfDestroy()
transferOwnership(address newOwner)
transferToOwner(uint256 amount) payable
Activated(uint256 indexed _gameIndex)
BuyTicket(uint256 indexed _gameIndex, address indexed from, bytes numbers, uint256 _prizePool, uint256 _bonusPool)
Deactivated(uint256 indexed _gameIndex)
DrawRound(uint256 indexed _gameIndex, uint256 _state, uint256 indexed _blockIndex, string _blockHash, uint256[] _winNumbers)
DumpPrize(uint256 indexed _gameIndex, uint256 _jackpot)
EndRound(uint256 indexed _gameIndex, uint256 _state, uint256 _jackpot, uint256 _bonusAvg, address[] _jackpotWinners, address[] _goldKeyWinners, bool _autoStartNext)
LockRound(uint256 indexed _gameIndex, uint256 _state, uint256 indexed _blockIndex)
NewRound(uint256 indexed _gameIndex, uint256 _state, uint256 _initPrizeIn)
SelfDestroy(uint256 indexed _gameIndex)
Transfer(uint256 indexed _gameIndex, uint256 value)
constructor()
fallback()
This contract contains no error objects.