Psychonaut Ape Division
Verified contract
Active on
Ethereum with 10,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAL | ERC-721 | 1 | -- | -- | |
GAS | ERC-721 | 1 | -- | -- | |
PPP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282266 | 6 days ago | | | 0 | 0.0018018935 | |
| 21282263 | 6 days ago | | | 0 | 0.00080563654 | |
| 21124862 | a month ago | | | 0 | 0.00025739382 | |
| 20982416 | 2 months ago | | | 0 | 0.00037995088 | |
| 20786805 | 2 months ago | | | 0 | 0.00033336688 | |
| 20784936 | 2 months ago | | | 0 | 0.0013760408 | |
| 20665648 | 3 months ago | | | 0 | 0.00016052020 | |
| 20665639 | 3 months ago | | | 0 | 0.00016380552 | |
| 20665605 | 3 months ago | | | 0 | 0.00018616031 | |
| 20665592 | 3 months ago | | | 0 | 0.00020242583 |
ABI
ABI objects
Getter at block 21324679
devWallet() view returns (address)
0x3d154e221a2c7de3ab03f3d56924c44bbab1e89a
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmekF5NDWoqe6wVxUebVoN1dxpfFFAvT7HFnDSTyPo1Aen/
getSalesStatus() view returns (bool onlyWhitelist, bool mintingEnabled)
(onlyWhitelist=false, mintingEnabled=false)
name() pure returns (string)
Psychonaut Ape Division
owner() view returns (address)
0xa4446ab63221cd3e3bd22a90d577f68a9a316941
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() pure returns (string)
PAD
teamWallet() view returns (address)
0x50cca1f166eef6099876f6f2ff3c3373e381aebe
totalSupply() view returns (uint16)
7777
Read-only
balanceOf(address owner) view returns (uint256)
checkSig(address wallet, bytes3 list, bytes sig) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMsg(address wallet, bytes3 list) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintFromReserve(uint256 amount, address to)
mintlistMint(bytes sig, uint256 amount) 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 uri)
setDevWallet(address addr)
setOpenseaProxyRegistry(address addr)
setTeamWallet(address addr)
togglePresale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMintlistMint(uint256 amount, bytes sig) payable
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(address _openseaProxyRegistry, string _tempBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.