BYE BYE JOE BODEN

Verified contract

Active on Base with 9 txns
Deployed by via 0x0b524ffa at 17877344
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"

0x40923fb7b1d33ae5df24ea2ea5f49bb04a78a136417a370887cf31f9d4999108
0x8bd71904207e3076e4cab0bc17f95d531b5a0ef6a44ae01b4e2c6384436fd192
0xda8482f65517d6445392992a05b36b8c0de42faeccbb447e790a68ed12a41337
0xded9f8f9fa001c7c239adc3a4cadd2d39006a7b6fa51437d28266a45dac3786c
0x0750ede62b1eb0361939666dabf1ee73d41f4a2de554f11c767adc018c5c7d54
0xb0c7f12f64842dd37c51399d3936e6dab17e744af1f3a23174bd91b2ab1e7a83
0xd4ce208bc5a748c43bc25a6cf31f414e1bb9eb1adfe88c92925c03923fa082df
0xa9840eacae24627338871ddcf0ce2015109340b4a374e769cf90853ff61107b1
0x0855c0ae1b55eda0c90d0eb740d853071772f0a4394746900cd09dc59f17e887

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