NBA ONLINE
Verified contract
Active on
Ethereum with 198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($257.23)
Native
Value
$257.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0665 | $3,868.11 |
$257.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5588947 | 7 years ago | | | 0 | 0.00071236500 | |
| 5587829 | 7 years ago | | | 0 | 0.00085483800 | |
| 5587826 | 7 years ago | | | 0 | 0.00042712200 | |
| 5582911 | 7 years ago | | | 0 | 0.00085445400 | |
| 5582904 | 7 years ago | | | 0 | 0.00085407000 | |
| 5582897 | 7 years ago | | | 0 | 0.00071204500 | |
| 5582889 | 7 years ago | | | 0 | 0.00071204500 | |
| 5582802 | 7 years ago | | | 0 | 0.00024917500 | |
| 5582800 | 7 years ago | | | 0 | 0.00024917500 | |
| 5576422 | 7 years ago | | | 0 | 0.00014950500 |
ABI
ABI objects
Getter at block 21404315
getGamesLength() view returns (uint256 length)
69
implementsERC721() pure returns (bool)
true
name() view returns (string)
NBA ONLINE
owner() view returns (address)
0x5bcaa36ec631070a70672799d5f4fcf32c9ac712
symbol() view returns (string)
Ticket
timenow() view returns (uint32)
1734222227
totalSupply() view returns (uint256)
41
Read-only
admins(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 count)
calculateDevCut(uint256 _price) pure returns (uint256 _devCut)
generateTicketData(uint256 idLottery, uint8 combination, uint8 status) view returns (uint256 packed)
getAllGames(bool onlyPlaying, uint256 from, uint256 to) view returns (string gameInfoList)
getGameInfoById(uint256 _id) view returns (uint256 _totalPot, uint256 _totalWinnersDeposit, uint256 _dateStopBuy, uint8 _gameStatus, string _potDetail, string _results, string _name)
getMyTicketList(bool active, uint256 from, uint256 to) view returns (string info)
getNumbersOfPick(uint256 _gid, uint8 _pick) view returns (uint256 num)
ownerOf(uint256 _tokenId) view returns (address owner)
parseTicket(uint256 packed) pure returns (uint8 payout, uint256 idLottery, uint256 combination, uint256 dateBuy)
tokenIndexToApproved(uint256) view returns (address)
tokenIndexToOwner(uint256) view returns (address)
updateTicketStatus(uint256 packed, uint8 newStatus) pure returns (uint256 npacked)
State-modifying
Events addAdmin(address addr)
addOneGame(string _name, uint256 _deadline)
approve(address _to, uint256 _tokenId)
buyTicket(uint256 _id, uint8 _choose) payable
cancelTicket(uint256 _tid) payable
changeOwner(address newOwner)
confirmOwner()
getRefund(uint256 _tid) payable
getWinningPrize(uint256 _tid) payable
openResult(uint256 _id, uint8[] _result)
removeAdmin(address addr)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.