Pied Piper

Verified contract

Active on Ethereum with 92 txns
Deployed by via 0xb81f3200 at 15057849
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pied Piper"

0xcb3a9b0cc943378910becddd71ec334c44d9d07bc026dedefdfa31653c368fe2
0x549bc71085a4a34f21474dd070c4a5bac828376b4aacc1bdaf9404f9cee9fae4
0x362184393ac5b73b329e0789f0b1ae3d224ecfab81ffc52a42780936e97d7226
0x7ee28b5f68cce0cadbaa3f94ce4730027755f3931317d67299347d785898c2a3
0x84f82b01508d410bfc923f0e61d7eb6e9d8c3bd49823f5fbbaa0994e067f79d8
0x84741905cd4ed60758a84ccb06be0205c5999503abd183d587c2ddc58ca9a8eb
0x455670e785ebcc1624784da00f4fbd2a85c191801887e22bfabea9c9ce6ddafa
0x758c95f5ee6b1163b9326666f1cac712ae9914a0e5267b136a0996864afd9de7
0xf2db9acdf24d40040163c82bf94aa81fba6c222c86b7040cd1b676f9ce3a394e
0x7dabb4813c053040bc301e7309a0ae4e6fe0321748e3e7c641f0ad14d8a34dc1

Functions
Getter at block 21219879
amountForAllowlist(view returns (uint256)
400
amountForDevs(view returns (uint256)
266
collectionSize(view returns (uint256)
6666
isAllowlistSaleOn(view returns (bool)
true
isPublicSaleOn(view returns (bool)
true
maxPerAddressDuringMint(view returns (uint256)
2
merkleRoot(view returns (bytes32)
0x3714644106d95460118dbd90fb3f81d551984b57dff18d83a7bc71aed1183c3f
name(view returns (string)
Pied Piper
owner(view returns (address)
0xebd84fc0404f971e9efc3b9bce243623b8eea631
saleConfig(view returns (uint32 allowlistSaleStartTimeuint32 publicSaleStartTimeuint64 allowlistPriceWeiuint64 publicPriceWei)
(allowlistSaleStartTime=1656842000, publicSaleStartTime=1657022400, allowlistPriceWei=0, publicPriceWei=0)
symbol(view returns (string)
PIPER
totalSupply(view returns (uint256)
382
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address minterview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistSale(uint256 quantitybytes32[] merkleProofpayable 
approve(address touint256 tokenId
devMint(uint256 quantity
publicSale(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setupNonAuctionSaleInfo(uint32 allowlistSaleStartTimeuint32 publicSaleStartTimeuint64 allowlistPriceWeiuint64 publicPriceWei
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
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(uint256 maxBatchSize_uint256 collectionSize_uint256 amountForDevs_uint256 amountForAllowlist_
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(