CehhCoin
Verified contract
Active on
Ethereum with 10,370 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($293.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 217.071533 | $1.002 |
$217.51 | |
BNB | ERC-20 | 0.11 | $628.16 |
$69.1 | |
POLC | ERC-20 | 1.089K | $0.006389 |
$6.96 | |
REV | ERC-20 | 3 | $0.00003 |
$0 | |
TIKTOK | ERC-20 | 200,000,000,000T | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
DAPP | ERC-20 | 306.319151K | -- | -- | |
RZB | ERC-20 | 10K | -- | -- | |
OSCH | ERC-20 | 2.6K | -- | -- | |
CEHH | ERC-20 | 1.699K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110936 | 7 days ago | | | 0 | 0.00016850313 | |
| 21110934 | 7 days ago | | | 0 | 0.00016491412 | |
| 21110932 | 7 days ago | | | 0 | 0.00016966074 | |
| 21110930 | 7 days ago | | | 0 | 0.00016023423 | |
| 21110929 | 7 days ago | | | 0 | 0.00015990422 | |
| 21110925 | 7 days ago | | | 0 | 0.00011808640 | |
| 21069886 | 13 days ago | | | 0 | 0.00016991712 | |
| 21014879 | 20 days ago | | | 0 | 0.00036895950 | |
| 20839294 | a month ago | | | 0 | 0.00035370927 | |
| 20734870 | 2 months ago | | | 0 | 0.00013616671 |
ABI
ABI objects
Getter at block 21160516
checkReward() view returns (uint256)
153
decimals() view returns (uint8)
0
miningFinished() view returns (bool)
false
name() view returns (string)
CehhCoin
owner() view returns (address)
0xf7dc813b5c746f777dd29c94b7558ade7577064e
symbol() view returns (string)
CEHH
totalSupply() view returns (uint256)
694757
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claim()
claimAndTransfer(address _owner)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mine(address indexed to, uint256 amount)
MiningFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.