4 Based Bitches

Verified contract

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

No balances found for "4 Based Bitches"

0xa4f2c57b1c1d84881893780cb0423e851b356869306bf6bbfe8128e86c542449
0x5b0922739f159f6c2b36e7da654c5b9386947356d2add75ff4fcde09ed0a1ffb
0x92b3643f6e5986d916b9db9255aa5fb969ab14b98198c174d15f7056d4a63ae1
0x0c635dfc2b542668bea7adfde06a87579c534fbcf1345299527078ff1dee028e
0xce20b2ac8fdb3efe71b0df2749d5cd3e9c8e1881b874769e309c2e967cced31a
0xd9f209d4f45ed8ef208dbff874ff8aefcde53d1f1c7d3ecd3ce4aa9669c19d58
0x547c9e298b3c2147460effff3261c4e6fc6ec39e52e85a006a4f8a2c77add09a
0x97f0a3d0d19fabf34cba3ca16ed77cffb8870f08c701beb7e57f20f75fa30643
0xdc4e54e061e80c675cd6b6c66b42c17261dfbd187eeb73f910f71030714c603e
0x56a58c6043044052d021a1fb17932edcf69cac4ce095ecc54705fe4ef10bba34

Functions
Getter at block 23167234
decimals(view returns (uint8)
18
name(view returns (string)
4 Based Bitches
symbol(view returns (string)
4BB
totalSupply(view returns (uint256)
4000000000000000000
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(
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