CryptoPepeBirbs

Verified contract

Active on Ethereum with 914 txns
Deployed by via 0xf7f5bd56 at 16215740
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "CryptoPepeBirbs"

0x07219530e740dc2a4bace565a012961c5fc2c0d3704f2155ec54d829a40d2159
0xe52b0f2144f88380e82042805229696b282235bc9e45850d8d8cd44e15fb5922
0x7e440c9d674ff2b89984cda460131dc12fdce31dc8d07ddbdb72d9d474cc0cc2
0xfde2921c1cc9e4c032d4572b0626a0ea6fd9b0b819220ef1aa576d6729f312a0
0x4c6eaea19b3a656166b2ff3adcd88068afe48575fda24b31432b84f05d44df75
0xfe5423b94f004a1fa3cf6a83d5f49428e10f3b975d94b3f084a4bbfcd8f2408d
0x0e687812cda01e43dab1deef534a2889d9462ebb0da08d03dbe21ed07a07e2f9
0x32726ef259981d209b15edb4598845282226a6e972cb111aaa82ac3fa26c8ec0
0x0083c2c34d22e8b67e0342ef0abc661497f42862dcafc992621044dcf1c4f47c
0x780136c7d2c4f9c53a9dfdc756c94973d29f1f72a4273a55dab7344e2bd437f4

Functions
Getter at block 21422323
cost(view returns (uint256)
1000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1777
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
CryptoPepeBirbs
owner(view returns (address)
0x898dd64269e8d1f07bd50173d38d2b6489ee51e1
p1Cost(view returns (uint256)
1000000000000000
p1FreeMintAmount(view returns (uint256)
1
p1Supply(view returns (uint256)
1444
p2FreeMintAmount(view returns (uint256)
0
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PPBRBS
totalSupply(view returns (uint256)
1777
uriPrefix(view returns (string)
ipfs://bafybeifvbxuhttwyav3meq2je6qyy4gqqnoxgei577tgjbcuwifp4kmyqy/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
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
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setP2FreeMintAmount(uint256 _p2FreeMintAmount
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
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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