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 "Car"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11234558 | 4 years ago | | | 0 | 0.0013087921 | |
| 11182548 | 4 years ago | | | 0 | 0.0022908900 | |
| 11070537 | 4 years ago | | | 0 | 0.00075112706 | |
| 10999822 | 4 years ago | | | 0 | 0.0032174470 | |
| 10821114 | 4 years ago | | | 0 | 0.0024557000 | |
| 10730646 | 4 years ago | | | 0 | 0.0068166250 | |
| 10616098 | 4 years ago | | | 0 | 0.0026658834 | |
| 10615347 | 4 years ago | | | 0 | 0.00049090000 | |
| 10604670 | 4 years ago | | | 0 | 0.0033599720 | |
| 10490416 | 4 years ago | | | 0 | 0.00073599000 |
ABI
ABI objects
Getter at block 21249897
decimals() view returns (uint8)
4
name() view returns (string)
Car
owner() view returns (address)
0xa41206071dd8927c28350dd8799f33f455d82ad8
symbol() view returns (string)
CAR
totalSupply() view returns (uint256)
99999999990000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 values) returns (bool success)
freezeAccount(address target, bool freeze)
mine(address target, uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwner)
AddSupply(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address account, uint256 values)
FrozenFunds(address target, bool freeze)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.