This contract is being backfilled. You may encounter incomplete storage history.

Super Anon

Verified contract

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

No balances found for "Super Anon"

0x1c4263d589f471b64b3494c427329065ae3808005b514c2a1af64a61d8c17514
0x14c5685814b07dd44c422b06504f619cd6909eb18e3f7f6ba422daab0aaf06d0
0xd5a0c7fb88ff3a3476af3e524df1f958510b670e910586f68e07393726d65d5f
0xa78187f6e3e9b42fed8bed2e80254280b07fbbfcfc64f0b91cf53b11e10914e3
0xe66c03a30caa6caf9f4a427a0e939168b47328db9cf564b9687e3c5de1b8668b

Functions
Getter at block 22763613
decimals(view returns (uint8)
18
name(view returns (string)
Super Anon
symbol(view returns (string)
ANON
totalSupply(view returns (uint256)
5700000000000000000000000000
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 namestring symboluint256 initialSupply
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