Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9609…1b2c
Balances ($114.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MICKEY | ERC-20 | 113.701999K | $0.001011 |
$114.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19164246 | 10 months ago | | | 0 | 0.00091747711 | |
| 19145170 | 10 months ago | | | 0 | 0.00086757620 | |
| 19145165 | 10 months ago | | | 0 | 0.00093461933 | |
| 19145122 | 10 months ago | | | 0 | 0.00087932143 | |
| 19145114 | 10 months ago | | | 0 | 0.00099184638 | |
| 19145113 | 10 months ago | | | 0 | 0.0017353127 | |
| 19145108 | 10 months ago | | | 0 | 0.0021161113 | |
| 19077072 | 10 months ago | | | 0 | 0.0013171768 | |
| 19077062 | 10 months ago | | | 0 | 0.00088539136 | |
| 19077060 | 10 months ago | | | 0 | 0.00087694557 |
ABI
ABI objects
Getter at block 21287121
Manager() view returns (address)
0x588ce0a1590293e9099ef811ebb9fddc97f0c8c9
costPerPlay() view returns (uint256)
1000000000000000000000
getDepositAmt() view returns (uint256)
10000000000000000000000
getLastWinners() view returns (address[])
[0xd25b708FF4F1CCDc59D48dB383b6DDd3e2E26289]
getRoundData() view returns (struct RunnerV2RoundData)
(17701999000000000000000, 12000000000000000000000)
owner() view returns (address)
0xd25b708ff4f1ccdc59d48db383b6ddd3e2e26289
timeframe() view returns (uint256)
60
token() view returns (address)
0x9609b540e5dedddb147abbf9812ade06b1e61b2c
Read-only
getUserBalances(address user, address _token) view returns (uint256)
State-modifying
Events changeBurnPercent(uint8 percent)
changeCost(uint256 _newCost)
changeDepAmt(uint256 amount)
changeGameToken(address _newtoken)
changeTimeframe(uint256 timeInSeconds)
depositUserERC() payable
renounceOwnership()
selectWinnersAndDistribute(address[] currWinnerList, uint256[] amounts) returns (bool)
startGame()
startPlay() payable returns (bool)
stopGame()
transferManager(address new_)
transferOwnership(address newOwner)
withdrawEth(address to, uint256 amount)
withdrawTokens(address to, uint256 amount)
withdrawUserERC() payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _gameToken)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)