Cengpang Zoao

Verified contract

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

No balances found for "Cengpang Zoao"

0xc969b6d7efc26ebabd57106831cdaa1ef94aa1cc3fd8b95a6a35155b129b2048
0x88f15279f173d73b713a7dfd5374b9966def77318822f6da95784c4c7cc8eebf
0x2b8833b8727ef63d43a2e0e1d2eaf6784c218a282a34e6b2b4b97d3d5f1aa7eb
0x0e40edbc067961047784d7a2b6dbc48037851cc90d754b66c5fbb47a51541278
0xf7dc8e5daf4d0b1c31ef88539ef81c92024296b2376e30c480eef349a61e61eb
0x4bd7fe31ae6a638f7c21e4d6ba9d782ee6e1528bd6ad0993e6fd5fa9689f92f8
0x06b39792f9494d3945fe187ce512edfe7ce457926378e42e1c3d7e5e31df744a

Functions
Getter at block 22919195
decimals(view returns (uint8)
18
name(view returns (string)
Cengpang Zoao
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CZE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account