CryptoflipCar
Verified contract
Active on
Ethereum with 95 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13100088 | 3 years ago | | | 0.0162 | 0.0071806338 | |
| 13100082 | 3 years ago | | | 0.01 | 0.0076914505 | |
| 13100068 | 3 years ago | | | 0.01 | 0.0091068727 | |
| 5858425 | 6 years ago | | | 0 | 0.00098280000 | |
| 5697850 | 7 years ago | | | 0.24025 | 0.00068817000 | |
| 5630839 | 7 years ago | | | 0.013284 | 0.0011250000 | |
| 5630050 | 7 years ago | | | 0.005 | 0.0012329240 | |
| 5630036 | 7 years ago | | | 0.0081 | 0.0015623790 | |
| 5629825 | 7 years ago | | | 0.005 | 0.0012329240 | |
| 5601462 | 7 years ago | | | 0 | 0.0014285040 |
ABI
ABI objects
Getter at block 21316831
GetIsPauded() view returns (bool)
false
getCarCount() view returns (uint256)
28
getCompanyCount() view returns (uint256)
8
getMakeCount() view returns (uint256)
13
getWhaleCard() view returns (address ownerAddress1, uint256 curPrice)
(ownerAddress1=0xaebe42970dbb7d20cf7809dcf92e3a312b18e19c, curPrice=372387500000000000)
Read-only
getCar(uint256 _carId) view returns (string name, address[4] ownerAddresses, uint256 curPrice, uint256 companyId, uint256 makeId, bool is_released, string adv_text, string adv_link, uint256 adv_price, address adv_owner, uint256 id)
getCompany(uint256 _companyId) view returns (string name, address ownerAddress1, uint256 curPrice, bool is_released, string adv_text, string adv_link, uint256 adv_price, address adv_owner, uint256 id)
getMake(uint256 _makeId) view returns (string name, address ownerAddress1, uint256 curPrice, uint256 companyId, bool is_released, string adv_text, string adv_link, uint256 adv_price, address adv_owner, uint256 id)
State-modifying
Events InitiateCars()
InitiateCompanies()
InitiateMakes()
InitiateWhaleCard()
addCar(string name, address address1, uint256 price, uint256 companyId, uint256 makeId, bool is_released)
addCompany(string name, address address1, uint256 price, bool is_released)
addMake(string name, address address1, uint256 price, uint256 companyId, bool is_released)
pauseGame()
playGame()
purchaseCarAdv(uint256 _cardId, string _text, string _link) payable
purchaseCarCard(uint256 _cardId) payable
purchaseCompanyAdv(uint256 _cardId, string _text, string _link) payable
purchaseCompanyCard(uint256 _cardId) payable
purchaseMakeAdv(uint256 _cardId, string _text, string _link) payable
purchaseMakeCard(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.