Coinchase Token
Verified contract
Active on
Ethereum with 19,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCH | ERC-20 | 6K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
FLETA | ERC-20 | 30 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839327 | a year ago | | | 0 | 0.00074033406 | |
| 18809338 | a year ago | | | 0 | 0.0017280437 | |
| 18631084 | a year ago | | | 0 | 0.0024165325 | |
| 18575171 | a year ago | | | 0 | 0.0012969252 | |
| 18356062 | a year ago | | | 0 | 0.00038165340 | |
| 16661806 | 2 years ago | | | 0 | 0.00098108002 | |
| 16547774 | 2 years ago | | | 0 | 0.00080853463 | |
| 16447265 | 2 years ago | | | 0 | 0.00062427968 | |
| 16280281 | 2 years ago | | | 0 | 0.00070700330 | |
| 15432267 | 2 years ago | | | 0 | 0.00027313014 |
ABI
ABI objects
Getter at block 21159377
decimals() view returns (uint8)
6
name() view returns (string)
Coinchase Token
symbol() view returns (string)
CCH
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address agent) view returns (uint256)
balanceOf(address addr) view returns (uint256 balance)
State-modifying
Events approve(address agent, uint256 value) returns (bool)
decreaseApproval(address agent, uint256 value) returns (bool)
increaseApproval(address agent, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed agent, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.