chaton

Verified contract

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

No balances found for "chaton"

0x4a483a7fc8a4032994c74f49e02433c4247ca4b13208262097c1d48b4d63eb1a
0x3046cb004e95cfbb96bc35e1b283b56f81ddefc599ca1cfc5c0215919218161e
0xa6948e5d5eb1fa6b520cfeb42181c96378058dd08347ff44c2f87f92675c96ec
0x0395d5ccb62c7e139b7a59a49a62bf122446d2c3fbea950df517d845b2da0b10
0xdb759c36332cf35bf2be8839d8e36986dc1d2e3a194719dee318c0bb9f9c1be7
0x7c695407855038ec70054461ff2ce622cb338dd005168c85caa1e4674ec097a4
0x62d56a05590da7bcfe252c532e400a019a658aba1998d9286867a8589a034cda
0x8c62aba9f50293478964c0c074a128fc6509434581b90fb17c5b0b8a624fb45e
0xb707d39f39f40601bcff3831a946acfd274cc0f8ed6ee5cdbf57812458e787f0
0xcbc65fdc75ec28d451c81acec5a72db7eb71b01fd9e9a4a20ba476c96c043c1c

Functions
Getter at block 22813909
decimals(view returns (uint8)
18
name(view returns (string)
chaton
symbol(view returns (string)
canton
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