Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5bb1…573b
Balances ($3.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LVM | ERC-20 | 15K | $0.000244 |
$3.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19063823 | a year ago | | | 0 | 0.0040311000 | |
| 19063660 | a year ago | | | 0 | 0.0011006252 | |
| 19063655 | a year ago | | | 0 | 0.0013744380 | |
| 19063647 | a year ago | | | 0 | 0.00068578934 | |
| 19063642 | a year ago | | | 0 | 0.0016250894 | |
| 19063631 | a year ago | | | 0 | 0.00072799482 | |
| 19063616 | a year ago | | | 0 | 0.0015331196 | |
| 19063604 | a year ago | | | 0 | 0.00062414955 | |
| 19063260 | a year ago | | | 0 | 0.0017302267 | |
| 19063258 | a year ago | | | 0 | 0.0014942694 |
ABI
ABI objects
Getter at block 21438772
Manager() view returns (address)
0xc6af9bb486be2bd9bcba6e0a9c0692753ae2e3c1
costPerPlay() view returns (uint256)
10000000000000000000000
getDepositAmt() view returns (uint256)
10000000000000000000000
getLastWinners() view returns (address[])
[0xc469b9423b6FC73154B2403bd8400cfdAA4390c2]
getRoundData() view returns (struct ZigZagRoundData)
(14999999987500000000000, 0)
owner() view returns (address)
0xc6af9bb486be2bd9bcba6e0a9c0692753ae2e3c1
timeframe() view returns (uint256)
60
token() view returns (address)
0x5bb15141bb6def6d2bafeed8ff84bf889c0c573b
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _gameToken)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)