CIPHER

Verified contract

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

No balances found for "CIPHER"

0x6135ea9e80f5c5820bb3a6e4126b315a84811439ed6f976e53ff03ea1d90c3ef
0x5940e2975bbcf97d02d973645c1bfed434dfe23bd19dbbdb39291f9b609d1ee2
0x5f0447d91a6ac4ce93eb50c6e7a4355f215ac8635659c4e41ac2640f5ab63f75
0xb62cdec036f8968aa60166993be766864a979373caa5f6828a5cb488f9330fe2
0xe6e12365dee402e83b4734737aa03875e5af07b9606d6831ee49bd1c58391236
0xd831dc168d652db3789dddbc211550a284fadd94ac3400e8c18b44bd4e7f8bd2
0xfb3d22184c6235bbb3455c0cba83eb4a2c6c546612784591ead08825e0c48b5f
0x522c9802b54bc0a4a6f8bae51da74949fc741b93b7cdcf67871daceea29ce141
0xfa13d0857deeb52163ae0c110912335ffb33b1d64ef0f11c652a919a6c993082
0x6db5829a374230acad171b1746a2a5f6bcff7897a27192816f8f90648c6e4ff6

Functions
Getter at block 23666764
decimals(view returns (uint8)
18
name(view returns (string)
CIPHER
symbol(view returns (string)
cipher
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