PECKERS
Verified contract
Active on
Ethereum with 2,757 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 "PECKERS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608172 | 4 months ago | | | 0 | 0.000054775056 | |
| 20558112 | 4 months ago | | | 0 | 0.000074933230 | |
| 20443318 | 4 months ago | | | 0 | 0.00028489125 | |
| 20354695 | 5 months ago | | | 0 | 0.00013264591 | |
| 20354100 | 5 months ago | | | 0 | 0.00020104986 | |
| 20202560 | 5 months ago | | | 0 | 0.000060053073 | |
| 19807045 | 7 months ago | | | 0 | 0.00026533357 | |
| 19651394 | 8 months ago | | | 0 | 0.00078308438 | |
| 19607526 | 8 months ago | | | 0 | 0.00060414933 | |
| 19528222 | 9 months ago | | | 0 | 0.0023746745 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address wallet) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint(address[] _address, uint256 _amount)
mint(uint256 _quantity) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _mintPrice)
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()