CryptoPunks Toddlers

Unverified contract

Proxy

Active on Base with 289 txns
Deployed by via 0x00ed1a7e at 15405832
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "CryptoPunks Toddlers"

0xccc4fb724615d00ed594f6ec03f267442a7325db415a721330a5e80c8f2041c1
0x04a19399c9f4ca5e1e115df5c98b55cfa8fdf3e2db68bd4364781151a70bbe1d
0xd017f69dd2470084b7b8d5e6ac937ca54daf7091db08f6de560af28e2eb3a13e
0x944acfea157e3a39328210ff3d0fdf74e6d9b85ee4628aed6f657d63172bb616
0xa1d10f9494e0fe653a287bb066359c3c78aa4c465c3c5876384ba1a4ec6ac1ad
0x5bacb0c9da71e5f446ff58f9d6c9a8c4dd8ac6b30fd41ee641ae6af4a96fc6de
0xd9b1e4fa5b12e20cb70fc46f7565d3d9f2aa7653e78696142b751b52a4969a36
0x1f2abb54a2640143844cb938594cd475c3979d9d205360dd304505e792c992bc
0x07ffd56c8838a9d1d05df86910c7e7c708f2f5d8695b97b6111cd54024c3dd34
0xaf53d9f63f166ef8bca002d678e505fba4ed0bd2e75ec11fe3a4939986c3d19a

Functions
Getter at block 23844214
baseURI(view returns (string)
ipfs://bafybeiblmwd2jyoslc2uql2aybakeeaympq5f3hwls2obyrvjsvqu32zoq/
costPublic(view returns (uint256)
200000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
0
maxMintPublic(view returns (uint256)
50
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
name(view returns (string)
CryptoPunks Toddlers
owner(view returns (address)
0xf417096335b9a9b6ce73c619fde1485429521032
platformFeeMint(view returns (uint256)
50000000000000
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CPT
totalSupply(view returns (uint256 result)
545
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantitypayable 
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(