BALD BUCKS

Verified contract

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

No balances found for "BALD BUCKS"

0x904c894199c1e3758a5d8972e1968c0dec93060692636e4f6a4500b3f04ea3e1
0xae12462b9278fdf278f52e4dcfb9426a8790955f3b9a3b04a37190ffecad43c6
0xcbb26fee6c442bee3c44d54d7a4c6ee7e75ded03da7d9f4df0da0a1423e0852c

Functions
Getter at block 23090538
decimals(view returns (uint8)
18
name(view returns (string)
BALD BUCKS
symbol(view returns (string)
BBUCKS
totalSupply(view returns (uint256)
690000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
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(
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