Crystal Frogs

Unverified contract

Proxy

Active on Base with 5,115 txns
Deployed by via 0x312737b4 at 14307016
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $1.86
ERC-20
Value $0
0x6e39ce93046fba6243df10477299ad2dc974d6af8c2a3fb78f28ce699f1b059a
0x18d2b6bfff443536e88da545070653d2ca12947439969dc7db0fd4390bed777b
0xf9bc12d46009b4bbe20b4578a6c82459549fb99c9d4a22018fcb83df5672139d
0xb66e882b0d647a31743055581d6600ad26db8fa5e806bb9a6a23b416e1f59255
0x3d2c2820cc01cc97d91625fc03f284b8848ad8d9349d17121998859bf271734d
0x9a5891ed739443cf676fe47eca1e3a82acd5b7a6ef8f7ddcabaf03d9580d186e
0x715e3f3e18246ddc3db0ec2e458c5165a277f1798419996c60e7c5ae8cdaef09
0x2128667281e68464bb86c73fdc8bbb6731dd2f8e974dbb0048fe8751341c1213
0x8120341e1b13f71dbac54e3e07ae06f55c40655b5e30f69401509acf364b71f9
0x88315f60dde8b5a2543ca2babeb59abf4d3bf04002c2937c37b67f8afcc6f5a9

Functions
Getter at block 22909587
baseURI(view returns (string)
ipfs://QmSEPkg1KATq7qRH5PPh6Y4YDfBpZJsqTgi7ApAi5oK667/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
3999
maxMintPublic(view returns (uint256)
50
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
4600
name(view returns (string)
Crystal Frogs
owner(view returns (address)
0x90558644c760e43ff06d9d35e96b692230ce69f5
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FROGS
totalSupply(view returns (uint256 result)
4003
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0xa03e64e66fe95987e740ed4503cdf576788a5a8979308bea5e62fca2787e6e7b
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(