Property Heist Ape Club
Verified contract
Active on
Ethereum with 1,113 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 "Property Heist Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19454771 | 9 months ago | | | 0 | 0.0018151362 | |
| 15913814 | 2 years ago | | | 0 | 0.00055458997 | |
| 15845652 | 2 years ago | | | 0 | 0.00026653017 | |
| 15254510 | 2 years ago | | | 0 | 0.00012663416 | |
| 14675092 | 3 years ago | | | 0 | 0.0030371974 | |
| 14649917 | 3 years ago | | | 0 | 0.0012913511 | |
| 14627551 | 3 years ago | | | 0 | 0.0022650757 | |
| 14566436 | 3 years ago | | | 0 | 0.0068592789 | |
| 14464332 | 3 years ago | | | 0 | 0.0014799596 | |
| 14464331 | 3 years ago | | | 0 | 0.0014800764 |
ABI
ABI objects
Getter at block 21416991
cost() view returns (uint256)
80000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmYPPtQPPjVx1HCmVL66q16mp2UQLCTi4vGWXeLXfD3isb/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
8888
name() view returns (string)
Property Heist Ape Club
nftReserve() view returns (uint256)
100
owner() view returns (address)
0x2fc9455ac113f12eef4486e006b7a466785848d6
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
PHAC
totalSupply() view returns (uint256)
2358
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.