BLUBI

Verified contract

Active on Base with 2,839 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
--
0xc6139fa6dedc430680025dc5d117a005a5001eb0db6e0eb2d9c7274825810e55
0xedcf13ea1a5ab74e9d9b437ce42ae60c4a59d5e520b1340dc315eac591a4f029
0xccab2c988286652b0e871f0ce47dbc2d56239e194da27be23e4b263e4193378f
0xc55a0c2e8b062f5fe35d66380d94a69ab8a15753364952b58a2e6167d759d879
0x5f6ce2214578508527f8b20c6b27cee79129a74b1933ca85eaf432729271edcd
0x04df6e4530f8a43e008c8412ec406fc672256792e45b802415c27e3364fbdb93
0x8869c63ea9a1f3ff0b2807366e77b9d2136ba0f78e88ed37c4c9ab7a370f6dfd
0x90fe15901a4bc7bfaddb1a4b670a0bb4ee5e2154501825969cfac070480e7e1e
0xfdffcfe198fdbcaaf8602ca3ddf8ca40cc25f3c3cb6c424c7dc62ee0af8d5e7e
0x03960641a91a437edf8b38f15df844d1a7d203d78f3e5be5a5bc839eaade2e0f

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