Pump and Pump

Verified contract

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

No balances found for "Pump and Pump"

0x5f4e221bf43da4a2624ce0ba038aacc7ad57604a417aa246d02b42b79b240487
0x4e6e8187777f2b127c7eb6be58ccd468548c88620fe977bb38b1908c023af433
0x3975460b024b7f82cf80a39d9241cd1199592330b7cbf60f984c7e5769f60ae3
0x5f6b2a05baab8dee5d64e204cdfb92c8f665786c33fcdde3eec77269f7f80b5c
0x400a92051d9628b0b1ddd689db9400403c971d36cfde8f49ab8d4666579cb4e9
0x78e9d53692f6a5b9d1dc53f1a7b56120d98cf31366df7aa3c07e91dd22f6270d
0xf7af57e0b91e581fdf7234f8e97f106bfd51a246a7cd539b88dae540cfbbe30f
0xa76f018cc88a093bb09f4c39d66bfc20e0eebf92957b977c9c249b29fa0b6b68
0x731002248a537b39bca65ea4ee05a88416d5e977169935e15b1cbea6054a1b5d
0xb233886cd79f89a10d06d1883b18dd016037e52306cb2da4478689cf4336a96a

Functions
Getter at block 21082981
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmcFr9ssbkeKX7pQ7cNyZzea5YHbT69Fuad9HZjjWHFuFX/hidden.json
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x294b8e6aed3924ea8c7d68306d310427367c993c9842ddd49c7fb0bbc6d4b2f6
name(view returns (string)
Pump and Pump
owner(view returns (address)
0x9d47c6d61741e5f5f5be83b4ba8a69ea0d482bfa
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PNP
totalSupply(view returns (uint256)
1500
uriPrefix(view returns (string)
ipfs://QmStYgnwUXX3nvZ1XDgCgNKtbKPK5kAxs7zXe2wD8LYzws/
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(