Deconstructed Punk'd Apes
Verified contract
Active on
Ethereum with 1,190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Deconstructed Punk'd Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124126 | 14 days ago | | | 0 | 0.00024467999 | |
| 19658921 | 7 months ago | | | 0 | 0.00022701721 | |
| 19658921 | 7 months ago | | | 0 | 0.00020981828 | |
| 19539552 | 8 months ago | | | 0 | 0.0010115559 | |
| 17627799 | a year ago | | | 0 | 0.0051400071 | |
| 17404058 | a year ago | | | 0 | 0.00042889797 | |
| 17311475 | a year ago | | | 0 | 0.0013701588 | |
| 16932382 | 2 years ago | | | 0 | 0.0010780458 | |
| 16836846 | 2 years ago | | | 0 | 0.0016297090 | |
| 16836844 | 2 years ago | | | 0 | 0.0016935965 |
ABI
ABI objects
Getter at block 21222235
baseUrl() view returns (string)
https://ipfs.io/ipfs/bafybeigpn3t5je24pyay46liqfpasymxs62pbfrbfqryy32evmc57m6oiu/
freeCount() view returns (uint16)
1000
freeSupply() view returns (uint16)
1000
maxPerUser() view returns (uint8)
5
mintCount() view returns (uint16)
1000
mintingEnabled() view returns (bool)
true
name() view returns (string)
Deconstructed Punk'd Apes
owner() view returns (address)
0x669eeaf4d3b040e473dde27a5a5807a06b71d145
rareCount() view returns (uint8)
0
rareSupply() view returns (uint8)
111
rareWhitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0x5b59610a0f18958e6eca3a24dbf2d27f9cd7bdb7
royaltyFee() view returns (uint8)
10
supply() view returns (uint16)
1111
symbol() view returns (string)
DPA
totalSupply() view returns (uint256)
1000
whitelistRoot() view returns (bytes32)
0xdfb590b244a55823fdc130109ae157fdbedd95cac04b38ccaccdc409187de18a
Read-only
balanceOf(address owner) view returns (uint256)
freeClaimed(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getStatus(bytes32[] merkleProof) view returns (DeconstructedPunkdApesUserStatus)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rareClaimed(address) view returns (bool)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events adminMint(uint8 quantity, address to)
approve(address to, uint256 tokenId)
mint(bytes32[] merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string url)
setMintingEnabled(bool value)
setRareWhitelistRoot(bytes32 value)
setRoyaltyAddress(address addr)
setRoyaltyFee(uint8 feePercent)
setTokenURI(uint256 id, string dotJson)
setWhitelistRoot(bytes32 value)
sweepErc20(address token)
sweepEth()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddressPropertyChange(string param, address value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BoolPropertyChange(string param, bool value)
Mint(address addr, uint16 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RareMint(address addr, uint16 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UintPropertyChange(string param, uint256 value)
UpdateBaseUrl(string newBaseUrl)
UpdateTokenURI(uint256 id, string newTokenURI)
WhitelistChange()
constructor(uint8 _maxPerUser, uint16 _free, uint8 _rares)
fallback()
receive()
This contract contains no error objects.