CryptoCelebrities
Verified contract
Active on
Ethereum with 33,834 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,119.26)
Native
Value
$10,119.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.15835 | $3,203.97 |
$10,119.26 | |
WZI | ERC-20 | 41.046K | -- | -- | |
YOO | ERC-20 | 20K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
LINO | ERC-20 | 15 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
EBK | ERC-20 | 3.15835 | -- | -- | |
JACK | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17521889 | a year ago | | | 0 | 0.00059115697 | |
| 17521785 | a year ago | | | 0 | 0.0010521109 | |
| 14014918 | 3 years ago | | | 0.025 | 0.0036545324 | |
| 14014906 | 3 years ago | | | 0.0097 | 0.0032362578 | |
| 14014006 | 3 years ago | | | 0.0097 | 0.0028463909 | |
| 14010543 | 3 years ago | | | 0.0205 | 0.0021169911 | |
| 14010515 | 3 years ago | | | 0.0097 | 0.0026047295 | |
| 14007784 | 3 years ago | | | 0.0097 | 0.0047219721 | |
| 13962618 | 3 years ago | | | 0.0097 | 0.0022764272 | |
| 13962611 | 3 years ago | | | 0.0097 | 0.0022285161 |
ABI
ABI objects
Getter at block 21157889
NAME() view returns (string)
CryptoCelebrities
SYMBOL() view returns (string)
CelebrityToken
ceoAddress() view returns (address)
0xad5731dcbf385bab32e2d65d1da31fcf435be245
cooAddress() view returns (address)
0x78ce3180b9e72a4e35858e38f34a4ab1efd006f4
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoCelebrities
promoCreatedCount() view returns (uint256)
253
symbol() pure returns (string)
CelebrityToken
totalSupply() view returns (uint256 total)
687
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getPerson(uint256 _tokenId) view returns (string personName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
personIndexToApproved(uint256) view returns (address)
personIndexToOwner(uint256) view returns (address)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractPerson(string _name)
createPromoPerson(address _owner, string _name, uint256 _price)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.