Cat AI Dev

Verified contract

Active on Base with 11 txns
Deployed by via 0xfc364db6 at 23663016
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cat AI Dev"

0xb89000fed6de9bbe3d2a921edb7a0a0a7839ef76e2cc688df35c6909f2c62575
0x7191eb3b3126abce3b28cbcec6329d208e4f50ac71098fa35d55c1d1f1b6215f
0x991fc7f31c1de7370760414d50e1068374f8061fb9ce560bee5306c235e271ee
0x1cd64a73746cddfd8ee663ca940f2e0c64dcbcd630420b7c4411fc415d99ec67
0x3a284ab940d5190ea53f3008c143c6ca0968aeb02f0312a4ceb7794339b55da1
0x9c603c7da2ee6bf8ef8ba540e1e3658a75b943ad212ed25c15215151dfd67fa7
0xdf426c75c7aec93d71d57470656689459be61517eb09adb7d7e68e2f4db38105
0x13f52317d8d356d9c75a7e64215a5e22b63392a02764190c30beab27cf6eb1fc
0x001c00b41a8892cfa5c0b970b5c5acd2ddf8231bb4bc4e04b85e9d6ba3ac6cc9
0x3f6668f4fb856061a2011bce71edfe40ded1fcbeb1208a1fda8601c0db2f7171

Functions
Getter at block 23751406
decimals(view returns (uint8)
18
name(view returns (string)
Cat AI Dev
symbol(view returns (string)
Cat AI
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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