PECKERS

Verified contract

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

No balances found for "PECKERS"

0xb468a5b1e24f27c7b9ee08290c00befe5c18e6367b98ac549f2a4f109abe62c0
0x3036251011e69ed19f1d5f7db84eb17f8d9ed0c2cb29c210e135f4b4d8570e99
0x0ca4ded8246ac2334c4c1a3ef55c6e748460d98af322ba628e6478717f04f7fc
0xd4dc901a46550388c46caf50a5b5bdfadae79d8b652bde1dee80e239fe90d9ef
0xdf6b9478a27e6111be1c93f0eba33f95866c54b3040b0ce3fddd0c550183b7f1
0x4376df4856d0eaa0434108e019d48216f3a128e211d574b7f16f89166e69e2d3
0xaf90e9b208411bc6794a09a176028cad6105bd5e247fe109bf17b7e0241d173c
0x92ab1dd70487602565146e10d6833cb43dc493f1df4104eaa649deaf1cfb8971
0xc671371358445ec84fe597ab516cfbb889c9a65592503a2712b12d2c6b9caa2b
0x1a521e0cb91b50fa6a56d998535223da7098f81a6945a67192365f840c190cdb

Functions
Getter at block 21405448
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://nftstorage.link/ipfs/bafybeidvsgtshvt42vjtuuy4uokjey7kpbndz3mml77vtnnc5tosxv6wou/
cap1(view returns (uint256)
3333
maxMintPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
7777
mintEnabled(view returns (bool)
true
mintPrice(view returns (uint256)
3300000000000000
name(view returns (string)
PECKERS
owner(view returns (address)
0xfae2db854e78d7dedc29d3022697545683895df8
paused(view returns (bool)
false
symbol(view returns (string)
PECK
totalSupply(view returns (uint256)
6450
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address walletview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
devMint(address[] _addressuint256 _amount
mint(uint256 _quantitypayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMaxSupply(uint256 _maxSupply
setPrice(uint256 _mintPrice
toggleMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _initBaseURI
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(