Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NBACrypto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5113956 | 7 years ago | | | 0.2 | 0.000044280000 | |
| 5113953 | 7 years ago | | | 0.2 | 0.00011070000 | |
| 5113804 | 7 years ago | | | 0 | 0.00063060000 | |
| 5113761 | 7 years ago | | | 0.2 | 0.00053136000 | |
| 5113759 | 7 years ago | | | 0.2 | 0.000096684000 | |
| 5113749 | 7 years ago | | | 0.4 | 0.0025970220 | |
| 5113749 | 7 years ago | | | 0.2 | 0.0048342000 | |
| 5113748 | 7 years ago | | | 0.4 | 0.0025970220 | |
| 5113746 | 7 years ago | | | 0.2 | 0.00090774000 | |
| 5113744 | 7 years ago | | | 0.2 | 0.00072513000 |
ABI
ABI objects
Getter at block 21255582
GetIsPauded() view returns (bool)
true
Read-only
getPlayer(uint256 _playerId) view returns (string name, address ownerAddress, uint256 curPrice, uint256 realTeamId)
getPlayerOwner(uint256 _playerId) view returns (address)
getPlayerPrice(uint256 _playerId) view returns (uint256)
getTeam(uint256 _teamId) view returns (string name, address ownerAddress, uint256 curPrice)
getTeamOwner(uint256 _teamId) view returns (address)
getTeamPrice(uint256 _teamId) view returns (uint256)
State-modifying
Events InitiateTeams()
addPlayer(string name, address address1, uint256 price, uint256 teamId)
modifyPriceCountry(uint256 _teamId, uint256 _newPrice)
pauseGame()
purchaseCountry(uint256 _countryId) payable
purchasePlayer(uint256 _playerId) payable
unPauseGame()
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.