Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,372.32)
Native
Value
$4,372.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.225517 | $3,567.74 |
$4,372.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20368121 | 4 months ago | | | 0 | 0.00034548211 | |
| 7518819 | 6 years ago | | | 0.02005129 | 0.00022956000 | |
| 7518819 | 6 years ago | | | 0.02005129 | 0.00022956000 | |
| 7518819 | 6 years ago | | | 0.02005129 | 0.00022956000 | |
Transfer | 7518819 | 6 years ago | | | 0.021 | 0.0000021046000 | |
| 6288129 | 6 years ago | | | 0.01 | 0.0022676700 | |
| 6278085 | 6 years ago | | | 0 | 0.000088562000 | |
| 6277826 | 6 years ago | | | 0 | 0.000088562000 | |
| 6272708 | 6 years ago | | | 0.10026795 | 0.000027393600 | |
| 6265056 | 6 years ago | | | 0 | 0.000071962000 |
ABI
ABI objects
Getter at block 21292327
getGameInfo() view returns (uint256 _totalTicketCount, uint256 _airdropPrizePool, uint256 _moonPrizePool, uint256 _lotteryTime, uint256 _nowTime, uint256 _spaceshipPrice, uint256 _round, uint256 _totalEarnings, uint256 _totalDividendEarnings)
(_totalTicketCount=0, _airdropPrizePool=0, _moonPrizePool=4950235110400000, _lotteryTime=1536000176, _nowTime=1732870931, _spaceshipPrice=10000000000000000, _round=3, _totalEarnings=27226337710000000020, _totalDividendEarnings=9993482392000000020)
getNowTime() view returns (uint256)
1732870931
owner() view returns (address)
0x9f3e9493c46be9572e14bc6deec88f40f527deec
Read-only
checkName(string _name) view returns (bool)
getPlayerInfo(address _playerAddress) view returns (address _addr, string _name, uint256 _earnings, uint256 _ticketCount, uint256 _dividendEarnings, uint256 _distributionEarnings, uint256 _dlTicketCount, uint256 _xzTicketCount, uint256 _jcTicketCount)
getSpaceship(uint256 _spaceshipId) view returns (uint256 _id, string _name, uint256 _speed, address _captain, uint256 _ticketCount, uint256 _dividendRatio, uint256 _spaceshipPrice)
State-modifying
Events buyTicket(uint256 _ticketCount, uint256 _spaceshipNo, string _name) payable
buyTicketByEarnings(uint256 _ticketCount, uint256 _spaceshipNo, string _name)
campaignCaptain(uint256 _spaceshipId) payable
makeMoney()
setName(string _name) payable
setYxName(address _address, string _name)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.