Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pik Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10264505 | 4 years ago | | | 0 | 0.00099169400 | |
| 9694323 | 5 years ago | | | 0.01 | 0.00017577600 | |
| 9694310 | 5 years ago | | | 0.01 | 0.00016800000 | |
| 9199880 | 5 years ago | | | 0 | 0.000038271000 | |
| 9171619 | 5 years ago | | | 0 | 0.000065916000 | |
| 9063991 | 5 years ago | | | 0 | 0.000037327000 | |
| 8938382 | 5 years ago | | | 0 | 0.00078789900 | |
| 8835239 | 5 years ago | | | 0 | 0.000037327000 | |
| 8739617 | 5 years ago | | | 0 | 0.00057630100 | |
| 8558289 | 5 years ago | | | 0 | 0.0012834114 |
ABI
ABI objects
Getter at block 21165174
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
icoStarted() view returns (bool)
true
name() view returns (string)
Pik Token
requestMinimum() view returns (uint256)
10000000000000000
symbol() view returns (string)
PIK
tokensForSale() view returns (uint256)
1200000000000000000
tokensPerEth() view returns (uint256)
2000000000000000
totalDistributed() view returns (uint256)
868092990500000000
totalSupply() view returns (uint256)
1049999990500000000
totalTokenSold() view returns (uint256)
105934000000000000
totalWeiReceived() view returns (uint256)
52967000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
freezeAccount(address target, bool freeze)
getTokens() payable
startICO() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferTokenTo(address _participant, uint256 _amount)
transferTokenToMultiple(address[] _addresses, uint256 _amount)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw(uint256 _wdamount)
withdrawAll()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
FrozenFunds(address target, bool frozen)
ICOStarted()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.