Crypto Car Auction
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AOA | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15510689 | 2 years ago | | | 0 | 0.00051234468 | |
| 12635991 | 3 years ago | | | 0 | 0.00046410000 | |
| 10288608 | 4 years ago | | | 0 | 0.00094245000 | |
| 9832407 | 5 years ago | | | 0 | 0.00022389600 | |
| 9698677 | 5 years ago | | | 0 | 0.00011194800 | |
| 9592936 | 5 years ago | | | 0 | 0.00015117840 | |
| 8890626 | 5 years ago | | | 0 | 0.000052128000 | |
| 8760909 | 5 years ago | | | 0.06 | 0.0015055610 | |
| 8442943 | 5 years ago | | | 0.00070831412 | 0.00034342909 | |
| 8342393 | 5 years ago | | | 0 | 0.00060246000 |
ABI
ABI objects
Getter at block 21318936
MIN_CONTRIBUTION() view returns (uint256)
10000000000000000
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
false
name() view returns (string)
Crypto Car Auction
symbol() view returns (string)
CCT
tokensPerEth() view returns (uint256)
50000000000000000000000
totalDistributed() view returns (uint256)
318610614123200000000000
totalSupply() view returns (uint256)
45000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
getas(uint256 _wdamount)
getasall()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.