kitty is looking

Verified contract

Active on Ethereum with 5 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "kitty is looking"

0x451bfc2dd8ba1f8c9c96bc2585e2f39a6c431bcba1f52e69de7fc59ebce3b087
0xaa41ef62e51f221f8ca19a706f4881c619632d8b2b1ed3ad9b92029cea6a7998
0xe01a657a0a1cde2bdb5b735bbe54eeb207ed05ded410447bfb6dcda09aec9e5e
0x3b0f7928137c95f69b52c55903501ed68ddce8ba33b434db68e2009746b248c9
0x26c82f1ff33ea9ca2a5fee3a18d6ef4d2ff3268044eae1ac3e70415a6dfec828

Functions
Getter at block 21245033
decimals(view returns (uint8)
18
name(view returns (string)
kitty is looking
symbol(view returns (string)
KITIL
totalSupply(view returns (uint256)
1000000000000000000000000
vistaOnly(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring tickeruint256 supplybool vistaOnly
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender