Pied Piper
Verified contract
Active on
Ethereum with 92 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pied Piper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15192253 | 2 years ago | | | 0 | 0.00035847053 | |
| 15086961 | 2 years ago | | | 0 | 0.00088094778 | |
| 15086950 | 2 years ago | | | 0 | 0.0011177522 | |
| 15086889 | 2 years ago | | | 0 | 0.0016362200 | |
| 15086861 | 2 years ago | | | 0 | 0.016059916 | |
| 15086849 | 2 years ago | | | 0 | 0.015754276 | |
| 15086601 | 2 years ago | | | 0 | 0.00082896219 | |
| 15086590 | 2 years ago | | | 0 | 0.00080401310 | |
| 15086581 | 2 years ago | | | 0 | 0.00073286238 | |
| 15086561 | 2 years ago | | | 0 | 0.00079348449 |
ABI
ABI objects
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 allowlistSaleStartTime, uint32 publicSaleStartTime, uint64 allowlistPriceWei, uint64 publicPriceWei)
(allowlistSaleStartTime=1656842000, publicSaleStartTime=1657022400, allowlistPriceWei=0, publicPriceWei=0)
symbol() view returns (string)
PIPER
totalSupply() view returns (uint256)
382
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistSale(uint256 quantity, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
publicSale(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setupNonAuctionSaleInfo(uint32 allowlistSaleStartTime, uint32 publicSaleStartTime, uint64 allowlistPriceWei, uint64 publicPriceWei)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_, uint256 amountForAllowlist_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()