Bad Bad Ant

Unverified contract

Proxy

Active on Base with 85 txns
Deployed by via 0x68b68884 at 22975731
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Bad Bad Ant"

0x2d4af7125c473496f3dd7770ab5cf94dbce8f134fbc4eabab06e4b48e8717ff3
0xf14f29ee6815f350b8e7d97fc9263c262b6c55c0f39279148e86050729e33793
0x37c3573c24b09649cb14484d65519d2a16429a70758c3d20ecaa958fd47abd45
0xd6db7cb1c7045c79b3c947dc7ee1c7312706ec726aee67e74adda4be517fc4cb
0xef0d9dde628032948a4dc44ca80fca90f80a4936ed36c722c322afa52d28d97d
0x7dc14977b286f442ab23dd62cfed21d21d0b0906265db5327c371645a79dfd74
0x33efa23ddbdb8e3f826c2e90787441268e01126a2fe31ee23e3918bcb7b1cab2
0x06b3610dbc3aa8319ab4b882ebb0db2751b4ae02cb8d03c87c522165cbe04249
0x0fa14f62a26f8a83d9ba21e5700e80d26bdc79a3d94e0967cab28a6bbe1f7481
0x8e34916308e33dfd966c03bc45f8708fc566466db2ce827da2bdf1c489d46982

Functions
Getter at block 23114684
decimals(view returns (uint8)
18
name(view returns (string)
Bad Bad Ant
symbol(view returns (string)
BADBADANT
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(