Degentlefolk Prefer Blondes

Verified contract

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

No balances found for "Degentlefolk Prefer Blondes"

0xee4a8b147b9eb8f14bf7257815852bfaae186672d062ea2d143cf73fe4b4ac9b
0xf4218a2ab1506af4ccc7ab144e115dbf86df7c43f5fcf58d5cd159538c517602
0x79272e47b099377ecddf7ba3aead05409fd874a6d930be6f48a0d6db3a4830b9
0xa4d1c0d0f64621fd85aac79ae3ac3fa9f2f5e857ef41f7fc5371af3b2acaa34d
0x7233e14d6edc3b44dd8a1f6ec43afc6f59ab01717204c3140c7f0081d04fb117
0x9ae6714b4494f26b4194f293558940a4bd42f79afdc3b37d1e1c038b81485b2b
0xa23cd1f973507bedac7352fd01acfdf82624a2e074caa97cc017dbb9e658ee2b
0x4d2df3115cb93f5c8bfe897c7e92612bb503f9f27eb58198476c2dd5b4122cd5
0x4943277e2cdef54f8fbaedf402f0d7c9914172d58cfa7f921f79ba11caf33753
0xd62072560cb5cdda98bb6f0f6784a917abcda245fab7a4f20238df65b1b005ef

Functions
Getter at block 22903031
decimals(view returns (uint8)
18
name(view returns (string)
Degentlefolk Prefer Blondes
symbol(view returns (string)
DPB
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