DogePound Christmas
Verified contract
Active on
Ethereum with 3,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "DogePound Christmas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249613 | 4 days ago | | | 0 | 0.00052372008 | |
| 21182326 | 14 days ago | | | 0 | 0.0026376833 | |
| 21143357 | 19 days ago | | | 0 | 0.00094138269 | |
| 21131738 | 21 days ago | | | 0 | 0.0026157958 | |
| 21116757 | 23 days ago | | | 0 | 0.00027944899 | |
| 21014123 | a month ago | | | 0 | 0.00046977310 | |
| 20959373 | a month ago | | | 0 | 0.00083215738 | |
| 20902743 | 2 months ago | | | 0 | 0.00018024694 | |
| 20748992 | 2 months ago | | | 0 | 0.00020735034 | |
| 20748983 | 2 months ago | | | 0 | 0.00019688668 |
ABI
ABI objects
Getter at block 21280647
CLAIM_TYPEHASH() view returns (bytes32)
0xf2949d261a4999f6aca7531ba27ae173585123331c316028e19408c0026238c7
CONTRACT_NAME() view returns (string)
Dogepound Christmas Contract
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_DPC_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
https://thedogepoundapi.com/christmas/
claimCount() view returns (uint256)
3481
currentMintCount() view returns (uint256)
4186
isSale() view returns (bool)
false
maxMintAmountPerTX() view returns (uint256)
30
mintLimit() view returns (bool)
true
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
DogePound Christmas
owner() view returns (address)
0xbd992598ab8a4a646e51ad21b4f6149d8c164ac5
symbol() view returns (string)
DogePound Christmas
totalSupply() view returns (uint256)
4186
whitelistCount() view returns (uint256)
8303
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
whitelistClaim(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimDPC(uint256 count, uint256 maxCount, uint8 v, bytes32 r, bytes32 s)
mintDPC(uint256 count) payable
renounceOwnership()
reserveDPC(address to, uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxToMintPerTX(uint256 _maxMintAmountPerTX)
setMintLimit(bool _mintLimit)
setMintPrice(uint256 _mintPrice)
setSaleStatus(bool _isSale)
setWhitelistCount(uint256 _whitelistCount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.