Kuky Coin
Verified contract
Active on
Ethereum with 3,095 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 |
---|---|---|---|---|---|
KUKY | ERC-20 | 14.6K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15216576 | 2 years ago | | | 0 | 0.0017453480 | |
| 14740509 | 3 years ago | | | 0 | 0.0014629020 | |
| 14734860 | 3 years ago | | | 0 | 0.0028365500 | |
| 13950979 | 3 years ago | | | 0 | 0.0037142638 | |
| 13949664 | 3 years ago | | | 0 | 0.0074503559 | |
| 13577042 | 3 years ago | | | 0 | 0.0097401786 | |
| 13286028 | 3 years ago | | | 0 | 0.0019923332 | |
| 13281702 | 3 years ago | | | 0 | 0.0032731833 | |
| 13249468 | 3 years ago | | | 0 | 0.0028547722 | |
| 13125721 | 3 years ago | | | 0 | 0.0031243407 |
ABI
ABI objects
Getter at block 21204954
decimals() view returns (uint8)
18
isTransferable() view returns (bool)
true
minter() view returns (address)
0xa80e341e0aefa9d235d9aaa045f2134230246b62
mintingFinished() view returns (bool)
false
name() view returns (string)
Kuky Coin
owner() view returns (address)
0xa80e341e0aefa9d235d9aaa045f2134230246b62
symbol() view returns (string)
KUKY
totalSupply() view returns (uint256)
866721476000000000800000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isInBlockFilter(address user) view returns (bool)
isInPassFilter(address user) view returns (bool)
mapAddressBlock(address) view returns (bool)
mapAddressPass(address) view returns (bool)
State-modifying
Events addressToBlock(address[] target, bool status)
addressToPass(address[] target, bool status)
approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _amount)
confirmChangeOwnership()
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setTransferable(bool status)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
LogFilterBlock(address indexed target, bool status)
LogFilterPass(address indexed target, bool status)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.