Drippers

Verified contract

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

No balances found for "Drippers"

0x5cc23c8efee3d43e8fd807ef7cd3065ea4a0869a34b719563050406ba3cc5adf
0xd92ea341ab487302d7d99d7fcfe2922d0d5ac1447c5a51a4c85c604b85dbcbac
0x0ed608426e179f5fa45c608a9fc50d88c82838ce16436ea4ce47d3e50bdd23ee
0xad273d2541ebcc33018690b4c6972dea5e2aadb6f11d540d0ccd1b55f00515de
0xc47708a6cb564f48dddaa18931b4e6578b39a8f4821515f7dc35b408ea23dad1
0x265418f587e5dab673bf78febc812b9158be99e7a444d17f91814b1d578bd061
0x46643df4cc077630cdabb7f526ad3266f0eb0811957dafbeb3f3b855852b5677
0xc436b30a708ccaedde05e9ff326e7469d2d2a0b84e583af7587769bdf58f4240
0x7a932df8ff34c5b5db55c40ca6b00a3b9c54e57bbd775620ea53a082b2a7b8ae
0xd3dbaefbf18a4f0b41e27f14820de14edf92e3670990c6c71425e4dbe77180be

Functions
Getter at block 20887057
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
20
NUM_FREE_MINTS(view returns (uint256)
1900
PUBLIC_SALE_PRICE(view returns (uint256)
2000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeibnjqkgtqzuadopnz3jxdw52rux7liokbxe5abc72hr6yol7o6y7u
freeNFTAlreadyMinted(view returns (uint256)
1900
hiddenMetadataUri(view returns (string)
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
2222
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Drippers
owner(view returns (address)
0xad3f72dc728476a26cdbc3358883b2625531dc9f
symbol(view returns (string)
ICE
totalSupply(view returns (uint256)
2027
whitelistMintEnabled(view returns (bool)
false
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)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setHiddenMetadataUri(string _hiddenMetadataUri
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setMaxSupply(uint256 _maxsupply
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setwhitelistMintEnabled(bool _wlMintEnabled
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
whitelistMint(uint256 _pricebytes32[] _merkleProofpayable 
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 _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(