Bug with blonde hair and blue eyes

Verified contract

Active on Base with 122 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bug with blonde hair and blue eyes"

0x0aa73f8e0c252e3feb1c061598141b8ed0983832acdef1f72e87b705302c9b6f
0xb9bcdd6236ca07423dd90d9c12ac5e75eea6c04f49dc6277bd2375f75123e43c
0xe47574b69d910341ced1c784d07600d4a1a3ce17e219599af5552514a2461f4f
0x88c5f2a424cb30a673efeadeb06092e1f09689329cfdb92ebf93c3d24af0f130
0xc721ffd23ba9d8aac47595c2c2f1bf5e68c7f95584317feb1f160264ea46e291
0xe944483b1179131d0af4af392a9da5e36a384b8f21115301b3fa333838e7a9d6
0x85de499f57789359b18fd045c8c72828aa8941f4c86d98a1776d192c1ba24f6f
0x1043d6a0c858ceb6d28bb5633ab722a92df1fd321c6e9840aca80bbf1a5a4f91
0xf70538a248a432aeec6187c047902699f8c95747793a7ae3a44857d9fe91cb52
0x51405fc5c16236139c97065439e1a3b85354abdf2d253166fc68287414104af4

Functions
Getter at block 23073426
decimals(view returns (uint8)
18
name(view returns (string)
Bug with blonde hair and blue eyes
symbol(view returns (string)
BBB
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