ball

Unverified contract

Proxy

Active on Base with 32 txns
Deployed by via 0x0fa9125d at 23014469
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ball"

0xc924ea18df74e583726c055ee4cda7c76a169a479788c798b737cc4cb553765c
0x8f41ef70801df5a75848699d6666fe5d90fee762d7e474757c9169d5eef1ad6a
0x4c499867be502544c9a98f04c62a85fe066c8ddc81082499a0271fd2fc05e01f
0x5dfb1cc5ac521cf124af9d6d1ab16ebaec847eb95487825be5fade33ff14e62b
0x1490a6cdfd6efd45a04b745b21c0a53443be4e2c96b37dd93a1c8133866fd077
0x8df3ecd632ce6f3dc8da5b9f1f3f0af3b173a86fddf894e9e2c015a30a9e8c88
0x1f73372122a6c02497cc745912ee8cc75befefb62748b157c95fb7ab5b777f1c
0x6329888f2d60ae883443e82be76317c6659c9d363d0e9f85d0ec4aa85f756719
0x7aaa444dfdbe6b1e2513e8cdf5418dbeea54db0e6d44113c58a1539fa2a785c1
0xdc0301f5a89b8a3f451cf1606f0425fa36c6c44368227eb1287631a8f5f55a13

Functions
Getter at block 23147998
decimals(view returns (uint8)
18
name(view returns (string)
ball
symbol(view returns (string)
ball
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(