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

BYE BYE JOE BODEN

Verified contract

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

No balances found for "BYE BYE JOE BODEN"

0x16c5027f5660e668a97edeaa7d2cb4f8f0513c5b45c0412776530e07dc3da2ec
0xe29f3aeac29e0edf7907943e82191454c20c5bf40d56bc0d778cc8e8656faf78
0x5d690881719399bb56d71bb273ee98bd59bd4689f59f4fb720d53644c9fb0264
0x43acc474657ffb7c7b5718c1e2d585778bb5b29caa611fb107b3dad0f6b8354e
0xf5c135180c721b0447cdce0fd97b1d699ed5e9cf999863eec854359b8caaaa22
0xe61aa87795452d59d93624b4184d5af3e9461ea756dc6868718a9b0cf17909cd

Functions
Getter at block 23903383
decimals(view returns (uint8)
18
name(view returns (string)
BYE BYE JOE BODEN
symbol(view returns (string)
BYEDEN
totalSupply(view returns (uint256)
580000000000000000000000000000
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 initialSupply
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