BOBO

Verified contract

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

No balances found for "BOBO"

0xcef5829b0dcffeaf5deaf2293c112ae65b315ce6e8f1eb7f9a1ec06394cccd31
0x6feafce9d628cd93eb11c06a3702eac79ea361e9bf89a29ddf2f308a67bb61e9
0x5d2a170f8b4a937b078a439023a06f76185e345f3fb1f9f4ea0275a4642271b2
0x1193394451b9b7db9aecbc5c34f0bf1efd1890e799d253beebe09be5b2e1100f

Functions
Getter at block 23251349
decimals(view returns (uint8)
18
name(view returns (string)
BOBO
owner(view returns (address)
0xe6b89c336c6c904014f693fdd9814a4aedb0c816
symbol(view returns (string)
BOBO
totalSupply(view returns (uint256)
69000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account