Big Blue Balls

Verified contract

Active on Base with 1,031 txns
Deployed by via 0x314ed22f at 20170287
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Big Blue Balls"

0x7e1a0df446a582d237a336ae6c9be2a9607ef61dbe9206a153e258e0c0b03e21
0x8989905379b1723202c795a5e493c7fdd60f3989c192df19e3891a0ff2b20626
0x994f4f525fa689ff162308eb8bb0cb84b3b90953115879373746c9c99528917c
0xec9d13eac206a685afe48062f78fa7f092d11e5f42f1d15d320e8197b1d0785d
0x35f6ce832bc9c3efb6f5f280925cbdba00c97cf19d92a92cb61d0751955c3496
0x5f17d2e0480e2e940a8fb89ccef84402e2b77152ee33f6cf791cdf1c7081885c
0x36ccb7a0319dd848b7dc9a5c7e55534f054bcef9c39feee525a3116758ad2042
0x27cc6b4ccc83f53e8410b9c2bbaa476ec1565fd0965088d0263eb48fe4d76109
0x4ae2fb2421679e41d09379f31ad53e302ccdc1422560b24075e5157304396f4d
0xbbea8d874783e9b0defc4f7aa7f715971a0e1102a288d3af8c52112e3b741d21

Functions
Getter at block 21793745
decimals(view returns (uint8)
18
name(view returns (string)
Big Blue Balls
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BLUEBALLS
totalSupply(view returns (uint256)
8000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 mintedTokens_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account