Pipl Genesis

Verified contract

Active on Ethereum with 17,820 txns
Deployed by via 0x121c6c61 at 14891957
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pipl Genesis"

0xd21f9fbfef0862799135df2d104530fdea621b82c2c24df9765630d39c264ad0
0x48dcc19b39c5906cb5d2e7ec2c78e15287f972d5056b7537d891ee53073d7366
0x44fdf6b9b749109f0c9a5961519e350a62e1a1c136e726b785c17543d1c01c51
0x1ac75916d9b7efe03f4918aa68388664b479d59939f29b19a072291309d47de4
0xab50fe69a84d12caecfa79aa94e80d2b461ccb3a3c3a4461a81fcc7599f0abdb
0xf26d81e19275a530adc7e5c96e56121aa2afedf2473375a6cb8032f33e0cc10f
0x087cd97b8f0e3663957df550f7826035327dfbf5dd4d00cf3a8c616c3cf8df83
0x5993e7bdc6b0471c8d8687851adb67dd02d898185b292345135adf9bcaf230a1
0x54b12716f541002d3baa6c2359385d37e311069544b8e3dd61546a9fca543a30
0x03e92e0cd9a353658e9ff597189ffff6f9f4cc4da61b04917aba69081e43126a

Functions
Getter at block 21268090
contractURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmdfvkTCpxNqBuLeps3L7W3TZXT4FXfopoAT8kqMbuWb5W
contractURi(view returns (string)
https://gateway.pinata.cloud/ipfs/QmdfvkTCpxNqBuLeps3L7W3TZXT4FXfopoAT8kqMbuWb5W
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmdpiCYNpgdeTLZVMq8uwmPmzB6eLvhTmhp5KDA61LbxYb
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xc1af97c3530a7cb15bb3da7bc7fbc8d008597b4be7d7b202ccdff42c87352330
name(view returns (string)
Pipl Genesis
owner(view returns (address)
0x03b6c7c67625137d0c451e988fade9940a1fde8e
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
Pipl
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://QmResgQqRkgxBdAojzCA19cXBp3eL4kXdNM8SbiYytG5he/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
addressClaimed(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _newContractURI
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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
minted(address indexed _fromuint256 indexed _amount
pause(bool _state
whitelist(bool _state
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

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