indaHash Coin
Verified contract
Active on
Ethereum with 84,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COFI | ERC-20 | 500 | $0.000396 |
$0.2 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
IDH | ERC-20 | 149.848965K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
REBL | ERC-20 | 3.5K | -- | -- | |
MTNR | ERC-20 | 3.29K | -- | -- | |
DDD | ERC-20 | 3K | -- | -- | |
CMS | ERC-20 | 2.148K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204654 | 9 days ago | | | 0 | 0.00057302908 | |
| 21194600 | 10 days ago | | | 0 | 0.0015432674 | |
| 21190948 | 11 days ago | | | 0 | 0.00071123096 | |
| 21183435 | 12 days ago | | | 0 | 0.0018074537 | |
| 20959301 | a month ago | | | 0 | 0.00063922988 | |
| 20797012 | 2 months ago | | | 0 | 0.00053491820 | |
| 20727172 | 2 months ago | | | 0 | 0.00011840253 | |
| 20699841 | 3 months ago | | | 0 | 0.00014483886 | |
| 20562532 | 3 months ago | | | 0 | 0.00017985618 | |
| 20561932 | 3 months ago | | | 0 | 0.00021776410 |
ABI
ABI objects
Getter at block 21269688
BONUS_ICO_WEEK_ONE() view returns (uint256)
20
BONUS_ICO_WEEK_TWO() view returns (uint256)
10
BONUS_PRESALE() view returns (uint256)
40
CLAWBACK_PERIOD() view returns (uint256)
7776000
COOLDOWN_PERIOD() view returns (uint256)
172800
DATE_ICO_END() view returns (uint256)
1513782000
DATE_ICO_START() view returns (uint256)
1511967600
DATE_PRESALE_END() view returns (uint256)
1510758000
DATE_PRESALE_START() view returns (uint256)
1510153200
MAX_CONTRIBUTION() view returns (uint256)
300000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
500000000000000000
MIN_FUNDING_GOAL() view returns (uint256)
40000000000000
PRESALE_ETH_CAP() view returns (uint256)
15000000000000000000000
TOKEN_SUPPLY_ICO() view returns (uint256)
320000000000000
TOKEN_SUPPLY_MKT() view returns (uint256)
80000000000000
TOKEN_SUPPLY_TOTAL() view returns (uint256)
400000000000000
adminWallet() view returns (address)
0x00fcc215efcd23e08c6c5dbc8cc5e7361f5b05c7
atNow() view returns (uint256)
1732597127
decimals() view returns (uint8)
6
icoEtherReceived() view returns (uint256)
53137081659123711823023
icoThresholdReached() view returns (bool thresholdReached)
true
isTransferable() view returns (bool transferable)
true
name() view returns (string)
indaHash Coin
newOwner() view returns (address)
0x0aeb979b25b3aba2b36ea33cfce5bca7fd401241
owner() view returns (address)
0x0aeb979b25b3aba2b36ea33cfce5bca7fd401241
symbol() view returns (string)
IDH
tokensClaimedAirdrop() view returns (uint256)
114214877744992
tokensIssuedIco() view returns (uint256)
205785122246705
tokensIssuedMkt() view returns (uint256)
80000000000000
tokensIssuedTotal() view returns (uint256)
399999999991697
tokensPerEth() view returns (uint256)
3200000000
totalSupply() view returns (uint256)
399999999991697
wallet() view returns (address)
0x60edbfa1aa26dc07da5fb44f6f2a06e2c74dad41
Read-only
airdropClaimed(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
computeAirdrop(address _participant) view returns (uint256 airdrop)
icoEtherContributed(address) view returns (uint256)
icoTokensReceived(address) view returns (uint256)
locked(address) view returns (bool)
refundClaimed(address) view returns (bool)
State-modifying
Events acceptOwnership()
adminClaimAirdrop(address _participant)
adminClaimAirdropMultiple(address[] _addresses)
approve(address _spender, uint256 _amount) returns (bool success)
claimAirdrop()
mintMarketing(address _participant, uint256 _tokens)
ownerClawback()
reclaimFunds()
removeLock(address _participant)
removeLockMultiple(address[] _participants)
setAdminWallet(address _wallet)
setWallet(address _wallet)
transfer(address _to, uint256 _amount) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferMultiple(address[] _addresses, uint256[] _amounts)
transferOwnership(address _newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
AdminWalletUpdated(address _newAdminWallet)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LockRemoved(address indexed _participant)
OwnershipTransferProposed(address indexed _from, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
Refund(address indexed _owner, uint256 _amount, uint256 _tokens)
TokensIssued(address indexed _owner, uint256 _tokens, uint256 _balance, uint256 _etherContributed)
TokensMinted(address indexed _owner, uint256 _tokens, uint256 _balance)
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
WalletUpdated(address _newWallet)
constructor()
fallback()
This contract contains no error objects.