Justice for Zeta

Verified contract

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

No balances found for "Justice for Zeta"

0x3dc9388ddee2eb5de2202853081abb04f8c1f7b2b4119cee3614312ac783f949
0x3ae1860ad242ea18ab6a0076aaec2edcbe64437396c660a449e96d13578250ee
0xb801e91b6bd97ccd9b43a51f59deec7b534f5afa5858fcd1537188c4cd477c40
0xe8f25282b5a8719bef5ae2e8b18e8ba64bf2b933aba8de323e1bee947fc09916
0x5137eb793cc885fef0b8613062665faef98117de0bd0ce7831c479d6c412303d
0xf6dc73b8166bf8a6d027d81e9e6d4a5d53c030e9ec6fb45c19591687f82b0737
0x65c55c5f6aa0923c32d94bf65ab152761b821256f43ace1a4a0b441956147eeb
0xe0c3995a63f4c3bcfb6d42dfc22e7fc0f3d18e02d0657077bfbd251fb133bed3
0xcbe6f267ef51c12d1b3c638f9dfe32183b7abf186578f8848a53d15841e7ef48
0x14f0c4d6aa539a71b722c770befaeba08af9479522aa2d38e6d6fc86258da686

Functions
Getter at block 23835635
decimals(view returns (uint8)
18
name(view returns (string)
Justice for Zeta
symbol(view returns (string)
ZETA
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