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 "KickCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15291886 | 2 years ago | | | 0 | 0.00015375000 | |
| 12612302 | 3 years ago | | | 0 | 0.0022360803 | |
| 12312001 | 4 years ago | | | 0 | 0.011383680 | |
| 12248017 | 4 years ago | | | 0 | 0.017889696 | |
| 11715772 | 4 years ago | | | 0 | 0.0029592000 | |
| 11130516 | 4 years ago | | | 0 | 0.0037937143 | |
| 10888103 | 4 years ago | | | 0 | 0.036112190 | |
| 10680992 | 4 years ago | | | 0 | 0.0036000001 | |
| 10116161 | 5 years ago | | | 0 | 0.0022200000 | |
| 10081129 | 5 years ago | | | 0 | 0.0016200000 |
ABI
ABI objects
Getter at block 21288549
countAddresses() view returns (uint256 length)
2631
decimals() view returns (uint8)
8
name() view returns (string)
KickCoin
owner() view returns (address)
0x5031129a4a1c0eaa0b98f989f9f3087c9a236451
standard() view returns (string)
Token 0.1
symbol() view returns (string)
KC
totalSupply() view returns (uint256 totalSupply)
89192467271749324
transfersEnabled() view returns (bool)
true
Read-only
accountBalance(address _address) view returns (uint256 balance)
addressByIndex(uint256) view returns (address)
agingBalanceOf(address, uint256) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addAgingTime(uint256 time)
addAgingTimesForPool(address poolAddress, uint256 agingTime)
allAgingTimesAdded()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
calculateDividends(uint256 limit)
changeOwner(address newOwner)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
mintToken(address target, uint256 mintedAmount, uint256 agingTime)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AgingTransfer(address indexed from, address indexed to, uint256 value, uint256 agingTime)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
NewSmartToken(address _token)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.