The Deerpack
Verified contract
Active on
Ethereum with 1,786 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 "The Deerpack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264493 | 16 days ago | | | 0 | 0.00070499589 | |
| 21256078 | 17 days ago | | | 0 | 0.00036857760 | |
| 21256078 | 17 days ago | | | 0 | 0.00036809932 | |
| 21255873 | 17 days ago | | | 0 | 0.00038968833 | |
0xa22cb465 | 21208424 | 24 days ago | | | 0 | 0.00030582017 | |
0xa22cb465 | 21208422 | 24 days ago | | | 0 | 0.00027311146 | |
| 21186239 | a month ago | | | 0 | 0.0014615567 | |
| 21167916 | a month ago | | | 0 | 0.0021443277 | |
| 21048429 | 2 months ago | | | 0 | 0.00011651915 | |
| 20988757 | 2 months ago | | | 0 | 0.00038354888 |
ABI
ABI objects
Getter at block 21378111
MAX_SUPPLY() view returns (uint256)
888
MAX_TEAMRESERVE() view returns (uint256)
100
MerkleRoot() view returns (bytes32)
0x3a685e002d570083c931265030a76d282bc9fa56e3e125c52ac27ad006af1893
PRESALE_PRICE() view returns (uint256)
50000000000000000
PRICE() view returns (uint256)
55000000000000000
isRevealed() view returns (bool)
true
maxSaleMint() view returns (uint256)
2
name() view returns (string)
The Deerpack
owner() view returns (address)
0xd39aa0c60093a93912a4b513ba31dd40d954bbfb
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealedURI() view returns (string)
https://thedeerpack.com/api/
saleState() view returns (uint8)
0
symbol() view returns (string)
DPK
teamMints() view returns (uint256)
10
totalSupply() view returns (uint256)
888
unrevealedURI() view returns (string)
ipfs://QmYx8htxUmfZsVsixKD4yaUaXV53WW7LzjB2wLZde64Mwg
Read-only
balanceOf(address owner) view returns (uint256)
checkProof(bytes32[] proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfWalletOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintPresale(bytes32[] _proof, uint256 _mintAmount) 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 unrevealedbaseURI_, string revealedbaseURI_)
setIsRevealed()
setMerkleRoot(bytes32 _MerkleRoot)
setPrice(uint256 pub_price, uint256 pre_price)
setProxyRegistry(address _proxyRegistryAddress)
setSaleState(uint8 _newState)
teamMint(address _to, uint256 _reserveAmount)
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.