Baby BRETT

Verified contract

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

No balances found for "Baby BRETT"

0xfb6e68547afe6b8112bae698815f9856f072f8b15a6fff8acbb58f05d6724498
0x14d99f6e6a05682962b0a5a6db506e3d6b9caba2c02f70e020c74e54ccc76c1a
0xc417cb3552d89e90e893c278a1d826be6e77ef388c86e1bd22ac9482f5037d0d

Functions
Getter at block 23956746
decimals(view returns (uint8)
18
name(view returns (string)
Baby BRETT
symbol(view returns (string)
BBRETT
totalSupply(view returns (uint256)
1000000000000000000000000
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(
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