KittyInu
Verified contract
Active on
Ethereum with 4,920 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($764.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 760 | $1.001 |
$760.76 | |
kitty | ERC-20 | 3.568138M | $0.000001 |
$3.3 | |
kitty | ERC-20 | 103.904903M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293943 | 2 hours ago | | | 0 | 0.00098985278 | |
| 21287781 | a day ago | | | 0 | 0.00071197999 | |
| 21277571 | 2 days ago | | | 0 | 0.00036949551 | |
| 21277109 | 2 days ago | | | 0 | 0.00033386168 | |
| 21260778 | 5 days ago | | | 0 | 0.00050888026 | |
| 21260776 | 5 days ago | | | 0 | 0.00024821053 | |
| 21260769 | 5 days ago | | | 0 | 0.00050457133 | |
| 21260638 | 5 days ago | | | 0 | 0.00038142687 | |
| 21258340 | 5 days ago | | | 0 | 0.00049147012 | |
| 21254897 | 6 days ago | | | 0 | 0.00052608828 |
ABI
ABI objects
Getter at block 21294461
DOMAIN_SEPARATOR() view returns (bytes32)
0x52cd52fb8cc0b60891fd00dd6296bc3e180e897c3b9dc4178e8f1295a6e917e7
NAME() view returns (string)
Kitty Inu
SYMBOL() view returns (string)
kitty
decimals() view returns (uint8)
18
name() view returns (string)
Kitty Inu
owner() view returns (address)
0xae822e37f4bb4cfa2dba93ca079bdf135e5c8b37
paused() view returns (bool)
false
symbol() view returns (string)
kitty
tSupply() view returns (uint256)
731738978480
totalSupply() view returns (uint256)
731738978480000000000000000000
transferProtection() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isBlocked(address account) view returns (bool)
nonces(address owner) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setBlockedAddresses(address account, bool blocked)
setProtectionSettingsTransfer(bool transferProtect)
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
blockedAddress()