SoccerAllStars
Verified contract
Active on
Ethereum with 642 txns
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 "SoccerAllStars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5226560 | 7 years ago | | | 0 | 0.00019739500 | |
| 5170994 | 7 years ago | | | 0 | 0.00011859500 | |
| 5157492 | 7 years ago | | | 0.021388887 | 0.00094876000 | |
| 5157487 | 7 years ago | | | 0.099458325 | 0.0023655000 | |
| 5155442 | 7 years ago | | | 0 | 0.000060684000 | |
| 5154809 | 7 years ago | | | 0.15954772 | 0.00055697500 | |
| 5154795 | 7 years ago | | | 0.15954772 | 0.00045000000 | |
| 5149371 | 7 years ago | | | 0.098919584 | 0.0011139500 | |
| 5149309 | 7 years ago | | | 0.0021505376 | 0.000047438000 | |
| 5149301 | 7 years ago | | | 0.0021505376 | 0.000047438000 |
ABI
ABI objects
Getter at block 21260808
NAME() view returns (string)
SoccerAllStars
SYMBOL() view returns (string)
SAS
ceoAddress() view returns (address)
0x5e9b3ca9168127016aecd32b958bfbba722877e9
cooAddress() view returns (address)
0x5e9b3ca9168127016aecd32b958bfbba722877e9
getTotalSupply() view returns (uint256)
55
implementsERC721() pure returns (bool)
true
name() pure returns (string)
SoccerAllStars
promoCreatedCount() view returns (uint256)
0
symbol() pure returns (string)
SAS
Read-only
balanceOf(address _owner) view returns (uint256 result)
getInitialPriceOfToken(uint256 _tokenId) pure returns (uint256)
getNextPrice(uint256 price, uint256 _tokenId) pure returns (uint256)
getToken(uint256 _tokenId) view returns (uint256 tokenId, uint256 sellingPrice, address owner, uint256 nextSellingPrice)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
buyToken(uint256 _tokenId) payable
changePrice(uint256 _tokenId, uint256 newPrice)
createPromoCollectible(uint256 tokenId, address _owner, uint256 _price)
lockPriceChange()
payout(address _to)
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unlockPriceChange()
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, uint256 startPrice)
TokenSold(uint256 indexed tokenId, uint256 price, address prevOwner, address winner)
Transfer(address indexed from, address indexed to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.