CryptoHarborExchange
Verified contract
Active on
Ethereum with 19,984 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 |
---|---|---|---|---|---|
CRYPHER | ERC-20 | 20K | -- | -- | |
VSS | ERC-20 | 800 | -- | -- | |
ERC20 | ERC-20 | 1.98 | -- | -- | |
BRAT | ERC-20 | 1.000008 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18302709 | a year ago | | | 0 | 0.00048797581 | |
| 17127498 | 2 years ago | | | 0 | 0.0021670856 | |
| 16431062 | 2 years ago | | | 0 | 0.0010455871 | |
| 15889791 | 2 years ago | | | 0 | 0.00092404986 | |
| 14095522 | 3 years ago | | | 0 | 0.0092373000 | |
| 13829855 | 3 years ago | | | 0 | 0.0027358702 | |
| 13745399 | 3 years ago | | | 0 | 0.0044379838 | |
| 13664378 | 3 years ago | | | 0 | 0.0074457666 | |
| 13542252 | 3 years ago | | | 0 | 0.0079771063 | |
| 13511040 | 3 years ago | | | 0 | 0.0083211211 |
ABI
ABI objects
Getter at block 21161320
AAcontributors() view returns (string)
CryptoHarborExchange Author
Angel() view returns (address)
0x0fc77220fd0b32052bb405109c9fff678a2eed53
Development() view returns (address)
0x6f40e9d6d10e0b5c29327b7134dd54bb42dd55de
Loading() view returns (address)
0x8f9d96b9ddb9b6bdcc5bccb6c2c2704c9be58771
Lockup() view returns (address)
0x4828716d7845baaa94420ccedd0ba2cc08e3d663
Management() view returns (address)
0xd3931315dd5aaee4a64ff9b4bf7a57edb5249ba9
Public() view returns (address)
0x82a87119dd74c9459e4316ac928f544631102b8b
decimals() view returns (uint8 _decimals)
8
distributeAmount() view returns (uint256)
0
mintingFinished() view returns (bool)
false
name() view returns (string _name)
CryptoHarborExchange
owner() view returns (address)
0xfb668006e725bf35b961910f4c66bef949c17d6b
symbol() view returns (string _symbol)
CHE
totalSupply() view returns (uint256 _totalSupply)
5000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
autoDistribute() payable
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
setDistributeAmount(uint256 _unitAmount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address indexed target, bool frozen)
LockedFunds(address indexed target, uint256 locked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
fallback()
This contract contains no error objects.