PridePhunks

Verified contract

Active on Ethereum with 208 txns
Deployed by via 0x250de240 at 14446392
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PridePhunks"

0x6108fd393952ec29dffa271ffbdb08d9750e0c766c51a8e09ba3d8fcb91bf6d9
0x69fdeefedeb1a4377e0961a809d4524a5497d738476e447ccad5a29f891fc648
0x464ab70c441be6eb096151dbcd96e98cd06bd8949defcf0998962dca05db64e5
0x9c65e9237934966c5cc92119dc40df1f89d60be4143fc405061141891905ea91
0x0ca63d319fb9687cdd65e4823330597d02a3eb79441b200d1a549942b7416ef8
0x922f026c3c84117463de1f7b14ea9da624dc83be43db89c045df4a3143074524
0x4c92d57fb8f577e7411036fe86197a737ac88f9f938bb5953fd3d73b46f3e3e9
0x72329734ae42aba43024c77a6df111a6672fea83608528194278eee739aa65df
0x3e61350d7ed314cfe49e3b23ef899245f339bea985b423373529db5ce52d1057
0x63e7748e04155a4a013b5aba274651f7599bc129e5318f1de5f0ac409e223aa3

Functions
Getter at block 21390912
MAX_PER_TX(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
369
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmNq6r7jcTbvrXwskoPXbQFDK5qX1ypnGDor4zdqndnDso/
contractURI(view returns (string)
ipfs://
name(view returns (string)
PridePhunks
owner(view returns (address)
0xae4dc582fa7195d6f597a2f431091f8f608d0735
paused(view returns (bool)
false
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
PP
totalSupply(view returns (uint256)
369
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(