Zench

Verified contract

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

No balances found for "Zench"

0xa21c8ecfc1569126c0465413a547e055922aaf404c579797fe057cbdd13f4fdc
0xa8e648cc04894203e92ae28c726e22998a1babf03262ac4422b282e55a3176b5
0x09c8fa7d85710cc16ede3d75c119cf58e2a651546b3e74dc88301079dd9eacfc
0x1eb3cd458559282a3961f3c6d051d1042451f9f1ed4ee02f046c1f2b919dffb9
0x108421c7718de4fc481b4e9bd98eb426f2428ad993cda330e2d7bde7bfed2939

Functions
Getter at block 23643978
decimals(view returns (uint8)
18
name(view returns (string)
Zench
symbol(view returns (string)
Zenchain
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