Frosties

Unverified contract

Proxy

Active on Base with 425 txns
Deployed by via 0x987c5f89 at 14144836
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
--
0xba4a273718d1b7d471b21c45a1c3b523341edd3733d499d6b5f8f5f0d1636b10
0xe6655793ba43a68c0d541b7410dc3dc61940946fd78dacfcca7a79dead0f6f45
0x7597a3b0554cade959681e71f9fc4507578f41da1f58f81eb7e841ffb1989322
0x9b22e05fadd8d0ba6cd05e3f58d62e9ac2544c8e9b5719aaba8677bd881714d8
0xdb85e0be62fb3f28e94d1bd8448fc97d5235be231f56128192b6c20deaf6f534
0x56333269cefbe3a27de6ab0e683fc49cb69f50c643742ca07645bdcba5e9778d
0x39e29950e606fb1f927a23c59ca21cd3362e7f2121933499250d0c1d28537b07
0xbf74240a92a02872b5b0e13814b574f60ddcb7aa60f09ad1b08ca12006423d95
0xf58db1e900d18e1463ee84dc0e59783e5a6f1c9b2bc51370f11ee0968aed8027
0x08a38d3fc0c4fcf7c4c1c93475d5d0448b457183cee6268718e35ba4a191ba9c

Functions
Getter at block 21866467
baseURI(view returns (string)
ipfs://QmYSKvwngQxaSAKniUvQ8koQAaCaa5Pimsar38bPYP5aSv/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
3
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
8000
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
8888
name(view returns (string)
Frosties
owner(view returns (address)
0x7c6684351c841fd8dcc27eddc83eab3f9d5b9659
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FROS
totalSupply(view returns (uint256 result)
952
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(