CZ

Verified contract

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

No balances found for "CZ"

0x35e43858a3b605ad9b72f8c9f067cb8e65de1b001832da27203157ff674976e1
0x91003269413413b51c5c31997d746f794459f6a8e47499bd67a64da2745cff1d
0x21fc57658b71da940f5b4c3b842bee2e6ee8a705ce3aa3e4b80193a1f28c7dfd
0xd8e3b0510ff624d318ccd3814c3e46c68a6dce5cb77ac64b8085a9aabd194d75
0x519466795bf0e59cae0411373be551684f0e7b2ce090f7cfce472c321e8d6645
0x4a5065d1bb7acfdd9892061d8fa7b8dddf23b64adc9d637d3e65029ad48644a1
0x13efdc6fe265990d670cf9ad9226d326a0b92acbebf930c766f5ffbc0ec76ddd
0xa9c4a95a052246436bf1e0ce1bcca5676907bcfcfb8315509915f5e0130445df
0x150b0d4e67e059dce593918c4609e0fa8194963246e8a2feeccd02c76471d98b
0xad2c28a709cb82e8ade8f489994a7f2fbe5af7592ae6cbe43430960a915d01ba

Functions
Getter at block 21808503
decimals(view returns (uint8)
18
name(view returns (string)
CZ
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CZ
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account