BLUBI

Verified contract

Active on Base with 2,861 txns
Deployed by via 0x697aeda8 at 12220926
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xf4a01a1a47f28a52656faaf35de7aee5019d1be3d53f4ad1fc2cdd2edac9bd08
0xac72b0a0f4011d76e68697ade9c086ff2667d6948321458386185460e6038f88
0x3eea5d25fbdd4656a79d14325dbcc797b527dc467b8a592d812c8c45ca604f82
0xeac452564e2efd2f655b4ad921f3ade1e733a8de1a7e6ed6f6b2d7875f0c7aad
0x4e3eb812158a9f6d19557aa53c7936e4a242c1d6abec3bb41f1acdaf45c2fc6b
0x116611cf9123c0eaf31854b5bb1caa3c63dd3a503b1f8ca09c3b5e0076e74c78
0x994be354b4885e320cd781c280d010bb43265652f627d06e22360b128829e08d
0xce217e7eb8faf520dfb9692652469c58b336e21ef0cd4fafa0f5e2a6d8ad962e
0x89ecf0932c8caf377254f95c03d6a4479eae26cc929ae8a968895b0b95643a58
0x3472322499c487b1449c862aee20487766c8971466047a40f9bf211611f49dc9

Functions
Getter at block 22764404
decimals(view returns (uint8)
18
name(view returns (string)
BLUBI
symbol(view returns (string)
BLUBI
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 namestring symboluint256 totalSupply_
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