Baby BRETT

Verified contract

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

No balances found for "Baby BRETT"

0xa9a0b9b3996cdef511cfa769f7be901c30ccc93f4c085c4d1e2e4d095f5e4365
0xfa89480a264e4fceb290e1cc0779509af68f72b791009780d624e35ccb2e100c
0xb707fefee3f070d607baac9886635f1536b7b3dcfb9e04553a3c46856c4f1227

Functions
Getter at block 22769267
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