Pepega Undead

Verified contract

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

No balances found for "Pepega Undead"

0xccb09feee9105bef482f2d05340bc80b2460891d32c68739428b9f0a472ea97c
0x9aa0264431257136e122235f39fc9e030ecc6cceb008b250dc05e916a51d6b22
0x0503f6f109d3f6892c542ba365f49835a1287b65cc88daf0afa0eb6e5561bca9
0x05d71f31c8f15b634364fcc5439b63b68eba59970c2ef1f317245178e40c4de3
0x8941d1b890dd1c60e11f5a7182a6cdbc12c6b2e2145f567bedba93d9f8fd4eb3
0xf60363372a170a0090f562cf4d0fe829726fc1cbf3f6dd329a971082d819541a
0x55e8ef7c671bbd3ce46c05b29cba5bf44a82e319d580b35c8fe45b2214dfadae
0xb6ce00a199376b6572745efab5025c7c8e71c1143a41701a28dca6dfde834362
From
0xab5beb869a16659d5c29f369f1ca5a7530aefb874e564ab5052e0e11d788a559
0x333c9ed9d84457187cfb0f36465627e2116118e286a30eeb2560ca31b8622c28

Functions
Getter at block 20859926
cost(view returns (uint256)
990000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmTN5dAYXNZUXNeXUtfiKaFN2ojHoFstRrZ43jzG55oufT/69.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
merkleRoot(view returns (bytes32)
0xad67e7b47f6e4cd5fd0e07499ca5dfd5d84be739c712f61e185fa548e61692bb
name(view returns (string)
Pepega Undead
owner(view returns (address)
0xa15c689b86faa8381aa7c42b5fc2f09fbff0de87
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PepegaUndead
totalSupply(view returns (uint256)
5555
uriPrefix(view returns (string)
ipfs://QmTN5dAYXNZUXNeXUtfiKaFN2ojHoFstRrZ43jzG55oufT/
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
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
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(