Base Crocs

Unverified contract

Proxy

Active on Base with 615 txns
Deployed by via 0x4c70499d at 13729374
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
ERC-20
Value $0
 (#7656)
ERC-721
--
 (#7655)
ERC-721
--
0xc8a058b18760b1138bdc4b1b7ad84da7bf888794be22061354603cd5104f5c86
0x58f96cfeaf667dcc04478d3e74eb583f51f976a76426239ff86a8c16a6e4bc74
0x3d6faf7f98dc3c9b398efa74c1c4b0222ca8303cc7ea972bd9dc23fbbaf237f8
0x0161878e5d2a7f86ec4b326cd1a830884817a184d6fab92a4d61ad0be822e0d1
0x77105c4a6bd6e977461a3737b69f7e322cc9582f36084a97205673d6a02b2fda
0x9063c6b5ce88f8c5cfb909e80f2861c2822a64c09dab8d7a438304e585178e18
0xeafbddcdf6aa42099e2c7ba94f26f628cae5935a0ae7b75b036e56898e5e83b5
0x449112ebb0a42a9f9b754c4b197fcf5abacc651f9c979d5295297a5b7eb40442
0xd7706d08a82ef519c0129fc85d6e290fbff5afc6ade26c90b5a6e8f72920c589
0x04531a7008b2a3343c6562c372ce68c3530d5ac91ad55cab0550176525196fb7

Functions
Getter at block 23240465
baseURI(view returns (string)
https://acrocalypsemetadata.s3.us-west-2.amazonaws.com/
costPublic(view returns (uint256)
300000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
1000
maxMintPublic(view returns (uint256)
10
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
9999
name(view returns (string)
Base Crocs
owner(view returns (address)
0x53aa8766c708244a24901361cfe5e542f07bbd64
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BCCS
totalSupply(view returns (uint256 result)
1000
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 _quantity
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(