Pixel Dogers Club
Verified contract
Active on
Ethereum with 1,343 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 "Pixel Dogers Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16413341 | 2 years ago | | | 0 | 0.0014062563 | |
| 16340566 | 2 years ago | | | 0 | 0.0023787427 | |
| 16267183 | 2 years ago | | | 0 | 0.00044486200 | |
| 16262418 | 2 years ago | | | 0 | 0.00076030920 | |
| 16262047 | 2 years ago | | | 0 | 0.00065614079 | |
| 16259709 | 2 years ago | | | 0 | 0.00071533342 | |
| 16259068 | 2 years ago | | | 0 | 0.00070971831 | |
| 16258791 | 2 years ago | | | 0 | 0.00061651583 | |
| 16258777 | 2 years ago | | | 0 | 0.00063016938 | |
| 16258689 | 2 years ago | | | 0 | 0.00061364403 |
ABI
ABI objects
Getter at block 21260152
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_isSaleActive() view returns (bool)
false
_revealed() view returns (bool)
false
baseExtension() view returns (string)
cost() view returns (uint256)
2000000000000000
maxBalance() view returns (uint256)
0
maxFreeNumerAddr() view returns (uint256)
1
maxMint() view returns (uint256)
0
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
0
name() view returns (string)
Pixel Dogers Club
owner() view returns (address)
0xb7823d1a0d127765071ca3c32ff45e922f1b1bce
symbol() view returns (string)
PDC
totalSupply() view returns (uint256)
1000
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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
claim(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()