Kitten Coin
Verified contract
Active on
Ethereum with 2,927 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 |
---|---|---|---|---|---|
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19643261 | 7 months ago | | | 0 | 0.00078912300 | |
| 17977766 | a year ago | | | 0 | 0.00070196512 | |
| 16862183 | 2 years ago | | | 0 | 0.00077249586 | |
| 15481125 | 2 years ago | | | 0 | 0.00032038570 | |
| 15481114 | 2 years ago | | | 0 | 0.00066919318 | |
| 14363264 | 3 years ago | | | 0 | 0.00070686000 | |
| 12891263 | 3 years ago | | | 0 | 0.00078463500 | |
| 12891110 | 3 years ago | | | 0 | 0.0013925700 | |
| 12891110 | 3 years ago | | | 0 | 0.00069628500 | |
| 12799408 | 3 years ago | | | 0 | 0.00032308500 |
ABI
ABI objects
Getter at block 21267807
decimals() pure returns (uint8)
8
kittenTalk() pure returns (string)
Meow
kittensIssued() pure returns (uint256)
8538869800000000
name() pure returns (string)
Kitten Coin
owner() pure returns (address)
0x7223e76b2871a3c41202472fb2cec92ad76ee767
symbol() pure returns (string)
KITTEN
totalSupply() pure returns (uint256)
40000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
dropCoins(address[] dests, uint256 kittens)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
talkToWorld(string talk_)
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)
KittenTalked(string newWord)
KittensDroped(uint256 count, uint256 kit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.