CryptoCars
Verified contract
Active on
Ethereum with 1,675 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,167.81)
Native
Value
$2,167.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.59754 | $3,627.89 |
$2,167.81 | |
CryptocarToken | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13859514 | 3 years ago | | | 0 | 0.0032533933 | |
| 13407311 | 3 years ago | | | 0 | 0.0034083809 | |
| 13407311 | 3 years ago | | | 0 | 0.0038466873 | |
| 13407311 | 3 years ago | | | 0 | 0.0038466873 | |
| 13407310 | 3 years ago | | | 0 | 0.0034264284 | |
| 13407308 | 3 years ago | | | 0 | 0.0045091927 | |
| 13098908 | 3 years ago | | | 0.45997607 | 0.0064988000 | |
| 13098692 | 3 years ago | | | 0.46 | 0.0053661362 | |
| 13098670 | 3 years ago | | | 0.46 | 0.0059834749 | |
| 13098575 | 3 years ago | | | 0.046248121 | 0.0057532050 |
ABI
ABI objects
Getter at block 21286003
NAME() view returns (string)
CryptoCars
SYMBOL() view returns (string)
CryptocarToken
ceoAddress() view returns (address)
0x29c980769fc993d181dd85b53f050f7559ee7455
cooAddress() view returns (address)
0x29c980769fc993d181dd85b53f050f7559ee7455
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoCars
promoCreatedCount() view returns (uint256)
81
symbol() pure returns (string)
CryptocarToken
totalSupply() view returns (uint256 total)
215
Read-only
balanceOf(address _owner) view returns (uint256 balance)
carIndexToApproved(uint256) view returns (address)
carIndexToOwner(uint256) view returns (address)
getCar(uint256 _tokenId) view returns (string carName, 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)
createContractCar(string _name)
createPromoCar(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.