KickCoin
Verified contract
Active on
Ethereum with 177,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLP | ERC-20 | 5.838819K | $0.008466 |
$49.43 | |
AMM | ERC-20 | 174.270082 | $0.00268 |
$0.47 | |
IXT | ERC-20 | 2 | $0.001421 |
$0 | |
0x16c4…8e2e | ERC-20 | 725,000,000T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
KICK | ERC-20 | 7.952467M | -- | -- | |
KICK | ERC-20 | 585.262565K | -- | -- | |
ARCT | ERC-20 | 79.997733K | -- | -- | |
KICK | ERC-20 | 76.01309K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009734 | a month ago | | | 0 | 0.0013717023 | |
| 20453430 | 4 months ago | | | 0 | 0.00030000000 | |
| 20024024 | 6 months ago | | | 0 | 0.00088630183 | |
| 19892424 | 6 months ago | | | 0 | 0.000082926879 | |
| 19600903 | 8 months ago | | | 0 | 0.0024000000 | |
| 19454382 | 8 months ago | | | 0 | 0.0048000000 | |
| 19454307 | 8 months ago | | | 0 | 0.0043500000 | |
| 19217699 | 9 months ago | | | 0 | 0.00044643195 | |
| 18897131 | a year ago | | | 0 | 0.0034000000 | |
| 18763089 | a year ago | | | 0.030856906 | 0.00050400000 |
ABI
ABI objects
Getter at block 21244917
allowManuallyBurnTokens() view returns (bool)
true
countAddresses() view returns (uint256 length)
40621
decimals() view returns (uint8)
8
name() view returns (string)
KickCoin
owner() view returns (address)
0x97d0f750a522445308ad43fd96a78f475d0439f1
standard() view returns (string)
Token 0.1
symbol() view returns (string)
KICK
totalSupply() view returns (uint256 totalSupply)
169079116550187152
transfersEnabled() view returns (bool)
false
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)
burn(uint256 _value) returns (bool success)
calculateDividends(uint256 limit)
changeOwner(address newOwner)
destroy(address _from, uint256 _amount)
disableManuallyBurnTokens(bool _disable)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
mintToken(address target, uint256 mintedAmount, uint256 agingTime)
receiveDividends()
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)
Burn(address indexed from, 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.