Big Blue Balls

Verified contract

Active on Base with 36 txns
Deployed by via 0xe37f9dc8 at 20168139
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"

0x1ad992be6c60dd2a7c00bfe60fbd99bb6a2958718b538782dc27f166826b1932
0xe71c473e268e47b8baa6b02b2918327e1b0bdeb0e5adbdf2630c2890ca975765
0xb0b2d97c4d589c14805d3b30693410ea8198e2324f248f3eac360fd2dcbf9388
0xf49947459fe4e9fb527d75bed2f046fd67ff930c711f79fe57d766a9664ff5f4
0x30250c2e3725cb23e9066feec507b12b1110d63b98328418be52fb18aa12d25f
0xe56480cc8e499019084c111ad09fd24e9f9b70ca2a46af99b82cf6c84882c848
0xe73875fc2f9936efc56ca9f58a5da3047902b2cce6fa53d1facc77e623b34b00
0x42c3ebe4cd9471ec56d144fa51d0ba720fbd2e7efba48851b2971fbd97d30aa4
0x839e38687b416fe782b656f034c290d5401eb567c1296063de98df75a4c6d004
0xb95d877b12df0eb0429bec1b124a8e830e769a7692d37278d62ad23f1be1b77a

Functions
Getter at block 22127740
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(
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