Baldy Pollak

Verified contract

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

No balances found for "Baldy Pollak"

0x0ee1475adc5babf5560d5590adee8d957650350d8f3f17a167791201480d94d4
0x82649ef5daabe3169f84b6a1fd8ecb3286a4deb50bc8874362754db55e44fdab
0x24970d6a743fd5d59a17dfc0338bbff0fcf80aeeb500819e0637e36e2cc9f86f
0xdf2a8ae6c2715ae93274e8340861a02fd74ba2856c34333dc1e14b12f61aec79
0x6eccf367c4c0bd5619e8e3335e1c7f0baa8a6322d2f5a941b0a8996580eebd80
0x57bf980f22a00247592feba7fed9b20006406816b5a44129d2b010ee6b1a6032
0x1e204489c6e0fc787df88cfa208126d0cdd3278528b0d58e528b751ae911e3f5
0x26b488029da5fc18025344a840a98974cd0f7db713f1189ee7428bdafdd99cc5
0x193decd53f24bfbf833149879f9f3e4c3bf47a76a42a5b30324454c45a0922c7
0xfe8e2002eb6b0fa524b0d6bb1c3f590a0a9870064a3d12aab1dd83720cf47b5e

Functions
Getter at block 23728539
decimals(view returns (uint8)
18
name(view returns (string)
Baldy Pollak
symbol(view returns (string)
BALDY
totalSupply(view returns (uint256)
1000000000000000000000000000
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