This contract is being backfilled. You may encounter incomplete storage history.

comes, goes but vibe is ♾️

Verified contract

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

No balances found for "comes, goes but vibe is ♾️"

0x183d11e4fe80b1700839bc62bf23e16f54ff5de9fa85ebd7f3d2e7f8dbc7ebc1
0x48ff0bb20e977639828f9562a05d83dd9f6d27b8b3ab98b9bc7bdde540a2ba44
0x124093b860c1975e6b4006ecedf487df037227fb64647cb9eb179b622940a601
0xb7ca2eae9129b9850e0d128ab70721384cf1d1a73ff7f27af40fbe04005f16c0
0x15bc845cfb2951c9004d989d1b9394651c28ca76a2c51ef582a0252f3858498a
0x43380cad128c69497f3b38e1ace8095ddcd348be7c8aa1d36ab21237d5f1cb06
0xece7185a32ba1eef2f2cf606cc79cff1d95ad82e57c3dafd8e5faf246ac2d486
0x50a03243d018dc2ee24e90a7a009389ba8a9f43e3890b31c894fa8880b09ab0b
0x47fd9a151ef5701e95fa779b28d96796850065889f8281b700f79e2b51b9651c
0xbcee3a23316d27e1c4724dfcf07257799c07fc7e3a181c4484beff043342bb35

Functions
Getter at block 23756485
decimals(view returns (uint8)
18
name(view returns (string)
comes, goes but vibe is ♾️
symbol(view returns (string)
Comes
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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