CryptoAllStars
Verified contract
Active on
Ethereum with 7,880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($186.03)
Native
Value
$186.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.054584 | $3,408.19 |
$186.03 | |
YOO | ERC-20 | 20.088K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18442331 | a year ago | | | 0 | 0.0013041784 | |
| 18442329 | a year ago | | | 0 | 0.0021936812 | |
| 18442238 | a year ago | | | 0 | 0.0010867587 | |
| 17230174 | 2 years ago | | | 0 | 0.0043433509 | |
| 15711674 | 2 years ago | | | 0 | 0.00058180340 | |
| 15711669 | 2 years ago | | | 0 | 0.00088790395 | |
| 13216962 | 3 years ago | | | 0.000045269353 | 0.0034054198 | |
| 13216959 | 3 years ago | | | 0.000045269353 | 0.0038680249 | |
| 13208955 | 3 years ago | | | 0 | 0.0021693764 | |
| 13208945 | 3 years ago | | | 0.000021276596 | 0.0023964507 |
ABI
ABI objects
Getter at block 21255786
NAME() view returns (string)
CryptoAllStars
SYMBOL() view returns (string)
AllStarToken
ceo() view returns (address)
0x91fbf25a12998229353e077bbc2f7a5db1eff0d1
cfo() view returns (address)
0x91fbf25a12998229353e077bbc2f7a5db1eff0d1
currentGen() view returns (uint256)
0
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoAllStars
promoCreatedCount() view returns (uint256)
72
symbol() pure returns (string)
AllStarToken
totalSupply() view returns (uint256 total)
142
Read-only
allStarIndexToApproved(uint256) view returns (address)
allStarIndexToOwner(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 balance)
getAllStar(uint256 _tokenId) view returns (string allStarName, uint256 allStarGen, uint256 sellingPrice, address owner)
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)
createContractAllStar(string _name)
createPromoAllStar(address _owner, string _name, uint256 _price)
evolveGeneration(uint256 _newGen)
payout()
purchase(uint256 _tokenId) payable
setCFO(address _newCFO)
setOwner(address _newOwner)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.