KickCoin
Verified contract
Active on
Ethereum with 11,186 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 |
---|---|---|---|---|---|
KICK | ERC-20 | 992.705688K | -- | -- | |
KICK | ERC-20 | 79.85976K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 3 months ago | | | 0 | 0.000060000000 | |
| 20453058 | 3 months ago | | | 0 | 0.00022365600 | |
| 14242369 | 3 years ago | | | 0 | 0.0010278741 | |
| 13601996 | 3 years ago | | | 0 | 0.020459115 | |
| 13601764 | 3 years ago | | | 0 | 0.028627968 | |
| 13251225 | 3 years ago | | | 0 | 0.018907859 | |
| 12872726 | 3 years ago | | | 0 | 0.0028459200 | |
| 12872608 | 3 years ago | | | 0 | 0.0029864800 | |
| 12871245 | 3 years ago | | | 0 | 0.0025313926 | |
| 12856876 | 3 years ago | | | 0 | 0.0036588243 |
ABI
ABI objects
Getter at block 21160787
countAddresses() view returns (uint256 length)
10268
decimals() view returns (uint8)
8
name() view returns (string)
KickCoin
owner() view returns (address)
0x3aa5fa4fbf18d19548680a5f2bba061b18fed26b
standard() view returns (string)
Token 0.1
symbol() view returns (string)
KC
totalSupply() view returns (uint256 totalSupply)
26240020068681729
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.