CryptoflipCar
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($517.94)
Native
Value
$517.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.132861 | $3,898.32 |
$517.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5332442 | 7 years ago | | | 0 | 0.00011150400 | |
| 5325340 | 7 years ago | | | 0.06232013 | 0.00027200800 | |
| 5325324 | 7 years ago | | | 0.0158 | 0.00013613200 | |
| 5325291 | 7 years ago | | | 0.0081 | 0.0030000000 | |
| 5322892 | 7 years ago | | | 0 | 0.000055752000 | |
| 5322677 | 7 years ago | | | 0.0081 | 0.000046894000 | |
| 5322671 | 7 years ago | | | 0.0081 | 0.000046894000 | |
| 5322499 | 7 years ago | | | 0.0081 | 0.000023511000 | |
| 5322478 | 7 years ago | | | 0.0081 | 0.000046894000 | |
| 5322463 | 7 years ago | | | 0.0158 | 0.00013613200 |
ABI
ABI objects
Getter at block 21409791
GetIsPauded() view returns (bool)
false
getCarCount() view returns (uint256)
10
getCompanyCount() view returns (uint256)
4
getMakeCount() view returns (uint256)
10
getWhaleCard() view returns (address ownerAddress1, uint256 curPrice)
(ownerAddress1=0xa2381223639181689cd6c46d38a1a4884bb6d83c, curPrice=2149422977421875000)
Read-only
getAdv(uint256 _cardType, uint256 _cardId) view returns (string text, string link, uint256 card_type, address ownerAddress1, uint256 curPrice, uint256 cardId)
getCar(uint256 _carId) view returns (string name, address[] ownerAddresses, uint256 curPrice, uint256 companyId, uint256 makeId, bool is_released, uint256 id)
getCompany(uint256 _companyId) view returns (string name, address ownerAddress1, uint256 curPrice, bool is_released, uint256 id)
getMake(uint256 _makeId) view returns (string name, address ownerAddress1, uint256 curPrice, uint256 companyId, bool is_released, uint256 id)
State-modifying
Events InitiateCars()
InitiateCompanies()
InitiateMakes()
InitiateWhaleCard()
addCar(string name, address address1, uint256 companyId, uint256 makeId, uint256 price)
addCompany(string name, address address1, uint256 price)
addMake(string name, address address1, uint256 companyId, uint256 price)
pauseGame()
playGame()
purchaseAdv(uint256 _cardType, uint256 _cardId, string _text, string _link) payable
purchaseCard(uint256 _cardType, uint256 _cardId) payable
purchaseWhaleCard() payable
setReleaseCar(uint256 _carId, bool is_released)
setReleaseCompany(uint256 _companyId, bool is_released)
setReleaseMake(uint256 _makeId, bool is_released)
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.