CAR SHARING
Verified contract
Active on
Ethereum with 3,966 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9044441 | 5 years ago | | | 0 | 0.00041024500 | |
| 9019254 | 5 years ago | | | 0 | 0.00040954100 | |
| 8998869 | 5 years ago | | | 0 | 0.0010459000 | |
| 8986934 | 5 years ago | | | 0 | 0.00036681150 | |
| 8982643 | 5 years ago | | | 0 | 0.000044677200 | |
| 8974142 | 5 years ago | | | 0 | 0.00016673250 | |
| 8969837 | 5 years ago | | | 0 | 0.00040246200 | |
| 8968498 | 5 years ago | | | 0 | 0.00028019250 | |
| 8968359 | 5 years ago | | | 0 | 0.00091147100 | |
| 8967827 | 5 years ago | | | 0 | 0.00033538500 |
ABI
ABI objects
Getter at block 21412385
decimals() view returns (uint256)
9
endTokenSale() view returns (uint256)
1577836799
month12Allocated() view returns (bool)
false
month12Unlock() view returns (uint256)
1546387199
month24Allocated() view returns (bool)
false
month24Unlock() view returns (uint256)
1577923199
month30Allocated() view returns (bool)
false
month30Unlock() view returns (uint256)
1593647999
month48Allocated() view returns (bool)
false
month48Unlock() view returns (uint256)
1641081599
month60Allocated() view returns (bool)
false
month60Unlock() view returns (uint256)
1672617599
name() view returns (string)
CAR SHARING
symbol() view returns (string)
CAR
tokenIssuer() view returns (address)
0x0eab6eb526f4e159e0f5355f22e15655af84b16b
totalSupply() view returns (uint256)
55000000000000000
totalTokensCrowdSale() view returns (uint256)
95000000000000000
totalTokensReserve() view returns (uint256)
95000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allocateTokens()
approve(address _spender, uint256 _value) returns (bool success)
changeIssuer(address newIssuer)
mintTokens(address tokenHolder, uint256 amountToken) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AllocateTokens(address indexed sender)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
TokenMint(address newTokenHolder, uint256 amountOfTokens)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.