CHILLPENGS

Verified contract

Active on Ethereum with 1,925 txns
Deployed by via 0x5cc58d06 at 16812497
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CHILLPENGS"

0xeea6bb23fb6f510283b27f2aa2550e52d4a07c36c63f7d17f807905c22af77da
0x047804bcb8430dfa23a5840b12bdc8235212cc3d2b947023af8d1bf50ede0240
0xdad1aef60df99ee2526d3ad9d799c76b167f076b8aa632fd155066a7c19eb86a
0xa16e35a7edba03d91bd8c51f424b37a29b5927c3b586492a2a4fb27b56a5ff6d
0x7587c70606175b25849e74b24853ba6d831296de97f418bf5d4eedb902668ca9
0x8fde537279a857d81d02f82b4ef1ab4606dec62f5e68abb600fd87418d949dd4
0xd46682e0c8f2ffca8d0c304384ae3a52ccf9592e657973e9599a35073f782281
0xd1b5d72d54a1fd6ca61d363c7fdc805d0dc58e3efecb7fc4567cf2f863e54056
0x216996e8f9914868fc6db9b157092924e92fd941ce48e8077b4eca637f05c744
0xb30a17509109759285e076586af38be30e493b2de771f4e7f04e02d27f7d0573

Functions
Getter at block 20890029
MAX_SUPPLY(view returns (uint256)
2000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeMintTill(view returns (uint256)
1000
freeMintTracker(view returns (uint256)
1000
isActive(view returns (bool)
false
isWhitelistSaleActive(view returns (bool)
false
maximumAllowedTokensPerPurchase(view returns (uint256)
4
merkleRoot(view returns (bytes32)
0xd0ab45410b206be4ad9b40b815b56e15e08b973fe222d5b08c6729cdc86bb448
mintPrice(view returns (uint256)
9500000000000000
name(view returns (string)
CHILLPENGS
owner(view returns (address)
0xec80c43509280787425dc45a609b4e6ce71f1043
publicWalletLimitation(view returns (uint256)
4
symbol(view returns (string)
CP
totalSupply(view returns (uint256)
1600
whitelistWalletLimitation(view returns (uint256)
4
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _countpayable 
ownerMint(uint256 _countaddress _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintSupply(uint256 _maxMintSupply
setMaximumAllowedTokensPerPurchase(uint256 _count
setMerkleRootHash(bytes32 _rootHash
setMintPrice(uint256 _price
setPublicSaleWalletLimitation(uint256 _count
setWhitelistSaleWalletLimitation(uint256 _maxMint
toggleSaleStatus(
toggleWhiteslistSaleStatus(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _countpayable 
withdraw(
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
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(