CATAI

Verified contract

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

No balances found for "CATAI"

0x7c7976f28bfb4c22ffe4420007baae28c53c6fe5e27256f7f955a55c7e20a42f
0xc249f0bd132aac86eb07f486fc993ebcc066beb38fd74917e3f4451551b816f7
0x7cc9f322abd410521107b6e7c684cc700481f010b467db72433e9ece1768c16d
0xf37d309dc4cfcb16181a759914666228094c1dc25a58daecd41df93de4ce9da3
0x2be1c9ae4b257c5ffdc5a972341a1f4307dd40b05fce6b31aa7e27b9e5fc38c6
0xdb6db17284ee3bb0d5a22c7191ccbfb2d5f41d4edcc53067e33394a40b6ac9ff
0xf7cea282f9862e3bde1428e299f5f7b9afb4aac924500936154ed86c38c035e0
0x3aa910279532e9ea6b9a5fb80cbc720cd9ec8e5cdf1ff2621183dac4458a80c0
0x62ce7351c2f9d13ff059c9d674d0e02fd135679bc702043ab05aff20a636554e
0xcd9e8566e213908c7ec55afa22f7c7f31517cb4d60573a95f6234645215bb10b

Functions
Getter at block 23086308
decimals(view returns (uint8)
18
name(view returns (string)
CATAI
symbol(view returns (string)
CATAI
totalSupply(view returns (uint256)
100000000000000000000000000
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 symboluint256 totalSupply_
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