This contract is being backfilled. You may encounter incomplete storage history.

Baby Anon

Verified contract

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

No balances found for "Baby Anon"

0xce7dd018fcc552e7a74ef9a4e7245ccccee086f63ff0e22b05f4cd1cdbe55b89
0x6ff84e5f567ec9a1dc03a8ed0c4144f61782192444b3ef167461d908cdd60e6e
0x70c8bd9a9e954241c42fb701e5514c7d5b605508c81392e707dc66139dc1fa15
0x30866f731c3a8b2cc7506eaa6ce482f8019c0f638534570c067bf276e6b41706
0xa795b00cfb8217ab953e5c7546505122514efe1bb02d48f0b89b386826719b5f
0x46c6a394e037b27e924872e2487f441ce7348c6c69b3c21f5fea772168715b35
0x1e84b7dc156eaeb57f8ce54330564c9793a7443bdabf3ddba0c954c1b129135d
0x96f138d612c0da49ede0afffe8f7544c42983aa1dc01e0efa75a91d23f438b83
0xe3f66ff0dd01627499c8b5b630f20ee38c00011847694887d5021814f65b6d8e
0x224720f25f2751ec067250c8a21d35079769804e74c6514406bc42e771ac87d1

Functions
Getter at block 23590075
castHash(view returns (string)
0x1dbec444ce383c2cf1ded6f5eeec823646673b3d
decimals(view returns (uint8)
18
deployer(view returns (address)
0xeefd5d8497c38e1c37d2eb16b0c6adc87371b291
fid(view returns (uint256)
888817
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/ccdfe251-ce78-42af-0957-d982bf2e6700/original
name(view returns (string)
Baby Anon
symbol(view returns (string)
BABYANON
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
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