Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CryptoKitty"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19331269 | 3 months ago | | | 0 | 3.5321530e-7 | |
| 19331212 | 3 months ago | | | 0 | 3.1639660e-7 | |
| 19331198 | 3 months ago | | | 0 | 3.1451799e-7 | |
| 19331044 | 3 months ago | | | 0 | 0.000000300635444004 | |
| 19330957 | 3 months ago | | | 0 | 0.000000305926079256 | |
| 19330910 | 3 months ago | | | 0 | 0.000000309923657568 | |
| 19330873 | 3 months ago | | | 0 | 3.1194896e-7 | |
| 19330847 | 3 months ago | | | 0 | 3.1518307e-7 | |
| 19330454 | 3 months ago | | | 0 | 3.4475726e-7 | |
| 19330374 | 3 months ago | | | 0 | 3.5117482e-7 |
ABI
ABI objects
Getter at block 23312138
_ots() view returns (bytes32)
0x96d58f2276b564aa4e13d65e4d918f28e597d58b03714145584d7b22dd28391f
_totalSupply() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CryptoKitty
symbol() view returns (string)
CKT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tname, string tsymbol, bytes32 ots)
This contract contains no fallback and receive objects.
This contract contains no error objects.