Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CarToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20474003 | 4 months ago | | | 0 | 0.000053238613 | |
| 5530745 | 7 years ago | | | 0 | 0.000061971000 | |
| 5512846 | 7 years ago | | | 0 | 0.00020657000 | |
| 5365604 | 7 years ago | | | 0 | 0.000041314000 | |
| 5328234 | 7 years ago | | | 0 | 0.000041314000 | |
| 5280035 | 7 years ago | | | 0 | 0.000041314000 | |
| 5271582 | 7 years ago | | | 0 | 0.000028957000 | |
| 5271421 | 7 years ago | | | 0 | 0.000020657000 | |
| 5257755 | 7 years ago | | | 0 | 0.000020657000 | |
| 5225075 | 7 years ago | | | 0 | 0.000061971000 |
ABI
ABI objects
Getter at block 21265675 getStoreBalance() view returns (uint256)
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000
countCars() view returns (uint256)
8
decimals() view returns (uint8)
18
getCars() view returns (uint256[])
[1, 2, 3, 4, 5, 6, 7, 8]
getCustomer() view returns (bytes32 _name, uint256 _balance, uint256 _earned, uint16 _c_num)
(_name=0x0000000000000000000000000000000000000000000000000000000000000000, _balance=0, _earned=0, _c_num=0)
getMyCarsIdx() view returns (uint256[])
[]
name() view returns (string)
CarToken
owner() view returns (address)
0x0043596b0873f262a0061ffc4d87e7ba19f5a7e9
symbol() view returns (string)
CAR
Read-only
carAccts(uint256) view returns (uint256)
carnumOf(address _address) view returns (uint16)
cars(uint256) view returns (uint256 id, bytes32 name, uint256 s_price, uint256 c_price, uint256 earning, uint256 o_earning, uint16 s_count, uint16 brand, uint8 ctype, uint8 spd, uint8 acc, uint8 dur, uint8 hndl)
convert(uint256 amount, uint256 conversionRate) pure returns (uint256 convertedAmount)
earnedOf(address _address) view returns (uint256)
getBalance(address addr) view returns (uint256)
getBalanceInEth(address addr) view returns (uint256)
getCar(uint256 _id) view returns (uint256, bytes32, uint256, uint256, uint256, uint256, uint16)
getCarName(uint256 _id) view returns (bytes32)
getMyCarsIdxCount(uint256 _id) view returns (uint16)
yesBuyer(uint256, uint256) view returns (address)
State-modifying
Events buyCar(uint256 _id) payable returns (bool success)
deleteCar(uint256 _id) returns (bool success)
setInsertCar(bytes32 _name, uint256 _s_price, uint256 _earning, uint256 _o_earning, uint16 _brand, uint8 _ctype, uint8 _spd, uint8 _acc, uint8 _dur, uint8 _hndl)
transferOwnership(address newOwner)
updateCar(uint256 _id, bytes32 _name, uint256 _s_price, uint256 _earning, uint256 _o_earning, uint16 _brand, uint8 _ctype, uint8 _spd, uint8 _acc, uint8 _dur, uint8 _hndl)
withdraw(uint256 _amount) returns (bool)
BuyCarCompleted(address customer, uint256 paymentSum)
BuyCarFailed(address customer, uint256 customerBalance, uint256 paymentSum)
CarDeregistered(uint256 carId)
CarDeregistrationFaled(uint256 carId)
CarRegistered(uint256 carId)
CarRegistrationFailed(uint256 carId)
CarUpdated(uint256 carId)
EventCashOut(address indexed player, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
This contract contains no error objects.